Network Devices & Network Topology
Network Devices & Network Topology
Network Devices & Network Topology
.Introduction
Ring topology refers to a topology in which each computer is linked to exactly two
other computers to form a ring. The message transmission is unidirectional and
circular.This network topology is deterministic in nature, which means that each
computer is granted transmission access at a fixed time interval. All of the nodes
are linked in a closed loop. This topology is primarily based on a token-based
system, with the token traveling in a loop in only one direction.
If a token is free in a ring topology, the node can capture it, attach the data and
destination address to it, and then leave the token for communication. When this
token reaches the destination node, the receiver removes the data and frees the
token to carry the next data.
Star Topology
.Introduction
A computer network topology in which all nodes are connected to a centralized hub
is known as a star topology. The hub or switch serves as a bridge between the
nodes. Any node requesting or providing service must first communicate with the
hub.
The central device (hub or switch) has a point-to-point communication link with the
devices (the dedicated link between the devices that cannot be accessed by another
computer). Depending on the central device used, the message is then broadcast or
unicast. The hub broadcasts the message, whereas the switch unicasts it by using a
switch table. Broadcasting increases unnecessary network data traffic.
In a star topology, the hub and switch serve as servers, while the other connected
devices serve as clients. To connect a node to the central device, only one input-
output port and one cable are required. Because data does not pass through every
node in this topology, it is more secure.
Mesh Topology
Mesh topology is a computer network topology in which nodes are linked together. In
other words, direct communication occurs between network nodes.
Tree Topology
Introduction
A tree topology is a computer network topology in which all nodes are connected to
the main bus cable, either directly or indirectly. Tree topology is a hybrid of the
Bus and Star topologies.
A tree topology divides the entire network into segments that can be easily managed
and maintained. In this topology, there is a main hub and all of the other sub-hubs
are linked to it.
Impact of Tree Topology
The cost of cabling and hardware is high.
Implementation is difficult.
Hub cabling is also necessary.
A large network with a tree topology is difficult to manage.
It necessitates a lot of upkeep.
The network will fail if the main bus fails.
Hybrid Topology
Introduction
A hybrid topology is a computer topology made up of two or more topologies. They
are the most commonly used in practice.
All topologies in this topology are interconnected based on their needs to form a
hybrid. All of the advantages of each topology can be combined to form an efficient
hybrid topology.