1. What WiFi Is Actually Sending Through the Air
0:006:14
Engineering

How Does WiFi Actually Work?

Radio waves, routers, frequencies, and protocols — the wireless technology connecting billions of devices, finally explained.

Apr 22, 20266 min listen5 chapters
What you'll learn
  • How routers convert internet data into radio waves
  • 2.4 GHz vs. 5 GHz vs. WiFi 7 — what the numbers mean
  • Why WiFi slows down with walls, distance, and more devices
  • Mesh networks, WiFi 7, and the future of wireless connectivity

1. What WiFi Is Actually Sending Through the Air

note

How Does WiFi Actually Work?

Radio waves, routers, frequencies, and protocols — the wireless technology connecting billions of devices, finally explained.

note

WiFi is a local radio link

WiFi is a wireless networking standard that moves data between devices and an access point, usually a router.

The router does two jobs:

  • It connects to the wider internet through a modem or fiber terminal.
  • It converts digital packets into radio transmissions and back again.

A useful analogy is a translator at a border crossing. The internet side speaks wired networking. Your phone speaks WiFi. The router converts between them so both sides understand the same data.

Important terms:

  • Packet: a small bundle of data with addressing information
  • Access point: the radio device that devices connect to
  • SSID: the network name you see in the WiFi menu
  • Channel: the slice of radio spectrum the network uses
diagram
illustration
A home router sending data as radio waves to a laptop, phone, and smart TV, with packets shown translating from wired internet into wireless signals
note

What the router is really doing

Inside the router, a WiFi radio modulates the signal. Modulation means changing a property of the wave, such as its phase or amplitude, so it can carry bits. Modern WiFi uses complex schemes like orthogonal frequency-division multiplexing, or O-F-D-M, to split data across many subcarriers at once.

That matters because the air is messy. Other networks, microwaves, Bluetooth devices, and even reflections off walls all create interference. WiFi is designed to keep decoding data even when the signal is imperfect.

A good mental model is a choir singing many notes at once instead of one loud note. If one note gets distorted, the rest still carry the message.

2. Why 2.4 GHz, 5 GHz, and 6 GHz Feel So Different

note

Frequency bands in WiFi

The common WiFi bands are 2.4 gigahertz, 5 gigahertz, and 6 gigahertz.

What the numbers mean:

  • 2.4 GHz = 2.4 billion cycles per second
  • 5 GHz = 5 billion cycles per second
  • 6 GHz = 6 billion cycles per second

Lower frequency usually means better range and wall penetration. Higher frequency usually means more available spectrum and less crowding.

This is why a 2.4 GHz network often works farther away, while a 5 GHz or 6 GHz network can feel faster when you are close to the router.

Real-world note: 2.4 GHz has only three non-overlapping 20 MHz channels in many regions, which is one reason it gets congested quickly.

chart · bar
WiFi band tradeoffs
2.4 GHz5 GHz6 GHz
diagram
note

WiFi 7 and the number game

WiFi 7 is the marketing name for IEEE 802.11be. It uses wider channels, up to 320 MHz in the 6 GHz band, and can combine links with Multi-Link Operation. That means a device can use more than one band at the same time, which helps with speed and reliability.

The takeaway is not that the biggest number always wins. It is that each generation changes how efficiently the radio spectrum is used. WiFi 7 is better at packing more data into the same airspace.

3. Why Walls, Distance, and Devices Slow WiFi Down

note

Three reasons WiFi slows down

  1. Distance
  2. Obstacles
  3. Contention from other devices

Radio signals lose strength as they spread out. This is called path loss. Indoors, walls and furniture add extra attenuation, which is signal loss caused by materials absorbing or reflecting energy.

WiFi also shares airtime. Even if your laptop is the only device actively downloading, nearby networks can still force more waiting and retries.

A useful analogy is a single-lane bridge. More traffic means more waiting. A weaker signal is like fog on the bridge. Drivers can still cross, but they must slow down.

equation
Pr=Pt+Gt+GrLpLmP_r = P_t + G_t + G_r - L_p - L_m
diagram
note

Why speed drops before the bars do

A phone may still show full bars while actual throughput falls. That is because signal bars are a rough estimate. The network may still be connected, but it needs more retries or a more conservative data rate.

In practice, a device close to the router on 5 GHz may get hundreds of megabits per second. Move it into another room, and the speed can fall sharply even though the connection does not disconnect.

4. How WiFi 7, Mesh Networks, and Smart Routing Help

note

Mesh networks versus a single router

A single router radiates from one point. A mesh network spreads coverage across several nodes.

Mesh is useful when:

  • Your home is large
  • Walls block signal strongly
  • You need coverage on multiple floors
  • One router leaves dead zones

Mesh is less helpful when the nodes are too far apart or when the wireless backhaul is congested.

Backhaul means the connection between mesh nodes and the main router or gateway.

diagram
note

WiFi 7 features that matter

WiFi 7, based on IEEE 802.11be, adds:

  • 320 MHz channels in 6 GHz where allowed
  • 4K QAM, which packs more bits per symbol than 1024-QAM in WiFi 6 and 6E
  • Multi-Link Operation, or MLO
  • Better puncturing, so a channel can avoid interference more flexibly

4K QAM can increase peak data rates, but only at very strong signal levels. Farther away, devices fall back to more robust settings.

That is the pattern across all WiFi generations: the best speed appears only when the radio conditions are excellent.

chart · line
Throughput near and far
1 m5 m10 mthrough a wall

5. What Happens in a WiFi Connection From Click to Packet

note

From click to data frame

A WiFi session has several stages:

  • Scan for nearby networks
  • Authenticate with security credentials
  • Associate with the access point
  • Exchange data frames
  • Retry if a frame is damaged

This process is governed by the IEEE 802.11 family of standards. The device and router follow the same rules so they can share airtime without colliding constantly.

note

sequenceDiagram participant Device participant AP participant Internet Device->>AP: Scan and connect AP-->>Device: Security and association Device->>AP: Data frame AP->>Internet: Forward packet Internet-->>AP: Response packet AP-->>Device: Return data

note

Why retries matter

WiFi is built to be reliable over a noisy channel. If one frame fails, the network can resend it. That protects data integrity, but it costs time.

A good analogy is mailing postcards with a return receipt. You know whether one arrived. If it did not, you send it again. WiFi does the same thing at radio speed.

Modern routers and clients constantly adjust their data rate, channel width, and antenna use to keep that balance between speed and reliability.

note

The big picture

WiFi works because routers turn packets into radio waves, devices decode them, and the protocol keeps everyone synchronized. Frequency affects range and congestion. Walls and distance affect signal quality. Mesh and WiFi 7 improve coverage and efficiency. The technology is not one trick. It is a layered system, tuned for the messy reality of homes, offices, and crowded cities.

Transcript

Welcome to Slate. Today we're looking at How Does WiFi Actually Work?. We'll cover How routers convert internet data into radio waves, 2.4 GHz vs. 5 GHz vs. WiFi 7 — what the numbers mean, Why WiFi slows down with walls, distance, and more devices, and Mesh networks, WiFi 7, and the future of wireless connectivity. Let's get into it.

WiFi is not the internet itself. It is a way to move digital data through air using radio waves. Here is the basic chain. Your phone asks for a web page. The router gets that data from your internet service provider, or I-S-P, then turns the bits into radio signals. Those signals are tiny changes in a wave, like a flashlight that can blink fast enough to carry code. The receiving device listens on a specific channel, reconstructs the bits, and turns them back into packets the operating system can use. The key idea is that WiFi is a local wireless link. It connects devices to a router, not directly to the whole internet. The router is the translator in the middle. It speaks Ethernet on one side and radio on the other. The visual shows that translation step, because that is the heart of the system. If the radio link is weak, the data still exists, but it has to be resent more often. That is why a video can stutter even when the internet plan is fast. The bottleneck is not always the broadband line. Sometimes it is the wireless hop inside your room.

Those numbers are radio frequencies, measured in gigahertz. One gigahertz means one billion cycles per second. The lower the frequency, the longer the wavelength. At 2.4 gigahertz, the wavelength is about 12.5 centimeters. At 5 gigahertz, it is about 6 centimeters. At 6 gigahertz, it is about 5 centimeters. Longer waves usually travel farther and bend around obstacles a little better. That is why 2.4 gigahertz often reaches farther through walls. But it is also crowded. Microwaves, Bluetooth, baby monitors, and many older WiFi devices all share that band. 5 gigahertz gives more room and usually faster speeds, but the signal fades sooner through walls and distance. The newer 6 gigahertz band, used by WiFi 6E and WiFi 7, is cleaner still, with many more available channels in countries that allow it. The tradeoff is simple. Lower frequency is like a long, heavy wave that travels better. Higher frequency is like a shorter, sharper wave that can carry more data, but needs a clearer path. The numbers are not speed ratings by themselves. They are the radio neighborhood the network lives in.

WiFi weakens for three big reasons. First, distance. Radio power spreads out as it moves away from the router, so the signal gets weaker. Second, obstacles. Walls, floors, metal cabinets, and even water in your body absorb or reflect radio energy. A brick wall can cut a signal much more than a drywall partition. Third, contention. WiFi is a shared medium. Devices take turns speaking. If ten devices all want airtime, each one waits longer. That is why a busy apartment building can feel slow even with a strong plan. The signal-to-noise ratio matters too. If the clean signal is only a little stronger than background noise, the router must use a slower, more robust coding scheme. That means fewer bits per second, but more reliable delivery. Think of it like changing from a fast sports car to a truck in bad weather. The truck is slower, but it stays on the road. That is how WiFi adapts. It protects the connection by lowering speed when the radio conditions get worse.

WiFi 7 improves the air interface. Mesh networks improve the layout of the home. They solve different problems. A mesh system uses multiple access points that cooperate. One node plugs into the internet source. Other nodes relay traffic so the signal does not have to travel as far. That helps in large homes, buildings with thick walls, and places where one router cannot cover everything evenly. But mesh is not magic. If the nodes talk to each other over a weak wireless backhaul, the whole system can still slow down. Wired backhaul is better when you can use it. WiFi 7 adds tools like wider channels, Multi-Link Operation, and better handling of interference. The result is less waiting and more stable performance, especially in crowded environments. The future direction is clear. More spectrum, more coordination, and better use of multiple radios at once. The goal is not just higher peak speed. It is more reliable speed when real homes are full of people, walls, and devices.

A WiFi connection is a series of timed exchanges. First, the device scans for networks. Then it authenticates and associates with the access point. In modern networks, security is usually WPA3, the WiFi Protected Access 3 standard introduced in 2018. After that, the device and router exchange data frames over the air. The router may then forward those packets to the internet through Ethernet, fiber, or cable. Each frame has headers, checksums, and timing rules, because the network must know who is speaking, who is listening, and whether the message arrived intact. If a frame is corrupted, WiFi asks for a retry. That is one reason the link can feel slower than the raw radio rate suggests. The diagram shows the whole path from click to server and back. Once you see the sequence, WiFi stops feeling mysterious. It is not magic. It is careful coordination between radios, timing, error correction, and network rules, repeated millions of times every second.

XLinkedInWhatsApp

Keep going with Slate

Pick up where this left off in your own voice session.

Built with Slate