Exam F5CAB2 Topic 2 Question 47 Discussion
Actual exam question for F5's F5CAB2 exam
Question #: 47
Topic #: 2
Question #: 47
Topic #: 2
A BIG-IP Administrator assigns the default HTTP health monitor to a pool that has three members listening on port 80. When the administrator connects to each pool member using the curl utility, two of the members respond with a status of 404 Not Found, while the third responds with 200 OK. What will the pool show for member availability? (Choose one answer)
Suggested Answer: A Vote an answer
In BIG-IP LTM, health monitors are used to determine the availability of pool members and directly influence traffic flow decisions in the data plane.
Key characteristics of the default HTTP monitor according to BIG-IP Administration Data Plane Concepts:
* Sends an HTTP request (typically GET /)
* Expects an HTTP response code of 200 OK
* Any response other than 200 is treated as a monitor failure
* A failed monitor causes the pool member to be marked offline (down)
In this scenario:
* Two pool members return 404 Not Found
* A 404 response indicates that the requested object was not found
* This does not meet the success criteria of the default HTTP monitor
* These two members are therefore marked offline
* One pool member returns 200 OK
* This matches the expected response
* The member is marked online
Resulting Pool Member Availability:
* 2 members: Offline
* 1 member: Online
Why the Other Options Are Incorrect:
* B - 404 responses are not considered healthy by the default HTTP monitor
* C - At least one member responds with the expected 200 OK
* D - Members returning 404 responses fail the monitor and cannot be marked online Key Data Plane Concept Reinforced:
BIG-IP health monitors make binary availability decisions based strictly on configured success criteria. For HTTP monitors, response codes matter-404 is a failure, even if the service is technically reachable.
Key characteristics of the default HTTP monitor according to BIG-IP Administration Data Plane Concepts:
* Sends an HTTP request (typically GET /)
* Expects an HTTP response code of 200 OK
* Any response other than 200 is treated as a monitor failure
* A failed monitor causes the pool member to be marked offline (down)
In this scenario:
* Two pool members return 404 Not Found
* A 404 response indicates that the requested object was not found
* This does not meet the success criteria of the default HTTP monitor
* These two members are therefore marked offline
* One pool member returns 200 OK
* This matches the expected response
* The member is marked online
Resulting Pool Member Availability:
* 2 members: Offline
* 1 member: Online
Why the Other Options Are Incorrect:
* B - 404 responses are not considered healthy by the default HTTP monitor
* C - At least one member responds with the expected 200 OK
* D - Members returning 404 responses fail the monitor and cannot be marked online Key Data Plane Concept Reinforced:
BIG-IP health monitors make binary availability decisions based strictly on configured success criteria. For HTTP monitors, response codes matter-404 is a failure, even if the service is technically reachable.
by Rachel at Aug 10, 2026, 07:52 PM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).