🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is Network Bridge?

A device or software that connects two or more network segments at the data link layer, forwarding traffic based on MAC addresses.

Network bridges operate at Layer 2 (Data Link) of the OSI model, forwarding Ethernet frames between segments based on MAC address tables. They learn which devices are on which port by examining source MAC addresses of incoming frames. Bridges extend network reach while filtering traffic — frames destined for the same segment are not forwarded. In virtualization, software bridges (Linux bridge, Open vSwitch) connect virtual machines to physical networks. Docker uses bridge networks by default for container communication. Bridges differ from routers (Layer 3, IP-based forwarding) and switches (modern multi-port bridges with hardware acceleration).

Related Terms

DNS Record Types
Different types of DNS entries that map domain names to various information like IP addresses, mail servers, and verification strings.
IPv6
The latest version of the Internet Protocol with 128-bit addresses, designed to replace IPv4 and solve address exhaustion.
SDN (Software-Defined Networking)
An approach that separates the network control plane from the data plane, enabling centralized, programmable network management.
OSI Model
The seven-layer Open Systems Interconnection model that standardizes network communication functions from physical transmission to application protocols.
TCP vs UDP
Two transport layer protocols: TCP provides reliable, ordered delivery while UDP provides fast, connectionless delivery without guarantees.
Network Packet
A formatted unit of data carried over a network, containing headers with routing information and a payload with the actual data.
View All Networking Terms →