Match each RFC 1918 private IPv4 address prefix block to its corresponding scope and address range definition.
- 10.0.0.0/8Provides a single Class A network block spanning 10.0.0.0 through 10.255.255.255
- 172.16.0.0/12Provides 16 contiguous Class B network blocks spanning 172.16.0.0 through 172.31.255.255
- 192.168.0.0/16Provides 256 contiguous Class C network blocks spanning 192.168.0.0 through 192.168.255.255
Cevap
10.0.0.0/8 matches a single Class A network block (10.0.0.0 - 10.255.255.255); 172.16.0.0/12 matches 16 contiguous Class B network blocks (172.16.0.0 - 172.31.255.255); 192.168.0.0/16 matches 256 contiguous Class C network blocks (192.168.0.0 - 192.168.255.255).
RFC 1918 explicitly defines three private address blocks: one Class A block (10.0.0.0/8), 16 contiguous Class B blocks (172.16.0.0/12, spanning 172.16.0.0 to 172.31.255.255), and 256 contiguous Class C blocks (192.168.0.0/16, spanning 192.168.0.0 to 192.168.255.255).
Adım Adım Çözüm
Anahtar Kavram
RFC 1918 Private IPv4 Address Space Allocation