- Carrier sense multiple access with collision detection
Carrier Sense Multiple Access With Collision Detection (CSMA/CD), in
computer network ing, is a network control protocol in which
*a carrier sensing scheme is used.
*a transmittingdata station that detects another signal while transmitting a frame, stops transmitting that frame, transmits ajam signal , and then waits for a randomtime interval (known as "backoff delay" and determined using thetruncated binary exponential backoff algorithm) before trying to send that frame again.CSMA/CD is a modification of pure Carrier Sense Multiple Access (CSMA).
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. However, CSMA/CD is no longer used in the10 Gigabit Ethernet specifications, due to the requirement of switches replacing all hubs andrepeater s. Similarly, while CSMA/CD operation (half duplex) is defined in theGigabit Ethernet specifications, few implementations support it and in practice it is nonexistent. Also, in Full Duplex Ethernet, collisions are impossible since data is transmitted and received on different wires, and each segment is connected directly to a switch. Therefore, CSMA/CD is not used on Full Duplex Ethernet networks."Very partly derived from
Federal Standard 1037C "See also
*
Carrier sense multiple access with collision avoidance (CSMA/CA)
*Carrier Sense Multiple Access
*Token Ring
*Ethernet
*Collision (telecommunications) References
* [http://standards.ieee.org/getieee802/802.3.html IEEE802.3]
* For a more detailed explanation see [http://www.erg.abdn.ac.uk/users/gorry/course/lan-pages/csma-cd.html here]External links
* [http://learn-networking.com/network-design/carrier-sense-multiple-access-collision-detect-csmacd-explained Carrier Sense Multiple Access Collision Detect (CSMA/CD) Explained]
Wikimedia Foundation. 2010.