Penguin
Annotated edit history of CSMA/CA version 11, including all changes. View license author blame.
Rev Author # Line
1 CraigMckenna 1 [Acronym] for __C__arrier __S__ense __M__ultiple __A__ccess with __C__ollision __A__voidance
2
3 A network access protocol used in Apple's LocalTalk networks and wireless network access methods. It is a variation of the [CSMA/CD] protocol used in [Ethernet] networks. As in [CSMA/CD] method, each device listens to the signal level to determine when the channel is idle. Unlike the [CSMA/CD], it, then, waits for a random amount of time before trying to send a packet. After a while, the device senses the signal level again and if the channel is free, the packet is sent. If the channel is busy, the time interval before the next attempt is doubled. In some versions of the protocol the time interval between attempts is based on the device's position in the devices list.
4
8 StuartYeates 5 The principal medium access method employed by IEEE 802.11 wireless [LAN]s ([WLAN]s). It is a ""listen before talk"" method of minimizing (but not eliminating) collisions caused by simultaneous transmission by multiple radios. IEEE 802.11 states the collision avoidance method rather than the collision detection that must be used, because the standard employs half-duplex radios-radios capable of transmission or reception-but not both simultaneously.
11 MattBrown 6
7 You may also like to compare [CSMA/CA] with DAMA (DemandAssignedMultipleAccess) which is used for protocols such as TokenRing and works in a similar fashion to [CSMA/CA].
4 DevenPhillips 8
8 StuartYeates 9 ----
10 CategoryNetworking

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()