Your American History Reference Guide!
- Carrier sense multiple access with collision avoidance

HistoryMania Information Site on Carrier sense multiple access with collision avoidance American History American History Search        American History Browse welcome to our free resource site for all enthusiasts!

Carrier sense multiple access with collision avoidance

(Redirected from CSMA-CA)

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

  • a carrier sensing scheme is used,
  • a data station that intends to transmit sends a jam signal
  • after waiting a sufficient time for all stations to receive the jam signal, the data station transmits a frame
  • 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" in CSMA/CA. 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. Collision avoidance is particularly useful in media such as radio, where reliable collision detection is not possible.

  • Apple's LocalTalk implemented CSMA/CA on an electrical bus using a three-byte jamming signal.
  • 802.11 RTS/CTS implements CSMA/CA using short Request to Send and Clear to Send messages.

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

Last updated: 05-21-2005 22:06:48
The contents of this article are licensed from Wikipedia.org under the
GNU Free Documentation License. How to see transparent copy
Search | Browse | Contact | Legal info