DevOnlineTools

CIDR & Subnet Calculator

Analyze IPv4 subnets from CIDR notation to calculate netmasks, wildcard masks, network and broadcast addresses, usable IP address ranges, and total host counts.

devonlinetools://networking/cidr-calculator
⌘ + EnterRun / Format
Shortcuts Active
Network Address
192.168.1.0/24
Subnet Mask
255.255.255.0
Broadcast Address
192.168.1.255
Usable Host Range
192.168.1.1192.168.1.254
Usable Hosts

254

Wildcard Mask

0.0.0.255

Preguntas Frecuentes

What is CIDR notation?

CIDR (Classless Inter-Domain Routing) notation is a compact representation of an IP address and its associated network mask, written as an IP followed by a slash and prefix length (e.g. 192.168.1.0/24).

What does /24 mean in CIDR?

A /24 network prefix uses 24 bits for the network portion and 8 bits for host addresses, providing 256 total IP addresses (254 usable for hosts).