A network technician is performing a protocol analyzer capture to inspect traffic traversing an enterprise IPv6 router interface. Which of the following statements accurately describe the characteristics of IPv6 base headers and link-local addressing? (Select TWO.)
- The 8-bit Hop Limit field replaces the IPv4 Time to Live (TTL) field to prevent packets from circulating indefinitely in a routing loop.Answer
- Link-local addresses utilize the fe80::/10 prefix and are automatically configured for single-segment communication without being routed across subnets.Answer
- CAn IPv6 link-local address can utilize double colons (::) multiple times in its shorthand notation if separated by non-zero hexadecimal fields.
- DThe Next Header field is a 16-bit field dedicated exclusively to specifying Quality of Service (QoS) markings for voice traffic.
Answer
The correct statements are that the 8-bit Hop Limit field replaces the IPv4 Time to Live (TTL) field to prevent routing loops, and link-local addresses use the fe80::/10 prefix for single-segment, non-routable communication.
The Hop Limit field in the IPv6 base header serves as the direct replacement for IPv4's Time to Live (TTL) field, decrementing by one at each hop to eliminate packet loops. Furthermore, IPv6 link-local addresses fall under the fe80::/10 block (most commonly configured with fe80::/64) and are intended solely for local link communication, remaining non-routable across external networks.
Step-by-Step Solution
Key Concept
IPv6 Base Header Fields and Address Scope Characteristics