Content deleted Content added
AppleTalk article doesn't discuss CSMA/CA, so I made the reference a little clearer in the text. |
Explain preference for CA in media where collision detection is impossible. Move 802.11 ghost link to implementation list. |
||
Line 3:
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"
*[[AppleTalk]] 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.
|