NETWORK TOPOLOGIES
NETWORK TOPOLOGY
Network Topology is the schematic description of a network arrangement, connecting various nodes (sender and receiver) through lines of connection.
- Bus topology: is a network type in which every computer and network device is connected to a single cable.
Advantages
- It is cost effective.
- Cable required is least compared to other network topology.
- Used in small networks.
- It is easy to understand.
- Easy to expand joining two cables together.
Disadvantages
- If the cable fails, then whole network fails.
- If network traffic is heavy or nodes are more, the performance of the network decreases.
- The cable has a limited length.
2 . Ring topology: is where nodes are arranged in a circle (or ring). The data can travel through the ring network in either one direction or both directions, with each device having exactly two neighbors.
Advantages
- Easy Installation.
- Less Cabling Required.
- Reduces chances of data collision(unidirectional).
- Easy to troubleshoot(the faulty node does not pass the token).
- Each node gets the same access time.
Disadvantages
- If a node fails, the whole network will fail.
- Slow data transmission speed(each message has to go through the ring path).
- Difficult to reconfigure (we have to break the ring).
3 Star topology: is a computer network topology in which all the nodes are connected to a centralized hub. The hub or switch acts as a middleware between the nodes. Any node requesting for service or providing service, first contact the hub for communication.
Advantages
- Fast performance with few nodes and low network traffic.
- Hub can be upgraded easily.
- Easy to troubleshoot.
- Easy to setup and modify.
- Only that node is affected which has failed, rest of the nodes can work smoothly.
Disadvantages
- Cost of installation is high.
- Expensive to use.
- If the hub fails then the whole network is stopped because all the nodes depend on the hub.
- Performance is based on the hub’s capacity.
4. Mesh Topology: A mesh topology is an intricate and elaborate structure of point-to-point connections where the nodes are interconnected. Mesh networks can be full or partial mesh. Partial mesh topologies are mostly interconnected, with a few nodes with only two or three connections, while full-mesh topologies fully interconnected.
Advantages
- Dedicated links facilitate direct communication.
- No congestion or traffic problems on the channels.
- Good Fault tolerance due to the dedicated path for each node.
- Very fast communication.
- Maintains privacy and security due to a separate channel for communication.
- If a node fails, other alternatives are present in the network.
Disadvantages
- Very high cabling required.
- Cost inefficient to implement.
- Complex to implement and takes large space to install the network.
- Installation and maintenance are very difficult.
