Chapter 03 of 41

Network Topologies

When multiple devices are connected in a network, they need to be arranged in some particular way. The arrangement or layout of devices and connections in a network is called Network Topology.

In simple words, network topology tells us how computers and other devices are connected to each other.

For example, imagine five computers in an office. We can connect all of them to one central device, connect them in a line, or connect each computer to several other computers. Each arrangement represents a different topology.

Types of Network Topologies

The most common network topologies are:

  1. Bus Topology

  2. Star Topology

  3. Ring Topology

  4. Mesh Topology

  5. Tree Topology

  6. Hybrid Topology


1. Bus Topology

In a Bus Topology, all devices are connected to a single main communication cable called the backbone.

Computer ── Computer ── Computer ── Computer
              Main Cable

When a device sends data, the data travels through the main cable, and the intended device receives it.

Advantages

  • Simple to install

  • Requires less cable

  • Relatively inexpensive

Disadvantages

  • If the main cable fails, the entire network can be affected

  • Performance decreases when many devices are connected

  • Finding faults can be difficult

Bus topology was more common in older networks and is less common in modern networks.


2. Star Topology

In a Star Topology, all devices are connected to a central device, usually a switch or hub.

          Computer
              |
Computer ── Switch ── Computer
              |
          Computer

This is one of the most commonly used topologies in modern LANs.

For example, computers in an office may all connect to a central network switch.

Advantages

  • Easy to install and manage

  • Failure of one cable usually affects only one device

  • Easy to add or remove devices

  • Troubleshooting is relatively simple

Disadvantages

  • If the central switch or hub fails, the connected devices lose network connectivity

  • Requires more cable than bus topology


3. Ring Topology

In a Ring Topology, each device is connected to two other devices, forming a circular structure.

Computer ── Computer
   |           |
Computer ── Computer

Data travels around the ring from one device to another until it reaches the destination.

Advantages

  • Data can travel in an organized manner

  • Each device gets an opportunity to transmit data

Disadvantages

  • Failure of a connection can affect communication

  • Adding or removing devices can be difficult

  • Troubleshooting can be more complicated

Ring topology is less common in typical modern LANs.


4. Mesh Topology

In a Mesh Topology, devices are connected to multiple other devices.

In a Full Mesh, every device has a direct connection to every other device.

    A ───── B
    |\     /|
    | \   / |
    |  \ /  |
    |  / \  |
    | /   \ |
    C ───── D

Because there are multiple paths, data can still reach its destination even if one connection fails.

Advantages

  • Very reliable

  • Multiple paths are available

  • Failure of one connection does not necessarily stop communication

Disadvantages

  • Requires a lot of cables and connections

  • Expensive

  • Difficult to install and maintain as the network grows

Mesh topology is useful where high reliability is important.


5. Tree Topology

A Tree Topology combines characteristics of star and bus topologies and organizes devices in a hierarchical structure.

             Main Switch
              /       \
          Switch      Switch
          /   \        /   \
        PC    PC      PC    PC

It is useful for large networks where devices need to be organized into different levels or groups.

Advantages

  • Easy to expand

  • Suitable for large networks

  • Devices can be organized hierarchically

Disadvantages

  • Failure of an important central connection can affect an entire section

  • Requires more cabling

  • More complex than a simple star network


6. Hybrid Topology

A Hybrid Topology is created by combining two or more different network topologies.

For example, one section of a network might use star topology while another section uses a different topology.

   Star Network        Star Network
    PC ─ Switch ─ PC       PC ─ Switch ─ PC
             \             /
              ── Network ──

Hybrid topology is commonly useful in large and complex networks where different sections have different requirements.

Advantages

  • Flexible

  • Can be designed according to specific requirements

  • Suitable for large networks

Disadvantages

  • More expensive

  • More difficult to design and manage

  • Requires careful planning


Comparison of Network Topologies

Topology

Basic Structure

Main Advantage

Main Disadvantage

Bus

Single backbone cable

Low cost

Backbone failure affects network

Star

Central device

Easy to manage

Central device is critical

Ring

Circular connection

Organized data flow

Connection failure can cause problems

Mesh

Multiple connections

Very reliable

Expensive and complex

Tree

Hierarchical

Easy to expand

More complex

Hybrid

Combination

Flexible

Costly and difficult to manage

Which Topology Is Most Common?

Among these topologies, Star topology is very common in modern local networks.

For example, in a typical office, computers, printers, and other devices connect to a network switch. The switch acts as the central point, creating a star-like arrangement.

However, real-world networks can be much more complex and may combine different designs. So, the topology used depends on factors such as cost, reliability, size, performance, and network requirements.

Conclusion

Network topology describes how devices and connections are arranged in a network. The major types are Bus, Star, Ring, Mesh, Tree, and Hybrid topology.

Among them, star topology is especially important because the basic idea of connecting devices to a central switch is widely used in modern networks.