What CIDR means
CIDR combines an IP address with a prefix such as /24. The prefix tells you how many bits belong to the network.
Instructions / Networking
Use this guide to understand CIDR notation, subnet masks, host counts, and AWS VPC subnet rules.
CIDR combines an IP address with a prefix such as /24. The prefix tells you how many bits belong to the network.
The subnet mask shows which part of the address is the network. The broadcast address is the last IP in the block for standard IPv4 subnetting.
Standard IPv4 subnets usually subtract network and broadcast addresses. /31 and /32 are special cases and are handled explicitly.
AWS reserves the first four IP addresses and the last IP in every subnet. For AWS VPC design, use subnet sizes from /16 through /28.
Input: 10.0.1.15/24
Canonical CIDR: 10.0.1.0/24
Subnet mask: 255.255.255.0
Usable addresses in standard mode: 254
This calculator currently focuses on IPv4. It does not split one CIDR into multiple subnets yet, and it does not check for overlap between two separate CIDRs.