Multiple choice technology Https.sys provides Kernel-mode caching Kernel-mode request queuing Request pre-processing 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.