Concept:
A
network topology refers to the physical or logical arrangement of devices (nodes) and communication links in a computer network. It defines how computers, printers, and other devices are connected and how data flows between them. Different topologies are used depending on network size, reliability requirements, and cost considerations.
The four common types of network topologies are Bus, Star, Ring, and Mesh.
1. Bus Topology:
In a
Bus topology, all devices are connected to a single central cable called the
backbone. Data transmitted from a node travels along the bus until it reaches the intended receiver.
Characteristics:
- All devices share a single communication line.
- Terminators are placed at both ends of the cable to prevent signal reflection.
- Data travels in both directions along the bus.
Advantages:
- Simple and inexpensive to install.
- Requires less cable compared to other topologies.
- Suitable for small networks.
Disadvantages:
- If the backbone cable fails, the entire network stops working.
- Difficult to troubleshoot.
- Network performance decreases as the number of devices increases.
2. Star Topology:
In a
Star topology, all devices are connected to a central device such as a
hub or
switch. All communication between devices passes through this central node.
Characteristics:
- Each device has a dedicated cable connection to the central hub.
- The hub manages and controls data transmission.
Advantages:
- Easy to install and manage.
- Failure of one node does not affect the rest of the network.
- Easy to detect and isolate faults.
Disadvantages:
- If the central hub fails, the entire network becomes inactive.
- Requires more cable than bus topology.
- Higher installation cost.
3. Ring Topology:
In a
Ring topology, each device is connected to two other devices, forming a circular data path. Data travels in one direction around the ring until it reaches the destination.
Characteristics:
- Each node acts as a repeater to transmit signals to the next node.
- Data travels through each device until it reaches the intended node.
Advantages:
- Data packets travel in an orderly manner.
- Reduced chances of data collision.
- Equal access for all devices.
Disadvantages:
- Failure of a single device can disrupt the entire network.
- Difficult to add or remove devices.
- Troubleshooting can be complex.
4. Mesh Topology:
In a
Mesh topology, every device is connected to every other device in the network through dedicated point-to-point links.
Characteristics:
- Multiple paths exist between nodes.
- Data can travel through several alternative routes.
Advantages:
- Highly reliable and fault tolerant.
- Failure of one link does not affect the entire network.
- Provides high security and privacy.
Disadvantages:
- Very expensive due to large number of cables and ports.
- Complex installation and configuration.
- Not practical for large networks.