Skip to main content
How It Works

How Wi-Fi Actually Works

Radio waves, frequency bands, authentication handshakes, and why you sometimes need to stand closer to the router — a complete explanation.

By Yugmify Staff ·
Abstract illustration of signal waves emanating from a wireless access point

Every day, billions of people connect smartphones, laptops, and smart speakers to the internet without a single wire. Wi-Fi has become so routine that it feels almost magical — you tap a password, and you are online. But beneath that convenience is a remarkably clever engineering solution involving invisible radio waves, carefully managed frequencies, and protocols that let dozens of devices share a single connection simultaneously.

Radio Waves at the Core

Wi-Fi transmits data using radio waves — the same part of the electromagnetic spectrum used by FM radio, baby monitors, and microwave ovens. What distinguishes Wi-Fi is the specific frequency bands it occupies: 2.4 gigahertz (GHz) and 5 GHz. A newer Wi-Fi 6E standard also uses 6 GHz. These are not arbitrary numbers; they are regions of the radio spectrum that regulatory bodies have cleared for unlicensed use, meaning any manufacturer can build a product that transmits on them without paying for a spectrum licence.

The 2.4 GHz band has lower-frequency waves that travel farther and penetrate solid objects such as walls and floors more effectively. That sounds like a clear advantage, but there is a catch: this band is crowded. Every nearby Bluetooth device, cordless phone, baby monitor, and neighbouring Wi-Fi network competes for the same slice of airspace. The 5 GHz band carries more data at higher speeds but its shorter wavelengths lose energy more rapidly over distance and do not pass through dense materials as well. This is why moving one room away from your router can dramatically change your connection quality on a 5 GHz network.

Access Points and SSIDs

Your home router contains both a radio transmitter and a radio receiver — collectively an access point. The access point continuously broadcasts a small packet of information called a beacon frame roughly ten times per second. This beacon contains the network name (the SSID, short for Service Set Identifier) together with technical capabilities: which frequency bands the network supports, which security protocol it uses, and the maximum data rates available.

Your device’s Wi-Fi adapter is constantly scanning available channels for these beacons. When you tap a network name in your phone’s settings, you are responding to one of those beacons. What follows is an association process involving several rapid back-and-forth exchanges: your device announces that it wants to join, the access point acknowledges, and both sides negotiate which features and data rates to use. This typically takes a fraction of a second.

Authentication and Encryption

Before your device can exchange real data, it must prove it belongs on the network. Modern Wi-Fi uses WPA2 (Wi-Fi Protected Access 2) or the newer WPA3 to handle this. When you type the Wi-Fi password on a new device, you are not actually sending that password across the air. Instead, both your device and the router independently use the password as input to a multi-step mathematical process called the four-way handshake. Through this process, both sides derive the same encryption key without ever transmitting the key itself — an attacker observing the exchange cannot recover the password from what they see.

Once associated and authenticated, all traffic on the connection is encrypted using AES (Advanced Encryption Standard). To an outsider with a radio receiver, the Wi-Fi packets between your laptop and the router look like random noise.

OFDM: How Data Actually Moves

Wi-Fi does not transmit data as a single monolithic stream. It uses a technique called Orthogonal Frequency Division Multiplexing (OFDM), which divides the available channel into dozens of narrower sub-channels that carry data simultaneously. Think of it like shipping cargo in many small trucks rather than one enormous lorry: if one sub-channel encounters interference, only that fraction of data is affected; the rest arrives intact.

Each Wi-Fi generation has extended this idea. Wi-Fi 6 introduced OFDMA (the “multiple access” variant), which allows the access point to serve several devices on different sub-channels within a single transmission window. This dramatically reduces wait times when many devices compete for the airwaves simultaneously — a common problem in flats with dozens of devices or in office environments.

Channels and Collision Avoidance

Within each frequency band, the spectrum is divided into numbered channels. The 2.4 GHz band offers 11 channels in most countries, but they overlap with each other. Only three — channels 1, 6, and 11 — are truly non-overlapping. If your router and your neighbour’s router both use channel 6, they will interfere with each other even if the SSIDs and passwords are completely different.

Because radio is a shared medium — anyone within range can hear anyone else’s transmissions — Wi-Fi uses a protocol called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance). Before transmitting, a device listens to check whether the channel is already in use. If it is, the device waits a random short interval before trying again. This random backoff reduces the chance that two devices will collide by attempting to transmit at the same moment.

From Packet to Webpage

Once your device is associated and authenticated, data flows as numbered packets. When you request a webpage, your laptop sends a small packet to the router. The router forwards it through your internet connection — typically via a cable modem or fibre ONT — to the wider internet. The remote server responds, and the router sends the reply back specifically to your device.

The router knows which device should receive each reply because every network adapter has a unique MAC address (Media Access Control address), a hardware-level identifier baked in at the factory. Your router maintains an internal table mapping each device’s MAC address to the local IP address it has assigned via DHCP. Packets destined for 192.168.1.105 go to your laptop; packets for 192.168.1.108 go to your phone.

Why Speeds Vary

Many factors determine the speed you actually experience. Distance from the router, the number of walls and their material, other devices using the network, interference from neighbouring networks, the Wi-Fi generation your device supports, and the physical condition of your ISP connection all play a role. A router rated at 1,200 Mbps on its packaging may deliver a fraction of that through a concrete wall on a congested channel.

Modern routers address some of these limitations with MIMO (Multiple Input, Multiple Output), which uses multiple antennas to send and receive several independent data streams simultaneously. High-end access points add beamforming, which focuses the radio signal in the direction of a specific device rather than broadcasting equally in all directions — like shining a torch rather than switching on a ceiling light.

The Bigger Picture

Wi-Fi works because dozens of clever engineering decisions were layered on top of each other over three decades of standardisation work. The Wi-Fi Alliance, the industry body that certifies devices, has continuously updated the standards — from the original 802.11b in 1999 to Wi-Fi 7 today — to accommodate more devices, faster speeds, and better security.

The next time you glance at that small plastic box on a shelf, it is worth appreciating what it is actually doing: orchestrating a continuous, encrypted, collision-managed symphony of radio waves so that every device in your home can independently read, stream, and communicate as if each had a private wired connection of its own.