Chapter 6-2 - Network Components (Bridges)
Chapter 6-2 - Network Components (Bridges)
BRIDGES
● Bridges operate at the Data Link Layer of the OSI model, and are sometimes
called “Layer 2 devices” or “Link Layer devices.”
● These devices are used to increase the overall performance of a network by
isolating traffic within network segments. Bridges are also used to provide
connectivity across a wide area.
● Although the popularity of bridges has diminished because of the widespread use
of switches, they are still commonly found in today’s computer networks.
● Bridges come in many shapes and sizes. The simplest bridges are adapter
cards (NICs) in a personal computer (PC) that attach to small LAN
segments. The most elaborate bridges convert frames from one type to
another, and/or deliver frames over long distances at very high speeds.
● Bridges offer many advantages and are still commonly found in computer
networks. However, they can from traffic bottlenecks, because they can only
forward traffic between one pair of ports at a time. Also, their operation is
software-intensive and fairly slow. Thus, bridges are largely being replaced
by a faster and more efficient Layer 2 device, the switch.