101 Exam QuestionsBrowse all questions from this exam

101 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?

Show Answer
Correct Answer: AB

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

1 comment
Sign in to comment
espositop2004Option: A
Nov 23, 2020

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
Jan 6, 2021

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.