IPv4 Subnet Calculator

CIDR/subnet breakdown with network, broadcast, host range, and class

Subnet Input

Subnet Details

Network Address
10.0.0.0
Broadcast Address
10.0.0.255
First Usable Host
10.0.0.1
Last Usable Host
10.0.0.254
Netmask (dotted)
255.255.255.0
Netmask (hex)
0xFFFFFF00
Wildcard Mask
0.0.0.255
CIDR Prefix
/24
Total Addresses
256
Usable Hosts
254
Address Class
A

About IPv4 Subnetting

CIDR Notation

CIDR (Classless Inter-Domain Routing) uses the format IP/prefix, where the prefix is the number of leading 1 bits in the subnet mask. A /24 equals 255.255.255.0.

Usable Hosts

Most subnets reserve the network and broadcast addresses, leaving 2^(32-prefix) - 2 usable hosts. /31 point-to-point links (RFC 3021) and /32 single hosts are special cases with no reserved addresses.