IP Subnet
Calculator
Enter any IPv4 address with a CIDR prefix to instantly get network address, broadcast, usable hosts, subnet mask, and binary breakdown. Includes subnet splitter and CIDR reference.
192.168.1.0/24
Network
254
Usable Hosts
Class C
Class
IPv4 CIDR Calculator
Common Networks
Total IPs
256
Usable Hosts
254
Network Bits
24 bits
Host Bits
8 bits
192.168.1.0/24 — Subnet Details
Class C · PrivateBinary Representation
IP Address
192.168.1.0
Network Address
192.168.1.0
Subnet Mask
255.255.255.0
CIDR Notation
/24
Broadcast
192.168.1.255
First Host
192.168.1.1
Last Host
192.168.1.254
Usable Hosts
254
Total IPs
256
Wildcard Mask
0.0.0.255
IP Class
Class C
Type
Private
IP Subnetting Explained
IP subnetting divides a network into smaller subnetworks (subnets) for better organization, security, and IP address management. The CIDR notation combines an IP address with a prefix length (e.g., 192.168.1.0/24) to define the network, letting routers tell at a glance which bits identify the network and which bits are free for individual hosts.
Key Subnet Formulas
Usable Hosts: 2^(32-n) − 2 (subtract network + broadcast) | Total IPs: 2^(32-n)
First Host: network_address + 1 | Last Host: broadcast_address − 1
Private ranges: 10.0.0.0/8 (16M hosts) 172.16.0.0/12 (1M hosts) 192.168.0.0/16 (65K hosts) | Loopback: 127.0.0.0/8 | Link-local: 169.254.0.0/16
— FAQ