Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jul 2000 17:16:14 -0400
From:      "Louis A. Mamakos" <louie@TransSys.COM>
To:        Nick Rogness <nick@rapidnet.com>
Cc:        Narvi <narvi@haldjas.folklore.ee>, Sean Lutner <sean@rentul.net>, Nick Evans <nevans@nextvenue.com>, "'freebsd-hackers@freebsd.org'" <freebsd-hackers@FreeBSD.ORG>, "'freebsd-net@freebsd.org'" <freebsd-net@FreeBSD.ORG>
Subject:   Re: bridging 
Message-ID:  <200007072116.RAA95711@whizzo.transsys.com>
In-Reply-To: Your message of "Fri, 07 Jul 2000 14:28:59 MDT." <Pine.BSF.4.21.0007071351400.78571-100000@rapidnet.com> 
References:  <Pine.BSF.4.21.0007071351400.78571-100000@rapidnet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
They can't be in the same collision domain -- the only way to do that
is to have an Ethernet repeater which repeats bit by bit fron one 
segment to another, and propagating a collision on one segment as a
jam on another.

On a FreeBSD box, where you interfaces to ethernet segments are NIC
cards, you can't get your hands on the ethernet frame until the 
NIC has received it completely.  Thus, you don't have to opportunity
to act as a repeater (not that you'd want to anyway) to have a
single collision domain.

louie

> On Fri, 7 Jul 2000, Narvi wrote:
> 
> > > On Thu, 6 Jul 2000, Sean Lutner wrote:
> > > 
> > > > 
> > > > Bridges create a broadcast zone. broadcast packets will cross the bridge
> > > > unobstructed.
> > > 
> > > 	OK.  So do bridged interfaces fall within the same collision
> > > 	domain?... or are they just members of the same broadcast domain?
> > > 
> > 
> > They can't be in the same collison domain - you'll realise it if you
> > think about it for a second.
> 
> 	It is possible to span 2 collison domains across 1 VLAN...so 
> 	yes they could be, if it were possible with FreeBSD (?IS it?) to
> 	put two ethernet cards in this setup:
> 
> 			FreeBSD
> 		      int1  int2
> 			/    \
> 		       /      \
> 		      /	       \
> 		switch1		switch2 
> 
> 	If int1 and int2 were part of the same collision domain, then
> 	switch1 and switch2 would also be part of the same collosion
> 	domain and visa versa.  This would be pretty cool to see happen,
> 	essentially making a VLAN switch (with Layer 3 capabilities).
> 
> 
> Nick Rogness
> - Speak softly and carry a Gigabit switch.
> 
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007072116.RAA95711>