2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

BPSの通信量の話

Last updated at Posted at 2016-02-15

ビット/秒

ビット/秒と書いたり、英語の"bits per second"を略してbpsやb/sと書いたりする。

バイト/秒

バイト/秒と書いたり、bを大文字にしてBpsまたはB/sと書くことによってバイト毎秒として扱われる場合も多い

変換方法

1biteは8bitなのでバイト/sにする場合は、変換が必要。
8Mbps → 1MBps
10Mbps → 1.25MBps

1.25MBpsの場合

ファイル容量 転送時間
12.5M 10秒
125M 100秒
1000M(1G) 800秒(14分)

12Mのファイルを転送するのに、10秒かかる。
100Mだと100秒かかる。
1Gだと14分かかる。

日本はネットワークが速いので、開発者が普段から意識することはないと思いますが、知っているにこしたことはない話です。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?