Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.
Training Camp • Cybersecurity Glossary
Backup network connections that take over when a primary path fails, boosting availability; managed by STP or routing to avoid loops.
Redundant Links Definition: Backup network connections that take over when a primary path fails, boosting availability; managed by STP or routing to avoid loops.
Redundant links are additional network connections that provide alternate paths between devices so that traffic can continue flowing if the primary link or device fails. They are a foundation of high-availability network design, eliminating single points of failure and minimizing downtime.
Redundancy can be implemented at multiple layers: physically duplicate cabling and uplinks, link aggregation (LACP/EtherChannel) that bundles several links into one logical connection, and protocol-level mechanisms that select active versus backup paths. At Layer 2, Spanning Tree Protocol (STP) and its faster variant RSTP (IEEE 802.1w) keep one path active while blocking the others to prevent switching loops, unblocking a backup when the active link drops. At Layer 3, dynamic routing protocols like OSPF or EIGRP and first-hop redundancy protocols such as HSRP, VRRP, or GLBP reroute traffic around failures.
For security and resilience, redundant links protect availability, the third pillar of the CIA triad. Without redundancy, a cut fiber, failed switch, or saturated uplink can isolate critical systems, disrupting operations and potentially crippling incident response when defenders need connectivity most. However, redundancy must be carefully controlled, because misconfigured Layer 2 redundancy without STP can create broadcast storms and loops that take down the network as effectively as any attack.
For example, a data center connects each access switch to two distribution switches with separate uplinks. RSTP keeps one uplink forwarding and the other blocked. When a technician accidentally unplugs the active uplink, RSTP converges in under a second, unblocks the backup link, and servers stay reachable with no noticeable outage to applications or users.
Turn knowledge into credentials with our instructor-led cybersecurity boot camps.
View All Courses →