Practice Routing Questions Now
Start a timed practice session focusing on IP Routing & Protocols topics from the CCNA question bank.
Start CCNA Practice Quiz →CCNA Routing Question Bank (10 Questions)
Browse all 10 practice questions covering IP Routing & Protocols for the CCNA certification exam. Each question includes the full answer and a detailed explanation to help you understand the concepts.
- Question 1IP Connectivity
What is the purpose of a default route (0.0.0.0/0) in a routing table?
Show Answer & Explanation
Correct Answer: BExplanation:Default route (0.0.0.0/0) matches any destination with 0 prefix bits — it's the least specific route. Used when no other route matches. Typically points toward the internet gateway or ISP. 'ip route 0.0.0.0 0.0.0.0 <next-hop>' or learned via routing protocol.
- Question 2IP Connectivity
Which symbol in a Cisco routing table indicates a directly connected network?
Show Answer & Explanation
Correct Answer: CExplanation:C = Connected (directly attached), S = Static, O = OSPF, R = RIP, D = EIGRP, B = BGP.
- Question 3IP Connectivity
A router has the following routes in its routing table: - 10.1.0.0/16 via 192.168.1.1 - 10.1.1.0/24 via 192.168.1.2 - 10.1.1.128/25 via 192.168.1.3 A packet arrives destined for 10.1.1.200. Which next-hop will the router use?
Show Answer & Explanation
Correct Answer: CExplanation:Routers use the longest prefix match algorithm. The address 10.1.1.200 matches all three routes, but 10.1.1.128/25 (which covers 10.1.1.128–10.1.1.255) is the most specific match with a /25 prefix. The /24 covers 10.1.1.0–10.1.1.255 and /16 covers the entire 10.1.x.x range. The longest match (/25) wins.
- Question 4IP Connectivity
What happens when a router cannot find a matching entry in its routing table for a destination IP address and no default route exists?
Show Answer & Explanation
Correct Answer: BExplanation:When a router has no matching route (including no default route), it drops the packet and typically sends an ICMP Type 3 (Destination Unreachable) message back to the source. Routers do not flood packets — that is a switch behavior for unknown unicast frames.
- Question 5IP Connectivity
Which type of static route uses the outgoing interface as the next hop?
Show Answer & Explanation
Correct Answer: BExplanation:A directly connected static route specifies the exit interface instead of a next-hop IP. A recursive static route specifies a next-hop IP that requires another lookup.
- Question 6IP Connectivity
Which routing protocol has the lowest default administrative distance?
Show Answer & Explanation
Correct Answer: BExplanation:EIGRP has a default AD of 90, OSPF is 110, IS-IS is 115, and RIP is 120. Lower AD is preferred.
- Question 7IP Connectivity
Which command creates a default static route for IPv4?
Show Answer & Explanation
Correct Answer: AExplanation:The command 'ip route 0.0.0.0 0.0.0.0 <next-hop>' creates a default route (gateway of last resort) matching all destinations.
- Question 8IP Connectivity
What command verifies the routing table on a Cisco router?
Show Answer & Explanation
Correct Answer: BExplanation:'show ip route' displays: route source codes (C=connected, S=static, O=OSPF, D=EIGRP, B=BGP), destination networks, admin distance/metric [AD/metric], next-hop IP, exit interface, and route age. Essential for verifying routing decisions and troubleshooting.
- Question 9IP Connectivity
If a router learns the same destination via OSPF (AD 110) and EIGRP (AD 90), which route is installed?
Show Answer & Explanation
Correct Answer: BExplanation:Administrative Distance determines route preference between different routing sources. Lower AD = more trusted. Common ADs: Connected (0), Static (1), EIGRP (90), OSPF (110), IS-IS (115), RIP (120), External EIGRP (170), iBGP (200). EIGRP's 90 beats OSPF's 110.
- Question 10IP Connectivity
What is the administrative distance of an OSPF-learned route on a Cisco router?
Show Answer & Explanation
Correct Answer: CExplanation:OSPF has a default administrative distance (AD) of 110 on Cisco routers. EIGRP internal routes have AD 90, EIGRP external has AD 170, RIP has AD 120, static routes have AD 1 (or 0 for connected), and eBGP has AD 20.
Key Routing Concepts for CCNA
CCNA Routing Exam Tips
IP Routing & Protocols questions in CCNA are typically scenario-based. Focus on service-level decision making aligned to official exam objectives. Priority concepts: routing, ospf, static route, default route, administrative distance, routing table.
What CCNA Expects
- Anchor your answer in select the most practical, secure, and scalable answer for the stated scenario.
- Routing scenarios for CCNA are frequently mapped to Domain 3 (25%), so read the objective carefully before picking controls or architecture.
- Expect multi-service scenarios where Routing interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated service question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and managed-service best practices.
High-Value Routing Concepts
- Know the core Routing building blocks cold: routing, ospf, static route, default route.
- Review the edge-case features and limits for administrative distance, routing table; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how Routing pairs with IP Addressing, OSPF, Inter-VLAN Routing in real deployment patterns.
- For CCNA, explain why the chosen Routing design meets reliability, security, and cost expectations better than the alternatives.
Common CCNA Traps
- Watch for answers that partially solve the requirement but miss operational constraints.
- Questions in IP Connectivity often include distractors that look correct for Routing but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two Routing implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to IP Connectivity (25%) outcomes for CCNA?
- Can you explain security and access boundaries for Routing without relying on default-open assumptions?
- Can you describe how Routing integrates with IP Addressing and OSPF during failure, scaling, and monitoring events?