192.168.0.0/24

Private (RFC 1918) RFC 1918

The most commonly encountered home network subnet. Routers from brands like ASUS, Netgear, and TP-Link default to 192.168.0.1 as the gateway, serving the 192.168.0.0/24 range.

Network Address
192.168.0.0
Broadcast Address
192.168.0.255
Subnet Mask
255.255.255.0
Usable Hosts
254
First Usable IP
192.168.0.1
Last Usable IP
192.168.0.254
Total IPs
256
Prefix Length
/24

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

Broadcast address — packets sent to 192.168.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 192.168.0.0/24
Network Address 192.168.0.0
Broadcast Address 192.168.0.255
Subnet Mask 255.255.255.0
Wildcard Mask 0.0.0.255
Prefix Length /24
IP Address Class Class C
Total IP Addresses 256
Usable Host Addresses 254
First Usable IP 192.168.0.1
Last Usable IP 192.168.0.254
Network (Hex) 0xC0A80000
Broadcast (Hex) 0xC0A800FF
Governing RFC RFC 1918
Address Type Private (RFC 1918)

Binary Representation

Network Address
11000000.10101000.00000000 11000000.10101000.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
192.168.0.0/25 192.168.0.0 192.168.0.127 192.168.0.1 192.168.0.126 126
192.168.0.128/25 192.168.0.128 192.168.0.255 192.168.0.129 192.168.0.254 126

IP Address Sample

Showing first 16 of 256 total IPs.

192.168.0.0 net
192.168.0.1
192.168.0.2
192.168.0.3
192.168.0.4
192.168.0.5
192.168.0.6
192.168.0.7
192.168.0.8
192.168.0.9
192.168.0.10
192.168.0.11
192.168.0.12
192.168.0.13
192.168.0.14
192.168.0.15
… 240 more IPs …

Common Use Cases

  • Home LAN
  • Small office network
  • Default router subnet

/24 Subnet Reference

Total IPs 256
Usable Hosts 254
Subnet Mask 255.255.255.0
Wildcard 0.0.0.255

Calculate Another