Carrier sense multiple access with collision detection

From Free net encyclopedia

In computer networking, Carrier Sense Multiple Access With Collision Detection (CSMA/CD) is a network control protocol in which

CSMA/CD is a modification of pure Carrier Sense Multiple Access (CSMA). Please visit this article for a complete description of the basic protocol.

Collision detection is used to improve CSMA performance by terminating transmission as soon as a collision is detected, and reducing the probability of a second collision on retry.

Methods for collision detection are media dependent, but on an electrical bus such as Ethernet, collisions can be detected by comparing transmitted data with received data. If they differ, another transmitter is overlaying the first transmitter's signal (a collision), and transmission terminates immediately. A jam signal is sent which will cause all transmitters to back off by random intervals, reducing the probability of a collision when the first retry is attempted. CSMA/CD is a layer 2 protocol in the OSI model.

Ethernet is the classic CSMA/CD protocol.

See also the similar Carrier sense multiple access with collision avoidance (CSMA/CA) protocol.

Very partly derived from Federal Standard 1037C

References

IEEE802.3 CSMA/CDde:Carrier Sense Multiple Access / Collision Detection es:CSMA/CD fr:CSMA/CD it:CSMA/CD he:CSMA/CD ja:CSMA/CD pl:CSMA/CD pt:CSMA/CD fi:CSMA/CD sv:CSMA/CD zh:CSMA/CD