nerdexam
F5

201 · Question #212

Refer to the exhibit. Why is the virtual server responsive to incoming connections?

The correct answer is B. The pool member monitor failed. The virtual server is unresponsive because the health monitor specifically configured for the pool member has failed, indicating it cannot process new connections.

Section 5: Troubleshoot a BIG-IP System

Question

Refer to the exhibit. Why is the virtual server responsive to incoming connections?

Options

  • AThe pool member is disabled
  • BThe pool member monitor failed
  • CThe node is disabled.
  • DThe node monitor failed

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    91% (32)
  • C
    6% (2)

Why each option

The virtual server is unresponsive because the health monitor specifically configured for the pool member has failed, indicating it cannot process new connections.

AThe pool member is disabled

If a pool member is merely disabled, it is explicitly taken out of service by an administrator, but the question implies an active problem preventing responsiveness, not a manual administrative action.

BThe pool member monitor failedCorrect

When a pool member's monitor fails, the BIG-IP system marks that specific pool member as unavailable or 'down.' This indicates that the application or service running on that member is not responding correctly to health checks, even if the node itself is still up. A failing pool member monitor directly prevents the virtual server from sending new connections to that member, impacting the virtual server's ability to process incoming connections.

CThe node is disabled.

If the node itself (the physical server IP) is disabled, it would mean all pool members on that node are down, which is a broader issue than just a monitor failure for one member.

DThe node monitor failed

A node monitor failing means the entire physical server is unreachable or unresponsive at the IP level, which is a more fundamental failure than a pool member specific service failing its application-level check.

Concept tested: BIG-IP health monitoring and virtual server availability

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-monitor-reference-13-1-0/monitor-states.html

Topics

#virtual server availability#pool member status#health monitor#node status

Community Discussion

No community discussion yet for this question.

Full 201 Practice