Bridging is a technique used for message forwarding in packet switched networks. In contrast to routing, bridging uses the destination address placed inside the message header to locate unknown network devices.
The bridging technique does not make any assumptions to find the network devices over local area networks (LAN) or Ethernet. Instead, bridging uses flooding, meaning that it is only designed for use on LANs. Once a network device is located, its address is automatically stored in table for future purposes.
Bridging only controls and manages the network traffic within a single network segment rather than trying to manage adjacent segments.
Bridging uses a forwarding database for recording and storing network device addresses. This forwarding database also contains frames that are used to fetch the network devices addresses if the forwarding database is empty. The frame is forwarded to all other network devices with the exception of the source device. When the proper device is found, a destination entry will be created in forwarding database. Bridging is best understood using an example:
In this situation, suppose Host X sends a frame for Host Y to the bridge. Assuming that this is a newly created bridge, a sequence of events is set in motion:
Thus, a two-way communication path has been established between Host X and Host Y, and this path will be readily available in the future.
Read More »
Get Techopedia delivered to your inbox!