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.
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)- A87% (33)
- B3% (1)
- D8% (3)
- E3% (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.
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.
Connections are not automatically maintained; mirroring must be explicitly enabled on each virtual server for state to carry over.
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.
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.
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
Community Discussion
No community discussion yet for this question.