A star topology is a network layout where every device connects individually to one central hub or switch, rather than directly to each other. It’s the most common design in modern home and office networks. If you’ve ever plugged a computer into a Wi-Fi router or connected a printer to a network switch, you’ve used a star topology.
How a Star Topology Works
Picture a wheel with spokes. The central hub or switch sits at the center, and each device (computer, printer, security camera, phone) connects to it through its own dedicated cable or wireless link. No device talks directly to another device. Instead, all data passes through that central point, which reads each packet of information and routes it to the correct destination.
This “one device, one connection” structure means the number of cables you need equals the number of devices on the network. Ten computers require ten cables running back to the switch. That’s more cabling than some other layouts, but it keeps the network organized and each connection independent.
Hub vs. Switch: Why It Matters
The central device in a star network is typically either a hub or a switch, and the difference affects performance significantly. A hub is a simpler, older device that receives data from one port and blindly broadcasts it to every other port. Every device on the network sees every message, even ones not meant for it. This creates unnecessary traffic and slows things down as you add more devices.
A switch is smarter. It reads the destination address on each data packet and sends it only to the correct port. This means two pairs of devices can communicate simultaneously without interfering with each other. Nearly all modern star networks use switches (or routers with built-in switches) for this reason. Home Wi-Fi routers, for example, function as the central node in a wireless star topology, directing traffic between your phone, laptop, smart TV, and the internet.
Advantages of Star Topology
The biggest practical benefit is fault isolation. Because each device has its own independent link to the central switch, a single cable failure or device malfunction only takes that one connection offline. The rest of the network keeps running normally. In a bus topology, by contrast, one break in the main cable can bring down the entire network.
Star networks are also straightforward to expand. Adding a new device means plugging one more cable into an open port on the switch. You don’t need to reconfigure existing connections or interrupt other users. Troubleshooting is simpler too: if a device can’t connect, the problem is almost always in that device’s cable or port, which narrows down the issue quickly.
Managing the network from a central point also makes it easier to monitor traffic, apply security rules, and prioritize certain types of data. Network administrators can see everything flowing through the switch in one place.
Disadvantages and Weak Points
The central switch is a single point of failure. If it goes down, every device on the network loses connectivity at once. This is the tradeoff for centralized control: convenience in exchange for a critical dependency on one piece of hardware. In environments where uptime is essential, organizations often address this with redundant switches or backup power supplies.
Cost is another consideration. Each device needs its own cable running back to the switch, so a star topology generally requires more cabling than a bus network, where devices share a single backbone cable. As the device count grows, those cable runs and switch ports add up. A basic home switch might have 4 to 8 ports, while enterprise switches range from 24 to 48 ports or more. Once you exceed the available ports, you need additional switches, which adds complexity and cost.
Performance can also become a bottleneck if the central device is underpowered. A switch handling dozens of high-bandwidth connections simultaneously needs enough processing capacity and internal bandwidth to keep up. For most home and small office setups this isn’t an issue, but large networks require careful planning.
How It Compares to Other Topologies
- Bus topology: All devices share a single main cable. This uses less cabling and costs less to set up for small networks, but adding nodes slows down performance, and a single cable break can take the whole network offline.
- Ring topology: Each device connects to exactly two neighbors, forming a loop. Data travels around the ring in one direction. It’s cheap to install and expand, but one failed device can disrupt the entire loop unless the network has a backup path.
- Mesh topology: Devices connect directly to multiple other devices, creating redundant paths. This offers the highest reliability but requires far more cabling and is typically reserved for critical infrastructure.
Star topology strikes a middle ground: more resilient than bus or ring designs, less complex and expensive than a full mesh. That balance is why it dominates in practice.
Where Star Topology Is Used
Most networks you interact with daily use a star layout. Your home network is one: every phone, laptop, smart speaker, and streaming device connects to your central router, which manages traffic between them and the internet. Office local area networks follow the same pattern, with desktop computers, printers, and IP phones all wired into network switches in a server closet.
Beyond typical computer networks, star topology shows up in bank ATM networks, where each machine connects back to a central system for transaction processing. Hospitals use it to link medical equipment and access patient records from a central server. CCTV systems connect multiple cameras to a central video recorder in a star configuration. In each case, the appeal is the same: centralized management, easy troubleshooting, and the ability to add or remove devices without disrupting everything else on the network.

