What Is a Network Hub?
A network hub is a layer-1 device that repeats an incoming data signal out of every other port without reading the destination address. A network hub joins multiple Ethernet devices into one shared segment and broadcasts each frame to all connected ports at once. This article defines a network hub, explains how a hub works at the physical layer, compares a hub against a switch, and states why hubs are now obsolete on modern networks.
A network hub operates at the physical layer of the OSI model, the lowest of the seven layers defined by ISO standard 7498. A hub forwards electrical signals only, so a hub holds no address table and makes no forwarding decision.
The shared design places every connected device in one collision domain and forces half-duplex communication. The sections below cover hub operation, passive versus active hubs, the hub versus switch comparison, the reason hubs disappeared from networks, and the few places a hub still appears.
What Is a Network Hub?
A network hub is a physical-layer device that receives a data signal on one port and repeats that signal out of every other port. A network hub connects several Ethernet cables into a single shared segment and treats all connected devices as one network.
A hub reads no MAC address and no IP address, so a hub cannot direct traffic toward a specific device. The IEEE 802.3 standard classifies the hub as a multiport repeater, because a hub regenerates the incoming signal and sends a copy to each remaining port.
A network hub differs from a network switch and a router because a hub makes no forwarding decision. A switch reads the destination MAC address and sends a frame to one port, while a hub floods the frame to all ports. The role a hub plays in joining devices is the same role a network switch performs with targeted forwarding, which is the reason the switch replaced the hub.
How Does a Network Hub Work?
A network hub works by regenerating an incoming electrical signal and copying that signal to every other port. A hub operates only at the physical layer, so a hub handles raw bits rather than addressed frames.

The forwarding behavior of a network hub follows three rules listed below. Each rule defines one part of how a hub moves data across the shared segment.
- Broadcasts every signal. A hub copies each incoming bit stream to all other ports, so every connected device receives every transmission regardless of the intended recipient.
- Operates in half-duplex. A hub allows only one device to transmit at a time, so a device cannot send and receive data in the same instant.
- Forms one collision domain. A hub places all ports in a single collision domain, so two devices that transmit at once produce a collision that corrupts both frames.
A network hub relies on Carrier Sense Multiple Access with Collision Detection, defined in IEEE 802.3, to manage the shared medium. CSMA/CD requires each device to listen before transmitting and to back off after a collision. The shared collision domain limits a 10 Mbps or 100 Mbps hub to a fraction of its rated throughput once several devices transmit at the same time.
What Are Passive and Active Hubs?
A passive hub joins cables without amplifying the signal, while an active hub regenerates and boosts the signal before forwarding it. The distinction rests on whether the hub uses power to restore the signal.
- Passive hub. A passive hub connects ports through a wiring junction with no power and no signal regeneration, so a passive hub does not extend the cable distance limit.
- Active hub. An active hub draws power to regenerate the incoming signal, so an active hub restores signal strength and extends the segment length, acting as a repeater.
- Intelligent hub. An intelligent hub adds management features such as port monitoring on top of active regeneration, so an intelligent hub reports basic status to an administrator.
A passive hub appears in older or low-cost installations, while an active hub serves where the cable run approaches the 100-meter limit defined for twisted-pair Ethernet in IEEE 802.3. Both hub types share the same broadcast and half-duplex behavior at the physical layer.
What Is the Difference Between a Hub and a Switch?
A hub broadcasts data to every port, while a switch forwards data to one port using the destination MAC address. A hub works at layer 1 and a switch works at layer 2 of the OSI model, which gives the two devices different performance.
The comparison table below lists the differences between a network hub and a network switch across the attributes that affect performance and design.
| Attribute | Network Hub | Network Switch |
|---|---|---|
| OSI layer | Layer 1 (physical) | Layer 2 (data link) |
| Forwarding method | Broadcasts to all ports | Forwards by MAC address to one port |
| Address table | None | MAC address table |
| Collision domains | One shared domain | One per port |
| Duplex mode | Half-duplex | Full-duplex |
| Bandwidth | Shared across all ports | Dedicated per port |
| Current use | Obsolete | Standard in modern networks |
A network switch builds a MAC address table by recording the source address of each frame, then uses that table to forward later frames to a single port. A hub keeps no table and floods every frame, so a hub wastes bandwidth and exposes traffic to all devices. The targeted forwarding of a switch is the reason a switch separates each port into its own collision domain.
Why Are Network Hubs Obsolete?
Network hubs are obsolete because a switch forwards traffic faster, more securely, and without the collisions a hub creates. The shared design of a hub limits throughput and exposes data, both of which a switch resolves.
Three measurable problems pushed network hubs out of use. Each problem stems from the broadcast and half-duplex design of the hub.
- Wastes bandwidth. A hub shares one collision domain, so total throughput falls as devices are added and collisions rise under load.
- Exposes traffic. A hub sends every frame to every port, so any connected device can capture data meant for another, which a switch prevents.
- Forces half-duplex. A hub allows one transmission at a time, so a hub cannot reach the full-duplex speed a switch delivers on every port.
Manufacturing of standalone Ethernet hubs largely ended once low-cost switch chips made the switch cheaper to build than a hub of equal port count. Modern Ethernet products listed under IEEE 802.3 use switching silicon, so a new device sold as a hub is rare. The shift mirrors the wider move described in how networks work, where addressed forwarding replaced shared broadcast.
Where Are Network Hubs Still Used?
Network hubs still appear in network analysis, legacy equipment, and teaching environments where shared broadcast is useful or where old hardware remains. The few remaining uses depend on the broadcast behavior that made the hub obsolete elsewhere.

- Packet capture. A hub copies all traffic to every port, so a technician can connect an analyzer to one port and capture every frame on the segment without a port mirror.
- Legacy systems. A hub may remain in an old industrial or lab setup where replacing the device would disrupt connected equipment.
- Teaching. A hub demonstrates collisions and the shared medium concept in a controlled lesson on CSMA/CD and Ethernet fundamentals.
Each remaining use relies on the hub broadcasting every frame. A managed switch with a port mirror feature now covers most capture needs, so even these uses decline as old hubs fail.
What Speeds and Standards Did Network Hubs Support?
Network hubs supported the 10 Mbps and 100 Mbps Ethernet standards, and no hub was made for Gigabit Ethernet. The shared, half-duplex design of a hub set a ceiling that the Gigabit standard could not meet, which marked the end of hub development.
The list below names the Ethernet standards that hubs supported and the limit that stopped hub development at higher speeds.
- 10BASE-T hubs ran at 10 Mbps. The earliest twisted-pair hubs followed the 10BASE-T standard in IEEE 802.3i, sharing 10 Mbps across every connected port.
- 100BASE-TX hubs ran at 100 Mbps. Fast Ethernet hubs followed IEEE 802.3u and shared 100 Mbps across the segment, still in half-duplex.
- Dual-speed hubs bridged 10 and 100 Mbps. A dual-speed hub held separate 10 Mbps and 100 Mbps segments joined by an internal bridge so mixed devices could connect.
- Gigabit Ethernet has no hub. The 1000BASE-T standard in IEEE 802.3ab requires full-duplex operation, which a shared half-duplex hub cannot provide.
The half-duplex requirement of CSMA/CD blocked any hub from reaching Gigabit speed, because Gigabit Ethernet assumes a full-duplex switched link. The throughput shared by a 100 Mbps hub fell well below its rating once several devices transmitted, which separates a hub from the dedicated per-port speed of a switch on the same cabling described in what Ethernet is.
Key Takeaways
- A hub is a layer-1 repeater. A network hub regenerates a signal and copies it to every other port without reading any address.
- A hub broadcasts every frame. A hub floods all ports, unlike a switch that forwards by MAC address to one port.
- A hub forms one collision domain. All ports share one domain and run half-duplex, which limits throughput under load.
- A switch replaced the hub. A switch forwards traffic faster and more securely, which made the hub obsolete.
- Hubs survive in niche roles. Packet capture, legacy gear, and teaching are the few places a network hub still appears.
What is a network hub in simple terms?
A network hub is a layer-1 device that copies an incoming signal to every other port. A hub joins several devices into one shared segment and broadcasts all data to every connected device.
What is the main difference between a hub and a switch?
A hub broadcasts every frame to all ports at layer 1. A switch forwards each frame to one port using the destination MAC address at layer 2, which avoids collisions and wasted bandwidth.
Are network hubs still used today?
Network hubs are obsolete on modern networks. Hubs survive only in packet capture, some legacy systems, and teaching, where the broadcast behavior of a hub serves a specific purpose.
Does a hub operate in full-duplex?
No. A network hub operates in half-duplex, allowing one device to transmit at a time. A switch operates in full-duplex, letting each port send and receive data at the same instant.
What is the difference between a passive and an active hub?
A passive hub joins cables without power or signal regeneration. An active hub draws power to regenerate and boost the signal, extending the segment length like a repeater.
What OSI layer does a hub operate at?
A network hub operates at layer 1, the physical layer of the OSI model. A hub handles raw electrical signals and reads no MAC or IP address, so it makes no forwarding decision.
Last Thoughts on the Network Hub
A network hub is a physical-layer device that repeats every incoming signal to all other ports, placing connected devices in one shared collision domain that runs half-duplex. A hub reads no address and makes no forwarding decision, which separates a hub from the addressed forwarding of a switch.
The targeted, full-duplex behavior of a network switch replaced the hub on modern networks, and the broader move between these devices appears in the comparison of a switch and a router. The device that connects separate networks rather than joining one segment is covered in the overview of what a router is, and the wider connection of wired and wireless hardware appears in what Ethernet is.


