Soru

Zorluk: Çok zorIPv6 Addressing and Prefixes

Match each IPv6 address, prefix, or protocol scenario on the left with its corresponding IPv6 address representation or reserved prefix range on the right.

  • The dynamically generated IPv6 link-local address for an interface with MAC address `00:1A:2B:3C:4D:5E` using EUI-64`fe80::21a:2bff:fe3c:4d5e`
  • The IPv6 prefix block defined by RFC 4193 for locally assigned Unique Local Addresses (ULA) using a 40-bit random Global ID`fd00::/8`
  • The link-local IPv6 multicast address used exclusively to send OSPFv3 packets to Designated Routers (DR) and Backup Designated Routers (BDR)`ff02::6`
  • The IPv6 prefix representation used in routing tables to designate the default route`::/0`

Cevap

The SLAAC EUI-64 calculation matches `fe80::21a:2bff:fe3c:4d5e`; the locally assigned ULA prefix matches `fd00::/8`; the OSPFv3 DR/BDR multicast address matches `ff02::6`; and the default route matches `::/0`.
Each item accurately maps to its IPv6 address representation: EUI-64 requires inserting FFFE and flipping the 7th bit (`fe80::21a:2bff:fe3c:4d5e`); RFC 4193 local ULA uses `fd00::/8`; OSPFv3 DR/BDR communication uses `ff02::6`; and the default route is `::/0`.

Adım Adım Çözüm

1
Calculate the SLAAC EUI-64 link-local address
`fe80::21a:2bff:fe3c:4d5e`
Split MAC `00:1A:2B:3C:4D:5E`, insert `FF:FE` to form `001A:2BFF:FE3C:4D5E`, flip the 7th bit of byte 1 (`00` to `02`), and prepend `fe80::`.
2
Identify the RFC 4193 locally assigned ULA prefix
`fd00::/8`
Bit 8 of the `fc00::/7` block is set to 1 for locally generated 40-bit random Global IDs, fixing the prefix to `fd00::/8`.
3
Determine the OSPFv3 DR/BDR multicast address
`ff02::6`
`ff02::5` is sent to All OSPF Routers, whereas `ff02::6` targets All OSPF Designated Routers.
4
Identify the default route IPv6 prefix
`::/0`
`::/0` signifies all zeros address and zero prefix length, serving as the default match in IPv6 routing.

Anahtar Kavram

IPv6 Addressing Scopes, EUI-64 Conversion Rules, and Multicast / Routing Prefixes
Bu soruyu puanla