• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is A COLLISION domain?

A COLLISION domain is an area on the physical network where all nodes are contending for the bandwidth. You first have to understand how Ethernet works (CSMA/CD - Carriar Sense Multiple Access/Collision Detection).

http://www.freesoft.org/CIE/RFC/1042/8.htm Is a good reference.

With a switch, the Collision Domain is reduced, because a switch issolates node communication to a specific port (based on the MAC address). But, a Broadcast Domain is when a node needs to talk with ALL nodes on the network. A switch cannot issolate Broadcasts. A VLAN can, however. With a VLAN in place, not only do you reduce the Collision Domain (the very nature of a switch), but you also reduce the Broadcast Domain. Reason being is that broadcasts operate mainly at Layer 2 of the OSI model. You need to ROUTE between VLANs, and we all know that Layer 3 is needed when communicating with other nodes that are members on another VLAN.

If you need any more info, PM/IM/email me.
 
Back
Top