A host network interface is configured with the MAC address 0011.2233.4455. When the host generates a 64-bit IPv6 interface identifier using the standard EUI-64 process, which value is created?
- 0211:22FF:FE33:4455Answer
- B0011:22FF:FE33:4455
- C0211:22FF:FF33:4455
- D0011:22FF:FF33:4455
Answer
The interface identifier created using EUI-64 is 0211:22FF:FE33:4455.
The correct answer properly demonstrates both required steps of the EUI-64 derivation: inserting the 16-bit hexadecimal sequence FFFE into the middle of the 48-bit MAC address and inverting the 7th bit (Universal/Local bit) of the first byte from 0 to 1 (changing 0x00 to 0x02).
Step-by-Step Solution
Key Concept
EUI-64 Interface ID Generation