Module 07 ยท Section 1.3.1

Topologies

โญ Star
๐Ÿ”— Mesh

In a Star topology, all devices connect individually to a central switch or hub. All traffic passes through it.

  • โœ“
    If one cable fails, only that device is affected.
  • โœ“
    Easy to add new devices without disrupting others.
  • โœ—
    If the central switch fails, the entire network goes down.
  • โœ—
    Requires more cabling and an additional cost for the switch.
โš  Examiner Warning: Star Failure
In a star, if one cable breaks, only that device loses connection. The entire network only fails if the switch fails.

In a Mesh topology, every device connects to every other device directly. High redundancy.

  • โœ“
    Highly robust โ€” no single point of failure.
  • โœ“
    Self-healing โ€” data finds alternative paths.
  • โœ—
    Extremely expensive to set up due to vast cabling.
  • โœ—
    Complex to configure as the network grows.
FeatureStarMesh
Failure Point?Yes (switch)No
Cabling costModerateVery high
RobustnessMediumVery high
Mode: Star Topology
Star Topology: All devices connect to a central switch