How it works
The calculator keeps the parent VPC network intact, then adds enough subnet bits to split the range into equal blocks.
Subnet prefix: parent prefix + log2(subnet count)
Subnet size: 2^(32 - subnet prefix)
Networking / United States
Start from a VPC CIDR, choose how many equal subnets you want, and see the CIDR, subnet mask, network, broadcast, usable range, and AWS usable IP count for each subnet.
Equal subnet splitting needs a power-of-two count like 2, 4, 8, or 16.
Each subnet card shows the CIDR, mask, network and broadcast addresses, usable range, and AWS usable IP count.
The calculator keeps the parent VPC network intact, then adds enough subnet bits to split the range into equal blocks.
Subnet prefix: parent prefix + log2(subnet count)
Subnet size: 2^(32 - subnet prefix)
10.0.0.0/16 split into 4 subnets produces four /18 ranges.
That means 10.0.0.0/18, 10.0.64.0/18, 10.0.128.0/18, and 10.0.192.0/18.