An enterprise network architect is designing an IP addressing plan within the RFC 1918 private address space using the allocated block. The design requires server LAN subnets that can each support at least usable host IP addresses, as well as point-to-point infrastructure subnets requiring prefixes. Which two statements regarding this subnetting design and IPv4 address allocation are correct?
- A subnet prefix provides usable host addresses, with spanning from network ID to broadcast address .Cevap
- BA subnet prefix provides usable host addresses because host addresses are available per subnet.
- The subnet represents the final valid point-to-point subnet available within the assigned RFC 1918 private block.Cevap
- DThe subnet is a valid point-to-point subnet within the allocated RFC 1918 Class B private block.
Cevap
The two correct statements are the assertion that a /22 prefix provides 1,022 usable host addresses with 172.24.4.0/22 spanning up to broadcast address 172.24.7.255, and the assertion that 172.31.255.252/30 is the final valid /30 subnet within the RFC 1918 172.16.0.0/12 private block.
A /22 subnet provides 10 host bits, which allows for 1,022 usable hosts (2^10 - 2) and spans 172.24.4.0 through 172.24.7.255. Furthermore, 172.31.255.252/30 is the final /30 subnet within the 172.16.0.0/12 RFC 1918 private block, which terminates at 172.31.255.255.
Adım Adım Çözüm
Anahtar Kavram
Subnetting host capacity formulas (2^n - 2) and RFC 1918 private IPv4 address range boundaries (172.16.0.0/12).