nerdexam
F5

101 · Question #62

Assuming there are open connections through an active system's virtual servers and a failover occurs, by default, what happens to the connections.

The correct answer is A. All open connections are lost.. By default, all open connections through a BIG-IP virtual server are lost when a failover occurs because connection state is not mirrored unless explicitly configured.

Section 3: Load Balancing and High Availability Basics

Question

Assuming there are open connections through an active system's virtual servers and a failover occurs, by default, what happens to the connections.

Options

  • AAll open connections are lost.
  • BAll open connections are maintained.
  • CWhen persistence mirroring is enabled, open connections are maintained even if a failover
  • DLonglived connections such as Telnet and FTP are maintained, but shortlived connections such
  • EAll open connections are lost, but new connections are initiated by the newly active BIG-IP,

How the community answered

(38 responses)
  • A
    87% (33)
  • B
    3% (1)
  • D
    8% (3)
  • E
    3% (1)

Why each option

By default, all open connections through a BIG-IP virtual server are lost when a failover occurs because connection state is not mirrored unless explicitly configured.

AAll open connections are lost.Correct

Without connection mirroring enabled on a virtual server, the standby device has no knowledge of existing connection state when it becomes active. This means all TCP and UDP connections that were open through the previously active device are lost and clients must re-establish them to the newly active BIG-IP.

BAll open connections are maintained.

Connections are not automatically maintained; mirroring must be explicitly enabled on each virtual server for state to carry over.

CWhen persistence mirroring is enabled, open connections are maintained even if a failover

Persistence mirroring preserves persistence records so that reconnecting clients are sent to the same pool member, but it does not keep the original open connections alive through a failover.

DLonglived connections such as Telnet and FTP are maintained, but shortlived connections such

BIG-IP does not distinguish between long-lived and short-lived connections for default failover behavior; all connections are lost regardless of protocol without mirroring.

EAll open connections are lost, but new connections are initiated by the newly active BIG-IP,

The newly active BIG-IP does not automatically re-initiate connections on behalf of clients; clients must initiate new connections themselves.

Concept tested: F5 BIG-IP default connection behavior during HA failover

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-system-high-availability-configuration-14-0-0/05.html

Topics

#failover#open connections#default behavior#active/standby

Community Discussion

No community discussion yet for this question.

Full 101 Practice