Different Kinds of Network Topology in Computer Networks
Different Kinds of Network Topology in Computer Networks
The way in which the connections are made is called the topology of the computer network.
Now I am discussing about network topology, Network topology specifically refers to the
physical layout of the network, especially the locations of the computers and how the cable is run
between them.
Four most common topologies are:
Bus
Star
Ring
Mesh
Bus Topology:
Bus topologies
All the devices on a bus topology are connected by one single cable. When one computer sends
a signal up the wire, all the computers on the network receive the information, but only one
accepts the information. The rest regrets the message. One computer can send a message at a
time. A computer must wait until the bus is free before it can transmit. When the signal reaches
the end of the wire, it bounces back and travels back up the wire. When a signal echoes back and
forth along an unterminated bus, it is called ringing. To stop the signals from ringing, attach
terminators at either end of the segment. The terminators absorb the electrical energy and stop
the reflection.
Advantages and disadvantages of network topology:
1. The bus is simple, reliable in small network, easy to use and understand
2. Requires the least amount of cable to connect the computers and less expensive
3. Easy to extend the bus
Star Topology:
Star Topology
All the cables run from the computers to a central location, where they are all connected by a
device called a hub. Each computer on a star network communicates with a central hub that
resends the message either to all the computers or only to the destination computers. Hub can be
active or passive in the star network Active hub regenerates the electrical signal and sends it to
all the computers connected to it. Passive hub does not amplify or regenerate signal and does not
require electrical power to run. We can expand a star network by placing another star hub.
Advantages:
Disadvantages:
Ring Topology:
Ring Topology
Each computer is connected to the next computer ,with the last one connected to the first. Every
computer is connected to the next computer in the ring, and each retransmits what it receives
from the previous computer. The message flow around the ring in one direction. Some ring
networks do token passing. It passes around the ring until a computer wishes to send information
to another computer. The computer adds an electronic address and data and sends it around the
ring. Each computer in sequence receives the token and the information and passes them to the
next until either the electronic address matches the address of the computer or the token returns
to the origin. The receiving computer returns a message to the originator indicating that the
message has been received. The sending computer then creates another token and place it on the
network, allowing another station to capture the token and being transmitted.
Advantages:
Disadvantages:
Mesh Topology:
Mesh Topology
The mesh topology connects all devices (nodes) to each other for redundancy and fault
tolerance. It is used in WANs to interconnect LANs and for mission critical networks like those
used by banks and financial institutions. Implementing the mesh topology is expensive and
difficult.
Advantages:
Fault tolerance
Guaranteed communication channel capacity
Easy to troubleshoot
Disadvantages: