Network Topologies
Network Topologies
a. point-to-point connection
The simplest of these is where two systems are connected by a network link.
This is an example of a point-to-point connection, which is a dedicated link.
Transmission might be simplex or duplex and a message can only be unicast.
b. Bus Topology
bus topology has only one link but it is shared by a number of end-systems and is
described as a multi-point connection.
There is no direct connection between any pair of endsystems.
A message must therefore be broadcast even though it might only be intended
for one end-system.
Uses a single central cable (backbone) to connect all network devices.
Data travels in both directions along the cable.
✅ Advantages:
Cost-effective and easy to install.
Requires less cable than other topologies.
❌ Disadvantages:
If the main cable fails, the entire network is down.
Performance degrades with high traffic.
c. Star Topology
All devices are connected to a central hub or switch.
Data passes through the hub before reaching the destination.
In a star topology, each end system has a point-to-point connection to the central
device.
Transmission is duplex and messages from the central device might be unicast,
multicast or broadcast.
As with the bus topology, the failure of an end-system, or its link, leaves the
other end-systems unaffected.
However, the central device must not fail.
It is a specialized device with the purpose of connecting other devices in the
network. Part 1: Chapter 2: Communication and networking
technologies
✅ Advantages:
Easy to troubleshoot and expand.
If one device fails, the network remains operational.
❌ Disadvantages:
If the central hub/switch fails, the entire network is affected.
Requires more cable than bus topology.
✅ Advantages:
Provides redundancy and fault tolerance.
Data can take multiple routes, ensuring high reliability.
❌ Disadvantages:
Very expensive due to extensive cabling.
Complex installation and maintenance.