1. Bus Topology
- Data is transmitted in one direction.
- Terminators are required at both ends of the backbone.
- Ideal for small networks.
Easy to install and extend.
Requires less cable compared to other topologies.
Cost-effective for small networks.
Disadvantages:
Difficult to troubleshoot.
Performance degrades as more devices are added.
If the backbone fails, the entire network goes down.
2. Ring Topology
In a ring topology, each device is connected to two other devices, forming a circular data path.
Data travels in one direction (unidirectional) or two (bidirectional).
Each device has exactly two neighbors.
Token-passing protocol often used for communication.
Easy to install and reconfigure.
Data transmission is fast and smooth under light traffic.
A failure in any single device or connection can disrupt the entire network.
Troubleshooting is complex.
Adding or removing devices can affect the network.
3. Star Topology
In star topology, all devices are connected to a central hub or switch.
The central hub acts as a repeater for data flow.
Most popular topology for Ethernet networks.
Easy to install and manage.
Failure of one node does not affect the rest of the network.
Easy to detect faults and remove parts.
If the central hub fails, the entire network goes down.
Requires more cable length than bus or ring topologies.
4. Mesh Topology
In mesh topology, every device is connected to every other device in the network.
Can be fully connected or partially connected.
Offers high redundancy and reliability.
Data can be transmitted simultaneously from different devices.
Highly robust; failure of one link does not affect the network.
Easy to detect faults.
Expensive to install and maintain due to high cabling and port requirements.
Complex configuration and management.
5. Tree Topology
Tree topology is a hybrid of star and bus topologies. It consists of groups of star-configured networks connected to a linear bus backbone.
Hierarchical structure with root node and branches.
Used in large networks, like corporate or university campuses.
Scalable and easy to manage.
Allows for expansion of an existing network.
If the backbone fails, the entire segment is affected.
More complex than other topologies.
6. Hybrid Topology
Hybrid topology combines two or more different types of topologies (e.g., star-ring, star-bus).
Flexible design tailored to specific needs.
Combines the strengths of different topologies.
Highly reliable and scalable.
Can be designed to meet specific performance or cost needs.
Complex to design and manage.
Expensive due to multiple topology integration.
✍Choosing the right network topology depends on several factors such as the size of the network, budget, performance requirements, and scalability. Understanding the pros and cons of each topology helps in designing a network that best suits your specific needs.