CIDR計算ツール
N台のホストを収容できる最小のCIDRブロックを見つけます。IPの割り当てを効率的に計画できます。
| 収まる最小の CIDR 50 ホスト | /26 |
| 合計アドレス数 /26 | 64 |
| 使用可能ホスト | 62 |
| 無駄なアドレス空間 | 12 |
このツールの使い方
- 1
Type the number of hosts you need to address into the 'Hosts needed' field.
- 2
Read the 'Smallest CIDR fitting' row to get the prefix length (for example /26).
- 3
Check the 'Total addresses' and 'Usable hosts' rows to confirm the block is big enough.
- 4
Look at the 'Address space wasted' row to see how many addresses you would leave unused at that prefix.
CIDR計算ツールとは何ですか?
ネットワークを計画するときは、ホストの台数から出発して、逆算してCIDRプレフィックスを求めます。サブネット分割には2のべき乗が必要です。50台のホストを収容するには少なくとも64個のアドレス(ネットワーク/ブロードキャスト用に2個が予約される)が必要で、これは/26に相当します。このツールは、指定したホスト数を満たす最小のCIDRを計算します。
よくある活用例
Sizing a new office VLAN by entering the expected device count and picking the prefix that leaves a little headroom.
Quickly checking whether a /24 is overkill for a subnet that only needs 30 hosts.
Comparing the wasted-address count across host estimates before you carve up a parent block.
Teaching subnetting students why 50 hosts needs 64 addresses and not 50.
Planning IP allocation for a fleet of IoT devices and confirming the block will not run out as you scale.
Sanity-checking a colleague's subnet proposal by reproducing the host-to-prefix math in seconds.
よくある質問
なぜ2を引くのですか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。