Calculadora CIDR / Subred

Calcula subredes IPv4 desde notación CIDR. Red, broadcast, máscara, rango de hosts y vista binaria.

Example: 10.0.0.0/16, 172.16.5.0/24, 203.0.113.42/29
Introduce un valor arriba para ver el resultado.

What is this for?

CIDR (Classless Inter-Domain Routing) notation packs an IPv4 address and its subnet size into one string: 192.168.1.0/24 means "the address 192.168.1.0 with a 24-bit network prefix" — the same network as the older 255.255.255.0 mask, but written in 12 characters instead of 30. This tool decodes any CIDR into the human-meaningful values: which addresses are in the subnet, the broadcast, the mask in dotted form, and the host range you can actually assign to devices.

When to use it

Quick CIDR cheat sheet

Common gotchas