About ASP.Net process

inetinfo.exe is the IIS server running

ASP.NET request is received by aspnet_isapi.dll(ISAPI) takes care of it by passing the request to the worker process aspnet_wp.exe.
What's the difference between Response.Write() andResponse.Output.Write()?
Response.Output.Write() allows writing formatted output.