Network Topology in Computer Network

Network Topology in Computer Network

In this tutorial, we will teach you Network Topologies like BUS, MESH, STAR, RING, TREE, and why they are used, and where they are used.

Network Topology

  • Topology is the process of arranging the network in a pattern or the nodes and stations of a network area.
  • Network topology is the process of defining the shapes of the network as physical and logical.
  • Networks are defined as Physically and Logically.

Types Of Network Topology

  • Logical Topology
  • Physical Topology.

Logical Topology

Logical topology defines how the data or information is transferred between two nodes or stations in a network.

Physical Topology

Physical topology defines how the nodes or devices of a network are connected with each other.

In this physical arrangement, a computer network is connected using cable and device installations.

There is always a topology included in every network, whether it is a LAN or MAN network.

Types of Physical Topology

  • BUS Topology
  • STAR Topology
  • RING Topology
  • MESH Topology
  • TREE Topology

Network Topology in Computer Network

BUS Topology

This topology is the same as its name like a bus which is straight and also the devices connected to it like(computers, servers, printers, etc.) are connected in a single line with the main cable.

This main cable is known as BUS which acts as the backbone of a network, that is connected to each computer, and each computer is connected to the next computer. On both sides, there is a line end terminator that ends the cable.

It’s an easy topology to use, and anyone can use it, as you have seen in cafes, where all computers are connected with each other.

Network Topology in Computer Network

Advantages of BUS Topology

  • BUS network can be used for small space areas.
  • BUS requires minimum cable and is less costly than other topologies.
  • Anyone can establish, and easily connect.
  • Generally used in cafes, and small offices.

Disadvantages of Bus Topology

  • Because of single cable dependency, any cut in the cable causes the whole network disturbed.
  • Can use only a limited no of computers connected, only use for small area network.
  • Speed is slowdown as connected to more devices.
  • Much slower than other topologies.

 

STAR Topology

STAR topology as the same as its name devices is connected with each other like in the formation of STAR.

Each device is connected to a central node HUB/Switch, which acts as a server and the connected computer or devices act as a client.

If you want to share a piece of information with other computers connected to the node, then the information is first transferred to the central node or hub/switch then it will transfer to the decided device.

Any disturbance in computer devices doesn’t disturb the whole network but if the central node is disturbed then the whole network is disturbed.

Network Topology in Computer Network

Advantages of STAR Topologies.

  • Easily installation and modifications
  • Can increase the no of devices by upgrading the central node(hub or switch)
  • Faster than BUS topologies, as data is not transferred to every device only the destination devices get the information.
  • Any failure in one device cannot interrupt the other devices.

Disadvantages of STAR Topologies.

  • The only disadvantage of this topology is the failure of a central hub, which fails the whole network of devices.
  • The cost of the Central node(hub/switch) is costlier than the BUS cables.

 

RING Topology

RING topology is also the same as its name RING, in which devices are connected to each other in circle formation or ring formation.

This is similar to BUS topology as all are connected to each other, but there is no termination end like in a BUS because it is in a circle formation.

Data transfer uses a TOKEN-based system from one node to another node. It means when you want to send any message to another computer connected in this topology then it uses a token to send a message and the destination device receives the token for the message.

Network Topology in Computer Network

Advantages of RING Topology

  • You can connect more and more devices because all are connected to each other and the token-based process is used in this network doesn’t interrupt any device.

Disadvantages of RING Topology

  • Failure of one device is the failure of the whole network as each is connected to another device.

 

MESH Topology

In the MESH topology, all the devices are connected to each other directly.

There is no central hub as all are directly connected to each other. Each Single device is connected to all devices.

There is a formula to find out the number of links we need to connect.

Number of Channels = (n(n-1)/2)
therefore, if there are 5 PCs, then the formula will be (5(5-1)/2) = (5X4)/2 = 10 channels will connect.

There are two types of MESH Topology

  • FULL MESH Topology
  • PARTIAL Mesh Topology

FULL MESH Topology, Every node is directly connected to each and every node in a network.

Network Topology in Computer Network
Full-Mesh-Topology

PARTIAL MESH Topology, Not every node is connected to another node.

Network Topology in Computer Network
Partial-Mesh-Topology

Advantages of MESH Topology

  • There is always an alternative device present when one fails
  • Especially used for very high traffic.
  • Easily installation of new nodes.
  • Provides maximum security as all are connected with each other.

Disadvantage Of Mesh Topology

  • The cost is more expensive as more and more cables are required for each connection.
  • Installation is time-consuming and maintenance is also not easy.

 

TREE Topology

TREE Topology is the same as its name TREE, in which all the devices are connected like a branch of a tree, and branches are connected to a single tree.

The whole network is divided into many parts that can be easily checked, separately if any problem is found.

This is similar to BUS topology in which all the devices are connected to a single cable, but in this, a single cable is connected to other devices connected with (hub/switch) to it.

This topology is also known as HIERARCHICAL Topology because of its hierarchical formation.

Network Topology in Computer Network

Advantage Of TREE Topology

  • Easily expansion of new nodes.
  • Other devices are not affected by a single hierarchy or branch.
  • Best used in big companies where every department has a single node.

The disadvantage of TREE Topology

  • Failure of the Backbone of the Tree disturbs the whole network.
  • A Huge length of cable is required.
  • Maintenance is costlier.
  • Difficult to service, each node at a time of any disturbance.

 

Frequently Question Asked

What is BUS in the computer network?

A bus is a communication topology used to connect a number of components or devices to share information between them.

How does RING Topology work?

RING Topology uses tokens to send and receive the message from source to destination.

This token should be free, for all network devices in order to receive messages.

After the token message is generated the token will travel in the whole network until the destination device is not found.

After receiving the message it is removed from the destination and the token is ready to carry another piece of information or message to the other destination nodes or computer devices.

 

Read These topics:

What is a Router?

What is a Switch?

What is Hub? and types of Hub

What are Transmission Mediums?

Components of Computer Network

What is Network Topology? and its types

Different Types of LAN, MAN, PAN, WAN

What is a Computer Network and why do we need it?

What is Data Transmission Modes? Types of Transmission Modes

What is Switching in Computer Networks? and types of Switching

By Shivani

Leave a Reply

Your email address will not be published. Required fields are marked *