cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1020
Views
5
Helpful
3
Replies

switches, collision domains

carl_townshend
Spotlight
Spotlight

Can anyone tell me how switches break up collision domains, what exactly is is breaking it up ?

3 Replies 3

bella
Level 1
Level 1

In short: buffering.

zubairjalal
Level 1
Level 1

Well, every port of a switch belongs to a seperate collision domain. A switch is an intelligent device which can keep track of CSMA/CD principles.

--Pls rate if useful--

scottmac
Level 10
Level 10

Switches are just a flavor of a bridge.

Bridges sit between segments and only pass traffic if it recognizes that the destination (MAC) address is on another segment. If it sees a MAC that it doens't know, it floods the frame out all ports except the one that sourced the frame.

Each segment operates as an independent broadcast domain, so what a switch / bridge does is break up what would be one large collision domain (like back in the "hub days") into smaller more manageble collision domains.

Switch / bridge operation is also necessary to support full duplex operation (since all hosts can have a "private" collision domain i.e., one host per port).

Check out the following link. It will cover switch / bridge operation in more detail.

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/index.htm

This is the online version of Cisco's Inter-Networking Guide, which is also a very large (and expensive) book. If you need to find it in the future, just Google for "Internetworking" and it's always / usually at the top of the list.

Good Luck

Scott

Review Cisco Networking products for a $25 gift card