DO NOT design your network like this!! // FREE CCNA // EP 6
Based on NetworkChuck's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Avoid single points of failure by not daisy-chaining switches in ways where one cable or one device can isolate many endpoints.
Briefing
Network design fails when it relies on single points of failure—especially daisy-chained switches that can take down entire segments when one cable or device breaks. The core fix is to build redundancy intentionally: use a structured architecture that keeps critical traffic flowing even if a link or switch goes offline, instead of stacking devices in a way that turns one failure into widespread downtime.
A common “home-network” mistake shows up in small businesses as they grow: one router connects to a switch, then another switch is added by connecting switch-to-switch, and then again. It works until a single cable gets chewed through or a switch fails. At that point, every device hanging off the affected switch loses connectivity, which is why the design is described as having “single points of failure.” In a business setting, that kind of outage translates directly into lost time and money.
To reduce those risks, the lesson pushes toward redundancy plus a tiered layout. The first architecture is a two-tier model: access layer switches connect end devices, while distribution layer switches act as the intermediary that routes and manages traffic between access and the router. The distribution layer is treated as the “workhorse” because it handles more than forwarding—often including VLAN routing, route filtering, ACLs, IP security policies, summarization, and next-hop redundancy. Because it carries more traffic, it needs more capacity than access switches, which is why the distribution layer is described as “beastly” and typically built with higher-end hardware.
The two-tier model still leaves room for failure if only one distribution switch or one uplink exists, so the recommended approach is to add redundancy at the right places: multiple distribution switches, multiple links to each, and multiple connections up to the router. That improves resilience, but it also increases cost because higher-end multi-layer switches and routers are expensive.
When networks expand beyond a single campus building—multiple buildings, lots of inter-building traffic, and more endpoints—the architecture often shifts to a three-tier model. In this design, a dedicated core layer sits above distribution. The core is built for low latency, high reliability, and high throughput, serving as the backbone that aggregates traffic from distribution switches. Distribution then connects access to the core, while routers connect into the core as well. The result is a cleaner, more scalable campus design that avoids the messy, full-mesh connectivity that becomes unmanageable as the network grows.
An important nuance is that the “core” role doesn’t always disappear in two-tier designs; it can be collapsed into the distribution layer. This “collapsed core” model is common in practice because it can be sufficient for many organizations—especially those with one main corporate office and limited campus complexity. The trade-off is that three-tier designs become more attractive when the campus spans many buildings and needs consistent, high-speed connectivity.
By the end, the practical takeaway is to identify what architecture a real organization uses—two-tier, three-tier, or a hybrid—and compare it to the failure modes discussed: single points of failure, daisy-chaining, and where redundancy is (or isn’t) built into the design.
Cornell Notes
The transcript argues that network outages often come from single points of failure, especially when switches are daisy-chained as the network grows. A two-tier architecture separates roles: access switches connect end devices, while distribution switches handle routing and policy functions and provide the main aggregation path to the router. Redundancy improves resilience by adding multiple distribution switches and multiple uplinks, but it raises cost because distribution-layer hardware is expensive. For larger campuses with multiple buildings and heavy inter-building traffic, a three-tier model adds a dedicated core layer built for high throughput and low latency. Many real networks use a “collapsed core” where core responsibilities are folded into distribution when full three-tier complexity isn’t necessary.
Why is daisy-chaining switches considered risky as a network grows?
What distinguishes the access layer from the distribution layer in a two-tier design?
What kinds of tasks are commonly assigned to the distribution layer?
How does redundancy get added in a two-tier architecture without simply adding more links everywhere?
When does a three-tier architecture become more appropriate than a two-tier design?
What is the “collapsed core” idea, and why does it matter?
Review Questions
- If a network uses daisy-chained switches, what specific failure scenario would likely cause widespread downtime, and why?
- In a two-tier architecture, which layer typically performs routing and policy functions, and what hardware capability difference is implied between access and distribution?
- Compare the purpose of the core layer in a three-tier campus design to the role of distribution in a collapsed-core (two-tier) model.
Key Points
- 1
Avoid single points of failure by not daisy-chaining switches in ways where one cable or one device can isolate many endpoints.
- 2
Use a two-tier model to separate endpoint connectivity (access) from traffic aggregation and Layer 3 functions (distribution).
- 3
Treat distribution switches as higher-capacity multi-layer (Layer 3) devices because they handle routing, VLAN routing, ACLs, security policies, summarization, and next-hop redundancy.
- 4
Add redundancy by deploying multiple distribution switches and multiple uplinks to the router, rather than relying on one path.
- 5
Choose three-tier architecture when scaling to multi-building campuses, using a dedicated core layer built for low latency, high reliability, and high throughput.
- 6
Recognize the collapsed-core variant where core responsibilities are folded into distribution, which can be adequate for simpler campus or single-office environments.
- 7
Identify the architecture used in a real organization (two-tier, three-tier, or hybrid) and evaluate it against the failure modes discussed: single points of failure and insufficient redundancy.