knowledge

Overview

LAN topologies define the physical and logical layout of devices within a local area network. Topology choice directly affects performance, scalability, fault tolerance, and security — making it a foundational concept for network design and troubleshooting.


Terminology

TermDefinition
Star TopologyDevices connect to a central switch or hub; reliable and scalable but higher cost
Bus TopologySingle backbone cable shared by all devices; cost-efficient but prone to congestion
Ring TopologyDevices form a closed loop; data circulates sequentially; single point of failure risk
VLAN (Virtual LAN)Logical segmentation of network devices independent of physical location
Physical TopologyThe actual physical layout and cabling of the network
Logical TopologyHow data flows through the network, regardless of physical layout

Core Concepts

Star Topology

Star Topology

  • All devices connect to a central switch or hub
  • Advantages: Reliable, scalable, easy to add/remove devices
  • Disadvantages: Higher cost, central device is a single point of failure

Bus Topology

Bus Topology

  • All devices share a single backbone cable
  • Advantages: Simple, inexpensive, easy to implement
  • Disadvantages: Prone to congestion, difficult to troubleshoot, backbone failure affects all devices

Ring Topology

Ring Topology

  • Devices form a closed loop; data travels sequentially from device to device
  • Advantages: Efficient cable use, easier to isolate faults than bus
  • Disadvantages: Single point of failure; one broken link can disrupt the entire network

VLAN (Virtual LAN)

VLAN Topology

  • Logical segmentation of devices independent of physical location
  • Devices on the same VLAN communicate as if on the same physical network
  • Advantages: Enhances security, improves traffic management, supports policy enforcement
  • Requires managed switches to implement

Performance Comparison

TopologyReliabilityCostScalabilityTroubleshooting
StarHighHigherHighEasy
BusLowLowLowDifficult
RingMediumMediumMediumModerate
VLANHighMediumHighEasy


References / Images

  • Star Topology
  • Bus Topology
  • Ring Topology
  • VLAN Topology
  • Networking textbooks and vendor documentation