What is network topology? Briefly explain the different
computer network topologies with their diagram
Subject | Introduction to Computer System |
---|---|
NU Year | Set: 5.(a) Marks: 7 Year: 2012 |
A network topology
is the arrangement of a network, including its nodes and connecting
lines. There are two ways of defining network geometry: the physical topology
and the logical (or signal) topology.
BUS
Topology
Bus topology is a
network type in which every computer and network device is connected to single
cable. When it has exactly two endpoints, then it is called Linear Bus
topology.
RING
Topology
It is called ring
topology because it forms a ring as each computer is connected to another
computer, with the last one connected to the first. Exactly two neighbors for
each device.
STAR
Topology
In this type of
topology all the computers are connected to a single hub through a cable. This
hub is the central node and all others nodes are connected to the central node.
MESH
Topology
It is a point-to-point
connection to other nodes or devices. All the network nodes are connected to
each other. Mesh has n(n-1)/2 physical channels to link n devices.
TREE
Topology
It has a root node and
all other nodes are connected to it forming a hierarchy. It is also called
hierarchical topology. It should at least have three levels to the hierarchy.
HYBRID
Topology
It is two different
types of topologies which is a mixture of two or more topologies. For example
if in an office in one department ring topology is used and in another star
topology is used, connecting these topologies will result in Hybrid Topology
(ring topology and star topology).