Calculate your network address, broadcast address, and host range instantly. Plan your subnets for AWS, Azure, or corporate LANs with precision.
AI Overview
A Subnet Calculator uses binary logic to divide an IP network into smaller segments. By providing an IP and a CIDR prefix (like /24), it identifies the usable IP range for devices. This tool is essential for VPC planning and network security segmentation.
Subnetting is the strategy used to divide a large physical network into several smaller logical sub-networks. This is critical for improving network performance and security. By keeping traffic within a specific subnet, you reduce congestion and ensure that sensitive data is isolated from other parts of the network.
Pro Tip: In every subnet, the first IP (Network ID) and last IP (Broadcast) are reserved. You can only assign the "Usable Host" range to your devices.
Our tool simplifies the complex binary math required for subnetting. Just enter your Base IP and choose a prefix length. For example, selecting /24 results in a subnet mask of 255.255.255.0 and provides 254 usable IP addresses.
What is CIDR?
CIDR stands for Classless Inter-Domain Routing. It replaces the old Class A/B/C system with a flexible "slash" notation like /24.
Why does AWS reserve 5 IPs?
Unlike standard networking which reserves 2, Amazon Web Services reserves 5 IPs for internal routing, DNS, and management purposes.
Can I calculate IPv6 subnets?
This tool is designed for IPv4. IPv6 subnetting usually involves /64 prefixes and handles millions of hosts.