headstrong said:
Hi guys
Why does 192 downloads @ +- 20kbps?
And 56k download @ +-3 kbps?
Is telkom lying to us or whats the story?
What speeds can i Expect to get if I order 1024 or 512 etc?
Thanks alot
192K = 192 kpbs (
kilobits/second)
56K = 56 kbps (
kilobits/second)
There are 8 bits per byte so :
192K (kbps) / 8 = 24 KB/sec (kilo
bytes/second)
56K (kbps) / 8 = 7 KB/sec (kilo
bytes/second)
But wait that's not all ... (I'll try keep this simple)
Every packet of data sent and received over a TCP/IP network contains a header.
The header contains information such as the sender address, destination address, time to live counter, CRC error checksums, etc. which is needed for routing and other things too complex to mention. Without this header all the routers on the Internet wouldn't know where to send your data.
Then there is also the fact that some packets will get lost or garbled by noise and interference on the line which will require resends.
So there is a
protocol overhead for all the data sent and received as well as some
packet failures. If you combine the two it works out to more or less 2 bytes for every 8 bytes of data sent/received.
So one should divide by 10 to get a more accurate idea of the speed to expect.
192K (kbps) / 10 = 19.2 KB/sec
56K (kbps) / 10 = 5.6 KB/sec
Your line is doing just fine.
Paul