Many users, when accessing their router's advanced settings, encounter a mysterious parameter called CCQ. This metric is often hidden deep within the wireless network menu, causing confusion for those unfamiliar with the intricacies of data transfer protocols. What does this acronym mean, and why is it so important for the stability of your connection?
Client Connection Quality — this is what this term stands for, which translates to the quality of the client's connection. This parameter is a proprietary development of the company. MikroTik and is widely used in their RouterOS hardware. It serves as an indicator of how efficiently a device communicates with a base station or access point.
Understanding how CCQ works allows you to not only monitor numbers but also actively manage network performance. In densely populated areas or with significant interference, this metric becomes key for diagnosing speed issues. Let's take a closer look at how it works.
Technical essence of the CCQ parameter
Wireless networks operate on the basis of a constant exchange of data packets between the client and the router. Parameter CCQ Shows the percentage of successful data transmission relative to the theoretically possible speed under current conditions. A value of 100% indicates an ideal situation where the communication channel is free of interference and the maximum modulation rate is used.
However, in reality, ideal conditions are rare. The signal weakens due to walls, distance, and interference from neighboring networks. The WiFi protocol is forced to adapt, reducing transmission speed to ensure data integrity. This is where Client Connection Quality, which is dynamically calculated based on the number of packet retransmissions.
It's worth noting that a low CCQ doesn't always mean a poor signal. Sometimes the problem lies in airwave congestion. When the airwaves are clogged, devices are forced to wait their turn or resend lost packets. This directly impacts throughput — the actual channel capacity available to the user
⚠️ Note: A low CCQ value is often confused with a low signal strength (RSSI). The signal may be strong, but if the channel is noisy, the connection quality (CCQ) will be low.
To better understand the differences between signal strength and connection quality, let's consider their relationship. Signal strength indicates the power of the radio wave reaching the receiver antenna. CCQ, meanwhile, reflects how much of this power is used for useful work and how much is wasted on error correction.
How connection quality is calculated
Calculation algorithm CCQ Based on the analysis of Acknowledgement (ACK) packets, WiFi protocols require each transmitted data block to be acknowledged by the receiver. If no acknowledgment is received, the sender considers the packet lost and resends it. The number of such retransmissions is the main factor reducing the final percentage.
The calculation formula takes into account not only packet loss but also the current link speed. If a device is operating at maximum speed but losing every other packet, the CCQ will approach zero. If it automatically switches to a lower but stable speed, connection quality may improve, providing a smoother internet experience.
It is important to understand the role Noise Floor (noise level) in this process. Noise is background radiation from microwaves, Bluetooth devices, and other sources. The higher the noise level relative to the useful signal, the more difficult it is to decode the data, which leads to a drop in Client Connection Quality.
There is also a dependence on the type of modulation. Modern standards like 802.11ac And 802.11ax They use complex coding schemes (such as 256-QAM), which require a very clean signal. If conditions deteriorate even slightly, the router can abruptly reduce the modulation to 64-QAM or lower, which will immediately impact quality.
The influence of interference and distance on CCQ
Physical obstacles are enemy number one for wireless networks. Concrete walls, metal-reinforced walls, mirrors, and even aquariums can significantly attenuate radio signals. When a signal weakens, the signal-to-noise ratio drops, and CCQ begins to decrease even if the connection is not completely broken.
Distance also plays a critical role. Within line-of-sight, Wi-Fi can operate at its limits. However, move away a few rooms or floors and packet loss begins. In such cases, the router attempts to compensate for the loss by increasing its transmit power, but this doesn't always improve performance. Client Connection Quality.
Particular attention should be paid to neighboring networks. If your router and your neighbor's router are operating on the same channel (or overlapping channels), they interfere with each other. This phenomenon is called co-channel interference. As a result, devices are forced to constantly "re-query" each other, waiting for airtime, which kills performance.
⚠️ Please note: Microwave ovens and wireless security cameras operate in the 2.4 GHz range and can completely jam the WiFi signal during operation.
To minimize interference, it's recommended to use the 5 GHz band, which has more channels and lower interference penetration. However, there are some caveats: Higher frequencies penetrate walls less effectively. Therefore, the balance between frequency and coverage should be determined experimentally, monitoring changes. CCQ in real time.
Why is 2.4 GHz so noisy?
The 2.4 GHz band is an unlicensed ISM band. It's used not only by WiFi routers, but also by Bluetooth, ZigBee, wireless mice, baby monitors, and microwave ovens. In an apartment building, the airwaves can be filled with dozens of networks, making stable operation virtually impossible without proper channel configuration.
Comparison of indicators: Parameter table
To better navigate network diagnostics, it's helpful to understand the differences between key metrics. Below is a table comparing key parameters commonly found in router interfaces. MikroTik and other manufacturers.
| Parameter | Full name | Unit of measurement | Optimal value |
|---|---|---|---|
| RSSI | Received Signal Strength Indicator | dBm (negative number) | -40 ... -65 dBm |
| CCQ | Client Connection Quality | Percentage (%) | 90% ... 100% |
| SNR | Signal-to-Noise Ratio | dB | > 25 dB |
| Tx Rate | Transmission Rate | Mbps / Gbps | The maximum possible |
Analyzing this table, you can see that RSSI is always negative, and the closer it is to zero, the better. At the same time, CCQ tends to 100%. Parameter SNR (signal-to-noise ratio) is a derivative and measures the difference between the useful signal level and the noise level. A high SNR usually guarantees a high CCQ.
If you see in the monitoring table that the RSSI is excellent (for example, -50 dBm), but the CCQ is low (less than 50%), this is a sure sign of interference or a problem with the client's equipment. In this situation, increasing the router's transmit power won't help, as the signal is already strong, but "dirty."
Configuration and optimization in MikroTik
For equipment owners MikroTik Connection quality parameters can be controlled via the WinBox or WebFig interface. In the section Wireless You can monitor the current status of connected clients. Double-clicking on a status will open a detailed window displaying the current CCQ in real time.
One of the important settings is selecting the security protocol and operating mode. Using outdated encryption standards can limit maximum speed and affect the effectiveness of error correction algorithms. It is recommended to use WPA2-PSK or WPA3 with AES encryption.
It's also worth paying attention to the channel width settings. In a congested broadcast, the channel width 20 MHz often gives a more stable CCQ, how 40 MHz or 80 MHzAlthough the theoretical speed is lower with a narrow channel, the actual throughput can be higher due to the absence of packet loss.
☑️ WiFi Optimization Checklist
In some cases, manually setting the link speed (Basic Rates) can help. Setting a minimum connection speed can prevent clients from constantly reconnecting at the edge of the coverage area, although it will limit the network range for fast devices.
Should I disable CCQ?
A common question users have is: can this setting be disabled? The answer lies in the nature of the phenomenon itself. CCQ — this isn't a feature you can turn off; it's a metric, the result of algorithms. You can't "turn off" connection quality, just like you can't turn off a car's engine temperature.
However, there is a misconception associated with the function disable-ccq in some older or specific configurations. In context MikroTik There's sometimes discussion of disabling mechanisms that rely heavily on CCQ to make data transfer decisions. However, in standard use cases, this is unnecessary and even harmful.
If your goal is to ignore connection quality and transmit data at any cost, this will lead to an avalanche of errors and a virtual absence of useful traffic. Upper-layer protocols (TCP) will start requiring retransmissions, creating a network storm. Client Connection Quality must remain an active indicator to help the equipment adapt.
⚠️ Warning: Attempts to programmatically "trick" the system by forcing high speed with a low CCQ will lead to a complete disconnection with the client.
Instead of looking for a way to disable monitoring, it's better to focus on eliminating the causes of poor quality. This could include replacing antennas, moving the router to a more central location, or installing a repeater to expand coverage.
Diagnosing connection problems
If you are experiencing slow internet speeds, the first step should be to check your wireless interface statistics. MikroTik This is done through the tab Interfaces -> Wireless -> button Tx/RxHere you can see CCQ graphs for each connected device.
If the CCQ graph has a sawtooth shape with sharp drops, this indicates intermittent interference. If the value is consistently low, the problem is most likely distance or obstacles. For accurate diagnosis, you can use utilities like WiFiman or built-in OS tools.
Keep in mind that the problem may be client-side. An old laptop or smartphone with a single antenna may show poor CCQ even next to a powerful router. In such cases, updating the network card drivers or replacing the USB adapter with a more modern one may help.
How to improve CCQ without buying new equipment?
Try reorienting your router's antennas. A vertical position is optimal for coverage in a single plane. Changing the WiFi channel to a less congested one found through a scanner will also help.
Regularly monitoring network parameters allows you to prevent problems before they become noticeable to the user. Understanding what is CCQ and how it is formed gives you an advantage in setting up a truly fast and stable home network.
What does CCQ 100% mean?
A value of 100% means that at this point in time, all transmitted packets are successfully delivered on the first attempt, and the device is operating at the maximum possible speed for the current modulation. This is ideal, but rarely achievable in the long term.
Why does CCQ drop in the evening?
In the evening, when neighbors return home and actively use the internet, radio spectrum congestion increases sharply. This leads to increased collisions and interference, which directly reduces client connection quality.
Does CCQ affect ping in games?
Yes, directly. A low CCQ means a large number of packet retransmissions. Each retransmission increases latency and can cause jitter (ping instability), which is critical for online gaming.
Is it possible to increase CCQ programmatically?
The CCQ itself cannot be increased programmatically, as it depends on physical conditions. However, the environment can be improved by switching to a clear channel, reducing the channel width, or switching to a 5 GHz frequency, which will indirectly increase the CCQ.