false reading on speedtest.net
Why does my 4mbit internet connection read as 12 or more on speedtest.net? Doesn't happen on other VPN providers. I can get the real number by using testmy.net
Is this an error? Or dishonesty?
Also, PrivateInternetAccess seems to disconnect/reconnect if you've been online for too long. This morning I woke up and my test was complete: doesn't happen with AirVPN.
Comments
You say that multithreading should make speedtest.net better than testmy.net. Fine. How much bandwidth are you pushing? Enough to matter for even a cheap multicore netbook to matter is doubtful.
Just how much overhead do you think is involved in the networking side of things? 1% of one core is more than enough for an unencrypted connection maxing out a gigabit Ethernet setup. How about with the VPN running AES-256 as the cipher, SHA-256 as the hash, and RSA-2048 as the authentication?(Not that the authentication would matter more than once per session unless you lost your connection to the VPN.) You could in that case choke a single core on a slow CPU. But in that case your statement of a multithreaded setup working better would be correct.
But that is dependent upon higher speed networks than most people have access to.
This is just a hypothesis. Please feel free to ignore it.
All I can think of is that the data is sent in such a way that the header compression that PIA uses in the openvpn connection is accounting for the large increase.
If many udp packets are sent with very short length, such that the header makes up a significant percentage of the size of the packet, could header compression make it seem as though speed is that much higher?
So yes. Without a doubt if many tiny packets are sent, the compression could easily make it look like you had many times the bandwidth.
(I believe LZO is the same actual compressor as LZMA. If not then I could easily be overstating it's potency.)
*Edit* Nope. I somehow missed it the first search. Here is LZO on Wikipedia.