CIDR-Subnetz-Rechner

Berechne IPv4-Subnetze aus CIDR-Notation. Netz, Broadcast, Maske, Host-Bereich und Binärdarstellung.

Example: 10.0.0.0/16, 172.16.5.0/24, 203.0.113.42/29
Geben Sie oben eine Eingabe ein, um das Ergebnis zu sehen.

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