Carrier-sense Multiple Access with Collision detection
Before you start
Introduction to Carrier-sense Multiple Access
Carrier-sense multiple access with collision detection (CSMA/CD) is a media sense technology used in Ethernet technology for local area networking. It uses a carrier-sensing scheme in which a transmitting station detects collisions by sensing transmissions from other stations while transmitting a frame. When this collision condition is detected, the station stops transmitting that frame, transmits a jam signal, and then waits for a random time interval before trying to resend the frame.
CSMA/CD is a modification of pure carrier-sense multiple access (CSMA). CSMA/CD is used to improve CSMA performance by terminating transmission as soon as a collision is detected, thus shortening the time required before a retry can be attempted.
No comments:
Post a Comment