Calculateur de sous-réseau
Calculez les informations de sous-réseau à partir d'une adresse IP et d'une notation CIDR. Obtenez l'adresse réseau, le broadcast, la plage d'hôtes, le masque de sous-réseau, etc.
Entrez une adresse IP avec un préfixe CIDR, ex. 192.168.1.0/24
| Adresse réseau | 192.168.1.0 |
| Masque de sous-réseau | 255.255.255.0 |
| Adresse de diffusion | 192.168.1.255 |
| Premier hôte utilisable | 192.168.1.1 |
| Dernier hôte utilisable | 192.168.1.254 |
| Masque générique | 0.0.0.255 |
| Total des hôtes | 256 |
| Hôtes utilisables | 254 |
| Classe IP | C |
| Type d'adresse | Privée |
Représentation binaire
Adresse IP: 11000000.10101000.00000001.00000000
Masque de sous-réseau: 11111111.11111111.11111111.00000000
Réseau: 11000000.10101000.00000001.00000000
Comment utiliser
Calculez les informations de sous-réseau à partir d'une adresse IP et d'une notation CIDR. Obtenez l'adresse réseau, le broadcast, la plage d'hôtes, le masque de sous-réseau, etc.
- 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.
Fonctionnalités
- 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