🎁 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

Multicast
A network communication method that sends data to multiple recipients simultaneously without duplicating packets for each recipient.
DNS over HTTPS (DoH)
A protocol that encrypts DNS queries by sending them over HTTPS, preventing eavesdropping and manipulation of DNS traffic.
SNMP (Simple Network Management Protocol)
A protocol for monitoring and managing network devices like routers, switches, servers, and printers remotely.
CIDR Notation
A compact method for specifying IP addresses and their associated routing prefix using a slash followed by the prefix length.
Content Delivery Network (CDN)
A geographically distributed network of servers that caches and delivers web content from locations closest to users for faster load times.
Bandwidth
The maximum rate of data transfer across a network connection, measured in bits per second.
View All Networking Terms →