Types of Network Topology

Network topology refers to the physical layout ofcomputers to the central location where they are
the network i.e. the locations of the computersall connected by a device called hub or switch.
and how the cable is run between them. ToEach computer on a star network communicates
select the right topology for how the network willwith a central device that resends the message
be used is very important. Each topology has itseither to each computer or only to the destination
own strength and weaknesses.computer, e.g. if it is a hub then it will send to all
The choice of a topology for installing a computerand if it is a switch then it will send to only
network depends upon a combination of factorsdestination computer.When network expansion is
such as, reliability, performance of the system,expected and when the greater reliability is
number of nodes and geographical distribution ofneeded, star topology is the best.
the system.Advantages:
The main 2 types are1) It is easy to modify and add new computers
Bus Topology & Peer to Peer Topologywithout disturbing the rest of the network.
Peer to Peer topology consists of Star topology2) The center of the star network is a good
and Ring topology.place to diagnose the faults.
Bus Topology3) Single computer failure does not necessarily
It is often used when network installation is small,bring down the whole star network.
simple or temporary. On a typical bus networkDisadvantages:
the cable is just 1 or more wires with no active1) If the central device fails the whole network
electronics to amplify the signal or pass it alongfails to operate.
from computer to computer. This makes the bus2) Star networking is expensive because all
a passive topology. When 1 computer send anetwork cables must be pulled to one central
signal up the wire all the computers receive thepoint, requires more cable than other network
information but only one with the address thattopologies.
matches accepts the information, the restRing Topology
disregard the message.In this type each computer is connected to the
Advantages:next computer with the last one connected to
1) Easy to use and to understand.the first. Each retransmits what it receives from
2) Requires least amount of cable to connect thethe previous computer. The message flows
computers together. It is therefore lessaround the ring in one direction. The ring network
expensive than other cabling arrangements.does not subject to signal loss problem as a bus
3) It is easy to extend a bus; two cables can benetwork experiences. There is no termination
joined into 1 longer cable with a BNC, Barrelbecause there is no end to the ring.
connector making a longer cable and allowingAdvantages:
more computers to join the network.1) Each node has equal access.
Disadvantages:2) Capable of high speed data transfer.
1) Heavy network traffic can slow a busDisadvantages:
considerably as only 1 computer can send a1) Failure of one computer on the ring can affect
message at a time.the whole network.
2) It is difficult to troubleshoot the bus. A cable2) Difficult to troubleshoot the network.
break or loose connector causes reflection andTopologies remain an essential part of network
stops all the activity.design speculation. But understanding these can
Star Topologyhelp you to get the deeper knowledge of the
In this kind of topology all the cables run from theelements like hub, switch etc.