? What is Bridging
? What is Bridging
Bridging is the process of connecting two or more separate network segments to work as a
single network. It happens at Layer 2 (Data Link Layer) of the OSI model.
Filter traffic
Reduce collisions
Think of a bridge like a traffic director between two streets — it controls which cars (data
packets) go where.
o If it knows which port the destination is on, it forwards the frame to that port
only.
o If not, it broadcasts the frame to all ports (except the one it came from).
🧱 Types of Bridges
Type Description
Source Routing Uses information in the frame itself to decide the route (used in Token
Bridge Ring networks).
Note: Modern switches have mostly replaced bridges, but the concept of bridging is still used in
software (like in virtual networking, Wi-Fi to Ethernet bridging, etc.)
Real-Life Example
🧠 Summary
Feature Bridging
Device Bridge
Let me know if you want to see a diagram, understand virtual bridging in cloud networks, or
compare it with network switching!