What access method is used in Wi-Fi standards: a complete technical reference

In the world of wireless communications, where millions of devices compete for the right to transmit data over the air, organizing access to the medium remains a fundamental issue. Access method Determines how exactly your smartphone or laptop "knows" that the airwaves are clear and whether it can begin transmitting packets immediately. Unlike wired technologies, where control over the transmission medium is simpler, radio channels have their own strict laws of physics and logical limitations.

The main access method used in all modern standards of the family IEEE 802.11, is CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance). This is a complex algorithm that is fundamentally different from the methods used in wired Ethernet networks. Understanding its principles is essential for properly diagnosing connection speed and stability issues.

In this article, we'll take a detailed look at why this method was chosen, how it prevents collisions, and how it differs from its wired counterparts. You'll learn about the hidden and explicit data delivery confirmation mechanisms that ensure a reliable wireless connection even in the face of severe interference.

Fundamental differences between wireless and wired environments

To understand why Wi-Fi standards use the method CSMA/CA, it is necessary to first understand the key problem of wireless data transmission. Classic wired Ethernet networks use the method CSMA/CD (Collision Detection). The device "listens" to the cable and, if it detects a signal conflict, stops transmitting. However, in radio waves, it is physically impossible to implement collision detection at the device level.

The problem is that a radio receiver can't simultaneously transmit a strong signal and "listen" for extraneous noise or signals from other transmitters. The transmitter's own signal simply "jams" any incoming signal, making collision detection technically impractical and expensive to implement. That's why engineers developed a strategy. avoidance collisions, not their detection.

Furthermore, wireless networks suffer from the "hidden node" problem. Two devices may be located on opposite sides of the access point and unable to "hear" each other, but if they attempt to transmit simultaneously, their signals will collide within the router's range. CSMA/CA takes this specificity into account by introducing additional coordination mechanisms such as time intervals and service frames.

⚠️ Attention: Don't try to configure collision detection in your Wi-Fi adapter settings—this feature doesn't exist in the hardware implementation of the 802.11 standard. All control occurs at the logical level of the protocol.

How the CSMA/CA algorithm works

Abbreviation CSMA/CA CSA stands for Multiple Access with Collision Avoidance. The data transmission process begins with listening on the channel. If the device detects that the channel is busy (the carrier frequency is occupied by another transmitter), it starts a countdown timer and waits. Only when the channel remains clear for a certain amount of time does transmission begin.

The key element here is the acknowledgement mechanism. Unlike UDP protocols, where the sender "fires and forgets," in Wi-Fi the receiver is required to send a special acknowledgement service frame (ACK). If the sender does not receive ACK within a strictly allotted time, it assumes that a collision has occurred or the packet has been lost, and repeats the transmission after a random pause.

It is important to note the role of time intervals. Between data frames, there is always a pause, called DIFS (Distributed Inter-Frame Space). This time is required for all devices in the network to process the previous frame and prepare their receivers. Violating these timestamps leads to chaos in the airwaves and a sharp drop in throughput.

Parameter Description Impact on the network
Carrier Sense Listening to the broadcast before transmission Prevents transmission over someone else's signal
Collision Avoidance Random delay before resending Reduces the likelihood of repeated packet collisions
ACK Frame Acknowledgment frame Guarantees data delivery, but reduces overall speed
Backoff Timer Random wait time Gives priority to different devices in the queue

Coordination modes: DCF and PCF

Standard IEEE 802.11 defines two main modes of operation of the access method. The first and most common is DCF (Distributed Coordination Function). This is a decentralized mode used in the vast majority of home and office networks. In DCF mode, all devices are equal: each decides when to transmit data based on a listening algorithm and random delays.

The second mode is - PCF Point Coordination Function (PCF) requires a central controller (access point) that queries clients one by one. Theoretically, this allows for priority data transmission, which is critical for VoIP or video streaming. However, in practice, PCF mode is rarely implemented in mass-market equipment due to the complexity of synchronization and compatibility with different vendors.

There is also a hybrid mode HCF (Hybrid Coordination Function), implemented in the standards 802.11e and newer ones. It combines competitive access (as in DCF) and controlled polling (as in PCF), allowing for the allocation of high-priority traffic (QoS). It is thanks to HCF that modern routers can prioritize video calls over background file downloads.

Why didn't PCF catch on?

PCF mode required perfect time synchronization between all devices in the network. The slightest jitter or delay in frame processing by the access point would lead to failure of the entire polling system, so manufacturers opted to improve DCF.

RTS/CTS mechanisms for solving the hidden node problem

One of the main problems that the method solves CSMA/CA, is a situation where two devices can't "see" each other but interfere with the access point. Imagine a laptop in one room and a smart TV in another are located far apart. They can't hear each other's transmissions, but if they start transmitting data simultaneously, their signals will mix at the access point, and both packets will be lost.

To combat this, a mechanism is used RTS/CTS (Request to Send / Clear to Send). Before sending the main data packet, the device sends a short request to send (RTS) to the access point. If the channel is clear, the access point sends a broadcast response (CTS), which is heard by all devices within range, including hidden nodes.

Upon hearing the CTS signal, all devices (even those that didn't send the request) understand that the airwaves are busy and become silent while transmitting data. This channel reservation helps avoid collisions in difficult coverage conditions. However, using RTS/CTS creates additional overhead on the airwaves with service packets, so it's only effective for large data packets.

  • 📡 RTS — a request to send initiated by the transmitting device.
  • CTS — permission to send, broadcast by the access point.
  • NAV (Network Allocation Vector) is a virtual timer that is started by all network listeners after receiving RTS/CTS.
📊 Do you use manual RTS Threshold settings in your router?
Yes, for stability
No, they are factory ones.
I don't know what this is
I only have automatic settings.

The Impact of the Number of Devices on Access Efficiency

Because the method CSMA/CA Since the network is competitive, network performance depends nonlinearly on the number of active clients. When a single device is active on the network, it occupies the channel almost constantly, achieving maximum speed. However, with the addition of each new client, the latency (backoff) increases, and the number of service frames (ACK, RTS, CTS) increases exponentially.

This phenomenon is often referred to as a "collision storm" or simply airwave congestion. Even if devices aren't transmitting large amounts of data, the constant overhead required to maintain the connection and check for channel availability (Beacon frames) consumes a significant portion of the bandwidth. In the standard Wi-Fi 6 (802.11ax) This problem is solved using OFDMA technology, which allows data to be transmitted to several devices simultaneously.

In older standards such as 802.11n or 802.11acWith a large number of clients, the network can degrade to a state where the useful speed drops to almost zero due to constant retransmissions. Therefore, for dense device deployments (offices, public spaces), it is critical to properly configure transmitter power and channel spacing.

⚠️ Attention: Router interfaces and setting names may vary depending on the manufacturer and firmware version. Always consult the official documentation for your device model before changing DCF or RTS parameters.

☑️ Optimize access in a congested network

Completed: 0 / 4

Evolution of the access method in the Wi-Fi 6 and Wi-Fi 7 standards

With the advent of the standard 802.11ax (Wi-Fi 6) basic principle CSMA/CA remained unchanged, but was significantly expanded. The main innovation was the ability to multiplex. Previously, a channel was allocated to only one device during packet transmission, but now the access point can allocate different frequency resources (RUs – Resource Units) to multiple clients simultaneously.

In the standard Wi-Fi 7 (802.11be) This evolution continues with the introduction of Multi-Link Operation (MLO). This allows devices to simultaneously use multiple channels (for example, one in the 5 GHz band and one in the 6 GHz band) for data transmission. The access method must now coordinate operations not just within a single channel, but across multiple links, which requires even more complex collision avoidance logic.

Despite the increased complexity, the basic philosophy remains the same: "listen before you speak." This ensures that Wi-Fi remains a technology capable of operating in unlicensed spectrum, where there is no central authority allocating transmission time to every device worldwide.

Why doesn't Wi-Fi use the CSMA/CD method like Ethernet?

The CSMA/CD (Collision Detection) method requires a device to be able to hear its own signal reflected from the end of the cable, or a collision signal. In a radio channel, the power of the device's own transmitter is orders of magnitude greater than the power of the received signal, making physical signal separation impossible without complex and expensive suppression circuits. Therefore, logical avoidance (CA) was chosen over physical detection (CD).

How to enable RTS/CTS on a router?

This setting is typically found under "Wireless" or "Wi-Fi" -> "Advanced Settings." The setting may be called "RTS Threshold." Setting it to "2347" or "Auto" typically means the mechanism is disabled or only works for very large packets. To force it to work under challenging conditions, you can set it to, for example, 500 or 1000 bytes.

Does WPA3 encryption affect the access method?

No, encryption methods (WPA2, WPA3) operate at a higher level and protect the contents of the data frame (payload). The CSMA/CA access mechanism operates on frame headers and service packets, which must remain readable by all devices on the network for coordination purposes. Encryption does not change the channel logic.

What is DIFS interval and why is it important?

DIFS (Distributed Inter-Frame Space) is the minimum channel idle time that must elapse after the end of the previous transmission before a device begins counting its random delay timer. This buffer time ensures that priority frames (such as ACKs, which wait for a shorter SIFS interval) are processed first.