H12-725_V4.0 · Question #12
Which of the following is a probe protocol that health checks cannot support?
The correct answer is D. UDP. UDP is connectionless - it fires packets without establishing a session or expecting an acknowledgment, so a health check system has no reliable mechanism to confirm a remote service actually received and responded to the probe. This fundamental statelessness makes pass/fail…
Question
Which of the following is a probe protocol that health checks cannot support?
Options
- ARADIUS
- BCHCMP
- CDNS
- DUDP
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C16% (4)
- D76% (19)
Explanation
UDP is connectionless - it fires packets without establishing a session or expecting an acknowledgment, so a health check system has no reliable mechanism to confirm a remote service actually received and responded to the probe. This fundamental statelessness makes pass/fail determination impossible at the transport layer.
Why the distractors are wrong:
- A (RADIUS): Health checks can probe RADIUS by sending an authentication request and verifying a valid Accept/Reject response, confirming the service is alive.
- B (CHCMP): This is a supported probe protocol in certain health-check implementations, so it can be monitored.
- C (DNS): Health checks can send a DNS query and validate a proper response, making DNS a supported probe type.
Memory tip: Think of UDP as "Unverifiable Delivery Protocol" - because there's no handshake or guaranteed response, a health checker is essentially shouting into the void with no way to know if anyone's home.
Topics
Community Discussion
No community discussion yet for this question.