Skip to main content

Network Topology

Main Source:

Network Topology is a physical or logical arrangement of devices in a computer network. It defines how devices are connected and how they communicate with each other. Network topology determines the overall structure, efficiency, and resilience of a network.

Network topology can be wired or wireless. In a wired topology, devices are connected using physical cables such as ethernet and other cable. In a wireless topology, devices uses wireless electromagnetic signal to communicate, this includes Wi-Fi, bluetooth, and cellular networks.

Wired

  • Star Topology: Device is connected directly to a central device, such as a switch or hub. All data traffic flows through the central device, which manages the communication between devices. If one device fails, it does not affect the rest of the network, but if the central device failes, it affects all devices and it's called single point of failure.

  • Ring Topology: Devices are connected in a closed loop, where each device is connected to two neighboring devices. Data travels around the ring in one direction, and each device extracts the required data as it passes by. If one device or link fails, the entire network can be affected.

  • Bus Topology: All devices are connected to a common backbone or a single communication line. Data is transmitted along the backbone, and each device listens to the data and picks up the relevant information. However, if the backbone fails, the entire network may become inoperable.

  • Mesh Topology: In a mesh topology, every device is connected to every other device in the network. This provides redundant paths and enhances network reliability. Mesh topologies can be classified as full mesh, where every device has a direct connection to every other device, or partial mesh, where only some devices have multiple connections.

  • Tree (Hierarchical) Topology: A tree topology is a combination of bus and star topologies. Devices are arranged in a hierarchical structure, where multiple star topologies are connected to a main bus backbone. This allows for scalability and easier management of large networks.

  • Hybrid Topology: Hybrid topologies are a combination of two or more different topologies. For example, a network might combine elements of a star topology and a mesh topology to benefit from the advantages of both.

Type of network topology
Source: https://simple.wikipedia.org/wiki/Network_topology

Wireless