cancel
Showing results for 
Search instead for 
Did you mean: 

What is meant by slow clients

jim_konng
New Contributor II
Hi Guys,

I know this question may sound stupid but its bit difficult for me to get my head around wireless concepts so need some pointers. Please i am not looking for high level explanation but rather a deep technical one to really help me understand what is going on

Its said that if we have a 802.11ac network running and if a slow client comes in, there will be a certain performance hit. Like a client with 1x1:1 spatial stream (running 802.11b standard). My question is, how can a wireless client be slow ? doesnt the wifi signals travel at same speed ? and also if i am not wrong, AP allocates every client a certain time to transmit, so it shouldnt be getting slow.

But please help me understand what tehnically we mean my slow client ? how 802.11b is slower then 802.11ac when both transmit radio signals of same speed
11 REPLIES 11

seanmuir
Contributor III
You can also read more here:

http://standards.ieee.org/getieee802/download/802.11-2012.pdf

Section 9.3

john_d
Valued Contributor II
I think you're confusing multiple concepts, like others have said. Specifically, 802.11b uses a totally different signaling scheme (DSSS) versus 802.11g/n/ac, and there's interoperability schemes at play.

But even simplifying that further, 802.11n (and ac) defines a number of bitrates (which specifies the efficiency of transfer). Lower bitrates are easier to decode through noise and have a lower chance of being corrupted when the signal is weak. Higher bitrates are more efficient when SNR is high, but the downside is that if a packet can't be decoded by the other end, you must retransmit the whole thing (either at the same rate or a slower rate). So, there's a constant balancing game there.

Beyond that, remember that wifi is a shared spectrum. On a particular channel, only one person can be talking at once. So there's finite airspace. So imagine that there's a 1 client that can only manage to talk at 1mbit and be heard. And there's another really awesome client that can talk at 500mbit successfully. And imagine both want to talk. If the "slow" client spends the whole 1 second talking, the network is effectively operating at 1mbit during that window. On the other hand, if the fast client is talking the whole time, then the network is going at 500mbit. If the slow client spends 0.5 seconds talking and the fast client spends 0.5 seconds talking, then the network speed is effectively (0.5mbit + 250mbit) / (1 second) = 250.5mbit.


So... which client do you let spend more airtime? Obviously, letting clients with stronger signals / faster transmit abilities use the channel will increase network throughput, but at the same time, starving out the slow clients entirely is inappropriate too. They are on your network presumably because they want network connectivity! These decisions are part of the secret sauce of AP's, and you'll see a number of marketing names used to describe it (such as Airtime Fairness, Throughput Fairness, and various QoS schemes).

Be careful about saying:
Beyond that, remember that wifi is a shared spectrum. On a particular channel, only one person can be talking at once. So there's finite airspace.
MU-MIMO (SDMA) allows more than one client to talk at the same time 🙂

Also Throughput Fairness is the old DCF MAC issue and is certainly not secret sauce...

john_d
Valued Contributor II
Sorry, forgot my 802.11ac wave 2 caveats 🙂

(It'd be nice if ATF were supported on Ruckus AC AP's, but it sounds like it's slated for the next ZF release)

Note: ATF is just not supported on the 5GHz radios on the newer 802.11ac AP's, the 2.4GHz radios are fine and they all support ATF.

I've heard that ATF might be in 3.5 on SCG, unsure as to ZD code