Collision/Broadcast Domains
Posted on Thursday, October 22, 2009
All stations on an Ethernet segment are connected to the same segment. Therefore, all signals are received by all the devices. When devices sent signals at the same time, a collision occurs. A scheme is need to detect and compensate for collisions.
- Collision domain - A group of devices connected to the same physical medium so that if two devices access the medium at the same time, a collision results. This is a Layer 1 domain.
-
-
Physical layer devices.
-
Do no manipulate or view traffic.
-
Do not create separate collision domains.
-
Use carrier sense multiple access collision detect (CSMA/CD).
-
When a collision occurs, both stations resent the signal after a random period.
-
Collisions increase with the number of the stations.
-
Regenerate the signal, allowing traffic to travel longer distances.
Related Articles