Network Bridge
A Network Bridge is a device used to connect two separate network segments (like two different groups of computers) so they can communicate as if they were one single, larger network.
While a Hub blindly shouts data to everyone, and a Repeater simply boosts a signal to make it go further, a Bridge is "smart."
It manages traffic by deciding whether a piece of data needs to cross over to the other side or stay where it is.
Imagine two small islands, Island A and Island B, connected by a single bridge. On each island, people are constantly shouting messages to each other.
- If the bridge wasn't there, people on Island A could never talk to people on Island B.
- If we just used a "dumb" connection (like a Hub), every time someone on Island A shouted to their neighbor, that shout would also be blasted across to Island B, creating a lot of unnecessary noise for everyone.
The Network Bridge is like a security guard standing in the middle of that bridge with a clipboard.
- When someone shouts a message, the guard looks at the "To" address.
- If the recipient is on the same island as the sender, the guard blocks the message from crossing. This keeps the other island quiet.
- If the recipient is on the other island, the guard waves the message through.
How It Works: Step-by-Step
A bridge works by looking at the MAC addresses (those unique hardware IDs) of every device on the network.
-
Learning (The Clipboard)
When you first turn a bridge on, it knows nothing. As computers start sending data, the bridge "listens." It sees that "Computer 1" is sending a message from Port A, so it writes down: "Computer 1 is on the left side." Over time, it builds a master list (called a MAC Address Table) of which devices are on which side.
-
Filtering (Reducing Traffic)
When Computer 1 sends a message to Computer 2 (who is also on the left side), the bridge checks its list. It sees both are on the left, so it filters (drops) the signal. It doesn't let that data cross the bridge, which prevents unnecessary "noise" or traffic jams on the right side.
-
Forwarding (Connecting the Sides)
If Computer 1 sends a message to Computer 10 (who is on the right side), the bridge sees that the destination is on the other port. it forwards the data across the bridge so the two computers can talk.
Why Use a Bridge?
-
Segmentation: It breaks a big, noisy network into two smaller, quieter "segments."
-
Perfomance: By blocking local traffic from crossing over, it reduces collisions and makes the network faster for everyone.
-
Connection It can connect two different physical types of networks (for example, connecting a wired network segment to a wireless one).