×

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

Hamming Code Example

What is Hamming Code? Hamming code is an error-detecting and error-correcting code used in computer data storage and transmission to detect and correct errors caused by noise, interference, or data corruption....

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.

TCP/IP model in Computer Network

An essential foundation for computer networking is the TCP/IP model. It stands for Transmission Control Protocol and Internet Protocol which are the two major Internet protocols. This model outlines the...

6 minutes read.

Integrated Services Digital Network (ISDN)

Integrated Services Digital Network (ISDN): ISDN means Integrated Services Digital Network. ISDN was developed by ITU-T in the 1980s. These are digital telephony and data transport services offered by regional...

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.

Method of Joining and Fusion of Fiber Optic Cable

What is Fiber Optics Cable? Fiber optics cable transforms the information at a light pulse. We can transfer voice, data, and video through the fiber optics cable. The fiber optics cable...

3 minutes read.

TCP Ports

What is TCP? TCP is a transport layer protocol that helps to establish connections. TCP means Transmission Control Protocol. It guarantees secure data transmission between two network-connected devices. The data can...

5 minutes read.

Transmission Control Protocol

Transmission Control Protocol: TCP stands for Transmission Control Protocol. It was introduced in 1974. It is a connection-oriented and reliable protocol. It establishes a connection between the source and destination...

3 minutes read.

Two Port Network in Computer Networks

A Two Port Network is a four-terminal electric network or circuit with 2 terminals on both sides, each connecting with more circuits or devices. Two terminals together make a port, one...

5 minutes read.

Differences between IPv4 and IPv6

Introduction In this tutorial, we will discuss the basic differences between IPv4 and IPv6 protocols. Definition of Internet Protocols Vint Cerf and Bob Kahn's initial Transmission Control Program had a connectionless datagram service...

4 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.

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.

Advantages and Disadvantages of Fibre Optics Cable

What is Fibre Optics Cable? A fibre optics cable is made of plastic or fibre, which is used to transmit the data. In fibre optics cable, the data is sent along...

3 minutes read.

Disadvantages of Computer Network

What is Computer Network? A computer network is a collection of interconnected devices that can communicate and exchange data with each other. Networks allow devices to share resources such as printers...

3 minutes read.

Network Layer in OSI Model

This article will help you in getting a good understanding of the Network Layer in the OSI model. The network layer is the third layer of the OSI Model from the...

4 minutes read.

Controlled Access Protocols in Computer Networks

In this tutorial, we will discuss Controlled Access Protocols in Computer Networks. Introduction On a shared platform, it is a strategy to minimise data frame collision. As in controlled access technique, every...

7 minutes read.

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.

Basic Networking Devices

Introduction Physical components, or network devices, allow hardware on a computer network to link and convey with one another. Network equipment such as switches, routers, gateways, hubs, repeaters, bridges, and routers...

6 minutes read.

User Datagram Protocol

User Datagram Protocol: UDP stands for the User Datagram Protocol. UDP was developed by David P Reed in 1980. It is a connection-less and unreliable protocol. In this protocol, when...

2 minutes read.

Unicast Routing Protocol

Unicast Routing Protocol: Unicast is a point to point communication arrangement that only occurs between the sender and receiver. Routing Information Protocol RIP is an open standard protocol that can work with...

3 minutes read.