Carrier-sense multiple access with collision avoidance: Difference between revisions

Content deleted Content added
Wormeyman (talk | contribs)
m Added bullets.
Appletalk -> Localtalk
Line 11:
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.
 
*[[AppleTalkApple Computer|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.