Network topology refers to the physical or logical arrangement of nodes (computers, devices) and the connections (links) between them in a network. The choice of topology directly affects a network's scalability (ability to grow) and reliability (ability to continue functioning when components fail).
In a Bus topology, all nodes are connected to a single central cable called the backbone.
| Feature | Detail |
|---|---|
| Cost | Low (minimal cabling) |
| Scalability | Poor — adding nodes degrades performance |
| Reliability | Low — single point of failure (backbone) |
| Installation | Simple |
In a Star topology, all nodes are connected to a central device (Hub or Switch).
| Feature | Detail |
|---|---|
| Cost | Medium |
| Scalability | High — easy to add/remove nodes |
| Reliability | Medium — central device is a single point of failure |
| Installation | Easy to set up and troubleshoot |
In a Ring topology, each node is connected to exactly two other nodes, forming a closed loop.
| Feature | Detail |
|---|---|
| Cost | Medium |
| Scalability | Poor — adding nodes requires interrupting the ring |
| Reliability | Low (unidirectional) / Medium (dual ring) |
| Installation | Moderate |
In a Mesh topology, every node is connected to every other node via dedicated point-to-point links.
For a fully connected Mesh network with nodes, the number of physical links required is:
Example: For nodes:
| Feature | Detail |
|---|---|
| Cost | Very High |
| Scalability | Poor — each new node requires connections to all existing nodes |
| Reliability | Very High — multiple redundant paths |
| Installation | Complex |
A Hybrid topology combines two or more different topologies (e.g., Star-Bus, Star-Ring, Star-Mesh).
| Feature | Detail |
|---|---|
| Cost | High (depends on combination) |
| Scalability | High — flexible design |
| Reliability | High — can be designed for redundancy |
| Installation | Complex |
| Topology | Cost | Scalability | Reliability | Best Use Case |
|---|---|---|---|---|
| Bus | Low | Poor | Low | Small, temporary networks |
| Star | Medium | High | Medium | Home/office LANs |
| Ring | Medium | Poor | Low–Medium | Token Ring networks |
| Mesh | Very High | Poor | Very High | Military, critical systems |
| Hybrid | High | High | High | Large enterprise networks |