Conversion of network speed

1. Concept
bps: Bits per second, which means how many bits are transmitted per second
Bps: Bytes per second, which means how many bytes are transmitted per second
2. Conversion
1B=8b (B is a byte, b is a bit)
1M =1024K
3. Actual calculation
. The bandwidth provided by operators is 100M, 200M and the like, in fact, the unit is bps, which is different from the Bps we are used to. It needs to be converted
200Mbps=(200/8)MBps=25MBps

Guess you like

Origin blog.csdn.net/qq_44933518/article/details/106886931