Network fundamentalsBeginner23 min read

What Does Star topology Mean?

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security
On This Page

Quick Definition

Star topology is a network layout where every device, like a computer or printer, connects to a central device such as a switch or hub. Data travels from one device to the central hub, which then sends it to the correct destination device. This makes the network easy to set up and manage, and if one cable fails, only that device is affected.

Commonly Confused With

Star topologyvsBus topology

Bus topology uses a single backbone cable that all devices connect to via taps. Star topology uses a central device with dedicated cables to each node. A break in the backbone cable of a bus topology can bring down the entire network, while a broken cable in star topology affects only one device.

Bus topology is like an old string of Christmas lights where one bad bulb makes the whole string go dark. Star topology is like modern LED string lights where each bulb is independent; if one goes out, the rest stay lit.

Star topologyvsMesh topology

Mesh topology connects every device to every other device either directly (full mesh) or partially (partial mesh). This provides high redundancy but requires many cables. Star topology connects all devices to one central device, using far fewer cables but has a single point of failure at the center.

Mesh topology is like every person in a meeting having a direct phone line to every other person. Star topology is like everyone calling a central operator who then patches them through.

Star topologyvsRing topology

Ring topology connects devices in a circular path where data travels in one direction from device to device. A failure in one device or link can break the entire ring (unless it is a dual-ring design). Star topology uses a central device, and a single device failure does not affect others, except the central device itself.

Ring topology is like a round-robin of passing a note. If one person stops, the note never reaches the next person. Star topology is like a teacher collecting notes from each student individually.

Star topologyvsExtended star topology

Extended star topology is a variation of star topology where multiple star networks are connected by linking their central switches together, forming a hierarchy. A simple star has only one central switch. Extended star is common in larger networks with multiple departments.

Simple star is a single hub with spokes. Extended star is like a central hub connected to several smaller hubs, each with its own spokes.

Must Know for Exams

Star topology is a fundamental topic in major IT certification exams such as CompTIA Network+, CompTIA A+, Cisco CCNA, and Juniper JNCIA. In CompTIA Network+, which is often the first networking certification many learners pursue, star topology is explicitly listed in the exam objectives for network topologies. Questions may ask you to compare star topology with bus, ring, mesh, and hybrid topologies. You might be given a scenario, such as a small office with 20 computers, and asked which topology is most appropriate. The correct answer is typically star topology due to its ease of troubleshooting and scalability.

In Cisco CCNA exams, star topology appears in the context of switched networks. Questions might involve understanding how a switch forwards traffic in a star topology, the role of MAC address tables, and how Spanning Tree Protocol prevents loops when multiple switches are connected in an extended star. You might see a diagram of a network with a central switch and several devices, and you will need to identify the topology type or predict the effect of a cable failure. In CompTIA A+, star topology is part of the networking fundamentals domain, especially when discussing home and small office networks. Questions might involve identifying the topology used by a typical home router with Ethernet ports.

The way exam questions test star topology often involves recall of advantages and disadvantages. For example, a typical multiple-choice question might ask: Which network topology provides the most fault tolerance for individual cable failures? The answer is star topology, because if one cable fails, only the device attached to that cable is affected. Another common question type asks about the central device: In a star topology, what device connects all the nodes? The answer is a switch or a hub, but a switch is the modern choice. When you see questions about network expansion, the star topology is described as easy to expand because you simply add a new device to the central switch. You may also encounter troubleshooting questions where a single user cannot access the network while others can, and the most likely issue is a faulty cable or port on the switch, which directly relates to the fault isolation characteristic of star topology. Overall, star topology is a high-yield topic, and mastering it will help you answer both direct questions and scenario-based questions accurately.

Simple Meaning

Imagine a bicycle wheel. The hub at the center is the central connection point, and the spokes are the cables that connect each device, like a computer or printer, to that hub. In a star topology network, every device has its own dedicated cable that plugs into a central device, usually a switch. When your computer wants to send a message to another computer on the same network, it first sends the message to the central switch. The switch then looks at the message’s address label and forwards it only to the correct destination computer. This is different from older network layouts like bus topology, where all devices share a single cable and a problem with that cable can bring down the entire network.

In a star topology, if one cable gets damaged or becomes unplugged, only the device attached to that cable loses connection. The rest of the network keeps working normally. This makes it very reliable for homes, offices, and schools. Adding a new device is straightforward: you just run a new cable from the new computer to the central switch. You do not have to modify the existing cables or disrupt other users. The central switch also helps manage network traffic efficiently by sending data only where it needs to go, which keeps the network fast even when many devices are active. Because of these benefits, star topology is the most common network layout used today in both small and large networks. It is also the foundation for more complex setups like star of stars or extended star topologies.

Full Technical Definition

Star topology is a network architecture in which each endpoint (node) on the network is directly connected to a central networking device, typically a switch or a hub, using a point-to-point link. The central device acts as a concentrator, receiving all data from the connected nodes and forwarding it to the appropriate destination node based on the destination MAC address (in the case of a switch) or by broadcasting to all ports (in the case of a hub). In modern Ethernet networks, the central device is almost always a switch, which provides dedicated bandwidth to each connected device and reduces collision domains. This topology is defined under the IEEE 802.3 standard for Ethernet, and it operates using the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) protocol when using hubs, though modern switched networks eliminate collisions entirely.

Each node in a star topology has a dedicated cable, typically an unshielded twisted pair (UTP) cable with RJ45 connectors, that connects to a port on the switch. The cable length is limited by the Ethernet standard, typically 100 meters for 100BASE-TX or 1000BASE-T. The switch itself maintains a MAC address table that maps each port to the MAC address of the device connected to it. When a frame arrives at a switch port, the switch reads the destination MAC address, looks up the corresponding port in its table, and forwards the frame only out of that specific port. This process is called switching and provides efficient use of network bandwidth. In contrast, a hub would broadcast the frame out of all ports except the ingress port, which wastes bandwidth and creates collisions.

Star topology can be scaled into more complex architectures. For example, multiple star networks can be connected by linking their central switches together, forming an extended star or a tree topology. This is common in large enterprise networks with multiple departmental switches connected to a core switch. The star topology also supports redundancy: if the central switch fails, the entire network segment goes down, but this risk can be mitigated by using redundant switches, such as in a dual-homed configuration. Spanning Tree Protocol (STP) is used to prevent loops when multiple switches are interconnected. Overall, star topology is the dominant network layout in local area networks (LANs) due to its ease of troubleshooting, scalability, and fault isolation.

Real-Life Example

Think about a school office with one main reception desk. In the middle of the office sits a secretary at a central desk. Around the desk are several teachers sitting at their own smaller desks. Each teacher has a direct telephone line to the secretary’s desk. If a teacher wants to pass a message to another teacher across the room, they do not shout across the room. Instead, they pick up their phone and call the secretary. The secretary then relays the message to the other teacher by dialing that teacher’s phone.

This setup works like a star topology. The secretary is the central switch, and each teacher’s desk is a device on the network. The direct phone lines are the network cables. If one teacher’s phone line gets cut, only that teacher loses the ability to call the secretary. The other teachers can still communicate normally. If a new teacher joins the school, the office just installs a new direct phone line from that teacher’s desk to the secretary’s desk, without affecting anyone else.

In the IT version of this analogy, the central switch acts like the secretary, managing communication between all connected devices. The dedicated cables are like the direct phone lines. This design ensures that a single cable failure does not bring down the whole network, just like a single broken phone line does not stop the whole office from working. It also makes adding new devices simple and predictable. The main downside is that if the secretary’s desk has a power outage, nobody can communicate through that method. Similarly, if the central switch fails, the entire network connected to it goes down. But in practice, this is a manageable risk, and star topology remains the most popular network design for exactly these reasons.

Why This Term Matters

Star topology matters because it is the foundation of nearly all modern local area networks, from home Wi-Fi routers with Ethernet ports to large corporate networks with hundreds of switches. Understanding star topology helps IT professionals design, troubleshoot, and secure networks effectively. For example, when a user reports that their computer cannot connect to the internet, a technician typically starts by checking the cable from that computer to the switch. Because each device has its own cable in a star topology, the problem is usually isolated to that single connection, the port on the switch, or the device’s network interface. This makes troubleshooting much faster than in bus topology, where a single fault could affect all devices.

Star topology also affects network performance and security. In a switched star network, each device has dedicated bandwidth, so heavy usage by one device does not directly slow down others. The switch also prevents eavesdropping because data is sent only to the intended recipient, unlike with a hub where all devices see all traffic. From a security perspective, a compromised device can be easily isolated by disabling its port on the switch. Star topology integrates with modern network management tools. Network administrators can monitor traffic on each port, set up VLANs to separate traffic logically, and apply Quality of Service (QoS) policies to prioritize important data.

For IT certifications, star topology is a core concept because it appears in questions about network design, troubleshooting, and standards. Understanding how star topology differs from bus, ring, mesh, and hybrid topologies is a common exam requirement. Also, knowing the advantages and disadvantages of star topology helps in selecting the right architecture for a given scenario. In short, star topology is not just a theoretical concept; it is the practical foundation that IT professionals work with daily.

How It Appears in Exam Questions

In certification exams, star topology questions appear in several distinct patterns. The first pattern is direct definition and characteristics. You might see a question like: Which of the following best describes a star topology? The answer choices will mix up features of bus, ring, mesh, and star. You need to know that star topology uses a central device and dedicated point-to-point connections. Another common question: What is the primary advantage of a star topology over a bus topology? The correct answer is that a single cable failure does not affect the entire network.

The second pattern is scenario-based questions. For example: A small business has 15 computers and wants a network that is easy to expand and manage. The owner is concerned about a single point of failure. Which topology should they choose? The answer is star topology, but you might also need to note that the central switch is the single point of failure. A more advanced scenario might involve a network administrator who notices that when one computer sends a large amount of data, other computers on the same segment experience slowdowns. In a star topology using a hub, this could be a correct observation, but with a switch, each port has dedicated bandwidth. So the question might test whether you understand the difference between a switch and a hub in a star topology.

The third pattern is troubleshooting. For example: A user in the accounting department reports that they cannot connect to the network. All other users in the department are working fine. The most likely cause is related to the star topology structure: a faulty cable from the user's computer to the switch, a bad port on the switch, or a malfunctioning network interface card (NIC). A question might ask: What is the first step you would take to troubleshoot this issue? The answer often involves checking the physical connection at the user's desk or checking the link light on the switch port. You could also be asked to interpret a diagram: Given a network diagram with a star layout, identify which device is the central point and what type of cabling is used. Star topology questions sometimes appear in conjunction with other concepts like VLANs, where you might be asked how to logically separate traffic in a star topology using VLANs on a switch. Understanding these question patterns will help you confidently answer any star topology question on your exam.

Practise Star topology Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

You are setting up a small office network for a dentist’s office with five computers: one at the reception desk, one in the dentist’s office, one in the hygiene room, one in the billing office, and one in the break room. You also have a network printer and a wireless access point for patients to check in on a tablet. You decide to use star topology. You purchase a 16-port gigabit Ethernet switch and place it in a utility closet near the reception area.

You run Cat6 Ethernet cables from the switch to each of the five computers. The network printer is also connected to the switch with a separate cable. The wireless access point is placed in the ceiling and is connected to the switch via a cable as well. All devices now have a direct point-to-point connection to the central switch. The receptionist’s computer sends a print job to the network printer. The data travels from the reception computer, through its dedicated cable to the switch. The switch reads the destination MAC address of the printer, looks up the port where the printer is connected, and forwards the data only to that port. The printer receives the job and starts printing.

Later, the hygienist accidentally kicks the cable connected to her computer. The cable becomes loose, and the hygienist loses network access. However, the receptionist and dentist can still access their files and the internet because their cables are fine. You, as the IT person, walk over to the hygienist’s area, see that the cable is not securely plugged in, and push it back in. The link light on the switch for that port turns green again, and the hygienist is back online. This scenario illustrates the key benefit of star topology: a single cable failure affects only one device, making it easy to isolate and fix problems. The entire network does not go down. This is exactly why star topology is the go-to choice for small and medium-sized networks.

Common Mistakes

Thinking that star topology uses a single shared cable like bus topology.

In star topology, each device has its own dedicated cable to the central switch. A bus topology uses a single backbone cable that all devices tap into. These are fundamentally different.

Remember: star = individual cables per device. Bus = one shared cable.

Believing that star topology is immune to complete network failure.

While star topology is fault-tolerant for individual cable failures, the central switch is a single point of failure. If the switch fails, every device connected to it loses connectivity.

Always consider the central device. Star topology protects against cable failures but not against switch failure.

Confusing star topology with mesh topology, where every device is connected directly to every other device.

Star topology only requires one connection per device (to the central switch), while full mesh topology requires a separate cable between each pair of devices. Star uses fewer cables and is easier to manage.

Compare the number of connections: star has N connections, full mesh has N(N-1)/2 connections.

Assuming that star topology always uses a hub and therefore causes collisions.

Most modern star networks use switches, not hubs. Switches create separate collision domains for each port, eliminating collisions. Hubs are outdated and rarely used in new installations.

Remember: star topology works with switches (modern) or hubs (legacy). Exams often expect you to know the difference.

Thinking that star topology is only used in physical networks and not in wireless networks.

Wireless networks using a central access point (AP) are effectively a star topology. Each wireless client communicates directly with the AP, which acts as the central hub.

Realize that star topology applies to both wired and wireless networks. The AP is the central device.

Exam Trap — Don't Get Fooled

{"trap":"Choosing 'Star topology' as the best topology for a network that requires high redundancy and no single point of failure.","why_learners_choose_it":"Learners remember that star topology is fault-tolerant for cable failures, so they assume it is fault-tolerant in all respects. They overlook the central switch as a single point of failure."

,"how_to_avoid_it":"Always read the question carefully. If the scenario emphasizes 'no single point of failure' or 'maximum redundancy,' then mesh topology is a better answer. Star topology is only best when the question prioritizes ease of troubleshooting, scalability, and cost-effectiveness."

Step-by-Step Breakdown

1

Central device installation

A switch or hub is placed in a central location. This device will manage all communication. The switch is preferred because it uses MAC addresses to forward data only to the correct port, reducing unnecessary traffic.

2

Cable connection from each device to the central device

Each device, such as a computer or printer, is connected to the central switch using a dedicated Ethernet cable (usually Cat5e or Cat6). This creates a point-to-point link between the device and the switch.

3

Data transmission initiation

When a device wants to send data, it creates an Ethernet frame with the destination MAC address and sends it out through its network interface card (NIC) onto the cable.

4

Frame arrives at the switch port

The switch receives the frame on a specific port. The switch reads the source MAC address from the frame and updates its MAC address table to map that MAC address to the port it came in on. This helps the switch learn which devices are connected to which ports.

5

Switch forwards the frame

The switch reads the destination MAC address from the frame and looks it up in its MAC address table. If the destination is found, the switch forwards the frame only out of the corresponding port. If the destination is not found, the switch will flood the frame out of all ports except the incoming port (broadcast).

6

Destination device receives the frame

The frame travels along the dedicated cable to the destination device. The NIC on the destination device checks the destination MAC address and, if it matches its own MAC address, processes the frame and passes the data to the operating system.

7

Troubleshooting individual connection failures

If a cable or port fails, only the device connected to that specific cable or port loses connectivity. Other devices continue to communicate normally. This makes identifying and fixing problems straightforward: you check the link light on the switch and the device, test the cable, or replace the cable.

Practical Mini-Lesson

In practice, setting up a star topology involves more than just plugging cables into a switch. As an IT professional, you need to consider cable length limits, cable categories, power over Ethernet (PoE), and switch selection. For Ethernet over twisted pair, the maximum cable segment length is 100 meters (328 feet). If you need to cover a longer distance, you must use a repeater, a switch, or convert to fiber optic cabling. When choosing a cable, Cat5e supports up to 1 Gbps, Cat6 supports up to 10 Gbps over shorter distances, and Cat6a supports 10 Gbps up to 100 meters.

The central switch must have enough ports for all devices, plus room for growth. Many small businesses start with a 24-port or 48-port switch. Managed switches offer advanced features like VLANs, port mirroring, and link aggregation, which are essential for larger networks. For example, you might configure a VLAN for the accounting department to keep their traffic separate from the guest Wi-Fi traffic. Port mirroring allows you to copy traffic from one port to another for monitoring or troubleshooting. Link aggregation combines multiple physical ports into one logical link to increase bandwidth or provide redundancy.

Power over Ethernet (PoE) is another important consideration. Devices like IP cameras, wireless access points, and VoIP phones can receive power through the Ethernet cable, eliminating the need for a separate power outlet. You can use a PoE switch or a PoE injector to provide power. Be aware of the power budget of the PoE switch: each port can supply up to 15.4W (PoE) or 30W (PoE+), and the total power available is limited.

One common issue in star topology networks is the failure of the central switch. Without a redundant design, this brings down the entire network. To mitigate this, you can implement a dual-homed configuration where critical devices are connected to two different switches, or you can use a switch stacking technology where multiple switches act as a single unit with failover capabilities. Spanning Tree Protocol (STP) must be enabled on managed switches to prevent loops when you have redundant links.

practical implementation of star topology involves careful selection of switches, cables, and consideration of PoE and redundancy. Knowing these details helps you build reliable, scalable networks that are easy to maintain. For certification exams, you are expected to know the advantages and disadvantages of star topology, but also how it is implemented in real-world networks using switches and managed features.

Memory Tip

Think of a star shape: one center, many points. If one point breaks, the star shape still exists, but if the center is removed, the entire star disappears.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Related Glossary Terms

Frequently Asked Questions

What is the main disadvantage of star topology?

The main disadvantage is that the central switch is a single point of failure. If the switch fails, every device connected to it loses network access. This risk can be mitigated by using redundant switches or backup power.

Is star topology used in wireless networks?

Yes, wireless networks that use a central access point (AP) are effectively a star topology. All wireless devices communicate through the AP, which acts as the central hub.

Can I use a hub instead of a switch in a star topology?

Technically yes, but hubs are outdated and inefficient. Hubs broadcast data to all ports, causing collisions and wasting bandwidth. Switches are recommended for modern networks because they send data only to the correct port.

How many devices can I connect in a star topology?

The number of devices is limited by the number of ports on the central switch. Switches come in various sizes, from 5 ports to 48 ports or more. You can also connect multiple switches together to expand the network.

What happens if two devices communicate at the same time in a star topology using a switch?

The switch can handle multiple simultaneous conversations because it creates separate collision domains for each port. Each port has dedicated bandwidth, so simultaneous transmissions do not interfere with each other, unlike with a hub.

What cable is typically used in a star topology network?

Unshielded twisted pair (UTP) cable, such as Cat5e or Cat6, with RJ45 connectors, is the most common. The maximum cable length is 100 meters. Fiber optic cable is also used for longer distances or higher speeds.

Is a star topology easy to expand?

Yes, it is very easy to expand. To add a new device, you simply run a new cable from the device to the central switch and configure the device. No changes to the existing cabling or network structure are needed.

Summary

Star topology is a network layout where every device connects to a central switch using its own dedicated cable. This design is the foundation of most modern local area networks, including home networks, small offices, and large enterprise networks. Its key advantages are fault isolation (a single cable failure affects only one device), easy expansion, and straightforward troubleshooting. The central switch intelligently forwards data only to the intended recipient, which makes efficient use of network bandwidth. However, the central switch is a single point of failure, so redundancy measures like backup switches are sometimes necessary.

For IT certification exams, star topology is a high-priority topic. You need to know its characteristics, how it compares to other topologies, and how it is implemented with switches and cables. Questions often test your ability to identify the topology in a network diagram, understand the impact of failures, and choose the right topology for a given scenario. Mastery of star topology also helps you understand more advanced concepts like switched networks, VLANs, and Spanning Tree Protocol.

In your studies, remember the central theme: one central device, many dedicated connections. This simple concept is the basis for building reliable, scalable networks that IT professionals work with every day. On the exam, look for keywords like 'dedicated cable', 'central switch', 'fault isolation', and 'easy to expand' to identify star topology. Avoid the trap of thinking it is immune to all failures, and always consider the central device as a potential weakness. With this understanding, you will be well prepared for star topology questions on any certification exam.