All devices connect to a central device (switch or hub). Most common topology in modern LANs.
Click on topologies to highlight them in the comparison table below.
Central device connects all nodes
Single backbone cable
Circular data path
Every device connected
Strategic redundancy
Combined topologies
| Characteristic | Star | Bus | Ring | Full Mesh | Partial Mesh | Hybrid |
|---|---|---|---|---|---|---|
| Cost | Medium | Low | Medium | Very High | High | Varies |
| Scalability | ||||||
| Fault Tolerance | ||||||
| Ease of Management | ||||||
| Single Point of Failure | Central device | Backbone cable | Any link/node | None | Depends | Varies |
| Best Use Case | LAN, Office | Legacy only | FDDI, SONET | WAN Core | Distribution | Enterprise |
| Cable Requirements | n cables | 1 backbone | n cables | n(n-1)/2 | Variable | Variable |
Calculate how many connections are needed for a full mesh network.
Where n = number of devices in the network
5 devices, each connected to 4 others = 20 links, but since each link is shared by 2 devices, we divide by 2.
Notice how connections grow exponentially! Going from 10 to 20 devices doesn't double the connections - it increases them from 45 to 190 (4x more!).
This is why full mesh is only used for small, critical networks (like connecting 2-4 data centers), while partial mesh is used for larger deployments.
Watch how data travels through different topologies.