Network Hub
Commonly used in Networking, Hardware
A network hub is a basic networking device that acts as a central connection point for multiple devices within a local area network (LAN). It receives data packets from one device and broadcasts them to all other connected devices, regardless of the intended recipient, making it a simple but less efficient way to connect network components.
How It Works
A network hub operates at the physical layer of the OSI model. When a device sends data, the hub receives the electrical signals on its port and then repeats or broadcasts these signals to all other ports connected to the hub. This process ensures that all devices connected to the hub receive the data, but only the device with the matching address processes it further. Because hubs do not differentiate between devices, they do not filter or direct traffic, leading to unnecessary data transmission across the network.
Modern networks typically use switches instead of hubs because switches can identify devices and send data only to the intended recipient, reducing network congestion. Nonetheless, hubs are still useful in small or simple networks where cost and simplicity are priorities.
Common Use Cases
- Connecting multiple computers in a small office or home network.
- Creating a basic network setup for testing or troubleshooting purposes.
- Extending a network by adding more devices without complex configurations.
- Linking peripheral devices like printers or scanners to multiple computers.
- Educational demonstrations of network fundamentals in classroom settings.
Why It Matters
Understanding what a network hub is helps IT professionals grasp the evolution of network devices and the importance of efficient data transmission. While hubs are largely obsolete in modern networks, they serve as foundational concepts in networking education and help explain the transition to more advanced devices like switches. Certified professionals often need to know how hubs operate to troubleshoot legacy systems or understand network traffic flow.
For those pursuing certifications in networking, knowledge of hubs provides a baseline understanding of network topology and the importance of device intelligence in data forwarding. Recognising the limitations of hubs also underscores the significance of switching technology in creating faster, more secure, and more scalable networks.