What bandwidth actually measures
Bandwidth is the ceiling on how much data a connection can carry per second — think of it as the width of a pipe, not the pressure pushing water through it. A 100 Mbps connection can, in theory, move 100 megabits of data every second. Whether it actually does depends on the server on the other end, how many devices are sharing your Wi-Fi, and the protocol wrapping your data.
このツールは、そのパイプについて人々がよく抱く 6 つの質問に対応します。転送にかかる時間、目標時間を達成するために必要な帯域幅、特定のウィンドウ内で移動できるファイルの大きさ、オーバーヘッドを考慮すると実際に得られる速度、今日の一般的な接続タイプの比較、特定の使用例で実際に必要な帯域幅はどれくらいかということです。
ビット、バイト、および一見しただけでは計算が一致しない理由
Here's the mix-up that catches almost everyone at least once: internet plans are sold in megabits per second (Mbps), but file sizes are shown in megabytes (MB). One byte is 8 bits, so a "100 Mbps" connection moves a maximum of 12.5 megabytes per second, not 100. Forget that, and every transfer estimate you make by eye will be off by roughly 8x.
There's a second, quieter mismatch buried in file sizes themselves. This calculator treats KB, MB, GB, and TB the way operating systems typically do — as binary units where 1 KB = 1,024 bytes — while bandwidth units (Kbps, Mbps, Gbps) follow the decimal convention networking equipment uses, where 1 Kbps = 1,000 bps. Both conventions are standard within their own domain; the trick is not to mix them up when converting by hand.
| ユニット | Equals |
|---|---|
| 1 バイト | 8 ビット |
| 1 KB | 1,024 バイト |
| 1 MB | 1,024 KB |
| 1 GB | 1,024 MB |
| 1 Kbps | 1,000 bps |
How to work out download time by hand
中心となる式は単純な除算です。ただし、最初に両側を同じ単位 (ビット) に変換します。これは、帯域幅が引用されているためです。
Transfer time = File size (bits) ÷ Bandwidth (bits per second)
Take a 100 MB file over a 100 Mbps connection. Convert the file to bits: 100 MB × 8 = 800 megabits. Divide by the 100 Mbps line speed: 800 ÷ 100 = 8 seconds. That's the theoretical best case — before any protocol overhead is subtracted, which is a separate step covered below.
Flip the same formula around and you get the other two calculation types on this page: divide file size by a target time to find the bandwidth required, or multiply bandwidth by time to find how much data fits in a given window.
Real-world speed: why protocol overhead matters
定格帯域幅全体を使用可能なデータとして提供する接続はありません。すべてのプロトコルは、実際にファイルを伝送するのではなく、転送の信頼性を維持するヘッダー、チェックサム、確認応答に各パケットの一部を費やします。これは、インターネット プランの数値とダウンロードの進行状況バーに表示される数値との差です。
| プロトコル | Typical overhead |
|---|---|
| UDP | ~5% |
| FTP | ~8% |
| TCP/IP | ~10% |
| HTTP | ~12% |
| HTTPS | ~15% |
HTTPS の 15% は暗号化税です。トラフィックのプライベートを保つための追加のハンドシェイクと暗号化レイヤーにより、プレーン HTTP よりもオーバーヘッドが少し追加されます。同じ 100 MB / 100 Mbps の例を HTTPS 経由で実行すると、実効速度は 85 Mbps に低下し、理想的な 8 秒が 9.4 秒強に伸びます。 1 つのファイルではわずかな違いですが、大規模な転送では増加します。
How common connection types compare
比較モードでは、8 つの一般的な接続速度を並べてファイル サイズを実行するため、抽象的な Mbps 数値だけではなく、具体的な秒と分でギャップを確認できます。
| 繋がり | 定格速度 |
|---|---|
| Dial-up | 56 Kbps |
| DSL | 8 Mbps |
| ケーブル | 100 Mbps |
| 4G LTE | 50 Mbps |
| ファイバ | 500 Mbps |
| Gigabit / 5G | 1,000 Mbps |
| 10 ギグ | 10,000 Mbps |
A 1 GB file that takes over a day and a half on Dial-up clears in under a second on a 10 Gig line — the same file, a nearly 180,000x difference in wait time.
How much bandwidth do you actually need?
Rather than guessing, the recommendation mode starts from a baseline Mbps figure per person per activity, multiplies it by how many people and concurrent streams you have, then adds 20% headroom so ordinary background traffic — updates, notifications, a second tab — doesn't push you right to the edge:
| 使用事例 | Baseline (per person, per stream) |
|---|---|
| 電子メール | 1 Mbps |
| Web browsing | 2 Mbps |
| Video calls | 4 Mbps |
| HD streaming / online gaming / general use | 5 Mbps |
| リモートワーク | 10 Mbps |
| 4K streaming | 25 Mbps |
A household with 4 people each streaming HD video at once needs roughly 5 × 4 × 1.2 = 24 Mbps to stay comfortable — which rules out DSL and points toward Cable or Fiber. If you're setting up a home network and want to check the addressing side of things too, the IP Subnet Calculator それをカバーします。
出典と詳細情報
このページは一般的な参照のみを目的としています。実際の転送速度は、特定のネットワーク、ハードウェア、サービス プロバイダーによって異なります。ミッションクリティカルなものについては、必ず独自の接続でテストしてください。