Network Topology & Its Types

If you want to learn about network topology,  then you reach the right place. This article is all about network topologies, different types of network topologies, their configuration, functions, applications as well as advantages and disadvantages.  Let’s read about it.

What is Network Topology?

what is network topology?
what is network topology?

The physical design or the procedure that is followed to construct network connections is called topology in a computer network. It relates especially to the position of the computers and how the cable travels between them. It is also important to select the right topology for the proper use of computer networks.

Read Also:

What are the 5 Network Topologies?

Important network topology types are:

  1. Bus Topology
  2. Star Topology
  3. Ring Topology
  4. Tree Topology
  5. Mesh Topology

Bus Topology

network topology

The simplest type of network is the bus topology. In a bus network topology, all computers or network nodes are connected to a common communication medium. In a local network, this channel is usually a central cable called a bus.

Working of Bus Network

If a computer wants to send data to another computer in the network, it sends the data and destination address via the bus. This data and address move from one end of the network to the other. Each computer checks this address and, if it matches with this computer, the computer keeps the data. Otherwise, the data moves to the next computer.

The electrical signal from a computer travels the whole length of the cable. When the signal reaches the end of the wire, it bounces back and travels back up the wire. It is called ringing. To avoid the signals from ringing, you have to connect terminators at either end of the segment. The terminators digest the electrical energy and end the reflections also.

Advantages

  • It is simple, easy to use, and suitable for very small networks
  • The least amount of cable is required to connect the computers so it is less expensive
  • It is easy to extend a bus. Two ables use a connector to join each other
  • Also allows more computers to join the network

Disadvantages