流量单位转化
#714
Replies: 1 comment
为什么是 GiB,Mbps 又怎么换算成 MB/s?GiB 中间的 i 表示采用二进制计量:
两者都是容量单位,只是换算方式不同。 带宽单位中的小写 b 表示“比特”,大写 B 表示“字节”,8 bit = 1 Byte。平台所有带宽数值均按 Mibps 计算;出于页面美观考虑,部分位置可能显示为 Mbps,但数值含义不变。 1 Mibps = 1024 Kibps = 1024 × 1024 bps ≈ 1.05 Mbps 换算为每秒传输的容量: 1 Mibps = 0.125 MiB/s ≈ 0.131 MB/s 例如,页面显示 10 Mbps 时,实际表示 10 Mibps,理论传输速度约为: 1.25 MiB/s,约等于 1.31 MB/s 实际速度还可能受到网络状况、传输协议等因素影响。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
软件上的流量使用情况,单位看不懂

可以转化为MB/s和MB或GB吗?
就按硬盘存储大小那个单位计算
All reactions