Match each high availability or redundancy protocol/mechanism on the left with its precise operational characteristic or implementation detail on the right.
- GLBP (Gateway Load Balancing Protocol)Elects an Active Virtual Gateway (AVG) to answer ARP requests for the virtual IP, distributing traffic across Active Virtual Forwarders (AVFs) using unique virtual MAC addresses.
- LACP (Link Aggregation Control Protocol - IEEE 802.1AX)Exchanges protocol data units (LACPDUs) containing system priority and port keys to dynamically form multi-link trunk groups between switches.
- Stateful Session SynchronizationReplicates dynamic connection state tables and NAT translations over a dedicated heartbeat link to prevent session drops during active/passive failover.
- VRRP (Virtual Router Redundancy Protocol)An open-standard First Hop Redundancy Protocol that elects a Master router to serve the virtual IP using a standard virtual MAC address format of 00-00-5E-00-01-XX.
Answer
GLBP matches the mechanism utilizing an Active Virtual Gateway (AVG) to assign virtual MAC addresses to Active Virtual Forwarders (AVFs). LACP matches dynamic link bundling using LACPDUs with system priorities and operational keys. Stateful Session Synchronization matches replicating active connection and NAT tables across peer links. VRRP matches the open-standard FHRP employing virtual MAC addresses in the format 00-00-5E-00-01-XX.
GLBP uses an Active Virtual Gateway (AVG) to assign different virtual MAC addresses to Active Virtual Forwarders (AVFs) so multiple routers actively forward default gateway traffic. LACP automatically negotiates multi-link aggregation groups using LACPDUs and system priorities. Stateful Session Synchronization mirrors active connection tables across HA nodes so dynamic sessions survive failover without disconnecting users. VRRP is the open-standard FHRP that designates a Master router using the standardized IANA virtual MAC structure 00-00-5E-00-01-XX.
Step-by-Step Solution
Key Concept
High Availability, Gateway Redundancy Protocols, and Link Aggregation Mechanics