Inspect IPv4 or IPv6 networks from an address and CIDR prefix. The results include address boundaries and the detailed representations commonly needed for routing, firewall, DNS, and network-planning work.
Formula
network = IP AND subnet mask
broadcast = network OR wildcard mask
IPv4 total addresses are 2^(32 − prefix). IPv6 total addresses are 2^(128 − prefix).
Examples
43.241.146.32/24
The network is 43.241.146.0, broadcast is 43.241.146.255, and the conventional usable range is 43.241.146.1–254: 254 usable hosts.
IPv6 documentation address /64
2001:db8:85a3::8a2e:370:7334/64 belongs to 2001:0db8:85a3:0000:: and contains 2⁶⁴ addresses.Calculator results describe address math. Confirm allocation, reserved ranges, and point-to-point behavior against the standards and your network platform.