What Does Hub Mean?
This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.
On This Page
Quick Definition
A hub is a simple device used to connect computers in a network. When one computer sends data, the hub copies that data to all other computers connected to it. It does not know which computer the data is for, so it sends everything everywhere. Hubs are mostly obsolete now because switches are smarter and more efficient.
Commonly Confused With
A switch operates at Layer 2 and uses MAC addresses to forward frames only to the specific destination port. A hub operates at Layer 1 and sends all data to all ports. Switches create separate collision domains for each port, hubs do not.
With a switch, a message from Computer A goes only to Computer B. With a hub, that same message goes to Computers B, C, D, and the printer.
A router operates at Layer 3 and uses IP addresses to forward packets between different networks. A hub operates at Layer 1 and only repeats signals within one network. Routers can connect to the internet, hubs cannot.
A hub connects computers on the same network; a router connects that network to the internet or another network.
A repeater is a two-port device that amplifies and retransmits signals over longer distances. A hub is essentially a multiport repeater. They share the same Layer 1 operation, but a hub connects multiple devices while a repeater only extends a single cable segment.
If you need to connect two distant switches, you might use a repeater. If you need to connect three computers in one room, you use a hub (or more likely a switch today).
A bridge operates at Layer 2 and learns MAC addresses to forward frames between two network segments. A hub does not learn anything. A bridge can segment a network into two collision domains, while a hub cannot.
A bridge connects two separate network segments, filtering traffic so that local traffic stays local. A hub just connects devices on the same segment without filtering.
Must Know for Exams
Hubs are a recurring topic in entry-level IT certification exams, especially CompTIA Network+ (N10-008 and N10-009) and CompTIA A+ (220-1101). In Network+, hubs are specifically mentioned under Objective 2.1, which covers networking devices and their characteristics. The exam expects you to know that hubs operate at Layer 1 of the OSI model, that they forward data to all ports, and that they create a single collision domain. You should also understand that hubs are half-duplex and that they use CSMA/CD.
In A+ (220-1101), hubs appear in the domain covering hardware and network connectivity. You might be asked to differentiate between a hub, a switch, and a router. The exam tests your ability to identify a hub by its physical appearance and to explain its role in a simple network. The test often uses scenario-based questions where you have to choose the right device for a given situation, and if you pick a hub when a switch is better, that is a wrong answer.
Cisco exams, such as CCNA, do not focus heavily on hubs because Cisco expects you to work with modern networks. However, some foundational questions may reference hubs as legacy devices. The concept of collision domains, which is directly tied to hubs, appears in CCNA topics like Ethernet fundamentals and LAN switching.
Microsoft exams like MD-100 (Windows 10/11) and MS-900 (Microsoft 365 Fundamentals) treat hubs as very basic background knowledge. You might encounter a question about what device is used to connect computers in a small office, and the answer could be a switch, but knowing that a hub is an older alternative helps eliminate wrong answers.
For all these exams, the most common question patterns are: Which device operates at Layer 1? How many collision domains does a hub create? How does a hub handle data? What is the difference between a hub and a switch? You should expect at least one or two questions that test your understanding of these points. Mastering the hub concept will also help you understand switches, because the key difference is that switches segment collision domains while hubs do not.
Simple Meaning
Think of a hub as a loud announcement in a crowded room. Imagine you are in a library with several desks. If you want to ask a question to the person at desk number three, you could stand up and shout the question to everyone in the room. Everyone hears it, even the people who do not need to hear it. That is exactly how a hub works in a computer network.
When your computer sends a message to another computer, the hub does not look at the message to see where it should go. Instead, it sends that same message out through every single port it has. Every computer connected to the hub receives the message, even if only one computer was supposed to get it. The computers that are not the intended recipient simply ignore the message.
This approach is simple and cheap, but it creates a lot of extra traffic on the network. All that unnecessary shouting uses up bandwidth and can slow things down, especially as more computers are added. That is why modern networks use switches instead. A switch is like a private phone call that only connects the two people who need to talk. It is much more efficient because it only sends the message to the right destination.
So in everyday language, a hub is a broadcast device. It does not think, it does not filter, it just repeats everything to everyone. It was a useful starting point for networking, but it is not used much today except in very small or legacy setups.
Full Technical Definition
A hub, also known as a repeater hub or Ethernet hub, is a basic networking device that operates at Layer 1 (Physical Layer) of the OSI model. Unlike a switch, which operates at Layer 2 and uses MAC addresses to forward frames selectively, a hub has no intelligence. It simply regenerates electrical signals received on one port and transmits them out through all other ports. This process is called signal regeneration or repeating.
Hubs are essentially multiport repeaters. When a frame arrives at a hub, the hub does not inspect the frame's destination MAC address. Instead, it cleans up the signal (re-times and boosts it) and sends it out every port except the one it came from. This means every device on the hub's collision domain receives every frame. All devices share the same bandwidth, and only one device can transmit at a time. This creates a half-duplex environment, meaning devices cannot send and receive simultaneously.
The technical standard for Ethernet hubs is covered in the IEEE 802.3 specification. Most hubs support 10BASE-T (10 Mbps) or 100BASE-TX (100 Mbps) Ethernet, although 1000BASE-T (Gigabit) hubs are extremely rare. Hubs typically have between 4 and 24 RJ-45 ports, plus a cascade port (uplink) to connect to another hub. Some hubs also include a BNC or AUI port for older coaxial cabling.
Collision detection is a critical concept for hubs. Because all devices share the same medium, collisions happen when two devices send data at the same time. Hubs use CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to manage this. When a collision is detected, the hub sends a jam signal to all ports, and each device waits a random amount of time before trying again. In a heavily used network, collisions can severely degrade performance, a condition known as collision saturation.
Hubs also have a maximum cable length limitation. For 10BASE-T and 100BASE-TX, the cable length from the hub to a device is limited to 100 meters (328 feet). This is due to signal degradation over distance. Because hubs do not store or forward frames, they cannot compensate for timing issues beyond that length. The 5-4-3 rule applies to daisy-chained hubs: a network can have at most five segments, four repeaters (hubs), and three populated segments.
In real IT environments, hubs are almost entirely replaced by switches. However, they are occasionally used for network monitoring (packet sniffing) because a hub forces all traffic to flow through a single point, making it easy to capture with a tool like Wireshark. Some older industrial or legacy systems may still use hubs. CompTIA A+, Network+, and other IT certification exams still cover hubs because they are foundational to understanding why switches were invented.
Real-Life Example
Imagine you are in a large conference room with ten people. You need to give a specific instruction to one person, Sarah, who is sitting across the table. You could stand up and say loudly, 'Sarah, please update the spreadsheet.' Everyone in the room hears your instruction. Most people ignore it because it does not apply to them, but they still hear it. That is exactly how a hub works in a computer network.
Now consider a more efficient version of this same scenario. If you had a switch instead, you could simply walk over to Sarah and whisper the instruction in her ear. No one else would be disturbed. The conversation uses less effort and creates no distraction for others. The switch knows exactly where Sarah is sitting and sends the message only to her. The hub does not have that knowledge, so it broadcasts to everyone.
Another everyday analogy is a party line telephone from decades ago. Several households shared the same telephone line. When someone called, every house's phone would ring. People would pick up and listen to see if the call was for them. If it was not, they would hang up. The hub works the same way: every device hears the transmission, and only the intended recipient processes it. The rest just ignore it.
This broadcast nature is simple to set up, but it creates noise and wasted effort. In a busy network with many devices, all that unnecessary shouting uses up capacity, just like a room where everyone is trying to talk over each other. That is why hubs are rarely used today. They teach us an important lesson in networking: intelligence and targeted delivery are far more efficient than blind repetition.
Why This Term Matters
Understanding hubs is important because they represent the simplest form of network connectivity. They are the starting point for learning about how data moves across a network. When you understand why hubs are inefficient, you can better appreciate why switches, routers, and other intelligent devices were developed. This foundational knowledge helps IT professionals design networks that are fast, secure, and scalable.
In practical IT work, you will almost never install a hub for a new network. However, you may encounter them in older installations, in lab environments, or in situations where someone needs to capture network traffic for troubleshooting. For example, a network administrator might temporarily use a hub between a device and a switch to attach a packet sniffer. Because a hub sends all traffic to all ports, the sniffer can see all data going to and from that device. This is a legitimate troubleshooting technique.
Hubs also serve as a cautionary tale. They consume more power than switches because they amplify signals continuously. They create larger collision domains, which means more retransmissions and slower network performance. If a network is running slowly, sometimes the culprit is an old hub that should have been replaced long ago. Knowing how hubs work helps you diagnose such issues quickly.
Finally, hubs are still tested on some certification exams, particularly CompTIA Network+. Even if you never use one in production, you need to know the concepts for the test. The distinction between a hub (Layer 1) and a switch (Layer 2) is a fundamental exam question. If you do not know how a hub works, you will struggle with questions about collision domains, broadcast domains, and network segmentation.
How It Appears in Exam Questions
In certification exams, hub questions typically fall into three categories: definition, comparison, and scenario. In definitional questions, you will see direct asks like 'Which network device operates at Layer 1 of the OSI model?' or 'Which device forwards data to all ports regardless of destination?' The answer is hub. Another variation is 'A technician needs to connect five computers in a small office. Which device is the least expensive but also provides no traffic management?' Again, the answer is hub.
Comparison questions are very common. You might see: 'What is a key difference between a hub and a switch?' The correct answer is that a switch uses MAC addresses to forward frames selectively, while a hub broadcasts to all ports. Or 'How many collision domains does a 4-port hub create?' The answer is one, because all ports share a single collision domain. These comparison questions test your understanding of efficiency and network segmentation.
Scenario questions present a networking problem and ask you to choose the best device. For example: 'A company has a small network with 10 workstations. The network is slow because of frequent collisions. Which device replacement would most likely solve this issue?' The correct choice would be replacing the hub with a switch. A trickier scenario: 'A network administrator needs to capture traffic between two computers for analysis. Which device should be used between them?' The correct answer might be a hub, because it forces all traffic through one point where a sniffer can be attached. This tests deeper knowledge beyond simple definitions.
Troubleshooting questions may describe symptoms like slow network performance or high collision rates. You might be asked to identify that the root cause is a hub instead of a switch. Or a question might say: 'A user complains that the network is slow when multiple users are active. The network uses a hub. What is the most likely cause?' The answer is that all devices share the same collision domain, leading to collisions and retransmissions.
Be careful with questions that ask about cable lengths and the 5-4-3 rule. Although less common, these appear occasionally. For example: 'A network spans five segments with four hubs. How many segments can have devices attached?' This tests your knowledge of the 5-4-3 rule. The answer is three. Mastering these question patterns will help you handle any hub-related item on the exam.
Practise Hub Questions
Test your understanding with exam-style practice questions.
Example Scenario
You are setting up a small network in a home office for a client. The client has three desktop computers, a printer, and a modem/router provided by the internet service provider. The client says they want all three computers to be able to print and share files. The client also says they have an old networking device in a closet that they want to use to save money. You open the closet and find a dusty 4-port Ethernet hub.
You could connect the computers and printer to the hub, and then connect the hub to the router. The network would work. When Computer A sends a print job to the printer, the hub sends that data to all four ports. Computer B and Computer C both receive the print job data, but they ignore it because the destination MAC address does not match theirs. The printer receives it and prints. This sounds okay, but there is a hidden cost.
If Computer A and Computer B both try to send data at the same time, a collision happens. The hub detects the collision and sends a jam signal to all devices. All devices must stop and wait a random amount of time before trying again. This delay happens every time two devices transmit simultaneously. As the client adds more computers or uses the network more heavily, collisions increase, and the network slows down noticeably. File transfers take longer, web pages load slowly, and printing may fail.
Now consider the alternative. If you use an inexpensive switch instead of the old hub, each pair of communicating devices gets a dedicated conversation. Computer A can send a print job to the printer at the same time that Computer B is accessing a file on Computer C, and no collisions occur. The switch buffers the frames and forwards them only to the correct ports. The network remains fast and responsive even under heavy use. The client might save money by using the hub, but they will pay for it in lost productivity.
This scenario illustrates the practical difference between a hub and a switch. A hub works in a pinch for very small networks with light traffic, but for any real work, a switch is far superior. As an IT professional, you would advise the client to recycle the hub and buy a cheap switch instead.
Common Mistakes
Thinking a hub filters traffic by MAC address
A hub operates at Layer 1 and has no ability to read or process MAC addresses. It only amplifies and repeats electrical signals. Any filtering is a Layer 2 function performed by a switch.
Remember that a hub is a repeater, not a switch. It sends every frame out every port except the incoming port. No intelligence is involved.
Believing a hub creates multiple collision domains
A hub creates a single collision domain for all its ports. Any two devices transmitting at the same time will collide, regardless of which ports they are on. Collisions affect the entire hub.
Think of the hub as a single wire connecting everything. If two people talk at once on that wire, the conversation breaks down. A switch, on the other hand, creates a separate collision domain per port.
Confusing a hub with a router
A hub does not route traffic between networks and has no ability to assign IP addresses or make decisions based on IP addresses. A router operates at Layer 3 and forwards data between different networks.
Remember the OSI model. Hub = Layer 1. Router = Layer 3. If the question involves IP addresses, routing tables, or connecting to the internet, you are dealing with a router, not a hub.
Assuming hubs support full-duplex communication
Hubs are inherently half-duplex because all devices share the same medium. Only one device can transmit at a time. Full-duplex requires a dedicated path for both send and receive, which switches provide.
If a question mentions full-duplex, the answer is almost certainly a switch. Hubs cannot do full-duplex because they lack the circuitry to separate send and receive channels.
Thinking a hub can be used to segment a network for security
Because a hub broadcasts all data to all ports, any device connected to the hub can potentially capture traffic meant for other devices. This is a security nightmare, not a segmentation solution.
Use a switch with VLANs if you need network segmentation. A hub provides no isolation whatsoever.
Exam Trap — Don't Get Fooled
{"trap":"The question asks: 'How many broadcast domains does a hub with 8 ports create?' and you might be tempted to say 8.","why_learners_choose_it":"Learners often confuse collision domains with broadcast domains.
They think that because a hub sends everything to all ports, each port might be its own broadcast domain, or they mistakenly apply switch logic to a hub.","how_to_avoid_it":"Remember that a hub creates one collision domain and one broadcast domain for all ports. Switches create multiple collision domains (one per port) but still only one broadcast domain per VLAN.
Hubs do not segment either domain."
Step-by-Step Breakdown
Device Connection
You connect multiple computers, printers, or other devices to the hub using Ethernet cables plugged into its RJ-45 ports. The hub has no configuration interface; it is plug-and-play.
Signal Reception
When one device sends data, the electrical signal representing the data frame arrives at the hub on a specific port. The hub does not look at the contents of the frame.
Signal Regeneration
The hub cleans up and amplifies the incoming electrical signal to ensure it is strong enough to travel to all other connected devices. This prevents signal degradation over cable lengths.
Broadcast Transmission
The hub then sends the regenerated signal out through every other port (all ports except the one it came from). Every device connected to the hub receives the signal simultaneously.
Device Filtering (Client-Side)
Each receiving device inspects the destination MAC address in the frame. If the MAC address matches its own, it processes the frame. If not, it discards the frame. This filtering happens at the network interface card level, not at the hub.
Collision Handling (if needed)
If two devices transmit at the same time, the hub detects the collision. It then sends a jam signal to all ports. Each device waits a random amount of time (backoff) before retransmitting, following the CSMA/CD protocol.
Practical Mini-Lesson
A hub is one of the simplest networking devices you will ever encounter, and it is also one of the most instructive for learning why modern networks evolved the way they did. In practice, you will almost never deploy a hub in a professional network. However, understanding hubs is essential because it vividly illustrates the problems of collision domains, shared bandwidth, and half-duplex communication.
When you work with hubs in a lab setting, you will notice that network performance degrades rapidly as you add traffic. For example, if you set up a network with five computers connected to a hub and run a file transfer between two of them, you will see that the transfer speed is lower than if you used a switch. This is because the hub forces all five computers to share the same 10 Mbps or 100 Mbps bandwidth. The more computers that are active, the more collisions occur, and the more time is wasted on retransmissions.
IT professionals sometimes use hubs for network troubleshooting. Suppose you suspect that a device is sending excessive broadcast traffic or that a specific problem is occurring on the wire. You can insert a hub between the suspect device and the rest of the network, then connect a protocol analyzer (like Wireshark) to one of the hub's free ports. Because the hub replicates all traffic to all ports, your analyzer will see every packet going to and from that device. This is a simple form of network tapping. However, this method is disruptive and can introduce latency, so it is used carefully.
Another practical use is in training environments. Many IT certification labs use hubs to help students see collisions and understand CSMA/CD. Seeing a real collision on a hub is much more effective than reading about it in a book. Some instructors also use hubs to demonstrate why switches are necessary by showing how a network becomes unusable under heavy load.
From a configuration perspective, hubs have no configuration at all. There are no IP addresses, no passwords, no web interfaces. You cannot manage a hub. This lack of management is another reason they are not suitable for most professional environments. You cannot monitor traffic, set up VLANs, or enforce security policies. The only setting you might adjust is the speed (10 Mbps or 100 Mbps) via a physical switch on some models, but that is rare.
What can go wrong with a hub? The most common issue is performance. A network that uses a hub will feel slow and unreliable as the number of active devices grows. Electrically, hubs can fail over time, especially if they are cheaply made. Loose ports or damaged cable pins can cause intermittent connectivity. Also, because hubs amplify signals, they can sometimes introduce noise into the network, causing errors. If you ever encounter a mysterious network slowdown, check for an old hub hiding in a wiring closet. Replacing it with a switch almost always solves the problem.
Memory Tip
Hubs 'holler' to everyone. They have no brains, just brawn. Layer 1, no filters, one collision domain for all ports.
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
N10-009CompTIA Network+ →CDLGoogle CDL →Legacy Exam Context
Older materials may mention these exam versions, but learners should use the current objectives for their target exam.
N10-008N10-009(current version)Related Glossary Terms
A 2-in-1 laptop is a portable computer that can switch between a traditional laptop form and a tablet form, usually by detaching or rotating the keyboard.
The 24-pin motherboard connector is the main power cable that connects the computer's power supply unit (PSU) to the motherboard, supplying electricity to the motherboard and its components.
Two-factor authentication (2FA) is a security method that requires two different types of proof before granting access to an account or system.
A 3D printer is a device that creates physical objects by depositing layers of material based on a digital model.
5G is the fifth generation of cellular network technology, designed to deliver faster speeds, lower latency, and support for many more connected devices than previous generations.
The 8-pin CPU connector is a power cable from the power supply that delivers dedicated electricity to the processor on a computer's motherboard.
802.1Q is the networking standard that allows multiple virtual LANs (VLANs) to share a single physical network link by tagging Ethernet frames with VLAN identification information.
802.1X is a network access control standard that authenticates devices before they are allowed to connect to a wired or wireless network.
Frequently Asked Questions
Can a hub be used to connect to the internet?
No, a hub cannot connect directly to the internet. You need a router or a modem with routing capabilities to connect to the internet. A hub only connects devices on the same local network.
Does a hub have an IP address?
No, a hub does not have an IP address because it operates at Layer 1 and is not manageable. It does not need an IP address to function.
How many collision domains does a 12-port hub create?
A 12-port hub creates exactly one collision domain. All twelve ports share the same collision domain.
Is a hub a repeater?
Yes, a hub is essentially a multiport repeater. It regenerates the signal and sends it out all ports, just like a repeater but with more ports.
Can I use a hub for a modern gigabit network?
Gigabit hubs are extremely rare and outdated. If you need gigabit speeds, you should use a gigabit switch. Hubs are typically limited to 10 or 100 Mbps.
Why would a network administrator ever use a hub today?
The main reason is to capture network traffic for troubleshooting. By using a hub, all traffic becomes visible on a single port where a packet sniffer can be attached. This is a legitimate but limited use case.
Summary
A hub is a basic networking device that operates at Layer 1 of the OSI model. Its only job is to receive an electrical signal from one port and broadcast that same signal to all other ports. It makes no decisions based on MAC addresses or any other data. This simplicity made hubs cheap and easy to use in early networks, but it also creates severe limitations. All devices connected to a hub share the same collision domain, which means only one device can transmit at a time. When two devices transmit simultaneously, a collision occurs, and both must retransmit after a random delay. This causes network performance to degrade rapidly as more devices are added.
In modern IT environments, hubs have been almost entirely replaced by switches. Switches provide dedicated bandwidth per port, create separate collision domains, and support full-duplex communication. However, understanding hubs is still important for IT certification exams like CompTIA A+ and Network+. You will be expected to know that a hub is a Layer 1 device, that it creates a single collision domain, that it uses half-duplex communication, and that it cannot filter traffic.
The exam takeaway is simple: if you see a question about a device that forwards data to all ports without any filtering, think hub. If you see a question about collision domains, remember that a hub creates one collision domain for all ports. Hubs are a reminder of how far networking has come, and they serve as a baseline for understanding more intelligent devices. Even though you will rarely deploy one, knowing what a hub is and why it is obsolete is a key part of your networking foundation.