Many users face a paradoxical situation: the Wi-Fi indicator on their smartphone shows a full signal strength, but the internet connection is either unavailable or extremely slow. You see all your neighbors' available networks, but your laptop refuses to connect to your router even when in the next room. This is a classic example of a problem known in the professional community as power asymmetryUnlike wired networks, where the cable provides a bidirectional channel with identical characteristics, the wireless environment is subject to many distortions and limitations.
The root of the problem lies in the physics of radio waves and the disparity in the characteristics of transmitting and receiving equipment. An access point typically has a more powerful transmitter and a more sensitive receiver, as well as better antennas, than the client's mobile device. As a result, the router "shouts" loudly, and the client hears it perfectly, but the router simply doesn't hear the client's "whisper." Asymmetry effect This results in the connection being formally established, but data packets being lost, causing constant reconnections and speed drops to zero.
Understanding the mechanisms behind this imbalance allows engineers and advanced network administrators to effectively eliminate "dead zones" without purchasing expensive equipment. In this article, we'll examine the technical causes of this phenomenon, diagnostic methods, and specific configuration steps. access points to align the communication link. Ignoring these factors can negate even the most expensive infrastructure.
The Physical Nature of Wi-Fi Link Imbalance
The main reason lies in the fundamental difference between transmit power (TX Power) And receiver sensitivity (RX Sensitivity) Different devices have different output power. Enterprise-class or mid-range home routers often have an output power of 20β27 dBm (up to 500 mW), while smartphones are limited by safety standards and battery capacity, typically producing no more than 15 dBm (around 30 mW). A 10 dB difference means the router's signal is 10 times stronger than the client's signal.
The situation is exacerbated by differences in antenna configurations. Router antennas can have a gain of 5β9 dBi and be positioned vertically for optimal coverage. Antennas in laptops and phones often have negative gain or minimal positive gain, and their placement depends on how you hold the device. The critical point is that the connection is broken precisely in the βClient β Routerβ direction, even if the indicator shows the full reception scale.
Additionally, it's important to consider signal attenuation in space. A signal from a powerful router transmitter can penetrate two walls and reach a phone, but the return signal, initially weak, will attenuate below the noise floor on its way through the same two walls.Noise Floor). As a result, the router stops βhearingβ acknowledgments (ACK) from the client and terminates the connection, considering it lost.
β οΈ Important: Don't rely blindly on the signal strength indicators (RSSI) on your client devices. They only show the signal strength received from the router, but don't tell you whether the router is actually listening to your device. This creates a false sense of network stability.
Troubleshooting: RSSI, SNR, and Retry
To detect asymmetry, it is necessary to use professional analysis tools, rather than simply looking at Wi-Fi "sticks." The key parameter here is RSSI (Received Signal Strength Indicator)However, it is important to understand that RSSI is a relative value. A more informative parameter is SNR (Signal-to-Noise Ratio) β signal-to-noise ratio. If the SNR drops below 20β25 dB, data transmission problems begin, even if the connection is formally activated.
The second most important indicator is the quantity Retries (repeat attempts)The Wi-Fi protocol requires confirmation of delivery of each packet. If the client doesn't receive an ACK from the router (or vice versa), the packet is resent. A high retries rate (more than 10-15%) directly indicates a link quality issue, often caused by power asymmetry.
For diagnostics, it is recommended to use specialized software, for example, Acrylic Wi-Fi, Ekahau Sidekick Or built-in utilities in enterprise-class access points. These allow you to see not only your signal but also noise levels, channel load, and connection quality in both directions (if the equipment supports the 802.11k/v protocol).
The table below shows approximate parameter values ββand their impact on connection quality:
| Parameter | Value (dBm) | Impact on connection |
|---|---|---|
| Excellent signal | -30... -50 | Maximum speed, minimum delays |
| Good signal | -50... -65 | Stable operation, occasional retry possible |
| Border signal | -65... -75 | Decrease in modulation speed, increase in delays |
| Bad signal | -75... -85 | Frequent disconnections, high packet loss rate |
Setting the access point's transmit power (TX Power)
The most effective way to combat asymmetry is to artificially limit the access point's transmitter power. The logic is simple: if the router's signal is lower, its coverage area will decrease, but within that area, the signal levels from the router and the client will be comparable. This ensures two-way communication.
In the router administration interface (usually in sections Wireless or Wi-Fi Settings) find the parameter Transmit Power or TX Power. By default, it's often set to "High" or "100%." ββTo eliminate asymmetry, it's recommended to reduce it to "Medium" (50%) or even "Low" (25%), especially in apartments or small offices where walls already weaken the signal.
Example command for CLI (Cisco/Mikrotik style):
interface wireless set wlan1 tx-power=15
Reducing power also reduces interference with neighboring networks, which indirectly improves overall broadcast performance. It's important to implement this adjustment gradually, testing connection quality at the most remote points.
Adjusting receiver sensitivity and minimum speed
In addition to transmit power, receiver sensitivity is a critical parameter. Many modern routers allow you to configure a minimum RSSI threshold, at which point the access point will ignore connection attempts from weak clients. This prevents connections from devices that are physically unable to establish a stable return channel.
The parameter is often called Minimum RSSI or Min Data RateBy setting the threshold to, say, -75 dBm, you force the router to disconnect devices with a signal weaker than this value. This may seem harsh, but it eliminates "slow" clients from the airwaves, which waste airtime and reduce overall network throughput.
β οΈ Note: Sensitivity threshold and minimum speed settings depend on the specific hardware model and firmware version. Interfaces may differ, and some parameters may be hidden in advanced settings. Before making any changes, consult your hardware manufacturer's documentation.
It's also worth paying attention to security and channel width standards. Channel width usage 40 MHz or 80 MHz in the 2.4 GHz band often leads to increased noise levels and decreased effective sensitivity. For maximum range and penetration, it is better to use the width 20 MHz.
Antenna system optimization and placement
The physical placement of antennas plays a crucial role in link balance. Antennas emit a signal unevenly: maximum intensity is observed perpendicular to the antenna axis, while the signal is minimal at the ends. If a router has two antennas, they should be positioned at 90-degree angles to each other (one vertical, one horizontal) to ensure polarization diversity.
Access point placement should also take into account the radiation pattern. Placing the router in the center of the room at a height of 1.5β2 meters ensures the best signal distribution. Hiding the router behind a TV, in a niche, or behind metal objects creates shadow areas, where asymmetry is most noticeable.
βοΈ Antenna optimization
If your stock antennas don't provide coverage, you can replace them with higher-gain models. However, keep in mind that a high-gain antenna narrows the antenna's radiation pattern. Omnidirectional antenna 5 dBi can become directional 9 dBi, which will improve the signal at one point, but worsen it at others.
Using Mesh systems and additional access points
In large spaces, reducing power to address asymmetry can lead to areas where the signal is completely absent. In such cases, the only viable solution is to install additional access points or use Mesh systemsMesh technology enables the creation of a unified network with seamless roaming, where the client device is always connected to the nearest node with the optimal signal strength.
An additional access point connected via cable (Ethernet backhaul) completely eliminates the problem of coverage asymmetry, as the distance to the client is reduced. If cable installation is not possible, a wireless connection can be used, but proper placement of the extender is essentialβit must be within the range of the main router's strong signal.
Why do repeaters often make things worse?
Repeaters (signal repeaters) receive the signal, decode it, and transmit it further. This takes time and reduces the effective channel capacity by up to 50%. Furthermore, repeaters often simply amplify noise along with the useful signal, exacerbating the SNR problem.
When designing a network, it is important to consider that modern Wi-Fi 6 (802.11ax) standards include mechanisms to improve performance with weak clients, such as BSS Coloring and improved energy saving management, but they do not eliminate the physical power asymmetry.
Frequently Asked Questions (FAQ)
Why does the router show that the device is connected, but the Internet is not working?
Most likely, the device is in the asymmetric zone. The router can hear the device but can't understand its response signals due to the low SNR. Try moving closer to the router or reducing the router's transmit power.
Will a Wi-Fi signal booster (repeater) help solve the problem?
A repeater can help if it's located in a strong signal area. However, cheap repeaters often introduce additional latency and noise. It's better to use a full-fledged second access point or a mesh system.
Does the number of connected devices affect asymmetry?
Indirectly, yes. If there are many "weak" devices on the network (for example, smart bulbs with weak antennas), they take up airtime at low speeds, reducing overall performance for all other clients.
Do I need to update my router firmware to fix the problem?
The firmware update may improve power management algorithms and client interactions, but will not change the physical characteristics of the antennas and transmitters. This is a supportive measure.