IIS 7 architecture diagram
HTTP Request Processing in IIS
IIS 7 and above have a similar HTTP request-processing flow as IIS 6.0. The diagrams in this section provide an overview of an HTTP request in process.
The following list describes the request-processing flow that is shown in Figure 1:
When a client browser initiates an HTTP request for a resource on the Web server, HTTP.sys intercepts the request.
HTTP.sys contacts WAS to obtain information from the configuration store.
WAS requests configuration information from the configuration store, applicationHost.config.
The WWW Service receives configuration information, such as application pool and site configuration.
The WWW Service uses the configuration information to configure HTTP.sys.
WAS starts a worker process for the application pool to which the request was made.
The worker process processes the request and returns a response to HTTP.sys.
The client receives a response.
[gview file=”http://rmohan.com/wp-content/uploads/2013/10/Securing-and-Tuning-IIS7.pptx”]
IIS 7: The Administrator’s Guide
[gview file=”http://rmohan.com/wp-content/uploads/2013/10/IIS7.ppt”]
Architecting a Scalable WebHosting Platform with Internet Information Services (IIS)
[gview file=”http://rmohan.com/wp-content/uploads/2013/10/WIA302_Deml.pptx”]
Extending Internet Information Services (IIS) 7.x
[gview file=”http://rmohan.com/wp-content/uploads/2013/10/SVR06.pptx”]
Recent Comments