10.0.0.0/24

Private (RFC 1918) RFC 1918

A single /24 subnet within the Class A private range, providing 254 usable host addresses. Commonly used for individual subnets within a larger 10.x.x.x addressing scheme.

Network Address
10.0.0.0
Broadcast Address
10.0.0.255
Subnet Mask
255.255.255.0
Usable Hosts
254
First Usable IP
10.0.0.1
Last Usable IP
10.0.0.254
Total IPs
256
Prefix Length
/24

Network address — the base address of the block (10.0.0.0). All devices in this subnet share this prefix. Cannot be assigned to a host.

Broadcast address — packets sent to 10.0.0.255 are delivered to every device in the subnet. Also reserved — not assignable.

Usable hosts — the 254 addresses between those two that you can assign to servers, VMs, or interfaces.

Subnet mask255.255.255.0 is the dotted-decimal equivalent of /24. Older tools and Cisco configs use this format instead of CIDR slash notation.

Full Details

CIDR Notation 10.0.0.0/24
Network Address 10.0.0.0
Broadcast Address 10.0.0.255
Subnet Mask 255.255.255.0
Wildcard Mask 0.0.0.255
Prefix Length /24
IP Address Class Class A
Total IP Addresses 256
Usable Host Addresses 254
First Usable IP 10.0.0.1
Last Usable IP 10.0.0.254
Network (Hex) 0x0A000000
Broadcast (Hex) 0x0A0000FF
Governing RFC RFC 1918
Address Type Private (RFC 1918)

Binary Representation

Network Address
00001010.00000000.00000000 00001010.00000000.00000000.00000000
Subnet Mask
11111111.11111111.11111111.00000000

The first 24 bits (1s in the mask) identify the network. The remaining 8 bits identify hosts within the network.

Subnet Breakdown — splitting into /25

This /24 block can be divided into 2 /25 subnets.

CIDR Network Broadcast First Usable Last Usable Hosts
10.0.0.0/25 10.0.0.0 10.0.0.127 10.0.0.1 10.0.0.126 126
10.0.0.128/25 10.0.0.128 10.0.0.255 10.0.0.129 10.0.0.254 126

IP Address Sample

Showing first 16 of 256 total IPs.

10.0.0.0 net
10.0.0.1
10.0.0.2
10.0.0.3
10.0.0.4
10.0.0.5
10.0.0.6
10.0.0.7
10.0.0.8
10.0.0.9
10.0.0.10
10.0.0.11
10.0.0.12
10.0.0.13
10.0.0.14
10.0.0.15
… 240 more IPs …

Common Use Cases

  • Individual department subnet
  • Single AZ subnet in AWS
  • Server VLAN

/24 Subnet Reference

Total IPs 256
Usable Hosts 254
Subnet Mask 255.255.255.0
Wildcard 0.0.0.255

Calculate Another