NETWORKING · IPV4 · CIDR

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

SUBNET_CALC v2.0
IP_ADDR192.168.1.0
NETWORK192.168.1.0/24
BROADCAST192.168.1.255
FIRST_HOST192.168.1.1
LAST_HOST192.168.1.254
SUBNET_MASK255.255.255.0
USABLE_HOSTS254
IP_CLASSClass C

Total IPs

256

Usable Hosts

254

Network Bits

24 bits

Host Bits

8 bits

192.168.1.0/24 — Subnet Details

Class C · Private

Binary Representation

IP Address
11000000
.10101000
.00000001
.00000000
Subnet Mask
11111111
.11111111
.11111111
.00000000
Network
11000000
.10101000
.00000001
.00000000
Broadcast
11000000
.10101000
.00000001
.11111111
Network bits (fixed)Host bits (variable)

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

Subnet Mask: CIDR /n → first n bits = 1, rest = 0  |  Network Addr: IP AND subnet_mask  |  Broadcast: IP OR (NOT subnet_mask)
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

Frequently Asked Questions