Multiple choice technology

Which Process will maintain the worker processes in IIS 7 ?

  1. https.sys

  2. Windows Activation Process

  3. WS3VC

  4. System Default

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

In IIS 7.0, the Windows Activation Process (WAS) is responsible for managing worker processes. WAS receives incoming requests from http.sys and decides which worker process should handle each request based on the application pool configuration. It also manages worker process lifecycle (starting, stopping, recycling). Option A (http.sys) is the kernel-mode driver that listens for HTTP requests but doesn't manage processes. Option C appears to be a service name fragment, not a process. Option D is not a valid IIS component.