How Wi-Fi Data Transfer Works: From Radio Signals to Routing

When you open a webpage, watch a YouTube video, or send a message on a messenger, data is transmitted through the air via invisible radio waves. But how exactly does this happen? Why does speed sometimes drop, and why does the signal disappear in the next room? In this article, we'll explore the physical and software principles of Wi-Fi—from radio signal modulation to packet routing within a home network.

Wi-Fi isn't just "wireless internet," but a complex system of standards, protocols, and algorithms that ensure stable data transfer between devices. We'll explain how a router converts digital data into radio waves, and why. 5 GHz is faster but has less range, than 2.4 GHz, and how devices negotiate who and when to transmit packets to avoid collisions. You'll also learn which technologies (e.g., MU-MIMO or Beamforming) are used in modern routers to increase the speed and reliability of communication.

1. Physical Layer: How Data is Transformed into Radio Waves

At its most basic level, Wi-Fi works like radio: data is encoded into electromagnetic waves that propagate through the air. However, unlike analog radio, where sound is transmitted continuously, Wi-Fi uses digital modulation — discrete changes in the amplitude, phase, or frequency of a signal to represent bits (0 and 1).

The process begins with your device (smartphone, laptop) converting data (for example, a request to open a website) into binary code. This code is then sent to Wi-Fi module, where it goes through several stages:

  • 📡 Coding: bits are grouped into symbols (e.g. 64 or 256 bits) and protected from errors using algorithms like LDPC (Low-Density Parity-Check).
  • 🔄 Modulation: symbols are converted into changes in the radio signal. Modern standards (e.g. Wi-Fi 6) are used QAM-1024, where one signal change encodes 10 bits.
  • 📶 Broadcast: The modulated signal is amplified and sent through the antenna into the air at the selected frequency (2.4 GHz or 5 GHz).

It is important to understand that the more complex the modulation (For example, QAM-256 vs QAM-64), the more data can be transmitted per unit of time, but the higher the signal quality requirements. If the signal is weak or there is interference, the router automatically switches to a simpler modulation (for example, with QAM-1024 on QAM-64), sacrificing speed for stability.

📊 What Wi-Fi standard does your router use?
Wi-Fi 4 (802.11n)
Wi-Fi 5 (802.11ac)
Wi-Fi 6 (802.11ax)
Don't know

2. Frequencies and Channels: Why 5 GHz is Faster, but Doesn't Break Through Walls

Wi-Fi operates in two main frequency ranges: 2.4 GHz And 5 GHzEach of them has its own advantages and limitations, which directly affect the speed and range of communication.

Characteristic 2.4 GHz 5 GHz
Maximum speed Up to 600 Mbps (Wi-Fi 4) Up to 1300 Mbps (Wi-Fi 5) / 4800 Mbps (Wi-Fi 6)
Range of action Up to 50–70 meters (indoors) Up to 20–30 meters (attenuates more strongly)
Number of channels 3 disjoint (1, 6, 11) Up to 25 (depending on the country)
Interference High (microwaves, Bluetooth, nearby networks) Low (less commonly used by household appliances)

Range 2.4 GHz It has lower throughput but better obstacle avoidance thanks to its longer wavelengths. This makes it ideal for larger homes or offices where coverage is critical. However, due to the limited number of non-overlapping channels (only three), networks often interfere with each other, especially in multi-family buildings.

Range 5 GHz Offers more channels and less interference, but the signal is more easily absorbed by walls and furniture. For stable operation at 5 GHz, the router and client device must be within line of sight or with minimal obstructions. Modern routers (e.g., ASUS RT-AX88U or TP-Link Archer AX6000) support dual mode, automatically switching devices between ranges depending on conditions.

3. Wi-Fi standards: from 802.11a to Wi-Fi 6E

Wi-Fi technology is constantly evolving. Each new standard brings improvements in speed, reliability, and energy efficiency. Below are the key development milestones that determine how fast and stable your network will be.

  • 📡 802.11a (1999): the first 5 GHz standard, with speeds up to 54 Mbps. It is practically not used today.
  • 📶 802.11b/g (1999/2003): 2.4 GHz, speeds up to 11–54 Mbps. Deprecated, but still supported for compatibility.
  • 802.11n (Wi-Fi 4, 2009): up to 600 Mbps, MIMO (multiple antenna) support. The first standard with real speed for HD video.
  • 🚀 802.11ac (Wi-Fi 5, 2013): up to 1300 Mbps at 5 GHz, MU-MIMO (simultaneous operation with multiple devices).
  • 🌐 802.11ax (Wi-Fi 6, 2019): up to 4800 Mbps, OFDMA (channel division into sub-channels), best performance in dense networks.
  • 🆕 Wi-Fi 6E (2021): Wi-Fi 6 expansion to the 6 GHz band (up to 1200 MHz of free spectrum).

A critical difference between Wi-Fi 6 and previous standards is OFDMA technology, which allows a single channel to serve multiple devices simultaneously, reducing latency by 4-10 times. For example, if 10 smartphones are connected to the network, a Wi-Fi 5 router will transmit data to each one in turn, while a Wi-Fi 6 router will transmit data in parallel, dividing the channel into "subchannels." This is especially important for smart homes, where dozens of sensors and cameras constantly exchange small data packets.

Compatibility of standards is ensured by backward compatibility: a new router will work with older devices, but at the speeds of their standard. For example, if the router Wi-Fi 6 connect a laptop with an adapter Wi-Fi 4, the maximum speed will be 600 Mbps, not 4800 Mbps.

What is Wi-Fi 7 (802.11be)?

The Wi-Fi 7 standard, approved in 2026, promises speeds of up to 46 Gbps thanks to the use of 320 MHz channels, 4K-QAM modulation, and Multi-Link Operation (MLO) technology, which allows devices to simultaneously operate on multiple bands (2.4, 5, and 6 GHz). The first routers and devices supporting Wi-Fi 7 are expected to appear in the mass market by 2026–2027.

4. CSMA/CA protocol: how devices "negotiate" about transmission

In wired networks (Ethernet), data travels across the cable without interference, but in wireless environments, multiple devices may attempt to transmit data at the same time, resulting in collisions (signal interference). To avoid this, Wi-Fi uses a protocol CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance).

The algorithm works like this:

  1. Listening to the broadcast: Before transmitting, the device checks whether the channel is free.
  2. Waiting for a random interval: If the channel is busy, the device waits for a random amount of time (to avoid multiple devices transmitting at the same time).
  3. Data transfer: if the channel is free, the device sends a packet and waits for confirmation (ACK).
  4. Retry on collision: if confirmation is not received, the packet is resent.

This mechanism reduces the likelihood of collisions, but does not eliminate them completely. In dense networks (for example, in offices or apartment buildings), CSMA/CA can become a bottleneck, as devices spend a lot of time waiting. Technologies such as MU-MIMO (in Wi-Fi 5/6), which allow the router to communicate with several clients simultaneously without waiting for a response from each one.

5. Routing and IP packets: how data finds its destination

When you open a website, your device doesn't simply "connect to the internet"—it sends a request through a chain of network nodes. Let's look at how data travels from your smartphone to the server and back.

The data transfer process can be broken down into stages:

  1. Formation of a package: Your device is breaking the request (for example, to open google.com) into small packets (usually 1500 bytes). Each packet contains:
    • The sender's IP address (your local address, for example, 192.168.1.100).
    • The recipient's IP address (e.g. 142.250.190.46 — one of Google's IPs).
    • Port (for example, 443 for HTTPS).
    • Data (part of the request).
  • Local routing: the packet is sent to the router (192.168.1.1), which replaces the sender's local IP with its external IP (for example, 95.165.123.45).
  • Internet transmission: The router sends the packet to the ISP, which routes it through network nodes to the Google server.
  • The way back: the server sends response packets back, and the router forwards them to your device via local IP.
  • It is important that Wi-Fi is only responsible for transmitting packets between your device and the router.Further routing through the Internet is carried out according to protocols IP And TCP/UDPIf at any stage a packet is lost (for example, due to a weak Wi-Fi signal), the protocol TCP will ensure its retransmission.

    Make sure DHCP is enabled on your router | Check that your devices are receiving an IP from the range 192.168.x.x|Disable conflicting IPs (if you assign static addresses)|Check NAT settings (must be enabled)-->

    6. Interference and its impact on speed

    Even if your router supports Wi-Fi 6, actual speeds may be lower than expected due to interference. Interference sources fall into two categories:

    • 📡 External:
      • Neighboring Wi-Fi networks (especially 2.4 GHz).
      • Household appliances: microwaves (2.45 GHz), cordless phones, baby monitors.
      • Bluetooth devices (operate at 2.4 GHz).
    • 🏠 Internal:
      • Walls, furniture, mirrors (reflect the signal).
      • Metal structures (shield the signal).
      • Other electronic devices (for example, USB 3.0 can interfere with 2.4 GHz).

    How does interference affect speed? If the signal is weakened or distorted, the router and device are forced to:

    • Switch to a lower modulation speed (e.g. from QAM-256 on QAM-16).
    • Retransmit lost packets.
    • Use narrower channels (e.g. 20 MHz instead of 80 MHz), which reduces throughput.

    To diagnose interference, you can use programs like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They show channel load and help you choose the least busy one.

    7. Wi-Fi enhancement technologies: MU-MIMO, Beamforming and Mesh

    Modern routers use several technologies to improve connection speed and stability. Let's look at the most important ones:

    • 🔄 MU-MIMO (Multi-User MIMO): Allows the router to communicate with multiple devices simultaneously (up to 8 in Wi-Fi 6). In older standards (Wi-Fi 4/5), a router could only communicate with one device at a time, even if it had multiple antennas.
    • 🎯 Beamforming: The router focuses the signal toward the client device rather than dispersing it in all directions. This increases range and connection quality, especially at 5 GHz.
    • 🌐 Mesh networks: multiple access points (eg Google Nest Wi-Fi or TP-Link Deco) operate as a single network, automatically switching devices between nodes for maximum coverage.
    • 🔗 OFDMA (Wi-Fi 6): Splits the channel into sub-channels, allowing data to be transmitted to multiple devices simultaneously with low latency (ideal for IoT).

    For example, if you have a smartphone, laptop, TV and 5 smart bulbs connected at home, a router with MU-MIMO will be able to transmit data to all devices in parallel, rather than one at a time. This reduces latency and increases overall network throughput.

    8. Data transmission security: WPA3 and encryption

    Wi-Fi transmits data over the air, making it vulnerable to interception. Encryption protocols are used for protection:

    • 🔒 WEP: an obsolete standard (1997), hackable in minutes. Not used in modern networks.
    • 🔐 WPA/WPA2: the main standard since 2003. Uses AES-CCMP for encryption. Vulnerable to attacks like KRACK (2017), but corrections have been released.
    • 🛡️ WPA3 (2018): Fixes major WPA2 vulnerabilities, adds brute-force password protection and encryption of individual traffic (Simultaneous Authentication of Equals).

    How does the protection work:

    1. The device and the router exchange public keys (protocol 4-way handshake).
    2. A temporary session key is generated to encrypt traffic.
    3. All packets are encrypted using AES-128 or AES-256.

    Important: Even with WPA3, a weak password (for example, 12345678) makes the network vulnerable. Use passwords of at least 12 characters with letters, numbers, and special characters. Also, disable WPS (Wi-Fi Protected Setup) - this feature can be hacked in a few hours.

    What is a KRACK attack?

    In 2017, a vulnerability was discovered in the WPA2 protocol that allowed an attacker to intercept and decrypt traffic within the network's coverage area. The vulnerability affected all Wi-Fi-enabled devices but was patched with firmware updates. Update your router and client devices to fix this vulnerability.

    ⚠️ Attention: Some older devices (such as printers or IP cameras) may not support WPA3. In this case, use a separate guest network with WPA2 for these devices, while keeping your main network running WPA3.

    FAQ: Frequently asked questions about Wi-Fi data transfer

    Why is the actual Wi-Fi speed lower than what is stated on the router box?

    Theoretical speeds (e.g., 1300 Mbps for Wi-Fi 5) are calculated under ideal conditions: one client, no interference, and maximum channel width (80 MHz). In reality, speeds are reduced due to:

    • Interference from other networks.
    • Limitations of the client device (for example, a smartphone with Wi-Fi 4 will not exceed 600 Mbps).
    • CSMA/CA protocol (time is spent waiting for a free channel).
    • Overhead for encryption (WPA3) and connection management.

    Typically, the actual speed is 30-60% of the theoretical speed.

    Is it possible to increase Wi-Fi speed by changing the channel?

    Yes, if the current channel is overloaded. Use programs like Wi-Fi Analyzerto find the least congested channel. On 2.4 GHz, choose one of the non-overlapping channels (1, 6, or 11), and on 5 GHz, choose the channel with the lowest noise level. You can also increase the channel width (for example, from 20 MHz to 40 MHz), but this may reduce stability in noisy environments.

    Why is the speed higher at 5 GHz, but the signal is weaker?

    The 5 GHz band uses shorter wavelengths, which carry more data per unit of time (hence the higher speed), but are more easily absorbed by obstacles. For comparison:

    • 2.4 GHz: wavelength ~12 cm, better bypasses obstacles.
    • 5 GHz: wavelength ~6 cm, attenuates more in walls and furniture.

    If you need high speed in one room, use 5 GHz. For whole-home coverage, it's better to combine both bands or use a mesh system.

    How can I check which devices are slowing down my Wi-Fi network?

    Use the built-in tools of the router (section DHCP Clients or Connected Devices) or programs like GlassWire (Windows) or Fing (mobile). Please note:

    • Devices with high traffic (e.g. torrent clients).
    • Older Wi-Fi 4 devices that take up channel space for a long time due to low speed.
    • Devices with poor signal strength (low RSSI) that continually lose packets and cause retransmissions.

    Disable suspicious devices or limit their bandwidth in the router settings (function QoS or Bandwidth Control).

    Do I need to update my router firmware to improve Wi-Fi?

    Yes, firmware updates often include:

    • Fixes for vulnerabilities (eg. KRACK).
    • Support for new standards (for example, WPA3).
    • Optimization of routing algorithms and channel management.

    Check for updates in the router's web interface (section Administration or Firmware Upgrade). Do not interrupt the update process - this may lead to failure of the router.