Calculadora de subred
Calcula información de subred a partir de una dirección IP y notación CIDR. Obtén la dirección de red, broadcast, rango de hosts, máscara de subred y más.
Ingresa una dirección IP con prefijo CIDR, ej. 192.168.1.0/24
| Dirección de red | 192.168.1.0 |
| Máscara de subred | 255.255.255.0 |
| Dirección de difusión | 192.168.1.255 |
| Primer host utilizable | 192.168.1.1 |
| Último host utilizable | 192.168.1.254 |
| Máscara comodín | 0.0.0.255 |
| Total de hosts | 256 |
| Hosts utilizables | 254 |
| Clase IP | C |
| Tipo de dirección | Privada |
Representación binaria
Dirección IP: 11000000.10101000.00000001.00000000
Máscara de subred: 11111111.11111111.11111111.00000000
Red: 11000000.10101000.00000001.00000000
Cómo usar
Calcula información de subred a partir de una dirección IP y notación CIDR. Obtén la dirección de red, broadcast, rango de hosts, máscara de subred y más.
- 1Type an IP address with its CIDR prefix into the input field — for example, 192.168.1.0/24. Or click one of the example buttons below the field to auto-fill a common network.
- 2The calculator instantly shows the network address, subnet mask, broadcast address, first and last usable hosts, total and usable host counts, IP class, and whether it is a private or public range.
- 3Check the Binary Representation section at the bottom to see the IP address, subnet mask, and network address in dotted binary notation — useful for visualizing how the subnet mask splits the address.
- 4Use the wildcard mask output directly in Cisco ACLs or OSPF configurations.
- 5Try the quick-fill examples (10.0.0.0/8, 172.16.0.0/12, etc.) to compare class A, B, and C subnets side by side.
Características
- Instant CIDR calculation — network address, mask, broadcast, and host range appear as you type
- Binary representation — see the IP and mask in dotted binary to understand bit-level subnet logic
- Wildcard mask output — ready to paste into Cisco ACLs and routing configurations
- Private/public detection — identifies RFC 1918 private address ranges automatically
- Example quick-fill — common subnets (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/24) to explore immediately