Cisco
200-150 · Question #67
200-150 Question #67: Real Exam Question with Answer & Explanation
The correct answer is A: ::1. The IPv6 loopback address is ::1, which is the direct equivalent of IPv4's 127.0.0.1. It is always assigned to the loopback interface and never routed externally.
Question
Which IPv6 address is the equivalent of the IPv4 interface loopback address 127.0.0.1?
Options
- A::1
- B::
- C2000::/3
- D0::/10
Explanation
The IPv6 loopback address is ::1, which is the direct equivalent of IPv4's 127.0.0.1. It is always assigned to the loopback interface and never routed externally.
Common mistakes.
- B. :: (all zeros) is the unspecified address in IPv6, equivalent to IPv4's 0.0.0.0, used to indicate the absence of an address - not the loopback.
- C. 2000::/3 is the global unicast address range assigned to publicly routable IPv6 addresses and has no loopback function.
- D. 0::/10 is not a defined or standardized IPv6 address range with any loopback function under RFC 4291.
Concept tested. IPv6 loopback address identification
Reference. https://www.rfc-editor.org/rfc/rfc4291#section-2.5.3
Community Discussion
No community discussion yet for this question.