Description: All devices are connected to a single central cable (the "bus"). Data travels in both directions along the bus until it reaches its destination.
Use Cases:
Small Local Area Networks (LANs): Older Ethernet networks used this topology.
Used in environments with limited devices due to its simplicity and low cost.
Advantages:
Easy to set up and inexpensive.
Disadvantages:
Single point of failure (the bus).
Difficult to troubleshoot and scale.
Description: All devices are connected to a central hub or switch. Communication between devices goes through the central hub.
Use Cases:
LANs: Common in office or home networks.
Wireless Networks: Wi-Fi networks often use a star-like structure with an access point as the central hub.
Advantages:
Easy to add/remove devices.
Centralized management.
Disadvantages:
Central hub is a single point of failure.
Description: Devices are connected in a circular fashion. Data travels in one direction (unidirectional) or both directions (bidirectional).
Use Cases:
Fiber Distributed Data Interface (FDDI): High-speed networks.
Older token ring networks.
Advantages:
Equal access for all devices.
Can handle high traffic better than a bus topology.
Disadvantages:
A break in the ring can disrupt the entire network.
Troubleshooting is more complex.
Description: Each device is connected to every other device, either fully or partially.
Use Cases:
Wide Area Networks (WANs): The internet uses a partial mesh structure.
Wireless Mesh Networks: Used in smart homes or IoT systems.
Advantages:
High redundancy and reliability.
Direct communication paths improve speed and efficiency.
Disadvantages:
Expensive and complex to set up and maintain.
Description: Hierarchical structure where devices are connected in a parent-child relationship. Combines elements of star and bus topologies.
Use Cases:
Corporate LANs: Large-scale networks with departmental segmentation.
Hybrid Networks: Used to integrate different parts of a network.
Advantages:
Scalable and easy to manage.
Faults in individual branches don’t affect the entire network.
Disadvantages:
Requires careful planning and configuration.
A fault at the root node affects the whole network.
Description: Direct connection between two devices.
Use Cases:
Dial-Up Connections: Between a computer and a modem.
Wireless Bridges: Direct link between two locations.
Advantages:
Simple and secure.
High-speed direct communication.
Disadvantages:
Not scalable.
Description: All devices are equal, sharing resources directly without a central server.
Use Cases:
Home Networks: File sharing between computers.
Decentralized Networks: BitTorrent or blockchain systems.
Advantages:
No need for a central server.
Cost-effective and simple for small networks.
Disadvantages:
Difficult to manage in larger networks.
Less secure compared to centralized topologies.