Home » Questions » Computers [ Ask a new question ]

What is the difference between bandwidth and download speed

What is the difference between bandwidth and download speed

I have an internet connection that provides a bandwidth of 256 kbps. However, when I download a file, the downloading software displays numbers like 30 kbps, 40 kbp etc. and keeps changing. I have never seen it showing 256 kbps. What I want to know is that even though I have a connection which has 256 kbps bandwidth, when somthing is being download it doesn't use the full 256 kbps bandwidth. I want to know what do the numbers 30 kbps, 40 kbps indicate ? Do they indicate speed. Please help me to understand this.

Asked by: Guest | Views: 344
Total answers/comments: 2
Guest [Entry]

"The distinction here is bits per second and bytes per second.

Your internet connection speed is 256 kbps (note the small 'b'), which is 256 kilo bits per second.

There are 8 bits in a byte, which is how most applications will report how they're downloading. So 256 kbps is equivalent to 256 / 8 kBps which is kilobytes per second which is 32 kBps. In this case, note the large B to denote BYTES.

Your internet connection of 256 kbps is raw bandwidth. Every time you make a connection, there is supplemental information sent and received. These are generally protocol specific headers / additional information (e.g. TCP headers / HTTP headers) and they add overhead to the overall communication reducing (normally only by a small amount, but still reducing) the total amount of bandwidth you have available for raw downloading of data.

http://en.wikipediadotorg/wiki/Bit_rate

http://en.wikipediadotorg/wiki/Bandwidth_(computing)"
Guest [Entry]

Phil's answer largely covers this. The reason for the changing speed is due to the way the TCP protocol implements congestion control, it's fine and expected for this to constantly change.