Table of Contents

Type of Network Topology: Bus, Ring, Star, Mesh, Tree, P2P, Hybrid

Network topologies describe the methods in which all the elements of a network are mapped. The topology term refers to both the physical and logical layout of a network.

Point to Point

Point-to-point topology is the easiest of all the network topologies. In this method, the network consists of a direct link between two computers.

Advantages

Disadvantages

Bus Topology

Bus topology uses a single cable which connects all the included nodes. The main cable acts as a spine for the entire network. One of the computers in the network acts as the computer server. When it has two endpoints, it is known as a linear bus topology.

Advantages

Disadvantages

Ring Topology

In a ring network, every device has exactly two neighboring devices for communication purpose. It is called a ring topology as its formation is like a ring. In this topology, every computer is connected to another computer. Here, the last node is combined with a first one.

This topology uses token to pass the information from one computer to another. In this topology, all the messages travel through a ring in the same direction.

Advantages

Disadvantages

Star Topology

In the star topology, all the computers connect with the help of a hub. This cable is called a central node, and all other nodes are connected using this central node. It is most popular on LAN networks as they are inexpensive and easy to install.

Advantages

Disadvantages

Mesh Topology

The mesh topology has a unique network design in which each computer on the network connects to every other. It is develops a P2P (point-to-point) connection between all the devices of the network. It offers a high level of redundancy, so even if one network cable fails, still data has an alternative path to reach its destination.

Partial Mesh Topology: In this type of topology, most of the devices are connected almost similarly as full topology. The only difference is that few devices are connected with just two or three devices.

Full Mesh Topology: In this topology, every nodes or device are directly connected with each other.

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. This topology integrates various star topologies together in a single bus, so it is known as a Star Bus topology. Tree topology is a very common network which is similar to a bus and star topology.

Advantages

Disadvantages

Hybrid Topology

Hybrid topology combines two or more topologies. You can see in the above architecture in such a manner that the resulting network does not exhibit one of the standard topologies.

For example, as you can see in the above image that in an office in one department, Star and P2P topology is used. A hybrid topology is always produced when two different basic network topologies are connected.

Advantages

Disadvantages

How to select a Network Topology?

Summary

Topology What it is
P2P The network consists of a direct link between two computers
Bus Uses a single cable which connects all the included nodes
Ring Every device has exactly two neighboring devices for communication purpose
Star All the computers connect with the help of a hub.
Mesh The mesh topology has a unique network design in which each computer on the network connects to every other.
Tree Tree topologies have a root node, and all other nodes are connected which forming a hierarchy.
Hybrid Topology Hybrid topology combines two or more topologies