ALL > Computer and Education > courses > university courses > graduate courses > Modern Computer Networking > ZSTU class(2019-2020-1) >
Homework - 7 CSMA/CA Version 0
👤 Author: by zc1348375019163com 2019-11-19 09:23:57
CSMA/CA

CSMA/CA:Carrier Sense Multiple Access/Collision Avoidance,In CSMA/CA, the moment a node receives a packet intended for sending, the first thing it does is to listen to the broadcast channel for a pre-specified time frame to determine if another node is broadcasting on the channel inside the wireless range. If the broadcast channel is detected as "idle," the node can then start transmitting the data packet.

If the broadcast channel is detected as "busy," the node holds the transmission, waits for a random time frame and then checks all over again to find out whether the channel is free. This time frame is referred to as the backoff factor. The backoff factor is counted down using a backoff counter.

If the channel is free when the backoff counter gets to zero, the node sends the data packet. If the channel is not clear even when the backoff counter reaches zero, the backoff factor is scheduled yet again, and the entire scenario is repeated. This is repeated until the channel becomes available. As soon as the channel becomes available, the data packet is transmitted. Once the data is received by the receiving node, it sends back an acknowledgment packet (ACK) after a short while. If the ACK is not received, it is assumed that the packet is lost and then a retransmission is set up.

The additional signaling makes CSMA/CA a slower access technique when compared to the CSMA/CD technique used in Ethernet networking.

Please login to reply. Login

Reversion History

Loading...
No reversions found.