CIDR / 子网计算器
将任意 IPv4 CIDR 块拆解为网络地址和广播地址、可用主机范围、主机数量和子网掩码。完全在你的浏览器中运行。
网络CIDR 计算器
分析单个 IPv4 CIDR 块:网络、广播、掩码和主机范围。
本地运行,不向任何服务器发送任何内容。
What this page needs
Runs in your browserAPI-ready
This tool computes entirely on your device, so nothing you type is sent anywhere. That local computation needs JavaScript; CSS is used for layout and theming.
This tool is built to also work over an HTTP API. Processing is currently off, so the API is documented but not served; when it is switched on, you will be able to call it without a browser.
工作原理
All results are computed locally from the address and prefix you enter, using standard IPv4 addressing arithmetic. Nothing is looked up remotely and nothing is sent anywhere.
标准与来源
- RFC 4632 (CIDR)Classless Inter-Domain Routing address aggregation
- RFC 1918Private address ranges
- RFC 791 (IPv4)The Internet Protocol