A network administrator configures an interface on a Cisco router with the IPv6 address `2001:db8:3c4d:15::1/64`. Which of the following IPv6 addresses resides within the exact same `/64` subnet prefix as this interface?
- 2001:db8:3c4d:15:a::1Answer
- B2001:db8:3c4d:1500::1
- C2001:db8:3c4d:15::1::a
- D2001:db8:3c4d:1::1
Answer
The address 2001:db8:3c4d:15:a::1 resides in the 2001:db8:3c4d:15::/64 subnet prefix.
The configured interface address 2001:db8:3c4d:15::1/64 uses the network prefix 2001:db8:3c4d:15::/64 (fully expanded as 2001:0db8:3c4d:0015::/64). The address 2001:db8:3c4d:15:a::1 expands to 2001:0db8:3c4d:0015:000a:0000:0000:0001, sharing the exact same 64-bit network prefix.
Step-by-Step Solution
Key Concept
IPv6 Address Representation and Subnet Prefix Matching
Estimated Time:1m 0s