During the standard EUI-64 process used to derive a 64-bit IPv6 interface identifier from a 48-bit MAC address, what 16-bit hexadecimal value is inserted into the middle of the MAC address?
Answer: FFFE / fffe / 0xFFFE / 0xfffe
Answer
FFFE
To create a 64-bit interface identifier using the IEEE EUI-64 format, a host takes its 48-bit MAC address, splits it into two 24-bit halves (OUI and NIC identifier), and inserts the 16-bit hexadecimal value FFFE (0xFFFE) in the middle. Additionally, the 7th bit (Universal/Local bit) of the first byte is inverted.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation