| Layout | Linear backbone cable | Central hub/switch with spokes | Circular loop | Interconnected nodes (many paths) |
| Central Device | No central device (backbone cable) | Required (Hub/Switch/Router) | No central device (each node acts as repeater) | No single central device (distributed) |
| Cabling Cost | Low | Moderate to High (depending on distance) | Moderate | Very High (especially full mesh) |
| Installation Complexity | Easy | Easy to Moderate | Moderate | Very High |
| Fault Tolerance | Low (single point of failure: backbone) | High (central device is single point of failure, but node failure doesn't affect others) | Low (single break can disrupt unless redundant) | Very High (multiple paths) |
| Performance | Degrades with more devices (collisions) | Good, consistent (especially with switch) | Predictable under load (token passing) | Excellent (dedicated paths, no collisions) |
| Scalability | Difficult (adding devices affects performance) | Easy (add nodes without affecting others) | Difficult (adding nodes can disrupt operation) | Very Difficult (exponential cabling increase) |
| Security | Low (all devices see all traffic) | Moderate (central device can manage access) | Moderate (token passing) | High (point-to-point connections can be secured) |
| Examples | Early Ethernet, small temporary networks | Most modern LANs, home networks | Token Ring networks, SONET rings | WAN backbones, critical infrastructure, wireless ad-hoc networks |