You are sitting three meters from a plastic box that is screaming billions of ones and zeros into the air as invisible radio waves, and your phone is catching them. Right now, in the room around you, dozens of WiFi signals from neighboring apartments overlap and collide on the same narrow band of radio spectrum, fighting for a chance to be heard. Your router is not sending you a quiet private stream. It is shouting into a crowded room where everyone is shouting.
WiFi is not a wireless cable. It is a shared radio channel where every device on your network, and every device on your neighbor's network, takes turns shouting encoded data into the same airspace.
Most people picture WiFi as a steady invisible beam connecting their router to their laptop, like an ethernet cable without the wire. The reality is closer to a crowded walkie-talkie channel. WiFi is half-duplex: your router can transmit or receive at any given moment, but never both simultaneously. Every device on the network shares the same radio channel, so they follow a strict protocol called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance). Before transmitting, each device listens. If the channel is busy, it waits. If the channel is clear, it waits a random extra interval anyway, just in case another device started listening at the same instant. Only then does it send its burst of data. The more devices on your network, and the more networks in your building, the more time every device spends waiting instead of transmitting.
The core mechanism that makes WiFi work is radio modulation. Your router takes digital data (a stream of ones and zeros) and encodes it onto radio waves using a technique called OFDM (Orthogonal Frequency-Division Multiplexing). Instead of sending all the data on a single frequency, OFDM splits the channel into 52 or more narrow subcarriers, each carrying a small slice of the data in parallel. Think of it as sending a message by writing one letter on each of 52 postcards and mailing them all at once. The receiver collects all the postcards and reassembles the message. This parallelism is what makes WiFi fast: a single 80 MHz WiFi 6 channel uses 996 subcarriers simultaneously.
These radio waves travel at the speed of light, about 300,000 kilometers per second, on specific frequency bands. The three bands in use today are 2.4 GHz (wavelength ~12.5 cm), 5 GHz (~6 cm), and 6 GHz (~5 cm, available on WiFi 6E and WiFi 7). The wavelength determines everything about how the signal behaves. A 2.4 GHz wave is long enough to bend around obstacles and pass through drywall with moderate loss. A 5 GHz wave is shorter, carries more data per cycle, but gets absorbed and reflected by the same walls. This is not a design choice. It is physics: shorter wavelengths interact more with solid matter.
When the radio waves reach your device's antenna, the process reverses. The WiFi chip demodulates the signal, extracting the encoded ones and zeros from the wave pattern, checks the packet header for its MAC address, and if the packet is addressed to this device, passes it up to the operating system. Every other device in range also received that transmission; they simply ignored it because the address did not match.
Why your speed collapses at 9 PM
Understanding that WiFi is a shared radio channel explains nearly every WiFi frustration. When your internet slows down every evening, it is not your ISP throttling you (usually). It is physics. Every WiFi router in your building is broadcasting on one of just three non-overlapping channels in the 2.4 GHz band: channels 1, 6, and 11. If your router and your neighbor's router are both on channel 6, their transmissions interfere with each other. Your devices hear garbled signals, request retransmissions, and spend more time waiting than transferring data. In a dense apartment building, a dozen networks might be competing on the same channel.
The 5 GHz band was the first escape from this congestion. With 25 non-overlapping channels, each network can find its own clear space. The tradeoff is range: a 5 GHz signal loses power faster through walls because its shorter wavelength interacts more with solid material. WiFi 6E and WiFi 7 added the 6 GHz band with 59 additional channels, but with even shorter range. The fundamental tension in WiFi design is always the same: longer waves travel further but carry less data and compete for fewer channels; shorter waves carry more but die faster.
The price of cutting the cord
Every convenience of wireless comes with a physics penalty. WiFi is half-duplex on a shared medium with no guaranteed bandwidth. Ethernet is full-duplex on a dedicated wire with zero contention.
WiFi engineering is a series of clever workarounds for this fundamental limitation. MIMO uses multiple antennas to create parallel spatial streams through the same channel. Beamforming focuses signal energy toward specific devices instead of broadcasting equally in all directions. MU-MIMO lets the router talk to multiple devices simultaneously (but only on the downlink). WiFi 6 introduced OFDMA, which subdivides a channel so multiple devices can transmit in the same time slot on different subcarriers. Each generation closes the gap a little more, but the gap never fully closes. A wired connection will always be faster, more reliable, and lower latency than a wireless one, because a dedicated wire has no contention, no interference, and no shared medium.
The next time your video call freezes, you now know why. Somewhere between your laptop and your router, your device waited its turn behind every other WiFi device in range, sent a burst of encoded radio waves that had to pass through drywall that halved their power, competed with your neighbor's router on the same channel, and arrived at your router's antenna just a little too garbled to decode. Your router asked for a retransmission, and for a fraction of a second, your face froze on the other person's screen. WiFi is not an invisible cable. It is a radio station that every device in your home is trying to call into at the same time, on a frequency band it shares with your microwave oven. The fact that it works at all, let alone well enough to stream 4K video, is one of the more remarkable engineering achievements hiding in a plastic box on your shelf.