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
0
votes
2 answers

Can a virtual mikrotik box bridge a hyper-v internal network with a hyper-v external network?

I am trying to set up a Mikrotik router as a transparent firewall on my network. I got the machine working on a hardware MT box, but my boss wants the MT virtualized. I have been trying the set up where my virtual windows box talks to the Mikrotik…
mcfrosty
  • 1
  • 2
0
votes
1 answer

network bridge+nat on ubuntu maverick

I've got three ubuntu maverick machines and an access point. I want to be able to set up the following scenario: The setup is as follows: 192.168.0.1 is an access point 192.168.0.2 is a wireless connection on a laptop to the access…
Jayen
  • 1,857
  • 4
  • 16
  • 28
0
votes
1 answer

Local sharing between Netgear router and modem

We have 2 internet (Broadband) connection, About connection 1 ADSL modem (Binatone) + Netgear wireless router (Netgear WGR614-v10) ADSL Modem (192.168.1.0) , Wireless router (192.168.2.0) About Connection 2 ADSL wireless modem router (Netgear…
Kumar
  • 823
  • 3
  • 20
  • 43
0
votes
1 answer

email spam filering in bridging

I've a mail server, which handle multiple domains. Due to concern of spam and mail server performance. I've configured another machine which will be in bridging and mail server would be behind that it. How can i filter spam emails in bridging…
User4283
  • 781
  • 3
  • 10
  • 27
0
votes
1 answer

Would using a bridged connection on a machine allow the machines connected to it use the internet?

In this specific case I wish to connect my first computer wirelessly to a router, and have the laptop use a bridged connection to Ethernet to extend to other computers. The other two computers will be connected to a layer 2 switch, and the switch…
Kennie R.
  • 3
  • 1
0
votes
1 answer

xen network-bridge makes my server unreachable

Hey, I have a problem with xen networking. I'm using centos 5.5 64bit, and have installed xen 3.4 from gitco (unofficial) repository, along with libvirt and xen-tools. I got it previously working on official xen (3.2 iirc) without much of a hassle -…
trakos
  • 113
  • 5
0
votes
3 answers

Connecting two computer on different sub-nets

I have a site with wireless (192.168.0.0) and a wired network (192.168.1.0). Each network has its own DHCP server and other such infrastucture. There is an Ubuntu Linux machine that has a connection to both networks. Can I somehow configure this…
User1
  • 2,486
  • 5
  • 20
  • 21
0
votes
1 answer

OpenVPN on OpenBSD 4.8: How do I set up a VPN for road warriors in bridged mode

I'd like to set up an OpenVPN server on my OpenBSD router. I'd like to run it in bridged mode, so the IPs given to the road warriors are from the local network subnet. I'd like to use the DNS server of OpenVPN for those clients. I found some…
polemon
  • 585
  • 2
  • 8
  • 21
0
votes
2 answers

Centralized MAC filter for wireless lan

I am attempting to install a MAC filter in between a switch that handles my wireless network and the core of the network. The idea is to have a centralized MAC filter bypassing the filters built into the individual access points. My proposal is that…
0
votes
1 answer

Vmware workstation bridge network: can only connect with the host

I have an windows 7 host with VMWare Workstation 7.0.0 and a Debian 6 guest. If I use a NAT network interface it works but I need the guest with a IP address from my public network. If I use a bridge nic the guest can ping the host but can't ping…
CronosNull
  • 205
  • 1
  • 7
0
votes
2 answers

Linux KVM virtual machine and UDP transferts

I've got a setup where a windows 2008R2 VM runs under KVM on a bridged network and captures a lot of multicast UDP data (from videosurveillance cameras). Strangely, the VM network drops packets after a number of concurrent connections ( more than…
wazoox
  • 6,918
  • 4
  • 31
  • 63
0
votes
1 answer

D-Link DIR-300 slows down / loses network

there are 2 buildings (A and B). In bldg A is an open WLAN (which I'm allowed to use btw). In bldg B is a computer that I want to connect to that network. So I flashed an old D-Link DIR-300 AP with DD-WRT, mounted it to the wall (bldg B) near a…
basic6
  • 353
  • 3
  • 9
0
votes
1 answer

Shorewall Bridge

How do I create a rule Shorewall for bridging port 443 from eth0 to eth1?
Paisal
  • 101
  • 1
0
votes
2 answers

how does openvpn decide which interface to get IP addrs from

Using ubuntu 10.04 on both ends. We have a client and server machine on the SAME network attempting to make a vpn connection. We use the config files from here and made minimal changes. The server and client start and seem to connect without any…
bkrupa
  • 121
  • 7
0
votes
1 answer

KVM wireless bridged networking mode not operational

Why does KVM not support wireless bridge networking mode, whereas VirtualBox and do it very well? parprouted doesn't help. I want to allow KVM guests to act as if they have a bridged network interface rather then NAT. As it turns out you can not…