How does distance from the source (router) affect wireless transmissions?

1

As I move away from my wireless router my download speed decreases. However, I have read some conflicting arguments where they claim that, at least theoretically, the download speed should not be affected. Can someone elaborate?

Isopycnal Oscillation

Posted 2013-07-25T22:54:15.873

Reputation: 462

Answers

2

If you get further away from your wireless access point things will certainly start to go slower. But with some exceptions.

When a wireless client connects to the AP the two devices negotiate a speed that they can communicate. Wireless have a fixed set of speeds they can communicate at. A range that could be between 2Mb/s up to 600Mb/s on 802.11n gear. You can think of these ranges kind of like gears in a car. If a device can't communicate at the fastest wireless speed it may fall back to a slower speed, if that is better.

Here is where an exception comes in, that lends some truth to what seems to be confusing you. Access points can be configured to not permit you to drop below a certain link speed. This is done, to prevent one device on the network from slowing all devices down. Since a single wireless radio basically has to operate at the speed of the slowest device connected.

But lets say your wireless speed is fixed and unchanging. As you get further away you will probably start dropping/missing IP packets. If and when this happens TCP/IP will slow things down while it waits for re-transmissions and so on.

Zoredache

Posted 2013-07-25T22:54:15.873

Reputation: 18 453

Uh...last I checked, if a slow device connects it doesn't slow down the rest of them...just the device that connected. Granted, it'd slow the connection between other devices and that slower device, but the AP doesn't get "slower" as a whole. – Nathan C – 2013-07-25T23:16:31.067

@NathanC, you may be right, I have always been a bit fuzzy on that particular detail. I do know that slow device will change the effective speed of other devices while they wait for the slower device to communicate. I wish I could find a good reference that described exactly what happens in detail. – Zoredache – 2013-07-25T23:22:20.553

0

The download speed will be affected because the signal is weaker. To compensate, your wireless card will throttle down the connection speed to the router to reduce the chance of corruption and dropped packets.

So, worse signal = slower.

Nathan C

Posted 2013-07-25T22:54:15.873

Reputation: 2 522