Calculate network address, broadcast address, subnet mask, wildcard mask, host range, and usable hosts for any IPv4 CIDR notation. Essential tool for network engineers, sysadmins, and networking students preparing for CCNA or CompTIA Network+ exams.
IPv4 Subnetting Explained
Subnetting divides a network into smaller segments, improving security, performance, and address allocation. Each subnet is defined by a network address and a prefix length that determines how many bits identify the network vs. the hosts.
CIDR Notation and Subnet Masks
CIDR notation (e.g., /24) replaced classful addressing to allow flexible allocation. A /24 corresponds to subnet mask 255.255.255.0, providing 254 usable hosts. Longer prefixes create smaller subnets with fewer hosts.
Wildcard Masks and Network Configuration
Wildcard masks are the inverse of subnet masks and are used in Cisco ACLs and OSPF configurations. For example, a subnet mask of 255.255.255.0 has a wildcard mask of 0.0.0.255, matching any address in that /24 block.