/24

Network Address

192.168.1.0

Subnet Mask

255.255.255.0

Broadcast

192.168.1.255

Total Hosts

254

Usable Host Range

192.168.1.1 - 192.168.1.254

Binary Representation

00000000.00000000.000000-1.00000000

About IPv4 Subnetting & CIDR

Subnetting is the practice of dividing a network into two or more smaller networks. This improves network performance, enhances security, and allows for more efficient use of the limited IPv4 address space.

Understanding CIDR Notation

CIDR (Classless Inter-Domain Routing) replaced the old Class A, B, and C network system. It uses a slash followed by a number (like /24) to represent the number of bits used for the network prefix. A /24 network provides 256 addresses, of which 254 are usable for hosts.

Usable Host Capacity

Every subnet reserves two addresses: the Network Address (the first address) and the Broadcast Address (the last address). This is why a /24 subnet has 254 usable host addresses. Use our subnet calculator to quickly plan your network topology.