Network bridge

From Free net encyclopedia

A network bridge connects multiple network segments (network domains) along the data link layer. It is sometimes a network switch, and it works by using bridging. Traffic from one network is forwarded through it to another network. The bridge simply does what its name entails, by connecting two sides from adjacent networks.

A repeater is a similar device that connects network segments at the physical layer. An Ethernet hub is a type of repeater.

In Ethernets, the term "bridge" formally means a device that behaves according to the IEEE 802.1D standard - this is most often referred to as a network switch in marketing literature..

Contents

Advantages of Network bridge

  • Self configuring
  • Primitive bridges are very cheap

Disadvantages of a Network bridge

  • Does not limit the scope of broadcasts
  • Does not scale to extremely large networks

Bridging VS Routing

This is mainly a discussion people have when designing a network. You can choose to put multiple segments into one bridged network, or to divide it into different networks interconnected by routers. If a host moves between segments in a routed network, it has to get a new IP address, and thereby break all existing TCP connections; if it moves in a bridged network, it doesn't have to reconfigure anything. Bridging is also a cheaper option when you need to separate broadcast domains as bridges are significantly cheaper than routers.

Specific uses of the term "bridge"

A description of the Network Bridge in Windows XP is given here - it allows a Windows XP system to function as a bridge between the various networking devices connecting to it.

How to setup a network bridge with a PC

  1. Make sure you are running Windows XP with a connection to two separate networks.
  2. Click "Start" on the task bar
  3. Choose "My Network Places"
  4. Select both networks you wish to connect by holding "Ctrl" on the keyboard
  5. Right click on one of the two icons while they are still selected
  6. Choose "Bridge Connections" or the closest thing to it.
  7. Wait as it bridges your connection for you (This will take a few minutes.)
  8. Your two connections should now be bridged.

Documentation on Linux bridging can be found in the Linux networking wiki in here. Linux bridging allows filtering and routing.

See also

External links

da:Netværk bridge de:Bridge (Netzwerk) es:Puente de red fr:Pont_(informatique) it:Bridge (informatica) he:גשר (רשת) ja:ブリッジ (ネットワーク機器) sl:Most (računalništvo) sv:Brygga (datorteknik) tr:bridge


Template:Compu-network-stub