Network Topology

Shanuka Thavanesan
2 min readAug 16, 2023

--

Network Topology

Network topology is the pattern of connection in designing computer networks. It establishes how devices are either electronically or physically interconnected to one another, as well as how data flows inside the network. There are some different types of network topologies. Those are,

  1. Star Topology

This is a commonly used design and was built by centralizing a switch/ hub and computers

star topology

2. Bus Topology

Bus Topology

Here, all the connections are established through a main cable. this can be called the backbone because any issue with the network affects all the computers in the network. this design is easy in the networking and fewer cables are required. However , a limited number of computers can be connected.

3. Ring Topology

ring topology

Here, computers are positioned in a ring bangle and connected through cables. Data or information move in a circular manner. The breakdown of one computer or cable can lead to the breakdown of the entire network.

4. Tree Topology

Tree Topology

it has characteristics of both bus and star topologies. In this design, several star topologies are connected to a bus backbone cable. One of the advantages of this is the ability to control each network individually.

5. Mesh Topology

Mesh Topology

all the computers in the network are connected to each other. Since this is a complex connection pattern, it is costly and difficult to control. However, a breakdown of one computer does not affect the connections in the network. Mesh networking can be found on the internet.

--

--