IP Subnet Calculator

Calculate network address, broadcast, host range, and more from any IP and CIDR prefix. Includes binary representation and common presets.

8,200 AI Tokens Used
Feb 6, 2026 Created
developernetworking
Categories
/
Network Address
192.168.1.0
Broadcast Address
192.168.1.255
Subnet Mask
255.255.255.0
Wildcard Mask
0.0.0.255
First Usable Host
192.168.1.1
Last Usable Host
192.168.1.254
Usable Hosts
254
CIDR Notation
192.168.1.0/24
IP Class
C
IP Address:11000000.10101000.00000001.01100100
Subnet Mask:11111111.11111111.11111111.00000000
Network 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.
AI
Claude AI Model
#
8,200 Tokens Used
100%
AI-Generated Code Origin