Network Bridge

mtb211

Active Member
I am studying for a certification and a network bridge is something I learned about 10 years ago but never fully wrapped my head around it.

A network bridge is used to reduce the amount of traffic on a LAN. Isn't a network bridge just really a switch?

Thanks in advance

Matt
 
This may help a little:

Definition: A bridge device filters data traffic at a network boundary. Bridges reduce the amount of traffic on a LAN by dividing it into two segments.

Bridges operate at the data link layer (Layer 2) of the OSI model. Bridges inspect incoming traffic and decide whether to forward or discard it. An Ethernet bridge, for example, inspects each incoming Ethernet frame - including the source and destination MAC addresses, and sometimes the frame size - in making individual forwarding decisions.

Bridges serve a similar function as switches, that also operate at Layer 2. Traditional bridges, though, support one network boundary, whereas switches usually offer four or more hardware ports. Switches are sometimes called "multi-port bridges" for this reason.
 
Back
Top