Match each RFC 1918 private IPv4 address range to its defined default CIDR block and maximum number of usable host addresses.
- 10.0.0.0 to 10.255.255.255/8 CIDR block ( usable hosts)
- 172.16.0.0 to 172.31.255.255/12 CIDR block ( usable hosts)
- 192.168.0.0 to 192.168.255.255/16 CIDR block ( usable hosts)
Cevap
10.0.0.0 to 10.255.255.255 matches the /8 CIDR block ( usable hosts); 172.16.0.0 to 172.31.255.255 matches the /12 CIDR block ( usable hosts); 192.168.0.0 to 192.168.255.255 matches the /16 CIDR block ( usable hosts).
Under RFC 1918, the three private IPv4 address allocations have distinct prefix masks and sizes: 10.0.0.0/8 provides a single large block with 24 host bits ( usable hosts); 172.16.0.0/12 encompasses 16 Class B ranges spanning 172.16.0.0 through 172.31.255.255 with 20 host bits ( usable hosts); and 192.168.0.0/16 encompasses 256 Class C ranges spanning 192.168.0.0 through 192.168.255.255 with 16 host bits ( usable hosts).
Adım Adım Çözüm
Anahtar Kavram
RFC 1918 Private IPv4 Address Allocation and CIDR Prefix Boundaries