During the dynamic creation of an IPv6 interface identifier using the EUI-64 method, a 48-bit MAC address is split into two equal 24-bit halves. Which 16-bit hexadecimal value is inserted directly between these two halves?
- FFFEAnswer
- BFFFF
- CFE80
- DFFEE
Answer
FFFE
The standard IEEE EUI-64 process expands a 48-bit MAC address into a 64-bit interface identifier by inserting the specific 16-bit hexadecimal value FFFE directly into the center between the first 24 bits (OUI) and the last 24 bits (NIC specific extension), followed by inverting the 7th bit (Universal/Local bit).
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Derivation