24+ Free Tools  ·  No Sign-up  ·  Zero Data Stored

Advertisement

Subnet & IP Calculator

Calculate network addresses, broadcast addresses, host ranges, and more. Analyze any IPv4 address with CIDR notation or lookup IP details.

subnet
cidr
ip
network
calculator
ipv4
subnet mask

Value: 0–32

PrivateClass C254 usable hosts
Network 11000000.10101000.00000001.00000000
Mask 11111111.11111111.11111111.00000000
IP Address
192.168.1.0
Subnet Mask
255.255.255.0
CIDR Notation
/24
Wildcard Mask
0.0.0.255
Network Address
192.168.1.0
Broadcast Address
192.168.1.255
First Usable Host
192.168.1.1
Last Usable Host
192.168.1.254
Total Hosts
256
Usable Hosts
254

Advertisement

Frequently Asked Questions

What is a subnet mask?

A subnet mask is a 32-bit number that separates an IP address into network and host portions. It tells devices which part of the address identifies the network and which identifies a specific host on that network.

What does CIDR mean?

CIDR (Classless Inter-Domain Routing) notation writes an IP address followed by a slash and the number of network bits, e.g. 192.168.1.0/24. The /24 means the first 24 bits are the network portion.

What's the difference between total hosts and usable hosts?

Total hosts is 2^(32−CIDR). Usable hosts subtracts the network address (all host bits 0) and broadcast address (all host bits 1), except for /31 (point-to-point, 2 usable) and /32 (single host, 1 usable).

What are private IP addresses?

Private IPs (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are reserved for internal networks and cannot be routed over the public internet. They're commonly used in home and office LANs.