Enter an IPv4 CIDR block to get full subnet details instantly.
CIDR (Classless Inter-Domain Routing) notation describes a block of IP addresses as address/prefix. The prefix length (0–32) specifies how many bits are fixed for the network portion; the remaining bits identify individual hosts within that subnet.
For example, 192.168.1.0/24 has 24 network bits and 8 host bits, giving 256 total addresses (254 usable hosts).
Network Address: The first address in the block (all host bits = 0). Not assignable to a host.
Broadcast Address: The last address in the block (all host bits = 1). Not assignable to a host.
Subnet Mask: The network bits expressed as an IPv4 address (e.g. 255.255.255.0 for /24).
Wildcard Mask: The inverse of the subnet mask. Used in ACL configurations.
Usable Hosts: Total hosts minus 2 (network and broadcast). A /31 and /32 are special cases.
IP Class: The traditional classful class (A/B/C/D/E) based on the first octet.