A network administrator is verifying the automatic IPv6 interface configuration of a host. The host network adapter has a MAC address of 00:1A:2B:3C:4D:5E. Which IPv6 link-local address is generated for this interface using the Modified EUI-64 format?
- fe80::21a:2bff:fe3c:4d5eAnswer
- Bfe80::01a:2bff:fe3c:4d5e
- Cfe80::21a:2b00:fe3c:4d5e
- Dfe80::001a::2bff:fe3c:4d5e
Answer
fe80::21a:2bff:fe3c:4d5e
To form a Modified EUI-64 interface identifier from a 48-bit MAC address, the 16-bit sequence FFFE is inserted between the OUI and NIC specific bytes, and the 7th bit of the first byte is inverted (changing 00 to 02). When prefixed with fe80::/64 and formatted with standard zero suppression, the resulting address is fe80::21a:2bff:fe3c:4d5e.
Step-by-Step Solution
Key Concept
Modified EUI-64 Link-Local Address Generation
Estimated Time:1m 30s