Carrier-sense multiple access with collision avoidance

This is an old revision of this page, as edited by Garybaus (talk | contribs) at 04:51, 1 November 2003 (AppleTalk article doesn't discuss CSMA/CA, so I made the reference a little clearer in the text.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer networking, Carrier Sense Multiple Access With Collision Avoidance (CSMA/CA) is a network control protocol in which (a) a carrier sensing scheme is used, (b) a data station that intends to transmit sends a jam signal, (c) after waiting a sufficient time for all stations to receive the jam signal, the data station transmits a frame, and (d) while transmitting, if the data station detects a jam signal from another station, it stops transmitting for a random time and then tries again.

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

Collision avoidance is used to improve the performance of CSMA by attempting to reserve the network for a single transmitter. This is the function of the "jamming signal", which is implemented as Request To Send in some versions (for example, see 802.11 RTS/CTS). The performance improvement is achieved by reducing the probability of collision and retry. Extra overhead is added due to the jamming signal wait time, so other techniques give better performance.

AppleTalk implemented CSMA/CA using a three-byte jamming signal.

Compare use of the jamming signal in Carrier sense multiple access with collision detection (CSMA/CD), which uses another technique to improve CSMA performance.

Source: derived in part from Federal Standard 1037C