Free network topology types PDF diagram set. Star, mesh, bus, ring, tree and hybrid layouts explained with pros, cons and real network examples.
There are six network topology types you’ll actually run into: bus, star, ring, mesh, tree and hybrid. Each one lays out how devices connect, and that layout decides speed, cost, and how badly a single cable failure wrecks your day.
This free PDF is a diagram set. One drawn-out layout per topology, plus a side-by-side comparison table, so you’re not flipping between five textbook pages to compare them. Grab it, print it, keep it next to your CCNA notes.
Why topology choice actually matters
Picture a hostel Wi-Fi that drops every evening. Turns out it’s wired in a bus layout, one cable, one point of failure. Swap it for a star layout with a central switch, and the outages stop. That’s the whole game with topology. The physical shape of a network decides how it fails, not just how it looks on a whiteboard.
Every network you’ll ever touch, from a two-router home lab to a data centre, is built on one of these six shapes (or a mix of them). CCNA 200-301 tests you on the trade-offs directly. Get this down early and the rest of Network Fundamentals gets easier, including subnetting, which is covered in our subnet mask cheat sheet.
The 6 network topology types explained
Bus topology
All devices share one central cable, the “bus.” Cheap and quick to set up. But one cable fault takes the whole segment down, and only one device can talk at a time. Mostly a teaching example now, though you’ll still find it in old Ethernet standards (10BASE-2, 10BASE-5) and some industrial control networks.
Star topology
Every device connects to a central switch or hub. This is what most offices and school labs run today. One cable fails, only that one device drops, everyone else keeps working. The catch: if the central switch dies, so does the network. More cabling too.
Ring topology
Each device connects to exactly two neighbours, forming a closed loop. Data moves predictably and handles heavy load well, which is why early token ring LANs used it. Problem is, one dead device can break the loop, and adding or removing a node means touching the ring.
Mesh topology
Every device connects directly to every other device. Maximum reliability, since there are multiple paths if one link drops. That’s why data centres and military networks use it. It’s also expensive and a pain to manage once you’re past a handful of nodes.
Tree topology
A hierarchy built from Star and Bus combined, branches connecting under one root. Universities and multi-branch companies use this to link several sub-networks under one main backbone. Easy to expand, but if the main backbone cable fails, entire branches drop.
Hybrid topology
Two or more topologies mixed together, usually Star and Mesh. Big, complex networks (think Google or Amazon-scale infrastructure) run hybrid layouts because they need the flexibility. Design and maintenance cost is the trade-off.
Star vs mesh vs bus vs ring vs tree vs hybrid: quick comparison
| Topology | Structure | Cost | Reliability | Typical Use |
|---|---|---|---|---|
| Bus | Single backbone cable | Low | Low | Small labs, legacy Ethernet |
| Star | Central hub/switch | Medium | High | Offices, schools |
| Ring | Circular loop | Medium | Medium | Token ring LANs |
| Mesh | Fully interconnected | High | Very high | Data centres |
| Tree | Hierarchical | Medium | Medium | Universities, branch offices |
| Hybrid | Mixed structure | High | Very high | Large enterprises |
Most networks you’ll design in the real world end up hybrid or star-based. Cloud workloads, IoT device sprawl and the push for zero downtime are pulling more networks toward mesh and hybrid designs, so it’s worth knowing more than just bus and ring even if they show up less in production today.
What’s inside the PDF
- All 6 topology diagrams (bus, star, ring, mesh, tree, hybrid), drawn out, not just described in text
- One comparison table: structure, cost, reliability, typical use, side by side
- Pros and cons listed for each layout
- Quick memory hooks for each type (“think of a roundabout,” “think of a family tree”) built for fast recall on exam day
- Where each topology shows up in real networks today
- Format: single-page PDF, print-ready
Who it’s for
- CCNA 200-301 candidates working through the Network Fundamentals domain
- CompTIA Network+ students
- Help desk and NOC staff who need to read a topology diagram fast, not memorise theory
- Anyone prepping for a networking interview
- Instructors who want a print-ready handout for class
Beginner level. No prior networking background needed, though it pairs well with our OSI Model cheat sheet if you want the full Network Fundamentals picture.
Want the hands-on version? Our CCNA Lab Workbook builds real topology files for EVE-NG and Packet Tracer so you’re not just reading about star and hybrid layouts, you’re wiring them. For live instruction, SMEnode Academy’s CCNA course walks through topology design with an instructor.