CIDR Notation | Prefix Length | Subnet Mask (Decimal) | Network Address | Address Range | Total Hosts |
---|---|---|---|---|---|
/8 | 8 | 255.0.0.0 | 167.0.0.0/8 | 167.0.0.0 - 167.255.255.255 | 16,777,216 |
/16 | 16 | 255.255.0.0 | 167.94.0.0/16 | 167.94.0.0 - 167.94.255.255 | 65,536 |
/24 | 24 | 255.255.255.0 | 167.94.138.0/24 | 167.94.138.0 - 167.94.138.255 | 256 |
/32 | 32 | 255.255.255.255 | 167.94.138.125/32 | 167.94.138.125 | 1 |
Details
CIDR Notation | Explanation |
---|---|
/8 | This subnet mask allows for 24 bits for host addresses within the IP address range 0.0.0.0 to 255.255.255.255, providing a total of 16,777,216 possible host addresses. |
/16 | With a subnet mask allowing 16 bits for host addresses, it covers the IP address range 0.0.0.0 to 0.255.255.255, offering 65,536 possible host addresses. |
/24 | This subnet mask provides 8 bits for host addresses, covering the IP address range 0.0.0.0 to 0.0.0.255, with 256 possible host addresses. |
/32 | This represents a point-to-point link or a single host, as it includes only one IP address (0.0.0.0). |
More details here: https://en.wikipedia.org/wiki/Private_network