Match each high-availability concept or protocol on the left with its correct operational description on the right.
- HSRPCisco-proprietary First Hop Redundancy Protocol used to provide default gateway failover.
- LACPIEEE standard protocol (802.3ad) used to combine multiple physical ports into a single logical interface.
- VIPA shared IP address assigned to redundant routers that endpoints use as their default gateway.
- CARPAn open-source redundancy protocol that allows multiple hosts to share an IP address and MAC address.
Answer
HSRP matches with Cisco-proprietary First Hop Redundancy Protocol; LACP matches with IEEE standard link aggregation protocol; VIP matches with shared IP address for default gateway failover; CARP matches with open-source redundancy protocol allowing shared IP and MAC addresses.
Each concept correctly matches its underlying technology: HSRP is Cisco's proprietary gateway failover protocol, LACP performs IEEE 802.3ad interface aggregation, VIP acts as the shared virtual gateway address, and CARP provides open-source address redundancy.
Step-by-Step Solution
Key Concept
High Availability and Gateway/Link Redundancy Protocols