Resource · Glossary

    What Is Network Topology?

    Network topology is the shape of a network — how its nodes connect. That shape decides more than aesthetics: it sets how traffic flows, what fails together, how far a broadcast storm spreads, and how much a single device failure costs. Choosing a topology is choosing your failure modes.

    The Types

    Types of Network Topology

    Star

    Everything connects to a central switch. Simple, the LAN default — the center is the single point of failure.

    Mesh

    Nodes interconnect richly. Resilient and fast, at the cost of ports and complexity.

    Ring / Bus

    Legacy shapes — each node chained to neighbors, or all sharing one line. Rare today outside carrier rings.

    Spine-leaf

    The modern data center standard: every leaf to every spine, any server two hops from any other.

    Why It Matters

    Topology Is Your Incident Map

    When something breaks, topology answers the operational questions: what shares fate with the failed device, which redundant path should have taken over, and which services ride the affected links. Teams that can see current topology triage in minutes; teams working from last year's diagram triage by folklore.

    The catch is "current." Topology changes with every re-patch and every new rack, which is why it should be discovered, not drawn — mapped from LLDP/CDP and SNMP data, and connected downward to the physical layer (racks, power) and upward to the services each link carries. That's how Sensaka treats topology: a live map with the hardware and business context attached.

    Discovered automatically, always current
    Blast radius visible per device
    Redundant paths verified, not assumed
    Links mapped to business services
    Physical context: rack, power, optics
    FAQ

    Common Questions About Topology

    What is network topology?

    Network topology is the arrangement of a network — how its devices (nodes) connect to each other. Physical topology describes the actual cabling; logical topology describes how data flows, which can differ.

    What are the main types of network topology?

    Star (everything connects to a central switch — the default LAN), mesh (everything interconnects — resilient, used in fabrics), ring (each node connects to two neighbors), bus (one shared line — legacy), and hybrid combinations. Modern data centers use spine-leaf, a two-tier mesh variant.

    What is spine-leaf topology?

    The standard modern data center design: every leaf (top-of-rack) switch connects to every spine switch. Any server is two hops from any other, capacity scales by adding spines, and there's no single choke point.

    What is a network topology mapper?

    A tool that discovers devices and their connections (via LLDP/CDP and SNMP) and draws the topology automatically — replacing hand-maintained diagrams with maps generated from what actually responds on the network.

    Topology that maps itself — with context attached