Multiple choice technology

Https.sys provides

  1. Kernel-mode caching

  2. Kernel-mode request queuing

  3. Request pre-processing

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

HTTP.sys is the kernel-mode HTTP listener that provides request queuing, kernel-mode caching for improved performance, and request pre-processing before passing requests to worker processes. All these functions happen at the kernel level.