Network Topologies


What is Network Topology?

A network Topology refers to the physical or logical layout or arrangement of connected devices(nodes) in a computer network. The network topology influences the efficieny, reliability, and scalability of a network.

>> Certainly we have different network topologies discussed below:

1. BUS TOPOLOGY

In a bus topology, all devices share a single communication line (the bus). Data is transmitted along the bus with each end consists of a terminator.

Advantages:

Disadvantages:


2. STAR TOPOLOGY

In a star topology, all devices are connected to a central hub or switch. The hub(or switch) manages and controls communcation between nodes.

Advantages:

Disadvantages:

3. RING TOPOLOGY

In a ring topology, devices are connected in a cicular fashion(arrangement). Data can move uni or bi directional, passing throung each node until it reaches its destination.

Advantages:

Disadvantages:

4. MESH TOPOLOGY

In a mesh topology, every device or we can say every node is completely connected to every other node, creating multiple paths for data transmission.

Advantages:

Disadvantages:

5. HYBRID TOPOLOGY

A hybrid topology is a combination of two or more different topologies. It can be a combination of [bus and ring] , [star or mesh] etc.

Advantages:

6. TREE TOPOLOGY

A tree topology is a combination of (two fast and simple) star and bus topologies, forming a hierarchical struture.

Advantages:

Disadvantages: