in network terminology 1 Kb = 1000 bits, and 1 Mb = 1,000,000 bits
in computer terminology 1 KB = 8192 bits ( = 1024 x 8 ), and 1 MB = 8,388,608 bits ( = 1024 x 1024 x 8 )
so if 10 Mb/s (network) = 10,000,000 bits ( = A )
and 1 MB = 8,388,608 bits ( = B )
A is the amount of bits per second
B is the amount of bits per MB
A / B = is the amount of MB per Mb
and A / B = 1,192 MB/s
all using calculator.exe 🙂
note:
1) Network terminology uses a different size for Kilo and Mega and Giga and Tera, because when telcos first entered the digital era, they didn't think it had anything to do with computers or data, all they did was push bits of audio stream over a wire...
That's also why they (still) calculate everything in bits and not in bytes.
2) Network technology is notorious for not using multiples of 2.
example: phone lines (POTS) sample audio in 7 bit at 8 KHz = 56 Kb/s ( = 6,84 KB/s ). Notice how the Kilo comes from KHz and in KHz ( as in all other scientific notations, except computers ), Kilo equals 1000.
<<Every network performance tool that I've ever used has used 1KB=1024 bytes.>>
Which is perfectly normal...since it's a computer program made by computer people who - correctly - respect the use of computer units.