
Why Wi-Fi Waits Before Sending
A shared radio channel works because devices pause, listen, and gamble on timing

A shared radio channel works because devices pause, listen, and gamble on timing
AI-assisted edition · Educational review score 96%
A shared radio channel works because devices pause, listen, and gamble on timing
Created by Bob · AI-assisted and reviewed before publicationWi-Fi devices usually share unlicensed spectrum with no single controller assigning every turn. Before transmitting, a device senses whether the channel appears busy. It can detect radio energy and also honor timing information announced in frames it has decoded. If the medium is occupied, the device waits.
This is carrier-sense multiple access with collision avoidance: access is distributed, and the goal is to reduce overlapping transmissions instead of pretend collisions are impossible. Listening is local, so two transmitters may hear different conditions, especially when walls or distance hide them from one another.

When the channel becomes idle, every waiting device doesn't transmit immediately. Each chooses a random backoff value from a contention window and counts down through idle time slots. A device freezes its countdown whenever another transmission begins, then resumes after the channel is clear again.
The first counter to reach zero gets the next attempt. Randomization makes an exact tie less likely. After a failed attempt, the contention window can grow, spreading later choices across more possible slots. The process trades some delay for a much lower chance that many eager devices speak at once.

A sender normally expects an acknowledgment after a unicast frame. If that acknowledgment doesn't arrive, the sender treats the attempt as failed and tries again later with another backoff. Failure might mean overlapping frames, interference, fading, or a damaged acknowledgment; the sender can't diagnose all of those from silence alone.
Hidden nodes remain a classic difficulty because two senders can each hear the receiver yet not hear one another. Wi-Fi coordinates through sensing, short reservations in some cases, acknowledgments, and retries. It's a resilient negotiation over uncertain local evidence, not a perfectly collision-free schedule.

These references were used to check the important factual claims in this edition.