Concept Flow - CSMA/CA protocol
Start: Node wants to send data
Sense channel: Is it free?
No→Wait random backoff time
|Yes
Send RTS (Request to Send)
Receive CTS (Clear to Send)?
No→Backoff and retry
|Yes
Send Data
Receive ACK?
No→Backoff and retry
|Yes
Transmission done
The CSMA/CA protocol makes a node check if the channel is free, then uses RTS/CTS signals to avoid collisions before sending data, retrying with backoff if needed.