A network host generates its IPv6 link-local address using stateless address autoconfiguration (SLAAC) and the standard IEEE EUI-64 process. If the Ethernet interface has a burned-in MAC address of `0800.27a4.12b3`, what is the resulting IPv6 link-local address assigned to the interface?
- fe80::a00:27ff:fea4:12b3Cevap
- Bfe80::800:27ff:fea4:12b3
- Cfe80::a00:27ff:ffa4:12b3
- Dfe80::200:27ff:fea4:12b3
Cevap
The resulting link-local address is fe80::a00:27ff:fea4:12b3.
The correct option correctly converts the MAC address `0800.27a4.12b3` into an EUI-64 interface identifier by inserting `FFFE` into the middle (`0800:27FF:FEa4:12b3`) and toggling the 7th bit of the first byte (`0x08` to `0x0A`). Prepending the `fe80::` link-local prefix results in `fe80::a00:27ff:fea4:12b3`.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Generation and IPv6 Link-Local Addressing