A network administrator is allocated the IPv6 prefix block for an enterprise deployment. Which two IPv6 addresses belong to valid subnets within this assigned prefix block? (Select two.)
- 2001:db8:5678:a4f0:1::1/64Answer
- 2001:db8:5678:ab00::1/64Answer
- C2001:db8:5678:b000::1/64
- D2001:db8:5678:a00::1/64
Answer
The correct IPv6 addresses are 2001:db8:5678:a4f0:1::1/64 and 2001:db8:5678:ab00::1/64 because their fourth hextet values (a4f0 and ab00) lie within the range a000 to afff specified by the /52 prefix boundary.
The correct options are the addresses featuring 'a4f0' and 'ab00' as their fourth hextet. A /52 prefix locks the first 52 bits of the IPv6 address. The first three 16-bit hextets supply 48 bits, leaving 4 bits to lock the first hex digit of the fourth hextet. Since 'a' represents binary 1010 across bits 49–52, any valid address under this prefix must have a fourth hextet starting with 'a' (ranging from a000 to afff).
Step-by-Step Solution
Key Concept
IPv6 Prefix Length Boundaries and Hexadecimal Subnet Range Calculation