Exam 101 All QuestionsBrowse all questions from this exam
Question 94

A site would like to ensure that a given web server's default page is being served correctly prior to sending it client traffic. They assigned the A site would like to ensure that a given web server's default page is being served correctly prior to sending it client traffic. They be assigned the default HTTP monitor to the pool.

What would the member status be if it sent an unexpected response to the GET request default HTTP monitor to the pool?

    Correct Answer: A

    If a web server's default page is being checked by a default HTTP monitor and it sends an unexpected response to the GET request, the pool member would be marked offline (red). This is because the monitor is looking for a specific expected response, and any deviation would indicate a potential problem with the server, causing it to be marked as offline until the issue is resolved.

Discussion
espositop2004Option: A

What would the member status be if it sent an unexpected response to the GET request default HTTP monitor to the pool ? Answer A

mpro

Nope, because it's using the default HTTP monitor, ie it's just looking for any 200 response from index.html. You'd need to create a custom monitor for it to fail.