What is this site? It is generaly simplier version of wikipedia. You will find there selected articles. Enjoy!
| It has been suggested that this article or section be merged with Carrier sense multiple access. (Discuss) |
Carrier Sense Multiple Access With Collision Avoidance (CSMA/CA), in computer networking, is a wireless network multiple access method in which:
CSMA/CA is a modification of pure Carrier Sense Multiple Access (CSMA).
Collision avoidance is used to improve CSMA performance by not allowing wireless transmission of a node if another node is transmitting, thus reducing the probability of collision due to the use of a random truncated binary exponential backoff time
Optionally, but almost always implemented, an IEEE 802.11 RTS/CTS exchange can be required to better handle situations such as the hidden node problem in wireless networking.
CSMA/CA is a layer 2 access method, not a protocol of the OSI model.
Contents |
The use of collision avoidance is used to improve the performance of CSMA by attempting to divide the wireless channel up somewhat equally among all transmitting nodes within the collision domain. CSMA/CA differs from CSMA/CD due to the nature of the medium, the Radio Frequency spectrum. Collisions cannot be detected while occurring at the sending node, thus it is vital for CSMA/CA or another access method to be implemented. CSMA/CA is used in 802.11 based wireless LANs and in 802.15.4 based wireless PANs. One of the problems of wireless LANs and wireless PANs is that it is not possible to listen while sending, therefore collision detection is not possible. Another reason is the hidden terminal problem, whereby a node A, in range of the receiver R, is not in range of the sender S, and therefore cannot know that S is transmitting to R.
CSMA/CA can optionally be supplemented by the exchange of a ‘’’Request to Send’’’ (RTS) packet sent by the sender S, and a ‘’’Clear to Send’’’ (CTS) packet sent by the intended receiver R. Thus alerting all nodes within range of the sender, receiver or both, to not transmit for the duration of the main transmission. This is known as the IEEE 802.11 RTS/CTS exchange. Implementation of RTS/CTS helps to solve the hidden terminal problem that is often found in wireless LANs.
CSMA/CA performance is based largely upon the modulation technique used to transmit the data between nodes. Studies show that under ideal propagation conditions (simulations), Direct Sequence Spread Spectrum (DSSS) provides the highest throughput for all nodes on a network when used in conjunction with CSMA/CA and the IEEE 802.11 RTS/CTS exchange under light network load conditions. Frequency Hopping Spread Spectrum (FHSS) follows distantly behind DSSS with regard to throughput with a greater throughput once network load becomes substantially heavy. However, the throughput is generally the same under real world conditions due to radio propagation factors.
|
|||||||||||||||||||||||||||||||||||||||