Network Topology Explained: Star, Bus, Ring, and Mesh
SkillVeris Team
Cloud & Security Team

Network topology describes how devices in a network are arranged and connected, either physically or logically.
In this guide, you'll learn:
- Star topology, where every device connects to a central switch, is the most common design in modern office and home networks.
- Bus topology uses a single shared cable and is largely obsolete due to poor fault tolerance and collision risk.
- Ring topology passes data in one direction around a loop, offering predictable performance but vulnerable to a single break.
- Mesh topology connects many devices directly to each other, maximizing redundancy at the cost of cabling and complexity.
1What Is Network Topology?
Network topology is the arrangement of nodes (devices) and the connections between them in a computer network, described either physically (how cables and devices are actually laid out) or logically (how data actually flows, regardless of physical layout).
The choice of topology directly affects a network's cost, speed, fault tolerance, and how easy it is to troubleshoot or expand later.
2Star Topology
In a star topology, every device connects individually to a central hub or switch, and all traffic passes through that central point. This is by far the most common topology in modern homes and offices.
Its main strength is fault isolation: if one device's cable fails, only that device loses connectivity, while the rest of the network keeps running. Its main weakness is that the central switch is a single point of failure for the whole network.
3Bus Topology
Bus topology connects every device to a single shared cable, called the bus, with terminators at each end to prevent signal reflection. It was common in early Ethernet networks because it required the least cabling.
A break anywhere in the shared cable takes down the entire network, and because all devices share the same medium, more devices mean more collisions and slower performance. Modern networks have almost entirely replaced bus topology with star designs.
4Ring Topology
In a ring topology, each device connects to exactly two neighbors, forming a closed loop, and data travels around the ring in one direction (or sometimes both, in a dual-ring design) until it reaches its destination.
Ring networks offer predictable performance since there's no collision the way a shared bus has, but a single broken link can take down the entire ring unless a redundant secondary ring is in place.
5Mesh Topology
A mesh topology connects devices directly to many or all other devices in the network, creating multiple possible paths for data to travel. A full mesh connects every device to every other device; a partial mesh connects only the most critical nodes directly.
This redundancy makes mesh networks highly fault tolerant, since traffic can reroute around a failed link automatically, which is why mesh designs are common in wireless networking and critical backbone infrastructure.
💡
6Hybrid Topologies in the Real World
Most production networks aren't a single pure topology; they're hybrids that combine designs to get the best trade-off for each part of the network. A typical office might use star topology within each floor, connected to a partial mesh backbone between buildings.
This layered approach lets network architects apply the cheap, easy-to-troubleshoot star design where most devices live, while reserving costlier mesh redundancy for the links that would be most damaging to lose.
7How to Choose a Topology
The right topology depends on the trade-off between cost, fault tolerance, and how much downtime is acceptable if a link fails.
- Small office or home network: star topology via a central switch or router.
- Cost-sensitive legacy setups: bus topology, though rarely chosen for new builds today.
- Predictable, ordered token-passing networks: ring topology.
- Mission-critical infrastructure needing maximum uptime: partial or full mesh.
8Topology Fits Into the Bigger Networking Picture
Topology is one layer of a broader set of networking fundamentals that also includes addressing, routing, and the OSI model, all of which SkillVeris's Study Notes on computer networks cover in depth.
Understanding topology first makes the rest of networking easier to reason about, since concepts like routing and redundancy are essentially strategies for moving data efficiently across whatever topology exists.
Related Reading
Get The Print Version
Download a PDF of this article for offline reading.
About the Publisher
SkillVeris Team
Cloud & Security Team
Our cloud and security experts break down complex infrastructure topics into practical, beginner-friendly guides.
View all postsRelated Posts
Never miss an update
Get the latest tutorials and guides delivered to your inbox.
No spam. Unsubscribe anytime.