Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
What are the types of Hubs in the Computer Network?
A hub is a networking device used to connect multiple devices in a network, creating a single collision domain where all connected devices share the same bandwidth. Hubs operate at the Physical Layer (Layer 1) of the OSI model and simply repeat incoming signals to all connected ports.
There are three main types of hubs based on their functionality and features:
Passive Hub
Passive hubs are the simplest networking devices that contain no electronic components or signal processing capabilities. They act as simple connection points that physically join network cable segments together without amplifying or regenerating signals.
Key characteristics of passive hubs include:
No power required − Most passive hubs operate without external power
Signal degradation − Signals weaken as they pass through the hub
Limited distance − Cannot extend network reach due to lack of signal amplification
Examples include punch-down blocks with RJ-45 connectors and Multistation Access Units (MAUs) used in Token Ring networks.
Active Hub
Active hubs contain electronic components that regenerate and amplify incoming signals before forwarding them to all connected ports. This signal amplification allows for longer cable runs and better signal quality across the network.
Active hubs are also called concentrators and can support multiple network connections. However, they amplify both signals and noise, which can degrade overall network performance.
Intelligent Hub
Intelligent hubs, also known as smart hubs, combine the signal amplification capabilities of active hubs with built-in management software and monitoring features. These advanced hubs can diagnose network problems, monitor traffic, and perform administrative functions.
Key features of intelligent hubs:
Network monitoring − Track performance of individual ports and connected devices
Problem diagnosis − Identify and isolate network faults automatically
Management capabilities − Remote configuration and control through software interfaces
Traffic analysis − Monitor bandwidth utilization and network statistics
Smart hubs are particularly valuable in larger networks where manual troubleshooting becomes impractical and network management overhead increases significantly.
Comparison of Hub Types
| Feature | Passive Hub | Active Hub | Intelligent Hub |
|---|---|---|---|
| Signal Processing | None | Amplification | Amplification + Management |
| Power Required | Usually No | Yes | Yes |
| Network Management | None | Basic | Advanced |
| Cost | Low | Medium | High |
Conclusion
Hubs are classified into passive, active, and intelligent types based on their signal processing and management capabilities. While largely replaced by switches in modern networks, understanding hub types helps in comprehending network evolution and basic networking principles.
