- A
It is used only on the local link and is not routed beyond that segment.
This is correct because link-local addresses have local-link scope only.
- B
It is the public IPv6 address used for Internet reachability.
Why wrong: This is wrong because public global reachability uses global unicast addresses, not link-local addresses.
- C
It is used only when DHCPv6 fails.
Why wrong: This is wrong because link-local addressing is normal IPv6 behavior, not a fallback error condition.
- D
It replaces the need for a default gateway.
Why wrong: This is wrong because hosts still need next-hop routing information for off-link traffic.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: iPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which statement best describes an IPv6 link-local address?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
It is used only on the local link and is not routed beyond that segment.
An IPv6 link-local address is used only on the local Layer 2 segment and is not routed beyond that link. In practical terms, it lets devices communicate with nearby neighbors even before or without having a globally routable IPv6 address. Routers use link-local addresses heavily for neighbor relationships, and hosts often use the router’s link-local address as the next hop for off-link traffic. This is a foundational IPv6 concept. The common trap is to treat link-local addresses like normal Internet-routable addresses. They are not. They are essential, but they are local-scope only.
Key principle: IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It is used only on the local link and is not routed beyond that segment.
Why this is correct
This is correct because link-local addresses have local-link scope only.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.
- ✗
It is the public IPv6 address used for Internet reachability.
Why it's wrong here
This is wrong because public global reachability uses global unicast addresses, not link-local addresses.
When this WOULD be correct
If the question were to ask about the purpose of a global unicast address in IPv6, option B would be correct, as global unicast addresses are indeed used for Internet reachability and are routable across different networks.
- ✗
It is used only when DHCPv6 fails.
Why it's wrong here
This is wrong because link-local addressing is normal IPv6 behavior, not a fallback error condition.
When this WOULD be correct
In a scenario where a question asks about the role of IPv6 link-local addresses in a network that relies on DHCPv6, and specifically mentions that link-local addresses are used when DHCPv6 cannot assign an address, this option would be correct.
- ✗
It replaces the need for a default gateway.
Why it's wrong here
This is wrong because hosts still need next-hop routing information for off-link traffic.
When this WOULD be correct
In a different question, if it asked about the role of link-local addresses in a network where no routing is required and all devices communicate directly, one might argue that link-local addresses eliminate the need for a default gateway in that specific context.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓It is used only on the local link and is not routed beyond that segment.Correct answer▾
Why this is correct
This is correct because link-local addresses have local-link scope only.
✗It is the public IPv6 address used for Internet reachability.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because a public IPv6 address is routable on the Internet, while a link-local address is confined to a single local network segment and cannot be routed beyond that segment.
★ When this WOULD be the correct answer
If the question were to ask about the purpose of a global unicast address in IPv6, option B would be correct, as global unicast addresses are indeed used for Internet reachability and are routable across different networks.
Why candidates choose this
Candidates may choose this option due to confusion between link-local addresses and global unicast addresses, as both are types of IPv6 addresses, leading to the misconception that link-local addresses can also be public.
✗It is used only when DHCPv6 fails.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because an IPv6 link-local address is not specifically tied to DHCPv6; it is automatically generated by devices for communication on the local network segment regardless of DHCPv6 status.
★ When this WOULD be the correct answer
In a scenario where a question asks about the role of IPv6 link-local addresses in a network that relies on DHCPv6, and specifically mentions that link-local addresses are used when DHCPv6 cannot assign an address, this option would be correct.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of how link-local addresses function in relation to DHCPv6, thinking that they are a fallback mechanism when DHCPv6 fails to provide an address.
✗It replaces the need for a default gateway.Wrong answer — click to see why▾
Why this is wrong here
This option is incorrect because an IPv6 link-local address does not replace the need for a default gateway; it is used for communication within the same local network segment only and cannot be used to route traffic outside that segment.
★ When this WOULD be the correct answer
In a different question, if it asked about the role of link-local addresses in a network where no routing is required and all devices communicate directly, one might argue that link-local addresses eliminate the need for a default gateway in that specific context.
Why candidates choose this
Candidates may find this option tempting because they might associate link-local addresses with local communication and mistakenly believe that they eliminate the need for routing, including default gateways, in small or isolated networks.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is to assume that IPv6 link-local addresses function like global unicast addresses and can be routed beyond the local network segment. Candidates may mistakenly believe that link-local addresses provide Internet reachability or replace the need for a default gateway. This confusion arises because link-local addresses are automatically assigned and always present, which might suggest they have broader use. However, link-local addresses are strictly limited to local-link communication and cannot traverse routers. Misunderstanding this scope leads to incorrect routing assumptions and flawed network designs.
Detailed technical explanation
How to think about this question
IPv6 link-local addresses are special IP addresses automatically configured on all IPv6-enabled interfaces. They always begin with the prefix FE80::/10 and are used exclusively for communication within the local network segment or link. These addresses are essential for basic IPv6 operations such as neighbor discovery, router advertisements, and local communication before global or unique local addresses are assigned. Unlike global unicast addresses, link-local addresses are not routable beyond the local link, ensuring that traffic using these addresses remains confined to the immediate network segment. In Cisco networking and the CCNA context, link-local addresses play a critical role in routing protocols and network functions. Routers use link-local addresses to establish neighbor adjacencies in protocols like OSPFv3 and EIGRP for IPv6. Hosts typically use the router’s link-local address as the next-hop address for off-link traffic, even when global addresses are assigned. This behavior ensures that routing decisions and packet forwarding within the local link are efficient and standardized, supporting IPv6’s design principles. A common exam trap is to confuse link-local addresses with global or public IPv6 addresses, assuming they can be routed across the Internet or between different network segments. This misunderstanding leads to incorrect assumptions about address scope and routing behavior. Practically, link-local addresses are vital for local communication and routing protocol operations but cannot replace global addressing or default gateways. Recognizing their local scope and purpose helps avoid misconfigurations and supports proper IPv6 network design.
KKey Concepts to Remember
- IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.
- Link-local addresses are used exclusively for communication within the local network segment and are not routable beyond that link.
- Routers use link-local addresses to establish neighbor relationships and exchange routing protocol information such as OSPFv3 adjacencies.
- Hosts use the router’s link-local address as the next-hop address for off-link traffic even when global IPv6 addresses are configured.
- Link-local addressing is a fundamental IPv6 behavior and not a fallback mechanism like DHCPv6 failure handling.
- Link-local addresses cannot replace the need for a default gateway because they do not provide routing beyond the local link.
- Confusing link-local addresses with global unicast addresses leads to incorrect assumptions about IPv6 routing and reachability.
- IPv6 link-local addresses enable essential local-link functions such as neighbor discovery, router advertisements, and local communication.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.
Real-world example
How this comes up in practice
A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
What to study next
Got this wrong? Here's your next step.
Review iPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces..
What is the correct answer to this question?
The correct answer is: It is used only on the local link and is not routed beyond that segment. — An IPv6 link-local address is used only on the local Layer 2 segment and is not routed beyond that link. In practical terms, it lets devices communicate with nearby neighbors even before or without having a globally routable IPv6 address. Routers use link-local addresses heavily for neighbor relationships, and hosts often use the router’s link-local address as the next hop for off-link traffic. This is a foundational IPv6 concept. The common trap is to treat link-local addresses like normal Internet-routable addresses. They are not. They are essential, but they are local-scope only.
What should I do if I get this 200-301 question wrong?
Review iPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces., then practise related 200-301 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
IPv6 link-local addresses always use the FE80::/10 prefix and are automatically assigned to all IPv6-enabled interfaces.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: Apr 12, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.