If this is your first visit, You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I've tried a bunch of different ones, and I usually get 1.5mb a sec as an average download speed -- But when actually downloading something I've never gotten faster than 200kb/s.. For anything
anyone know why?
my line here is DSL
My rated line is 4mb/s but i get around 390-460kB
your line is rated in bits not bytes.
so as a good guide divide your line speed by 10 to get your KB/s download as all browsers show you, and most stuff.
for a 1.5mb line 200 is above average.
also mine the speed of the download source maters as well.
Actually you don't need to worry about the 1024 conversion for network speed. The 1024 conversion is only used when using binary positional math with measurements i.e. hard drive and memory storage.
Network speed is measure in Mbps which is a raw measurement of the number of bits that are transferred in a second, usually contained in a 1500 KB packet. So you're actually doing better than the avg 1.5 Mbps connection, probably due to jumbo packets.
[IMG]http://thepebkac.net/images/sigs/Outdoors_sig.jpg[/IMG]
Like the community? Donate here:
[URL="http://www.cainslair.com/misc.php?do=donate"]http://www.cainslair.com/misc.php?do=donate[/URL]
Actually you don't need to worry about the 1024 conversion for network speed. The 1024 conversion is only used when using binary positional math with measurements i.e. hard drive and memory storage.
Network speed is measure in Mbps which is a raw measurement of the number of bits that are transferred in a second, usually contained in a 1500 KB packet. So you're actually doing better than the avg 1.5 Mbps connection, probably due to jumbo packets.
Actually you do have to worry about the 1024 conversion. Although it dosn't really matter on some level Two things need to be clarified here. At the Ethernet level you have something called a frame. At the IP level you have something called a packet. IP packets are encapsulated in an ethernet frame. Basically when you send data over Ethernet the data is wrapped into a frame. The network will only deal in frames of a certain size. If the data is to small to fill up a frame the network card driver fills pads out the frame to fill to the proper size. All frames are based on powers of power of 8. The smallest frame size is 64 and it progress upwards like so 64 128 256 512 768 1024 1280 1518. Jumbo frames aare frames that are larger than 1518 and are usually only used in fiber links or 10GB network links. Whats this mean. It means that the largest single pulse of data you can send is 1518 bytes. Another thing to note is that when you transfer files you are most likely using TCP protocol. TCP has built in error handling (you want to make sure you get the file correctly) This error handling adds like 10% to 20% overhead in the data pipe. Meaning instead of sending more data (i.e pr0n) your machine and the server are exchanging data saying yes I got that packet ok. This is known as TCP overhead. Just using TCP you won't get your full bandwidth for data as some of it is used for error checking.
Well, there is this one site which converts the speed they test to the dl speed you should be getting. I forgot the site name but I got just 1200 kb/s on the site and they told me that my d/l speed is 120kb/s (my norm is 150-160kb/s) so yeah.
Well, there is this one site which converts the speed they test to the dl speed you should be getting. I forgot the site name but I got just 1200 kb/s on the site and they told me that my d/l speed is 120kb/s (my norm is 150-160kb/s) so yeah.
For all you lazy people here is a cool converting tool. I believe that you would type in the speed your ISP tells you in the "Mbps" slot, click convert, and then look down at the "Byte-based" section for the useful stuff.
"When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a Communist."
- Dom Helder Camara
Comment