Questions tagged [bridge]

Bridging is a forwarding technique used in packet-switched computer networks. Unlike routing, bridging makes no assumptions about where in a network a particular address is located.

Bridging is a forwarding technique used in packet-switched computer networks. Unlike routing, bridging makes no assumptions about where in a network a particular address is located. Instead, it depends on flooding and examination of source addresses in received packet headers to locate unknown devices. Once a device has been located, its location is recorded in a table where the source address is stored so as to avoid the need for further flooding. The utility of bridging is limited by its dependence on flooding, and is thus only used in local area networks.

Bridging generally refers to transparent bridging or learning bridge operation which predominates in Ethernet. Another form of bridging, source route bridging, was developed for token ring networks.

A network bridge connects multiple network segments at the data link layer (Layer 2) of the OSI model. In Ethernet networks, the term bridge formally means a device that behaves according to the IEEE 802.1D standard. A bridge and a switch are very much alike; a switch being a bridge with numerous ports. Switch or Layer 2 switch is often used interchangeably with bridge.

Advantages of network bridges

  • Simple bridges are inexpensive
  • Isolate collision domains with microsegmentation
  • Access control and network management capabilities
  • Bandwidth scales as network grows

Disadvantages of network bridges

  • Does not limit the scope of broadcasts
  • Does not scale to extremely large networks
  • Buffering and processing introduces delays
  • A complex network topology can pose a problem for transparent bridges. For example, multiple paths between transparent bridges and LANs can result in bridge loops. The spanning tree protocol helps to reduce problems with complex topologies.

Source: wikipedia

938 questions
-2
votes
1 answer

One way network bridge

I have two networks, with a single machine sitting on both (two NICs) shown below. That machine is Linux. I was hoping to set up a bridge of some sort so that work stations on the 192.168.1.x network could access the network of 10.x.x.x. The…
Michael
  • 97
  • 1
-2
votes
1 answer

Linux router share internet between eth2 to eth3

I am not a networking guy, so apologies in advance. I have a small Linux (Ubuntu) box with 2 ethernet ports. eth2 is connected to a cable modem that gives it a 192.168.1.x address + internet connection eth3 I plug directly into, I was able to…
Harry
  • 7
  • 1
-2
votes
2 answers

Linux Bridge allowing TCP but not UDP

I am using a linux bridge for monitoring some traffic on two vlans. I created two bridges br30 et br40 for each. My problem is that the TCP traffic make it through but not the UDP one. I thought of iptables, so i added a long list of rules for each…
Jack2013
  • 1
  • 1
-2
votes
1 answer

bridged connection for windows 7 host and ubuntu guest in vmware player

I installed ubuntu on my laptop in vmware player 5.0.0 build-812388) under windows 7. I do coding in ubuntu and would like to connect to ubuntu remotely with ssh. From My understanding, I need to use Bridged connection. NAT works. Bridged…
kirill_igum
  • 121
  • 1
  • 6
-2
votes
2 answers

Bridging: OpenBSD vs Linux

The bridge interface under Linux is quite dumb. In the end, it's just very inconvenient to use: you have to delete all IP configurations from the attached interfaces and somehow migrate the configuration to the bridge interface. I don't understand…
dietr
  • 11
-2
votes
1 answer

Bridging with OpenVPN on a VPS without an actual LAN on the server side for LAN Gaming

I am trying to set up an OpenVPN-Server on a VPS that allows LAN Broadcasts between the connected clients. Now I read that you need bridging for that. But in my case the VPS has no LAN. It is just the server with an ethernet interface with access to…
Kloud
  • 1
  • 1
-3
votes
2 answers

Can I use a server to employ link aggregation between 2 unmanaged switches

From everything I read, If I wish to use link aggregation between 2 switches, they need to be managed switches--specifically, they need to support 802.3d spec. Now that I fully understand the difference between a network bridge and a bond, can I use…
-6
votes
1 answer

Virtual bridge/switch for Windows server&client?

I can't find a very simple application, with litle to zero configuration on both client and server side which would help one computer to bring other computers on an existing private LAN. OpenVPN seems like an overkill for this type of thing, and is…
oxygen
  • 129
  • 1
  • 1
  • 13
1 2 3
62
63