IP Subnet Calculator
Calculate network address, broadcast, host range, and more from any IP and CIDR prefix. Includes binary representation and common presets.
/
IP Address:
11000000.10101000.00000001.01100100Subnet Mask:
11111111.11111111.11111111.00000000Network Bits:24 bits
Host Bits:8 bits
About IP Subnetting
Network Address: The first address in a subnet, identifies the network itself.
Broadcast Address: The last address, used to send to all hosts on the subnet.
CIDR Notation: Compact way to specify a subnet using /prefix (e.g., /24 = 256 addresses).
Wildcard Mask: Inverse of subnet mask, used in ACLs and routing protocols.
All calculations happen locally in your browser.
How This Tool Was Built
This tool was created entirely by AI. Here's the exact prompt used to generate it:
Prompt Used
Create an IP Subnet Calculator tool with these features: 1. Input for IP address and CIDR prefix 2. Calculate network, broadcast, host range, wildcard mask, IP class 3. Binary representation 4. Common subnet presets 5. Validate IP address format Make it informative with blue as the accent color.
Claude AI Model
8,200 Tokens Used
AI-Generated Code Origin