IP Subnet Calculator
Calculate network address, broadcast, and host range from an IP address and CIDR prefix.
IP Address / CIDR
Calculate network address, broadcast, and host range from an IP address and CIDR prefix.
IP Address / CIDR
Related Tools
Subnetting divides an IP network into smaller networks. Whether you are configuring a home router, designing VPC subnets in the cloud, or writing firewall rules, the same arithmetic applies.
192.168.1.10/24 means: the address is 192.168.1.10, and the first 24 bits (192.168.1) identify the network. The remaining 8 bits give 2⁸ = 256 addresses, from .0 (network) to .255 (broadcast).
Cloud providers reserve extra addresses per subnet (AWS reserves 5, for example), so a /28 in a VPC yields 11 usable addresses, not 14. Always check your provider's documentation when sizing subnets.