Multiple choice technology web technology

Does Web server performance degrade when Web sites use host headers instead of IP addresses?

  1. The overhead for IIS to check a host header is very high compared to the total cost of satisfying an HTTP request, even for a static file

  2. The overhead for IIS to check a host header is negligible compared to the total cost of satisfying an HTTP request, even for a static file

  3. The overhead for IIS to check a host header is considerably high compared to the total cost of satisfying an HTTP request, even for a static file

  4. None of these

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

The overhead of checking host headers in IIS is negligible compared to the total cost of processing an HTTP request. Host headers enable multiple websites to share a single IP address without significant performance impact.