192.168.101.112/28
Private (RFC 1918) RFC 1918Class C — /28 prefix — 14 usable hosts
Network address — the base address of the block (192.168.101.112). All devices in this subnet share this prefix. Cannot be assigned to a host.
Broadcast address — packets sent to 192.168.101.127 are delivered to every device in the subnet. Also reserved — not assignable.
Usable hosts — the 14 addresses between those two that you can assign to servers, VMs, or interfaces.
Subnet mask — 255.255.255.240 is the dotted-decimal equivalent of /28. Older tools and Cisco configs use this format instead of CIDR slash notation.
Full Details
| CIDR Notation | 192.168.101.112/28 |
| Network Address | 192.168.101.112 |
| Broadcast Address | 192.168.101.127 |
| Subnet Mask | 255.255.255.240 |
| Wildcard Mask | 0.0.0.15 |
| Prefix Length | /28 |
| IP Address Class | Class C |
| Total IP Addresses | 16 |
| Usable Host Addresses | 14 |
| First Usable IP | 192.168.101.113 |
| Last Usable IP | 192.168.101.126 |
| Network (Hex) | 0xC0A86570 |
| Broadcast (Hex) | 0xC0A8657F |
| Governing RFC | RFC 1918 |
| Address Type | Private (RFC 1918) |
Binary Representation
The first 28 bits (1s in the mask) identify the network. The remaining 4 bits identify hosts within the network.
Subnet Breakdown — splitting into /29
This /28 block can be divided into 2 /29 subnets.
| CIDR | Network | Broadcast | First Usable | Last Usable | Hosts |
|---|---|---|---|---|---|
| 192.168.101.112/29 | 192.168.101.112 | 192.168.101.119 | 192.168.101.113 | 192.168.101.118 | 6 |
| 192.168.101.120/29 | 192.168.101.120 | 192.168.101.127 | 192.168.101.121 | 192.168.101.126 | 6 |