192.168.0.0/25
Private (RFC 1918) RFC 1918Class C — /25 prefix — 126 usable hosts
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.127 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 126 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 255.255.255.128 is the dotted-decimal equivalent of /25. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 192.168.0.0/25 |
| Network Address | 192.168.0.0 |
| Broadcast Address | 192.168.0.127 |
| Subnet Mask | 255.255.255.128 |
| Wildcard Mask | 0.0.0.127 |
| Prefix Length | /25 |
| IP Address Class | Class C |
| Total IP Addresses | 128 |
| Usable Host Addresses | 126 |
| First Usable IP | 192.168.0.1 |
| Last Usable IP | 192.168.0.126 |
| Network (Hex) | 0xC0A80000 |
| Broadcast (Hex) | 0xC0A8007F |
| Governing RFC | RFC 1918 |
| Address Type | Private (RFC 1918) |
Binary Representation
The first 25 bits (1s in the mask) identify the network. The remaining 7 bits identify hosts within the network.
Subnet Breakdown — splitting into /26
This /25 block can be divided into 2 /26 subnets.
| CIDR | Network | Broadcast | First Usable | Last Usable | Hosts |
|---|---|---|---|---|---|
| 192.168.0.0/26 | 192.168.0.0 | 192.168.0.63 | 192.168.0.1 | 192.168.0.62 | 62 |
| 192.168.0.64/26 | 192.168.0.64 | 192.168.0.127 | 192.168.0.65 | 192.168.0.126 | 62 |
IP Address Sample
Showing first 16 of 128 total IPs.