Show understanding of the bus, star, mesh and hybrid topologies
2.1 Networks including the Internet
Objective: Show understanding of the bus, star, mesh and hybrid topologies.
Bus Topology 📡
Imagine a single bus line that all students ride on. Every computer is a stop on the same line, sharing the same cable.
In a bus topology, all nodes are connected to a single communication line.
- Pros: Simple, cheap to set up.
- Cons: One fault can bring down the whole network; limited cable length.
- Install a single backbone cable.
- Connect each node with a tap or split.
- Ensure termination at both ends.
Number of connections: $N$ nodes share one cable.
Star Topology 🛠️
Think of a telephone exchange where every line connects to a central switch.
In a star topology, all nodes connect to a central hub or switch.
- Pros: Easy to add/remove nodes; failure of one cable does not affect others.
- Cons: Central hub is a single point of failure; more cable required.
- Set up a central hub or switch.
- Run individual cables from each node to the hub.
- Configure the hub for the network.
Number of connections: $N$ cables to the hub.
Mesh Topology 🌐
Picture a city grid where every intersection has a road to every other intersection.
In a full mesh, every node has a direct link to every other node.
- Pros: High reliability; multiple paths.
- Cons: Expensive, complex cabling.
- Determine the number of nodes $N$.
- Install $N(N-1)/2$ cables.
- Configure routing protocols.
Number of connections: $$\frac{N(N-1)}{2}$$.
Hybrid Topology 🔌
Imagine a city that uses both bus lines and roads, combining the best of each.
A hybrid topology mixes two or more topologies (e.g., star + bus).
- Pros: Flexible, can be tailored to needs.
- Cons: Can be complex to design.
- Identify the parts of the network that benefit from each topology.
- Design the layout combining them.
- Implement with appropriate hardware.
Example: A university campus network often uses a star for the main campus and a bus for the dormitories.
Topologies Comparison 📊
| Topology | Pros | Cons | Example |
|---|---|---|---|
| Bus | Simple, cheap | Single point of failure, limited length | Early Ethernet |
| Star | Easy to manage, isolated failures | Hub is single point of failure, more cable | Office LAN |
| Mesh | High reliability, multiple paths | Expensive, complex | Data centre interconnects |
| Hybrid | Flexible, tailored design | Complex to design | University campus network |
- Define each topology clearly.
- Use real‑world examples.
- Highlight one advantage and one disadvantage.
- Show any relevant formulas.
Revision
Log in to practice.