Subnetting is the process of dividing a larger IP network into smaller, more manageable segments. Every IPv4 address consists of a network portion and a host portion. The CIDR prefix (the number after the slash) tells you how many bits belong to the network. A /24 means 24 bits are the network, leaving 8 bits for hosts, giving 256 addresses (254 usable after reserving the network and broadcast addresses).
This calculator takes any IPv4 address and CIDR prefix and instantly computes all the values you need: the network address (the first address in the subnet), broadcast address (the last), first and last usable host addresses, subnet mask in dotted decimal, wildcard mask for Cisco ACLs, total address count and usable host count. The binary subnet mask display shows exactly which bits are network bits (1s) and which are host bits (0s), which is essential for understanding subnetting rather than just copying numbers.