Instiq
Chapter 5 · Network management & HA·v1.0.0·Updated 7/16/2026·~16 min

What's changed: Initial version

5.4Redundancy & high availability

Key points

Covers VRRP/HSRP for default-gateway redundancy, link aggregation for bundling physical links, route redundancy for securing multiple paths, active/standby device redundancy, calculating availability, MTBF, and MTTR, and eliminating a single point of failure (SPOF) that threatens an entire system.

Guaranteeing that a system "does not go down" is not about eliminating failure entirely, but about designing a configuration that minimizes business impact even when a failure occurs. This section covers redundancy techniques for each network layer—gateway, link, route, and device—along with the availability calculations that quantitatively back their effect, aiming to build the judgment needed to decide "which redundant configuration achieves a given availability target."

5.4.1Gateway redundancy (VRRP/HSRP)

  • A host recognizes its default gateway as a fixed single IP address and MAC address, so if that single router fails, the host loses reachability to the gateway. VRRP (Virtual Router Redundancy Protocol, a standard) and HSRP (Hot Standby Router Protocol, Cisco proprietary) let multiple physical routers share a virtual IP address and virtual MAC address, presenting hosts with what always appears to be a single virtual router.
  • Normally, the master (active) router actually handles traffic to the virtual IP, while the backup (standby) router waits and monitors the master's liveness (via advertisements). If the master stops responding, the backup automatically promotes itself and takes over handling the virtual IP/MAC, enabling failover without any configuration change on the host side.

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.