Routing & Switching

What is Star Topology? Characteristics, Advantages and Uses

J Jaspreet Singh April 2, 2024 6 min read
What is Star Topology and Its Characteristics

Star topology connects every device on the network to one central device with its own dedicated cable. That central device is a switch in any modern network (it was a hub in older ones) — not a server. All traffic between two devices passes through it.

This is the topology virtually every home, office and campus access network uses today. When you plug a laptop into a wall port and that port runs back to a switch in a comms cabinet, you are looking at a star.

It is one of the five layouts covered in our network topology guide.

How Star Topology Works

Each device has a point-to-point link to the central switch. When Device A sends a frame to Device D:

  1. A sends the frame up its own cable to the switch.
  2. The switch reads the destination MAC address and looks it up in its MAC address table.
  3. The switch forwards the frame out of only the port where D is connected.

That third step is what separates a switch from a hub. A hub simply repeats the signal out of every port, so every device sees every frame and the whole network shares one collision domain. A switch gives each port its own collision domain and full bandwidth. Physically both are a star; logically they behave completely differently. See hub vs switch vs router and collision and broadcast domains.

Characteristics of Star Topology

  • Every device has a dedicated cable to a central switch.
  • No device connects directly to any other device.
  • The switch is a single point of failure for the devices behind it.
  • Cable count equals device count — one run per device.
  • Adding or removing a device affects nothing else on the network.
  • A fault on one cable isolates to one device.
  • Scales easily by adding ports, switches or a distribution layer.

Advantages of Star Topology

Fault isolation. This is the real reason star won. A damaged cable or a failed NIC takes out one device. On a bus, the same fault takes down the entire segment.

Easy to troubleshoot. Each link is independent, so you can test one device at a time. A managed switch also gives you per-port error counters, link speed and duplex, and traffic statistics — you can often identify a bad cable without leaving your desk.

Simple to expand. Adding a device means plugging into a free port. Out of ports? Add another switch and uplink it. No reconfiguration of existing devices is needed.

Full bandwidth per device. With a switch, every port gets a dedicated collision domain, so devices do not compete for a shared medium.

Easy to secure and monitor. Because all traffic passes through one point, you can apply port security, 802.1X authentication, VLANs and port mirroring at the switch. See port security and VLANs.

Disadvantages of Star Topology

The central switch is a single point of failure. This is the genuine weakness. If the switch dies, everything connected to it goes offline. It is also the only disadvantage that matters in practice — and it is solvable, as the next section shows.

More cabling than a bus or ring. Every device needs its own run back to the switch, which means more cable and structured cabling infrastructure — patch panels, trunking, a comms cabinet. In a building this is a one-off installation cost, and it is why star was expensive in the 1980s and is simply normal today.

Port count limits a single switch. A 24-port switch supports 24 devices. Beyond that you add switches and uplinks, which introduces a hierarchy to design and manage.

Performance depends on the switch. An underpowered switch with a low backplane capacity can become a bottleneck when many ports are busy at once.

How to Add Redundancy to a Star Topology

Removing the single point of failure is routine in production networks, not difficult or exotic:

  • Switch stacking. Several physical switches operate as one logical switch with a shared control plane. If one member fails, the rest carry on. See switch stacking.
  • Redundant uplinks with spanning tree. Two uplinks to two distribution switches; STP or RSTP blocks one until the other fails, then unblocks it.
  • Link aggregation. Bundle multiple physical links into one logical link with EtherChannel, giving both more bandwidth and link-level redundancy.
  • First-hop redundancy. Two routers or Layer 3 switches share a virtual gateway address using HSRP or VRRP, so the default gateway survives a device failure.
  • Dual power supplies. Often the cheapest reliability win available, since power supplies fail more often than switch ASICs.

Once you add these, the network is technically a hybrid — a star at the access layer with a partially meshed core. That is what nearly every enterprise network actually is.

Which Devices Create a Star Topology?

DeviceOSI layerBehaviourUsed today?
Hub1Repeats signals to all ports; one collision domainObsolete
Switch2Forwards by MAC address; collision domain per portStandard
Layer 3 switch2 and 3Switches within VLANs, routes between themCommon in distribution
Wireless access point2Wireless star — clients talk to the AP, not each otherStandard
Router3Connects the star to other networksAt the edge

Star Topology vs the Alternatives

StarBusRingMesh
One cable failsOne device downWhole segment downRing splitTraffic reroutes
Adding a devicePlug into a portTap the backboneBreak the ringCable to several nodes
Cabling neededOne run per deviceMinimalLowVery high
ScalabilityExcellentPoorPoorPoor at full mesh
TroubleshootingEasyHardHardComplex

Frequently Asked Questions

Is star topology scalable?

Yes — it is the most scalable of the classic topologies. You add devices by adding ports, and you add ports by adding switches and uplinking them into a hierarchy. Campus networks with thousands of ports are built this way.

What is the biggest disadvantage of star topology?

The central switch being a single point of failure. Everything else people list — extra cabling, cost — is minor by modern standards. Stacking, redundant uplinks and dual power supplies address the SPOF directly.

Is star topology expensive?

It needs more cable than a bus or ring because every device gets its own run, but switches are inexpensive and structured cabling is standard in any building. Mesh is by far the most expensive topology; star is not.

Is Wi-Fi a star topology?

Yes. Clients associate with an access point and all traffic goes through it, even between two clients on the same AP. That is a star with the AP at the centre. A wireless mesh network is different — there, APs relay for each other.

What is the difference between star and extended star?

An extended star, or star-of-stars, connects several star networks together through a higher-level switch. Each floor of an office might be its own star, with all floor switches uplinked to a building distribution switch. This is the standard hierarchical campus design.

Does star topology use a server at the centre?

No. The central device is a switch — a Layer 2 forwarding device. Older texts sometimes say “central server”, which is a source of confusion. Servers are endpoints on the network like any other device.

Related Guides

Compare the alternatives in our network topology guide, or read about bus, ring and mesh topology. For the hardware, see hub vs switch vs router and network devices explained.

JA
Written by

Jaspreet Singh

Hey! I'm Jaspreet Singh and I completed a degree in Bachelor of Computer Applications. I have 7+ years of experience in the Network & Security Domain as well as the Cloud Infra Domain. So I love to explore my technical knowledge with you.

Leave a Reply

Your email address will not be published. Required fields are marked *