An administrator is inspecting SLAAC autoconfiguration logs on a host workstation connected to an enterprise switch port. The host has dynamically derived the link-local IPv6 address using the standard IEEE EUI-64 process. Which 48-bit MAC address belongs to the physical network interface card of this host?
- aabb.cc11.2233Answer
- Ba8bb.cc11.2233
- Ca8bb.ccff.2233
- Dacbb.cc11.2233
Answer
The physical MAC address of the host network interface is aabb.cc11.2233.
The MAC address aabb.cc11.2233 is correct because reversing the EUI-64 process involves removing the inserted midpoint sequence FFFE and toggling the 7th bit (Universal/Local bit) of the first byte. The first byte of the interface ID is hex A8 (binary 1010 1000). Toggling the 7th bit (the second least-significant bit of the byte) changes it to binary 1010 1010, which corresponds to hex AA. Combining AA with the remaining bytes after removing FFFE yields aabb.cc11.2233.
Step-by-Step Solution
Key Concept
Deriving original MAC address from IPv6 EUI-64 interface identifier by removing FFFE midpoint insertion and toggling the Universal/Local (7th) bit.
Estimated Time:2m 0s