0 votes
in Network Theory by
What do you mean by network topology?

1 Answer

0 votes
by

Network topology specifies the layout of a computer network. It shows how devices and cables are connected to each other. The types of topologies are:

Bus:

Bus topology is a network topology in which all the nodes are connected to a single cable known as a central cable or bus.

It acts as a shared communication medium, i.e., if any device wants to send the data to other devices, then it will send the data over the bus which in turn sends the data to all the attached devices.

Bus topology is useful for a small number of devices. As if the bus is damaged then the whole network fails.

Star:

Star topology is a network topology in which all the nodes are connected to a single device known as a central device.

Star topology requires more cable compared to other topologies. Therefore, it is more robust as a failure in one cable will only disconnect a specific computer connected to this cable.

If the central device is damaged, then the whole network fails.

Star topology is very easy to install, manage and troubleshoot.

Star topology is commonly used in office and home networks.

Ring

Ring topology is a network topology in which nodes are exactly connected to two or more nodes and thus, forming a single continuous path for the transmission.

It does not need any central server to control the connectivity among the nodes.

If the single node is damaged, then the whole network fails.

Ring topology is very rarely used as it is expensive, difficult to install and manage.

Examples of Ring topology are SONET network, SDH network, etc.

Mesh

Mesh topology is a network topology in which all the nodes are individually connected to other nodes.

It does not need any central switch or hub to control the connectivity among the nodes.

Mesh topology is categorized into two parts:

Fully connected mesh topology: In this topology, all the nodes are connected to each other.

Partially connected mesh topology: In this topology, all the nodes are not connected to each other.

It is a robust as a failure in one cable will only disconnect the specified computer connected to this cable.

Mesh topology is rarely used as installation and configuration are difficult when connectivity gets more.

Cabling cost is high as it requires bulk wiring.

Tree

Tree topology is a combination of star and bus topology. It is also known as the expanded star topology.

In tree topology, all the star networks are connected to a single bus.

Ethernet protocol is used in this topology.

In this, the whole network is divided into segments known as star networks which can be easily maintained. If one segment is damaged, but there is no effect on other segments.

Tree topology depends on the "main bus," and if it breaks, then the whole network gets damaged.

Hybrid

A hybrid topology is a combination of different topologies to form a resulting topology.

If star topology is connected with another star topology, then it remains star topology. If star topology is connected with different topology, then it becomes a Hybrid topology.

It provides flexibility as it can be implemented in a different network environment.

The weakness of a topology is ignored, and only strength will be taken into consideration.

...