290 views
2 votes
2 votes
I am very much confused in between 1MBps and 1MB when we talk in 1MBps then we are taking 1MBps=10^6 byte

and some time

in MB we take 2^20byte  so please can anyone help me out from this when to select which one I am very much confused!!!

1 Answer

Best answer
2 votes
2 votes

When everything is in binary.. Like memory.. we use 210.. when the rest units are in decimal.. like bandwidth.. so we multiply 10

1MBps = Mega Bytes per seconds so it is bandwidth ,  for bandwidth we use 106

like to convert KBPS to BPS we use 103 but for KB to B we use 210 .

For transferring data we use 210 

1MB  is data transfer so we use 220  , because data exist in 0 or 1 ( binary) so 2n, where n is bit.

selected by

Related questions

0 votes
0 votes
2 answers
1
paarthsinghrathore asked Aug 21, 2023
261 views
When to convert ‘K’ or ‘M’ as power of 2 vs power of 10?Ex – 4K as $^{2^{12}}$ or 4*10^3?
0 votes
0 votes
0 answers
2
kanakjyoti asked Sep 1, 2022
95 views
Why ALU can’t accept operand directly from input/output devices ?
0 votes
0 votes
0 answers
4
srestha asked Oct 2, 2017
428 views
How block offset is different from block address?What is set index? Can we calculate set size or associativity of set from set index?