Implementing a Star Network: Setup involves running a single cable from each device to a central switch. This is the standard for modern Ethernet LANs and home Wi-Fi networks where the router acts as the star's center.
Implementing a Mesh Network: This can be done physically (wired) or logically (wireless). In a wireless mesh, nodes use radio signals to relay data for each other, extending the range of the network without needing a wired backbone for every device.
Scalability Considerations: Adding a node to a star network is simple and only requires one additional cable and an open port on the hub. In contrast, adding a node to a full mesh requires a connection to every existing node, leading to an exponential increase in complexity.
| Feature | Star Network | Mesh Network |
|---|---|---|
| Central Hub | Required (Single point of failure) | Not required (Decentralized) |
| Cabling Cost | Lower (1 cable per node) | Higher (Multiple cables per node) |
| Reliability | Moderate (Hub failure kills network) | High (Self-healing/Redundant) |
| Complexity | Low (Easy to install/manage) | High (Complex routing/configuration) |
| Performance | Fast (Direct link to hub) | Variable (Depends on number of hops) |
Identify the Single Point of Failure: When analyzing a network diagram, always look for a central device. If the entire network's survival depends on that one device, it is a Star topology, and that device is the critical vulnerability.
Calculate Mesh Connections: For a full mesh with nodes, the number of connections is calculated as . Use this formula to demonstrate why full mesh is impractical for large-scale wired networks.
Look for Redundancy Keywords: In exam questions, terms like "self-healing," "redundant paths," or "no central controller" are strong indicators that the question is referring to a Mesh network.
Verify Scalability: If a question asks which network is easiest to expand in a small office, the answer is almost always Star because it only requires plugging a new device into a central switch.
The "Mesh is Always Better" Fallacy: Students often assume Mesh is superior due to its reliability. However, the extreme cost and administrative overhead of a wired full mesh make it rare in practice compared to the cost-effective Star topology.
Confusing Wireless Mesh with Wi-Fi: Standard home Wi-Fi is usually a Star topology (devices connect to one router). A true Wireless Mesh involves multiple access points communicating with each other to blanket a large area with signal.
Hub vs. Switch Performance: While both act as the center of a Star, a hub broadcasts data to all ports, while a switch sends data only to the intended recipient. This distinction affects performance but does not change the underlying Star topology.