Working out download rate

Associate
Joined
31 Mar 2012
Posts
499
Location
Northern Ireland
Little bit of help needed please:

Connection = 33.08Mbps
File size = 124KB

How long to download and to (3sf)?

Is it the file size / speed?

Am i right in thinking 33.08Mbps = 33080000 bits (or 33.08 x 10n6), &
124kb = 1015808 bits

So 1015808 / 33080000 = 0.0307 seconds = 0.01seconds (3sf) or just 0.03?
 
I'm assuming 33.08 is what speed tests reports, which is in bits (b), not bytes (B). In bytes that would be 4.135 mB/s or 4234.24 kB/s (1024 B = 1 kB).

Assuming 124 is also in bytes, then it would take 0.0293 (3 s.f.) seconds to transfer.
 
I'm assuming 33.08 is what speed tests reports, which is in bits (b), not bytes (B). In bytes that would be 4.135 mB/s or 4234.24 kB/s (1024 B = 1 kB).

Assuming 124 is also in bytes, then it would take 0.0293 (3 s.f.) seconds to transfer.

yea, the transmission speed is indeed bits per second, not bytes and the file size is KiloBytes.

So where am i getting 0.0307 rather than 0.0293?
 
You did:

33.08Mbps = 33080000 bits (or 33.08 x 10n6)

Which is wrong, you left it in bits and you did 1 kilobit =1000 bit instead of 1 bit =1024 kilobit.

Converting it to megabytes, then turning it into kilobytes will give 4234.24 kB.

124 kB / 4234.24 kB = 0.029285... or 0.0293 in 3 sig figs.
 
You did:



Which is wrong, you left it in bits and you did 1 kilobit =1000 bit instead of 1 bit =1024 kilobit.

Converting it to megabytes, then turning it into kilobytes will give 4234.24 kB.

124 kB / 4234.24 kB = 0.029285... or 0.0293 in 3 sig figs.

Of course, storage = 1024 and transmission - 1000

So what i should do is:

33.08 / 8= 4.135 * by the storage rate of 1024, not 1000 which = 4234.24

then the file size of 124 KB / 4234.24 = 0.029285 (0.0293) 3SF
 
Last edited:
I believe with transmission it's still 1024, since computers work in base 2 not base 10.

I dont think so. What i mean is, and what I think djkav was eluding to is:

In regards to data storage, 1kB(kiloByte) = 1024Bytes and in transmission terms, 1kb (kilobit) = 1000kb =1 Megabit.
 
I don't think he was...?

The only time I've seen 1=1000 used is with marketting. Even speed tests uses 1 kbit = 1024 bit.
 
0.0307s

Data rates have always been in powers of 10.

So as i originally said then.

im just confused :confused: im doing my course through OU and had a face to face class yesterday and my module teacher, a maths teacher by trade says its 1024 for storage and 1000 for transmission.

What do you mean for marketing?
 
Last edited:
So as i originally said then.

im just confused :confused: im doing my course through OU and had a face to face class yesterday and my module teacher, a maths teacher by trade says its 1024 for storage and 1000 for transmission.

What do you mean for marketing?

Marketing as in they use mbits instead of megabytes for impressive numbers, but it's really because that's what is used for data rates so it's not really used for that reason imo.
 
Back
Top Bottom