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.2233Cevap
- Ba8bb.cc11.2233
- Ca8bb.ccff.2233
- Dacbb.cc11.2233
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Deriving original MAC address from IPv6 EUI-64 interface identifier by removing FFFE midpoint insertion and toggling the Universal/Local (7th) bit.
Tahmini Süre:2m 0s