Network Topologies Explained
A network topology is the physical or logical arrangement of the nodes and connections in a computer network. It defines the pattern in which devices link together and the route data follows between them, which sets the network’s cost, reliability, and performance. The main topologies are star, bus, ring, mesh, tree, and hybrid, and each trades fault tolerance against cabling cost differently. In practice the switched star dominates wired local area networks because one cable fault isolates a single device, while mesh dominates modern Wi-Fi because it reroutes around failures and needs no extra cabling.
What Is a Network Topology?
A network topology is the physical or logical arrangement of the nodes and connections in a computer network. It defines the pattern in which devices link together and the route data follows between them, which determines the network’s cost, reliability, and performance. The two senses of network topology are listed below:
- Physical topology describes the actual layout of cables, devices, and connections in the network.
- Logical topology describes the path data follows between nodes, regardless of the physical wiring.
- Topology choice affects how the network handles faults, traffic, and the cost of cabling.
- Topology type determines whether a single failure isolates one device or the whole network.
A network topology arranges the nodes and links that make up the devices in a computer network, setting how data moves between them. The rules that govern that data movement are defined in the explanation of network protocols.
How Do Physical and Logical Topologies Differ?
A physical topology is the actual layout of cables and devices, while a logical topology is the path data travels between nodes, and the two can differ in the same network. A physical topology describes what a technician sees in the wiring, whereas a logical topology describes how signals flow through that wiring. The differences are listed below:
- Physical topology covers the visible cabling, ports, and device positions in the network.
- Logical topology covers the data path, which a switch or protocol can route differently from the cabling.
- A star-wired network can run a logical bus or ring depending on the equipment at the center.
- The distinction matters because troubleshooting cabling and troubleshooting data flow address different layers.
Ethernet networks often use a physical star wired to a central switch while passing data in a logical pattern set by the switch, according to IEEE 802.3. The same wiring that looked like a shared bus under an old hub becomes a set of direct logical paths once a switch replaces it, which is why physical and logical topology are read as two separate views of one network.
What Are the Main Network Topologies?
The four core physical topologies are star, bus, ring, and mesh, and tree and hybrid layouts build on them. Each core layout arranges nodes in a distinct pattern and makes its own trade between fault tolerance and cabling cost:
What Is a Star Topology?
A star topology connects every node to a central device, such as a switch or hub, through which all data passes. A star topology places one central point at the core, and each device links to that point with its own cable. The traits of a star topology are listed below:

- A central switch or hub connects every device and forwards data between the nodes.
- Each node has its own cable to the center, so one cable fault isolates only that node.
- Adding a device requires only one new connection to the central point.
- A central-device failure stops the whole network, making the center the single point of failure.
A star topology dominates modern local area networks because a single cable fault affects only one device and adding nodes is simple, according to common IEEE 802.3 Ethernet practice. The center is a network switch in nearly every current build, and a star topology on that switch underlies most office and home local area networks.
Why Did the Switched Star Win for Wired LANs and Mesh for Wi-Fi?
The switched star won wired LANs because a switch turns the simple star shape into direct, collision-free paths, while mesh won Wi-Fi because wireless links cost nothing to add and reroute around dead spots.
Home mesh network systems apply this directly, using several nodes to blanket a house and reroute around any one that fails. The wired star and the wireless mesh now coexist in the same building, each chosen for the medium it fits best.
What Are Bus and Ring Topologies?
A bus topology connects all nodes to a single shared cable, while a ring topology connects each node to two neighbors to form a closed loop. A bus topology shares one backbone cable, whereas a ring topology passes data from node to node around the loop. The traits of bus and ring topologies are listed below:
- A bus topology uses one backbone cable that every node taps, with terminators at each end.
- A bus fault in the backbone brings down the entire network, since all nodes share the cable.
- A ring topology links each node to two neighbors, passing data in one or both directions.
- A ring fault at one node can break the loop unless the ring uses a dual-ring design.
A bus topology and a ring topology were common in early networks but are now rare in wired local area networks, replaced by the star topology. Token Ring, defined by IEEE 802.5, used a logical ring, while early Ethernet used a physical bus before the switch made the star standard.
What Is a Mesh Topology?
A mesh topology connects nodes with multiple direct paths, so data can travel by more than one route between any two devices. A mesh topology adds redundant links, giving the network alternate paths when a connection fails. The traits of a mesh topology are listed below:
- A full mesh topology connects every node directly to every other node, needing n(n-1)/2 links (45 for 10 nodes).
- A partial mesh topology connects only critical nodes with multiple paths to reduce cabling.
- Redundant paths let data reroute around a failed link, raising fault tolerance and enabling self-healing.
- High cabling and cost result on wired mesh, since the number of links grows quickly with each added node.
A mesh topology provides the highest fault tolerance because data reroutes around failures, which suits backbone networks, the wide area connections behind the global internet, and self-healing Wi-Fi. The cost of connecting every node confines a full wired mesh to networks where reliability outweighs cabling expense, which is why partial mesh is the practical form at scale.
What Are Tree and Hybrid Topologies?
A tree topology arranges nodes in a hierarchy of connected star groups, while a hybrid topology combines two or more topology types in one network. A tree topology branches from a root node down through levels of star clusters, whereas a hybrid topology mixes star, bus, ring, or mesh sections. The traits of tree and hybrid topologies are listed below:
- A tree topology links star groups in a hierarchy, scaling a network across floors or buildings.
- A tree’s root failure can isolate the branches beneath it, like a star’s central point.
- A hybrid topology combines topology types, using each where it fits best within one network.
- A hybrid topology suits large organizations that connect different departments with different layouts.
A tree topology scales a star design across a large building, and a hybrid topology mixes layouts to fit different parts of one organization. Both build on the star topology that dominates the individual local area networks they connect, arranged in the larger structure of the overall network.
Network Topology Comparison Table

| Topology | Layout | Fault Tolerance | Cabling Cost | Common Use |
|---|---|---|---|---|
| Star | Nodes to a central device | High per node, low at center | Moderate | Modern LANs |
| Bus | Nodes on one shared cable | Low, single backbone | Low | Legacy networks |
| Ring | Nodes in a closed loop | Low unless dual ring | Moderate | Legacy, some MANs |
| Mesh | Multiple direct paths | Highest, reroutes | High | Backbones, WANs, Wi-Fi |
| Tree | Hierarchy of star groups | Moderate, root-dependent | Moderate to high | Large buildings |
| Hybrid | Mix of topology types | Varies by design | Varies | Large organizations |
How Do You Choose a Network Topology?
A network topology is chosen by weighing fault tolerance, cabling cost, scalability, and ease of troubleshooting against the size and purpose of the network. A topology decision balances reliability against expense, since the layouts that survive failures best also cost the most to cable. The factors that guide topology choice are listed below:
- Fault tolerance favors the mesh topology, where redundant paths reroute data around failures.
- Cabling cost favors the bus and star topologies, which use less cable than a full mesh.
- Scalability favors the star and tree topologies, which add nodes with one new connection each.
- Ease of troubleshooting favors the star topology, since each node has an isolated cable to the center.
A home or office network usually adopts a star topology for its low troubleshooting effort and simple expansion, while a backbone adopts a mesh topology for fault tolerance. The chosen topology carries the data governed by the rules of network protocols across the devices on the network.
Which Topologies Suit LAN, MAN, and WAN?
The star topology suits local area networks, the ring and mesh topologies suit metropolitan area networks, and the mesh topology suits wide area networks. A network’s scale shapes its topology, since the distance and reliability demands change with the area covered. The topology matches by network scale are listed below:
- A local area network (LAN) uses a star topology wired to a central switch in most homes and offices.
- A metropolitan area network (MAN) often uses a ring or partial mesh to span sites across a city.
- A wide area network (WAN) uses a mesh of routed links so traffic reroutes around distant failures.
- A large building uses a tree topology to link star groups across floors under one hierarchy.
Network scale and topology connect directly, since a wide area network spanning regions needs the redundancy a mesh provides, while a single site runs well on a star. The differences between these network scales are compared in the comparison of LAN, WAN, and MAN.
Last Thoughts on Network Topologies
A network topology defines how the nodes and connections of a computer network arrange themselves, in both the physical cabling and the logical data path. The switched star dominates wired local area networks because a single cable fault isolates one device and a switch gives every node a direct path, while bus and ring topologies survive mainly in legacy systems. The mesh topology trades high cabling cost for the strongest fault tolerance, which is why it now anchors backbones, wide area networks, and self-healing Wi-Fi, and tree and hybrid topologies scale and combine these layouts for large networks.
Each topology balances cost, reliability, and performance differently, and the right choice follows the size and purpose of the network. The hub on computer networks connects topology to the wider set of networking concepts, including protocols, switches, and the layouts that carry data between devices.
Key Takeaways:
- A network topology is the physical or logical arrangement of nodes and connections.
- Physical topology is the cabling layout, while logical topology is the data path, and the two can differ.
- The switched star dominates wired LANs: one cable fault isolates a single device, but the central switch is a single point of failure.
- Bus and ring topologies are largely legacy, replaced by the star in wired LANs.
- The mesh topology offers the highest fault tolerance through redundant paths, which is why it dominates modern Wi-Fi and WAN backbones.
- A full mesh needs n(n-1)/2 links, so partial mesh is the practical form at scale.
- Tree and hybrid topologies scale and combine other layouts for large networks.
Frequently Asked Questions (FAQs)
What is a network topology?
A network topology is the physical or logical arrangement of the nodes and connections in a computer network. It defines how devices link together and the path data follows between them, which sets the network’s cost, fault tolerance, and performance.
What is the difference between physical and logical topology?
A physical topology is the actual layout of cables and devices. A logical topology is the path data travels between nodes. The two can differ, such as a star-wired Ethernet network whose switch creates direct logical paths rather than the shared bus an old hub would have used.
What are the main types of network topology?
The main types are star, bus, ring, mesh, tree, and hybrid. Each arranges nodes differently and trades cost, fault tolerance, and performance, with the switched star dominating wired local area networks and mesh dominating modern Wi-Fi.
Why is the central switch a single point of failure in a star topology?
In a star topology every device connects only to the central switch, so all traffic passes through it. One cable fault isolates a single node, but if the central switch fails the whole network stops. Modern switches are cheap and reliable, so this trade is accepted for most home and office networks.
Which topology has the highest fault tolerance?
The mesh topology has the highest fault tolerance because it connects nodes with multiple direct paths. Data reroutes around a failed link, which is why mesh suits backbone networks, wide area connections, and self-healing Wi-Fi systems.
Why does mesh topology dominate modern Wi-Fi?
Mesh Wi-Fi uses several nodes that route traffic among themselves, so coverage extends without dead zones and the network self-heals by rerouting around a failed node. Wireless links cost nothing to add, which removes the cabling expense that confines wired mesh to backbones.


