nerdexam
F5

101 · Question #497

In an active/standby high-availability mode, what causes a standby unit to assume the active role?

The correct answer is D. heartbeat detection. In active/standby high availability, the standby unit continuously monitors the active unit using heartbeat messages and assumes the active role when those heartbeats cease.

Section 3: Load Balancing and High Availability Basics

Question

In an active/standby high-availability mode, what causes a standby unit to assume the active role?

Options

  • AHashed unit iD
  • Bmanagement MAC address
  • Cresource utilization
  • Dheartbeat detection

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • D
    90% (27)

Why each option

In active/standby high availability, the standby unit continuously monitors the active unit using heartbeat messages and assumes the active role when those heartbeats cease.

AHashed unit iD

Hashed unit ID is used for device identification or election priority in some clustering implementations, but it is not the trigger mechanism that causes a standby unit to assume the active role upon failure.

Bmanagement MAC address

Management MAC address is an administrative identifier used to reach a device for management purposes and plays no role in active/standby failover triggering.

Cresource utilization

Resource utilization metrics drive load-balancing decisions in active/active configurations, not the binary failover event in an active/standby pair.

Dheartbeat detectionCorrect

Heartbeat detection works by having the standby unit listen for periodic keepalive packets from the active unit; when the standby stops receiving heartbeats within a configured timeout window, it concludes that the active unit has failed and promotes itself to the active role, ensuring service continuity without manual intervention.

Concept tested: Active/standby HA failover via heartbeat detection

Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa-firepower/quick-start-guide/asa-5506-qsg/ha-pair.html

Topics

#failover#heartbeat detection#active-standby#high availability

Community Discussion

No community discussion yet for this question.

Full 101 Practice