A network administrator configures a router interface to automatically generate a global unicast IPv6 address using EUI-64 based on the network prefix . Given that the interface burned-in hardware MAC address is , which IPv6 address is dynamically assigned to the interface?
- 2001:db8:acad:1:1260:4bff:fe22:3344Cevap
- B2001:db8:acad:1:1060:4bff:fe22:3344
- C2001:db8:acad:1:1260:4bff:ffff:3344
- D2001:db8:acad:1:0260:4bff:fe22:3344
Cevap
The dynamically assigned IPv6 global unicast address is 2001:db8:acad:1:1260:4bff:fe22:3344.
The correct answer correctly applies both steps of EUI-64 interface identifier construction: inserting 0xFFFE into the middle of the MAC address (between 10-60-4B and 22-33-44) and inverting the 7th bit of the first byte (converting 0x10 binary 00010000 to 0x12 binary 00010010), yielding the interface ID 1260:4bff:fe22:3344 concatenated with prefix 2001:db8:acad:1::/64.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Derivation