Flux rss

Network equipment - Bridges

Bridges

A bridge is a hardware device for linking two networks that work with the same protocol. Unlike a repeater, which works at the physical level, a bridge works at the logical level (on layer 2 in the OSI model), which means that it can filter frames so that it only lets past data whose destination address corresponds to a machine located on the other side of the bridge.

The bridge is used to segment a network, holding back the frames intended for the local area network while transmitting those meant for other networks. This reduces traffic (and especially collisions) on all networks, and increases the level of privacy, as information intended for one network cannot be listened to on the other end.

On the other hand, the filtering carried out by the bridge can cause a slight delay when going from one network to another, and this is why bridges must be carefully placed within a network.

Example of a bridge

A bridge's normal role is to send packets between two networks of the same type.

Concept

A bridge has two connections to two distinct networks. When the bridge receives a frame on one of its interfaces, it analyses the MAC address of both the sender and recipient. If a bridge doesn't recognise the sender, it stores its address in a table in order to "remember" which side of the network the sender was on. This way, the bridge can find out if the sender and receiver are found on the same side or opposite sides of the bridge. If it's the former, the bridge ignores the message; if it's the latter, the bridge sends the frame along to the other network.

How a bridge works

A bridge works at the data link layer of the OSI model, meaning that it operates using the physical addresses of the machines. In reality, the bridge is linked to several local area networks, called segments. The bridge creates a function table with the machines' addresses and the segments they belong to, and "listens" to the data running through the segments.

When data is transmitted, the bridge checks the function table for the segment the sending and receiving computers belong to (using their physical address, called the MAC address, and not their IP address). If they belong to the same segment, the bridge does nothing; otherwise, it switches the data over to the destination computer's segment.

What use is a bridge?

The bridge is used to segment a network, meaning that in the diagram shown above, communication between the three computers on top will not obstruct the lines running between the three computers on the bottom. The information will only pass through when a computer on one side of the bridge sends data to a computer on the other side.
What's more, these bridges can be linked to a modem, so they can work with a remote local area network as well.

Here is a diagram of a bridge:

Bridge

Last update on Thursday October 16, 2008 02:43:13 PM.

This document entitled « Network equipment - Bridges » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Network equipment - Bridge/routers A bridge/router is a hybrid element that joins the features of a router and those of a bridge. Therefore, this kind of hardware is used for transferring non-routable protocols from one network to another, and to route the others. More precisely, the... en.kioskea.net/lan/brouteurs.php3
IT professions - Network technician The job of a network technician is to work with network equipment and wiring in order to ensure that users have the best possible quality of service. In large corporations, the network technician may act under the authority of a network administrator... en.kioskea.net/metiers-informatique/technicien-reseau.php3
Network equipment - The hub A hub is an element of hardware for centralising network traffic coming from multiple hosts, and to propagate the signal. The hub has a certain number of ports (it has enough ports to link machines to one another, usually 4, 8, 16 or 32). Its only... en.kioskea.net/lan/concentrateurs.php3
[VMWare] The different modes of VMWare network[VMWare] The different modes of VMWare network If you create a virtual machine using VMWare, 3 types of connectivity are provided: Host-only, NAT or Bridged. You can't use NAT and Bridged modes if you do not have the following... en.kioskea.net/faq/sujet-1166-vmware-the-different-modes-of-vmware-network
Securing your wireless networkSecuring your wireless network What is Wi-Fi? Ad-hoc mode Infrastructure mode connection Security and protection What is Wi-Fi? Wi-Fi regroups various IEEE802.11 standards and technologies, using radio waves to provide reliable... en.kioskea.net/faq/sujet-431-securing-your-wireless-network
Bridge between 2 wireless networks/ 2 ISP's?Hello, I will be getting an additional Internet feed into my office. All of my PC's are currently wireless and I have 3 network printers plugged into my router. Is there a way, maybe using a Bridge?, that I can have some PC's on the old... en.kioskea.net/forum/affich-9555-bridge-between-2-wireless-networks-2-isp-s
Wireless network config problemsHey, I need help trying to re-configure a network connection. Equipment/ Set-up: I have a Linksys broadband modem with 4-port switch (model WRT54G v5) and a ZyXEL wireless router Prestige 600 series (model no. 401380) with a Dynalink ADSL connected to... en.kioskea.net/forum/affich-4663-wireless-network-config-problems
Wireless --> Computer with network card >porHello, This is my situation. I have an XBox. I want to connect it to the WIRELESS Internet connection I use with my laptop. My laptop has both a wireless card and a network card that accepts a CAT5 (Ethernet) cable. Does anyone know of a way to bridge... en.kioskea.net/forum/affich-31269-wireless-computer-with-network-card-por
Download Network NotepadSimple, efficient, free:-) to simplify a small network, network notepad proves to be enough efficiency. He allows to export schemata accomplished in format BMP, GIF or else PNG. He allows furthermore to make pings, to establish connections telnet... en.kioskea.net/telecharger/telecharger-321-network-notepad
World's longest cable-stayed bridge opens in ChinaThe world's longest cable-stayed bridge has officially opened in eastern China, linking the two banks of the Yangtze river, state media reported Tuesday. The Sutong bridge, which spans 1,088 metres (3,570 feet) over China's longest waterway... en.kioskea.net/actualites/world-s-longest-cable-stayed-bridge-opens-in-china-10502-actualite.php3
MySpace to launch social-networking website for US LatinosMySpace said Thursday it plans to launch a bilingual version of its leading social-networking website tailored to US Latinos. MySpace said Thursday it plans to launch a bilingual version of its leading social-networking website tailored to US... en.kioskea.net/actualites/myspace-to-launch-social-networking-website-for-us-latinos-10260-actualite.php3
Network equipment - The switch A switch is a multi-port bridge, meaning that it is an active element working on layer 2 of the OSI model. The switch analyses the frames coming in on its entry ports and filters the data in order to focus solely on the right ports (this is called... en.kioskea.net/lan/commutateurs.php3
Network equipment - Proxy servers A proxy server is a machine which acts as an intermediary between the computers of a local area network (sometimes using protocols other than TCP/IP) and the Internet Most of the time the proxy server is used for the web, and when it is, it's an HTTP... en.kioskea.net/lan/proxy.php3
Network equipment - Router A router is a device for connecting computer networks to one another, used for handling the routing of packets between two networks, or to determine the path that a data packet shall take. When a user enters a URL, the Web client (the browser)... en.kioskea.net/lan/routeurs.php3