NAVODAYA VIDYALAYA SAMITI, NOIDA�
E-Content for Class XII (Informatics Practices)�Topic: Network Topologies
�BY
Jitendra Kumar, PGT IT
JNV, Medak
Learning Objectives
Definition
Network topology is the way a network is arranged, including the physical or logical description of how links and nodes are set up to relate to each other. There are numerous ways a network can be arranged, all with different pros and cons, and some are more useful in certain circumstances than others.
Bus Topology
A bus topology is a network setup where each computer and network device is connected to a single cable or backbone.
There is a device called tap that connects the drop line to the main cable.
Terminator
Terminator
Advantages
Disadvantages
Star Topology
A star topology is a topology for a Local Area Network (LAN) in which all nodes are individually connected to a central connection point, like a hub or a switch.
Hub/Switch
A star takes more cable than e.g. a bus, but the benefit is that if a cable fails, only one node will be brought down.
Advantages
Disadvantages
Ring Topology
A ring topology is a network configuration in which device connections create a circular data path. Each networked device is connected to two others, like points on a circle. Together, devices in a ring topology are referred to as a ring network.
Unidirectional ring network:allow packets to travel only in one direction, called a unidirectional ring network.
Bidirectional ring network: permits data to move in either direction, called bidirectional ring network.
Advantages
Disadvantages
Mesh Topology
In mesh topology each device is connected to every other device on the network through a dedicated point-to-point link.
Lets 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.
Advantages
Disadvantages
Tree Topology
Tree topologies have a root node, and all other nodes are connected which form a hierarchy. So it is also known as hierarchical topology.
Tree topology based networks are not suitable for small networks because of the requirement for additional devices and cables.
Advantages
Disadvantages
Hybrid Topology
A hybrid topology combines two or more topologies and is meant to reap their advantages. Obviously, the advantages and disadvantages of a hybrid topology are a combination of the merits and demerits of the topologies used to structure it.