Network Bridge
Commonly used in Networking, Hardware
A network bridge is a device that connects two or more separate network segments at the data link layer (Layer 2) of the OSI model, facilitating communication between them as if they were part of a single network. It helps to reduce network congestion and improve performance by filtering traffic and forwarding only the necessary data between segments.
How It Works
A network bridge operates by examining the MAC (Media Access Control) addresses of incoming data packets. When a device sends data, the bridge inspects the source and destination MAC addresses to determine which network segment the device belongs to. It maintains a MAC address table that maps each address to a specific port or segment. If the destination address is on the same segment as the sender, the bridge blocks the data to prevent unnecessary traffic. If the destination is on a different segment, the bridge forwards the data to the appropriate segment. This process, known as filtering and forwarding, helps to contain traffic within relevant parts of the network, reducing overall congestion.
Bridges can be simple, connecting just two segments, or more complex, connecting multiple segments and supporting various network protocols. They operate transparently to devices, meaning connected devices are unaware of the bridge's presence, perceiving the network as a unified whole. Modern network switches essentially function as multi-port bridges, performing similar filtering and forwarding functions at higher speeds and with more advanced features.
Common Use Cases
- Connecting different Ethernet segments within a LAN to improve traffic management.
- Segmenting a large network into smaller parts to reduce collision domains and enhance performance.
- Integrating wired and wireless network segments to allow seamless communication.
- Connecting legacy network segments with newer infrastructure without replacing existing hardware.
- Creating isolated network segments for security purposes while maintaining controlled communication.
Why It Matters
Understanding network bridges is essential for IT professionals involved in designing, managing, or troubleshooting local area networks. They play a key role in network segmentation, traffic management, and security, which are critical for maintaining efficient and secure network environments. Certification candidates often encounter bridges when studying network architecture and LAN technologies, as they form the foundation for more advanced networking devices like switches. Mastery of how bridges operate helps IT professionals optimise network performance and troubleshoot connectivity issues effectively.