Bridges (local Internetworking device)
Last Updated :
15 Mar, 2023
Prerequisites - Network Devices, Types of switches
Bridge is a local internetworking device that is used to connect two or more network segments together. A bridge operates at the Data Link Layer (Layer 2) of the OSI model and uses the MAC addresses of devices to make forwarding decisions.
Bridges were first introduced in the 1980s as a way to connect Ethernet segments together and extend the reach of a network. They were initially used to overcome the distance limitations of Ethernet networks, allowing multiple segments to be connected together to form a larger network.
Bridges work by examining the MAC addresses of devices on each network segment and forwarding packets only to the segment where the destination device is located. This helps to reduce network congestion and improve performance by limiting unnecessary traffic.
Bridges can also be used to create separate collision domains, which helps to improve network performance by reducing collisions on the network. Collisions occur when two devices transmit data at the same time, causing a data collision that requires the data to be re-transmitted.
Bridges can be used to connect different types of network segments, including Ethernet, Token Ring, and FDDI. They can also be used to connect wireless networks to wired networks, providing a way to extend the range and coverage of a wireless network.
Overall, bridges are an important networking device that provides a way to connect multiple network segments together, improving network performance and extending the reach of a network.
Local Internetworking is one which is within the same organization i.e. same building or same campus, then for the networking, we may not require the full power of the router. We can do it with a data link layer device called a bridge.
Bridges: Bridges are a data link layer device and can connect to different networks as well as connect different networks of different types. Bridges from 802.x to 802.y where x & y may both be ethernet or one can be ethernet and other may be a token ring, etc. It locally connects small LANs, whereas if LANs are big then bridges can no longer handle them. Bridge follows a protocol in IEEE format execute 802.1 which is a spanning tree of bridges.

In the above figure, there are four LANs that are connected by two bridges. Bridge 1 has two ports, one connecting to LAN 1 other connecting to LAN 2, Bridge 2 has three connecting to LAN 2, LAN 3, and LAN 4. So, A can communicate with H through two bridges.
- Bridges (Link Layer Device) -
It stores and forwards Ethernet frames, i.e., it has to do with the MAC address rather than the IP address, they handle the hardware addresses. I also examine the frame header and selectively forward frames based on MAC destination address, such as in the given figure if Bridge 2 receives a packet then it will selectively decide whether to send it to LAN 3 or LAN 4.
When a frame is to be forwarded in a segment it uses CSMA/CD to access the segment. These are transparent, i.e., hosts are unaware of the presence of bridges, it appears to them as a single whole network. Bridges need not be configured they are plug-and-play and self-learning devices, i.e. a bridge has a learning table, they learn which hosts can be reached through which interfaces. At the physical level, the bridge boosts the signal strength like a repeater or completely regenerates the signal.
- Ethernet Bridges -
A bridge stores the hardware addresses observed from frames received by each interface and uses this information to learn which frames need to be forwarded by the bridge.
What if the host is moved to another segment or a new host is connected to a segment?
If a new host is connected then the learning process of bridges is going to be a continuous process. Suppose if we move from LAN 1 to LAN 2 some machine, i.e. MAC address moves from LAN 1 to LAN 2, which means table entries should leave after some time so that the data remains fresh and relevant.
Bridges Spanning Tree: For increased reliability, it is desirable to have redundant, alternative paths from source to destination, and with multiple paths, cycles result- bridges may multiply and forward frame forever without the frames being dropped. The solution is to organize bridges in a spanning tree by disabling a subset of interfaces.
Bridges have a variety of applications in modern computer networks, including:
- Network segmentation: Bridges are used to divide large networks into smaller segments to improve network performance and reduce network congestion. By creating separate collision domains, bridges can help to reduce the number of data collisions on the network, improving overall network efficiency.
- Extension of network reach: Bridges are used to extend the reach of a network by connecting multiple network segments together. This allows devices that are physically located in different segments to communicate with each other as if they were on the same segment.
- Interconnection of different network types: Bridges can be used to connect different types of network segments, including Ethernet, Token Ring, and FDDI networks. This allows networks using different technologies to communicate with each other, improving interoperability between different network systems.
- Wireless network bridging: Bridges are commonly used to connect wireless networks to wired networks. This allows wireless access points to be connected to the wired network, providing a way to extend the range and coverage of the wireless network.
- Network redundancy: Bridges can be used to create redundant network paths, which provide a backup in case the primary network path fails. This improves network reliability and reduces the risk of network downtime.
The following are the advantages and disadvantages of Bridges:
Advantages of Bridges:
Improved Network Performance: Bridges can improve network performance by reducing network congestion and improving data transmission speeds, resulting in faster network speeds and reduced latency.
Better Network Security: Bridges can help to improve network security by creating logical isolation between different network segments, preventing unauthorized access and reducing the risk of network attacks.
Flexible Network Design: Bridges allow for flexible network design by enabling the connection of different network technologies and types, including Ethernet, Token Ring, and FDDI, among others.
Easy to Install and Configure: Bridges are relatively easy to install and configure, requiring minimal configuration and maintenance, making them an ideal solution for small to medium-sized networks.
Disadvantages of Bridges:
Limited Scalability: Bridges may not be scalable in larger networks, as the number of devices and network segments increases, which can lead to network congestion and performance degradation.
Single Point of Failure: Bridges can be a single point of failure in the network, and if they fail, it can cause network downtime until the bridge is replaced.
Limited Functionality: Bridges have limited functionality compared to other network devices, such as routers and switches, and may not be suitable for all network configurations and requirements.
Higher Cost: Bridges can be more expensive compared to other network devices, such as hubs, which can make them less cost-effective for smaller networks.
Similar Reads
Data Communication Tutorial Data communication plays an important role in today's interconnected world and enables the exchange of information between devices and networks. Whether you're sending an email, making a video call, or browsing the web, data communication ensures that information flows smoothly. This Data Communicat
5 min read
Basics of Data Communication
Data Communication - Definition, Components, Types, ChannelsTransferring data over a transmission medium between two or more devices, systems, or places is known as data communication. Nowadays, computing and telecommunications depend heavily on this data transmission, which makes a variety of applications conceivable, including email, video chatting, the In
7 min read
Types of Computer NetworksA computer network is a system that connects many independent computers to share information (data) and resources. The integration of computers and other different devices allows users to communicate more easily. It is a collection of two or more computer systems that are linked together. A network
7 min read
Transmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex)Transmission modes also known as communication modes, are methods of transferring data between devices on buses and networks designed to facilitate communication. They are classified into three types: Simplex Mode, Half-Duplex Mode, and Full-Duplex Mode. In this article, we will discuss Transmission
6 min read
Difference Between Serial and Parallel TransmissionData transmission is how computers and other devices send information to each other. There are two main ways to do this Serial and Parallel Transmission. In Serial Transmission, data is sent one bit at a time like sending a single line of people through a door. In Parallel Transmission data is sent
4 min read
How Data Encapsulation and De-encapsulation Works?Data encapsulation and de-encapsulation are fundamental concepts in computer networking and communication protocols. These processes are essential for transferring data across networks efficiently and securely. What is Data Encapsulation?Encapsulation is the process of adding additional information
4 min read
OSI Model
TCP/IP Model The TCP/IP model is a framework that is used to model the communication in a network. It is mainly a collection of network protocols and organization of these protocols in different layers for modeling the network.It has four layers, Application, Transport, Network/Internet and Network Access.While
7 min read
Data and Signals
Transmission of Signals
Transmission Impairment in Data CommunicationIn communication system, analog signals travel through transmission media, which tends to deteriorate the quality of analog signal, which means that the signal at the beginning of the medium is not the same as the signal at the end of the medium. The imperfection causes signal impairment. Below are
3 min read
What is Bandwidth? Definition, Working, Importance, UsesPre-Requisite: Introduction to Bandwidth Network bandwidth is the maximum capacity of a wired or wireless communications link to deliver data via a network connection in a given amount of time. Bandwidth is typically defined as the number of bits, kilobits, megabits, or gigabits that may be sent in
8 min read
Digital To Digital Conversion in Computer NetworkIn this article we will be discussing about digital-to-digital transmission in computer network i.e., how a digital data or information is converted into digital signal. The digital-to-digital encoding can be done by a technique called line coding. Line CodingThe process of converting the digital da
5 min read
Line CodingThe process of converting binary data into a sequence of bits of the digital signal is known as Line coding. It is also known as digital PAM formats. Need of Line coding: We always come across different types of data such as text, numbers, graphical images, audio, and video. These all data are store
2 min read
Analog to Digital ConversionDigital Signal: A digital signal is a signal that represents data as a sequence of discrete values; at any given time it can only take on one of a finite number of values. Analog Signal: An analog signal is any continuous signal for which the time varying feature of the signal is a representation of
6 min read
Digital to Analog ConversionDigital Signal - A digital signal is a signal that represents data as a sequence of discrete values; at any given time it can only take on one of a finite number of values. Analog Signal - An analog signal is any continuous signal for which the time varying feature of the signal is a representation
3 min read
Quadrature Amplitude ModulationQuadrature Amplitude Modulation (QAM) is a modulation technique that can be utilized in Analog modulation concepts and digital modulation concepts. It is a combination of ASK and PSK. So, in this article, we will discuss QAM, Analog QAM, Digital QAM, and many more. Quadrature Amplitude Modulation:Qu
5 min read
Analog to Analog Conversion (Modulation)Analog Signal: An analog signal is any continuous signal for which the time varying feature of the signal is a representation of some other time varying quantity i.e., analogous to another time varying Signal. Analog to Analog Conversion - Analog-to-analog conversion, or modulation, is the represent
3 min read
What is Modulation?Modulation can be digital or analog, the input wave of the analog signal varies continuously like a sine wave. Modulation can be defined as the process of converting data into waves by adding information to a carrier signal. Such a signal can be transmitted electronically or optically, but it must h
6 min read
Multiplexing
Transmission Media
Types of Transmission MediaTransmission media is the physical medium through which data is transmitted from one device to another within a network. These media can be wired or wireless. The choice of medium depends on factors like distance, speed, and interference. In this article, we will discuss the transmission media. In t
9 min read
Twisted-pair CableTwisted-pair Cable is a transmission media. Transmission media refers to the physical path or medium used to transmit data between devices. It can be divided into two parts: Guided Media and Unguided Media. In guided media, the signal is contained within the physical limits of the transmission mediu
4 min read
What is Coaxial Cable ?Coaxial cable is typically used by cable operators, telephone companies, and internet providers to transmit data, video, and voice communications to customers. Its installation and implementation are easy but it is less efficient than optical fiber also it provides moderately low bandwidth in compar
6 min read
Fiber Optics and TypesFiber Optics or Optical Fiber is a technology that transmits data as a light pulse along a glass or plastic fiber. An Optical Fiber is a cylindrical fiber of glass that is hair-thin in size or any transparent dielectric medium. The fiber which is used for optical communication is waveguides made of
6 min read
Difference between Twisted pair cable, Co-axial cable and Optical fiber cableA computer cable is a medium used to transmit data between devices such as computers, servers, routers, and switches. Cables physically connect these devices, enabling them to communicate within a network. In computer networking, it is very important to know the distinctions between the different ty
8 min read
Radio WavesRadio waves are a special type of energy that travels through space, carrying information without needing wires. They have the longest wavelengths in the electromagnetic spectrum, meaning they stretch out much farther than other waves like visible light or X-rays. These waves can be incredibly long,
9 min read
Infrared light for TransmissionInfrared light for Transmission :Infrared is the frequency of light that is not visible to the eyes .The frequency of the waves lies between three hundred gigacycles to four hundred THz. In this, the radiation is in the region of the electromagnetic spectrum . Infrared could be a communication mediu
3 min read
Difference between Guided and Unguided MediaNetwork media or transmission media refer to the physical pathways through which data is transmitted from one device to another within a network. These ways can be wired or wireless. The selection of media depends on factors like distance, speed, and interference. In this article, we will discuss th
4 min read
Error Detection and Correction
Channelization