Networking Device and Protocols
6. Key Takeaways
Hubs are simple, Layer 1 devices that connect multiple devices in a LAN by broadcasting signals to all ports.
They operate by receiving, amplifying, and retransmitting data, using CSMA/CD to handle collisions.
Hubs are used in small, legacy, or educational networks but are inefficient due to shared bandwidth and collisions.
They function at the Physical layer (OSI) or Link layer (TCP/IP), dealing only with raw signals.
Modern networks favor switches for better performance, but hubs remain relevant for understanding networking basics.
Additional Notes
Historical Context: Hubs were common in the 1990s for Ethernet LANs (e.g., 10Base-T networks) but became obsolete with the rise of switches in the 2000s.
Troubleshooting Example: If devices on a hub can’t communicate:
Check Physical layer: Verify cable connections, port LEDs, or signal degradation.
Check for collisions: Monitor network performance; consider upgrading to a switch.
Educational Value: Hubs are useful for teaching the concept of collision domains and the evolution to switches.