×

Computer Network Topology: Bus, Star, Ring, Tree and Hybrid

Network Topology: The Computer network topology refers to the layout of connected devices on a network. The network topology is the combination by which computer or network devices interconnected to another device.

Significant types of network topology.

  • BUS Topology
  • Star Topology
  • Ring Topology
  • Mesh Topology
  • Tree Topology
  • Hybrid Topology

BUS Topology

In a Bus topology, all computer devices are connected through a single cable that is known as a backbone cable. Each device is directly interconnected to the backbone cable. Bus topology is easy to installation compared to another topology. It sends data only in a single direction. The figure is shown below. 

Network Topology

Advantages of Bus Topology

  1. It is very simple to install.
  2. It is less cable required to connect the devices compared to other topology.
  3. It is cost-effective.

Disadvantages of Bus Topology

  1. Complicated reconfiguration and fault detection.
  2. If any fault in backbone cable then stops all transmission.

Star Topology

In star topology, all device in the network is connected to a central device known as a Switch or Hub or Host Computer. The host computer is directly connected to each device. The host computer controls all devices. It has using Point to Point connection. The figure is shown below.

Network Topology

If a device wishes to send data to another device, it must first send the data to the host computer, and then the host computer sends that data to the other device. The host computer acts as a repeater for data flow.

Advantages of Star Topology

  1. In star topology, fewer cables are needed because each device only needs to be connected to a host computer or hub.
  2. It is simple to troubleshoot.
  3. If one device is a failed, so only that device is affected, and All remain devices active.
  4. Easy to detect failing devices because the device can be easily recognized.

Disadvantages of Star Topology

  1. This entire system depends on the host computer. If the host computer fails, then the whole network fails.
  2. Expensive to use.

Ring Topology

In-Ring Topology, there is no host or controlling computer. All devices are connected in a circular network structure; each computer is connected to its subordinate device. It is also called Circular Topology. The figure is shown below.

Network Topology

If a device wishes to send data to another device, it sends the data in one direction, each device in the ring topology has a repeater, if the data received is for another device, the repeater transmits this data until the device receives it.

Advantages to Ring Topology

  1. Easy to install.
  2. This topology works more efficiently and reliable because there is no host or controlling computer.
  3. Easy to detect failing devices because the device can be easily recognized.

Disadvantages of Ring Topology

  1. Failure a single device can cause an entire network is a failure.
  2. Its speed depends on the computers installed in the network. If the number of computers is lesser, then the speed is high, and if the number of computers is high, then the speed is low.

Mesh Topology

Each computer device is connected to all other devices on the network through a dedicated point-to-point connection in Mesh topology. If the cable in the route is broken, the nodes cannot communicate. One device must be connected with (n-1) devices.

In a mesh topology, if we have to connect n computers, we need (n*(n-1) / 2) cable or connections. The figure is shown below.

Network Topology

Advantages of Mesh Topology

  1. It is very robust. If anyone's connection gets damaged, they cannot affect others.
  2. It provides more privacy and security.
  3. It provides a dedicated connection between the devices.
  4. It's simple to detect the fault.

Disadvantages of Mesh Topology

  1. The number of wires and the number of I/O ports required are very large.
  2. Mesh topology is very expensive than the other topology.
  3. It is difficult to install and configure.

Tree Topology

A tree topology combines the Star and Bus topology features. It has a host computer like the star topology, and a single cable connects all the devices like a bus topology. This topology divides the network into multiple levels. It is also known as a hierarchy topology. The figure is shown below.

Network Topology

Advantages of Tree Topology

  1. If sub-device is failed, only that device is affected, and all other devices remain active. 
  2. In a tree topology, it is easy to extend the network.
  3. It has point-to-point wiring for single devices.
  4. Error correction and error detection are easily done.

Disadvantages of Tree Topology

  1. Tree topology is very expensive than the other topology.
  2. If a node fails, then troubleshoot becomes difficult.
  3. Bulky wires are used in the tree topology.

Hybrid Topology

When two or more topologies are used to create a new topology, it is called a hybrid topology. Hybrid topology obtains the merits and demerits of every incorporating topology. The figure is shown below.

Network Topology

Advantages of Hybrid Topology

  1. If there is any fault in the network, it is easy to find its faulty device.
  2. It is a scalable topology that can be easily extended.
  3. A hybrid topology is useful for large corporations.
  4. It is reliable than the other topology, but at the same, it is a costly topology.

Disadvantages of Hybrid Topology

  1. Installation and configuration are complicated than the other topology.
  2. It is a very expensive topology.
  3. It is challenging to design the architecture of the Hybrid topology.

Related Topics

Aloha

Aloha Norman Abramson and his colleagues were developed aloha at the University of Hawaii in the 1970s. ALOHA is a Multiple Access Protocol which is used for random access in the...

3 minutes read.

4G Mobile Communication Technology

What is 4G? 4G is a fourth-generation wireless or mobile communication system, succeeding 3G (third generation) wireless communication and preceding 5G (fifth generation) communication. It is based on the capabilities defined by...

4 minutes read.

Digital Transmission

Line Coding Digital signal is converted in the digital data that process is known as the Line Coding. That data is stored in the computer in the form of text, audio,...

4 minutes read.

Difference between Active and Passive FTP

What is FTP? FTP stands for File Transfer Protocol. It is a type of protocol that is used for transferring files over a network. FTP uses the TCP-based protocol. For a...

3 minutes read.

TCP vs UDP

Transmission Control Protocol (TCP) and User Datagram Protocol are the two most popular Internet protocols (IPs). TCP is a connection-oriented protocol, which means that once a connection has been made,...

4 minutes read.

Fixed and Flooding Routing Algorithms

Introduction Before going to study fixed and flooding routing algorithms, we have to take a look back to revisit the topic of routing. Routing can be defined as Routing: What is it? Routing...

3 minutes read.

Data Link Control

Data Link Control Data-link control is the main function of the data link layer. It deals with the configuration and coordination for connection between two neighboring nodes: node-to-node communication. The task...

10 minutes read.

Define Framing in Computer Network

Framing is a function of the data link layer, which provides a way for a sender to transmit a set of bits that should be meaningful to the user. The...

7 minutes read.

Data Link Layer Protocols

 Data Link Layer Protocols Bluetooth Low EnergyZ-WaveZigBee Smart EnergyLoRaWANWirelessHARTLTE-A  1. Bluetooth Low Energy Bluetooth Low Energy or Bluetooth is a short-range communication protocol with the physical layer and medium access control layer. It is widely used in IoT...

3 minutes read.

APIPA: Automatic Private IP Addressing

What is APIPA? APIPA stands for Automatic Private IP Addressing. It is a word used by Microsoft to describe address auto configuration, which enables a Local Area Network (LAN) computer to...

3 minutes read.

Classification of Routing Algorithms

Introduction Before going to the classification of routing algorithms, we must find out what routing is. So, routing can be defined as the process of establishing the paths that the data...

3 minutes read.

Star Topology in Computer Networks

Star topology comes from or is a part of the network topology which was invented by Dr.Howard Frank. It is also to be known as star network because of its...

4 minutes read.

Difference between Transport and Network Layer

When it comes to the Internet, it is essential to understand the different layers that make up the network. The two most important layers are Transport Layer and Network Layer....

7 minutes read.

Data link layer in OSI model

This article will help you in getting a good understanding of the topic called the Data link layer in the OSI model. It is the second bottom most layer in the...

3 minutes read.

What is Framing in a Computer Network?

In the stream of bits, the data is stored by transmitting the bit by the connection of two devices through cable. This type of connection for data transmission is called...

6 minutes read.

Decoding in Communication Process

The use of codes is necessary for all forms of communication. The sender, transmitter, and receiver are the three major components of more conventional communication paradigms. The sender is in...

4 minutes read.

Stream Control Transmission Protocol

Stream Control Transmission Protocol: SCTP stands for Stream Control Transmission Protocol. SCTP was developed by the Internet Engineering Task Force (IETF). It is a reliable message-oriented protocol of the transport...

3 minutes read.

Multiple Access Control

Multiple Access Control: The data link layer is separated into two sub-layers. The upper sub-layer is responsible for flow control and error control that is called the logical link control...

5 minutes read.

Transport Layer in OSI Model

This article will help you in getting a good understanding of the transport layer in the OSI model. The transport layer is the fourth layer from the bottom in the OSI...

4 minutes read.

Types of Computer Network: LAN, MAN, WAN and PAN

PAN: Personal Area Network PAN stands for Personal Area Network. It is designed for a very short distance (1 to10 m), such as a single room. This type of network can...

3 minutes read.