![]() |
VOOZH | about |
A hub and a bridge are both devices used to connect computers and other devices in a network, but they work in different ways. A hub is a simple device that sends the same data to all devices connected to it. A bridge is smarter, it looks at the data and sends it only to the correct device or network segment.
Hub is a networking device that is used to transmit the signal to each port (except one port) to respond from which the signal was received. Hub is operated on the Physical layer. In this packet filtering is not available. It is of two types: Active Hub, Passive Hub.
Networks hubs are classified into three types:
1. Active Hub: They have a power supply for regenerating, and amplifying the signals. When a port sends weak signalled data, the hub regenerates the signal and strengthens it, then send it further to all other ports. Active hubs are expensive in costs as compared to passive hubs.
2. Passive Hub: Passive hubs are simply used to connect signals from different network cables as they do not have any computerised element. They simply connect the wires of different devices in the star topology. Passive hubs do not do any processing or signal regeneration and that’s why do not require electricity the most they can do is they can copy or repeat the signal. It can’t clean the message, and it can’t amplify or strengthen the signal.
3. Intelligent Hub: Intelligent hubs as the name suggests are smarter than active and passive hubs. The intelligent hub comprises a special monitoring unit named a Management Information Base (MIB). This is software that helps in analysing and troubleshooting network problems. Intelligent hubs work similarly to active hubs but with some management features. Like it can monitor the traffic of the network and the configuration of a port.
A hub is a multiport device, which has multiple ports in a device and shares the data to multiple ports altogether. A hub acts as a dumb switch that does not know, which data needs to be forwarded where so it broadcasts or sends the data to each port.
Suppose there are five ports in a hub A, B, C, D, and E. Consider A wants to send any data frame, or let’s say A is acting as a sender, so the hub will forward the data transmitted by A to B, C, D, E. Now, at the same time B also wants to send the data then data received from A and B will collide and can cause data loss. In this situation, the data gets destroyed, and the hosts send a jam signal to all the hosts informing them about the collision, and each sender needs to wait for a certain amount of time.
Below are the use cases of Hub:
Bridge is also a network device that is used to connect two different LANs working on the same protocol. Types of the bridge are Source route, Transparent, and Translation. In bridge one port for incoming and another port for outgoing.
There are three types of bridges in computer networks, which are as follows:
Let’s see the step-by-step working of the bridge in computer networks:
Below are the use cases of Bridge:
Hub | Bridge |
|---|---|
Hub is network device which is used for connecting number of devices. | Bridge is also a network device which is used to connect two different LAN working on same protocol. |
Types of Hub are: Active and Passive. | Types of bridge are: Source route, Transparent and Translation. |
Hub does not perform data filtration. | While bridge performs data filtration. |
There are multiple ports are used in Hub. | But in bridge one port for incoming and another port for outgoing. |
Hub connects the LAN's segment. | While bridge connects two different LAN working on same protocol. |
Hub operates on the physical layer of the ISO-OSI Model. | While bridge operates on the data link layer of the ISO-OSI model. |
In conclusion, hubs are simple devices best for small networks, while bridges are more advanced, improving network efficiency by controlling traffic. If you need basic connectivity, a hub may work fine. But for larger, more complex networks, a bridge is a better choice to reduce congestion and ensure better performance.