Types of Topologies
Types of Topologies
1. Mesh Topology
2. Star Topology
3. Bus Topology
4. Ring Topology
5. Hybrid Topology
6. Tree Topology
7. P2P Topology
8. Daisy Chain Topology
Mesh Topology
In mesh topology each device is connected to every other device on the network
through a dedicated point-to-point link. When we say dedicated, it means that the
link only carries data for the two connected devices only. Let’s say we have n
devices in the network then each device must be connected with (n-1) devices of
the network. Number of links in a mesh topology of n devices would be n(n-1)/2.
If one device wants to send data to other device, it has to first send the data to
hub and then the hub transmit that data to the designated device.
Bus Topology
In bus topology there is a main cable, and all the devices are connected to this
main cable through drop lines. There is a device called tap that connects the
drop line to the main cable. Since all the data is transmitted over the main cable,
there is a limit of drop lines and the distance a main cable can have.
The main cable that is connected to the devices on the network using
drop line is called backbone cable.
The main cable broadcast the message to all the devices connected
to it.
When a device wants to send a message, it transmits the message
to the backbone cable. All the other devices connected to the
backbone cable receive the message whether they are intended to
receive the message or not.
The most common access method of the bus topologies
is CSMA (Carrier Sense Multiple Access). This method is used to
prevent the collision of data as two or more devices can send the
data to main cable at the same time.
In ring topology each device is connected with the two devices on either side of
it. There are two dedicated point to point links a device has with the devices on
the either side of it. This structure forms a ring thus it is known as ring topology.
If a device wants to send data to another device, then it sends the data in one
direction, each device in ring topology has a repeater, if the received data is
intended for other device then repeater forwards this data until the intended
device receives it.
Hybrid topology
Tree topology
In P2P, these two devices can be two computers, routers, switches etc. The
client is the computer that requests the data and server is the computer that
serves the request by sending data. In P2P, both the devices can request as well
as send the data.
In Daisy Chain Topology, all devices are connected in a linear fashion. Consider
it as a ring topology where the last device is not connected to the first device.
Every device in the daisy chain network is connected to immediate left and
right neighbour devices, except the first and last device.