8 real 200-301 flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.
The full deck has 792 flashcards. For a domain-by-domain breakdown and a study plan, read the 200-301 study guide.
schoolConceptIP Connectivity
When several routes in the table all match a destination, what is the first test the router applies to choose one for forwarding?
arrow_downward
Longest prefix match is applied first: the router picks the route whose mask covers the destination with the most bits set. Administrative distance and metric act as tie-breakers only when two routes share the identical prefix, so a /24 beats a /16, /8, or default outright.
errorMisconceptionIP Connectivity
OSPF's lower administrative distance than EIGRP means its /16 route is chosen over an EIGRP /24 for the same destination.
arrow_downward
Administrative distance only breaks ties between routes to the SAME prefix. With different prefix lengths the longest match is chosen first, so the /16 is never compared by AD against the more specific /24.
schoolConceptNetwork Fundamentals
When an IPv6 host self-configures a link-local address with no router present, which prefix does it use and why does that traffic stay on one link?
arrow_downward
Every IPv6 interface generates a link-local address from fe80::/10 for on-link functions such as neighbour discovery. Routers are required never to forward packets whose source or destination is link-local, so the address scope is confined to exactly one link.
errorMisconceptionNetwork Fundamentals
Is fc00::/7 the prefix a host self-assigns for link-local communication when no router is present?
arrow_downward
No. fc00::/7 is the unique local address (ULA) range, which is site-scoped and can be routed between internal subnets. It is not the prefix a host self-assigns for link-local communication, so it is the wrong classification.
schoolConceptNetwork Access
Two switches share an 802.1Q trunk but disagree on the native VLAN (1 versus 99). What happens, and why does the link stay up?
arrow_downward
Each switch sends its own native-VLAN traffic untagged, and the neighbour places any untagged frame it receives into ITS own native VLAN. So VLAN 1 frames from one side are absorbed into VLAN 99 on the other, bridging the two VLANs together. The physical link never goes down, which is what makes the leak subtle.
errorMisconceptionNetwork Access
A native VLAN only affects which VLAN carries management traffic, so a native-VLAN mismatch never touches the forwarding of user data.
arrow_downward
It is tempting because a native-VLAN mismatch does not bring the physical link down. But the mismatch does affect user data: untagged frames leak between the two different native VLANs, bridging them together.
schoolConceptSecurity Fundamentals
In security terms, what is an unpatched coding flaw in software classified as, and how does that differ from a threat or an exploit?
arrow_downward
It is a vulnerability: a weakness in the system that could be leveraged to compromise it. The threat is the potential danger or actor that could act against it, and the exploit is the specific code or technique that takes advantage of the weakness. The coding flaw is the weakness being targeted, so it matches the definition of a vulnerability.
errorMisconceptionSecurity Fundamentals
Is the coding flaw a threat, because it represents the party with intent and capability to harm the server?
arrow_downward
No. A threat is the potential danger or the actor that could cause harm, such as the attacker. The coding flaw is the internal weakness being targeted, not the source of danger, so the term is misapplied.
Examworthy is not affiliated with or endorsed by Cisco. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. 200-301 and related marks belong to their respective owners.