🇺🇸 Cisco Certified Network Associate (CCNA) · flashcards

Cisco Certified Network Associate (CCNA) IP Connectivity Flashcards

52 question-and-answer cards covering IP Connectivity as it is examined in Cisco Certified Network Associate (CCNA). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

52Cards in deck
24Free preview
15Syllabus topics
~160Chars per answer
FreePrice

24 sample cards from the IP Connectivity deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What command manually sets the OSPF Router ID, and what must be done for it to take effect?

    router-id <A.B.C.D> under the OSPF process. You must then clear/reset the OSPF process (clear ip ospf process) or reload for the new ID to be used.

  2. List the OSPF neighbor states in order from initial discovery to full adjacency.

    Down → Init → 2-Way → ExStart → Exchange → Loading → Full.

  3. What does the OSPF 2-Way state signify, and on which network types do some routers intentionally stop here?

    2-Way means bidirectional communication is established (each router sees its own ID in the neighbor's Hello). On broadcast/multi-access networks, DROther routers stay 2-Way with each other and only go Full with the DR and BDR.

  4. What does the OSPF FULL state indicate?

    FULL means the two routers have fully synchronized their link-state databases and have a complete adjacency; this is the normal operational state for adjacent OSPF neighbors.

  5. Which five values must match for two OSPF routers to form a neighbor adjacency?

    They must agree on: same area ID, same subnet (matching IP/mask on the link), matching Hello and Dead timers, same authentication, and matching stub area flags / MTU. (RouterIDs must be unique, not matching.)

  6. What are the default OSPF Hello and Dead intervals on broadcast and point-to-point networks?

    Hello = 10 seconds, Dead = 40 seconds (Dead is 4x Hello) on broadcast and point-to-point network types.

  7. What multicast addresses does OSPFv2 use for all-OSPF-routers and for DR/BDR?

    224.0.0.5 = all OSPF routers (AllSPFRouters); 224.0.0.6 = all DR/BDR routers (AllDRouters).

  8. On a broadcast (multi-access) OSPF network, what roles are elected and why?

    A Designated Router (DR) and Backup DR (BDR) are elected to reduce the number of full adjacencies and LSA flooding; all other routers (DROthers) form full adjacencies only with the DR and BDR.

  9. How does OSPF elect the DR and BDR on a broadcast segment?

    Highest OSPF interface priority wins; if priorities tie, the highest Router ID wins. The highest becomes DR, the second-highest becomes BDR. (Election is non-preemptive.)

  10. What OSPF interface priority value prevents a router from becoming DR or BDR, and what is the command?

    A priority of 0 makes the router ineligible (always DROther). Command: ip ospf priority 0 on the interface.

  11. Why does the OSPF point-to-point network type not elect a DR/BDR?

    A point-to-point link has only two routers, so there is no benefit to electing a DR/BDR; both routers form a full adjacency directly with each other.

  12. What command forces an Ethernet interface to behave as an OSPF point-to-point network, and what benefit does it give?

    ip ospf network point-to-point on the interface. It skips DR/BDR election, speeding adjacency formation and simplifying the topology on a link with only two routers.

  13. What is the difference between OSPF totally default behavior on point-to-point vs broadcast network types regarding Hello timers?

    Both default to Hello 10 / Dead 40 seconds. The key difference is broadcast elects a DR/BDR and uses multicast to a DR, while point-to-point does not elect a DR/BDR.

  14. Which command shows OSPF neighbor adjacencies and their states?

    show ip ospf neighbor

  15. What does the command show ip ospf interface (or 'brief') reveal that is useful for troubleshooting adjacencies?

    It shows the interface's OSPF area, process ID, cost, network type, Router ID, DR/BDR, priority, and Hello/Dead timers — useful for spotting mismatched area, timers, or network type.

  16. Name three common reasons two OSPF routers fail to become neighbors.

    Mismatched area IDs, mismatched Hello/Dead timers, mismatched subnet/mask on the link, MTU mismatch, mismatched authentication, or one interface being passive.

  17. What does the passive-interface command do in OSPF and when is it used?

    It stops OSPF from sending/receiving Hellos (no adjacencies) on that interface while still advertising the interface's network. Used on interfaces facing end hosts/LANs with no OSPF neighbors.

  18. What is the purpose of a First Hop Redundancy Protocol (FHRP)?

    FHRPs provide default-gateway redundancy by letting multiple routers share a single virtual IP/MAC so hosts keep connectivity if their default gateway router fails — without reconfiguring hosts.

  19. In HSRP, what roles do routers take and what does each do?

    One router is Active (forwards traffic for the virtual IP/MAC), one is Standby (monitors and takes over if Active fails), and any others are in Listen state as backups.

  20. How is the HSRP Active router elected?

    The router with the highest HSRP priority becomes Active; if priorities tie (default 100), the highest interface IP address wins.

  21. What is the HSRP version 2 virtual MAC address format and the multicast address it uses?

    HSRPv2 virtual MAC = 0000.0C9F.FXXX (XXX = group number in hex), and it uses multicast 224.0.0.102 (HSRPv1 uses 0000.0C07.ACXX and 224.0.0.2).

  22. What is HSRP preemption and how is it enabled?

    Preemption lets a higher-priority router take over the Active role when it comes online (instead of waiting for the current Active to fail). Enabled with 'standby <group> preempt'. Without it, the election is non-preemptive.

  23. Compare HSRP, VRRP, and GLBP in terms of standardization and load behavior.

    HSRP = Cisco proprietary, one active router (no load balancing). VRRP = IETF open standard (RFC 5798), one master router. GLBP = Cisco proprietary, provides active/active load balancing across multiple routers via one virtual IP with multiple virtual MACs.

  24. What is the key advantage of GLBP over HSRP and VRRP?

    GLBP allows simultaneous load balancing: a single Active Virtual Gateway (AVG) assigns multiple virtual MAC addresses so several Active Virtual Forwarders (AVFs) forward traffic at once, using all routers rather than just one.

What this deck covers

The IP Connectivity deck follows the Cisco Certified Network Associate (CCNA) IP Connectivity syllabus — 4 chapters and 15 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 13.0 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 160 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

IP Connectivity flashcards FAQ

How many IP Connectivity flashcards are in this Cisco Certified Network Associate (CCNA) deck?

52 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Cisco Certified Network Associate (CCNA) flashcards free?

Yes. The preview here is free to read with no signup, and the full 52-card deck is free inside the Examius app.

What do the IP Connectivity cards cover?

They follow the Cisco Certified Network Associate (CCNA) IP Connectivity syllabus — 4 chapters and 15 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.