- A
10.20.0.0/22
Correct. /22 is the smallest summary that covers exactly those four /24 networks.
- B
10.20.0.0/23
Why wrong: /23 would cover only two /24 networks at a time.
- C
10.20.0.0/24
Why wrong: /24 covers only one of the listed networks.
- D
10.20.0.0/21
Why wrong: /21 would also include additional networks and is less precise than needed.
Quick Answer
The answer is 10.20.0.0/22. This summary route is correct because the four contiguous /24 networks—10.20.0.0, 10.20.1.0, 10.20.2.0, and 10.20.3.0—share the first 22 bits of their network addresses, as seen when you convert the third octet to binary: 0 (00000000), 1 (00000001), 2 (00000010), and 3 (00000011) all match in the first six bits, leaving two host bits for the block size of four. On the CCNA 200-301 v2 exam, route summarization calculation questions test your ability to identify the smallest prefix that covers a set of subnets without including extra networks; a common trap is choosing a /21 or /23, which either over-summarizes or misses addresses. To avoid this, remember the memory tip: “Count the networks as powers of two—four networks need a block size of 4, so subtract 2 from the /24 to get /22.”
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.. 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 summary route best represents these four networks?
10.20.0.0/24 10.20.1.0/24 10.20.2.0/24 10.20.3.0/24
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
10.20.0.0/22
Four contiguous /24 networks starting at 10.20.0.0 summarize cleanly into 10.20.0.0/22. That block covers 10.20.0.0 through 10.20.3.255.
Key principle: Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
10.20.0.0/22
Why this is correct
Correct. /22 is the smallest summary that covers exactly those four /24 networks.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.
- ✗
10.20.0.0/23
Why it's wrong here
/23 would cover only two /24 networks at a time.
When this WOULD be correct
If the question asked for a summary route that only included the first two networks (10.20.0.0/24 and 10.20.1.0/24), then 10.20.0.0/23 would be the correct answer, as it would effectively summarize those two networks.
- ✗
10.20.0.0/24
Why it's wrong here
/24 covers only one of the listed networks.
When this WOULD be correct
In a different question where only the network 10.20.0.0/24 is being considered for summarization, such as when asked to identify the route for a single subnet, option C would be the correct answer.
- ✗
10.20.0.0/21
Why it's wrong here
/21 would also include additional networks and is less precise than needed.
When this WOULD be correct
In a different scenario where the question asks for a summary route that includes not only the four specified networks but also additional networks such as 10.20.4.0/24 and 10.20.5.0/24, then 10.20.0.0/21 would be the correct answer as it would cover all those networks.
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.
✓10.20.0.0/22Correct answer▾
Why this is correct
Correct. /22 is the smallest summary that covers exactly those four /24 networks.
✗10.20.0.0/23Wrong answer — click to see why▾
Why this is wrong here
Option B, 10.20.0.0/23, is incorrect because it only encompasses two of the four specified networks (10.20.0.0/24 and 10.20.1.0/24), failing to include the other two networks (10.20.2.0/24 and 10.20.3.0/24).
★ When this WOULD be the correct answer
If the question asked for a summary route that only included the first two networks (10.20.0.0/24 and 10.20.1.0/24), then 10.20.0.0/23 would be the correct answer, as it would effectively summarize those two networks.
Why candidates choose this
Candidates might choose this option because they recognize that 10.20.0.0/23 covers multiple subnets, leading them to mistakenly believe it could summarize a larger range than it actually does.
✗10.20.0.0/24Wrong answer — click to see why▾
Why this is wrong here
Option C is incorrect because it only summarizes a single network (10.20.0.0/24) and does not encompass the other three networks (10.20.1.0/24, 10.20.2.0/24, 10.20.3.0/24) that need to be included in the summary route.
★ When this WOULD be the correct answer
In a different question where only the network 10.20.0.0/24 is being considered for summarization, such as when asked to identify the route for a single subnet, option C would be the correct answer.
Why candidates choose this
Candidates may choose this option because it represents a valid subnet and they might misinterpret the question as asking for the most specific route rather than a summary of multiple networks.
✗10.20.0.0/21Wrong answer — click to see why▾
Why this is wrong here
Option D (10.20.0.0/21) is incorrect because it encompasses a larger range of addresses than required, including networks that are not part of the specified four networks, which are only within the /24 range of 10.20.0.0 to 10.20.3.0.
★ When this WOULD be the correct answer
In a different scenario where the question asks for a summary route that includes not only the four specified networks but also additional networks such as 10.20.4.0/24 and 10.20.5.0/24, then 10.20.0.0/21 would be the correct answer as it would cover all those networks.
Why candidates choose this
Candidates may find this option tempting because it appears to provide a broader summary, which can seem advantageous in scenarios where summarization is desired, leading to a misunderstanding of the specific address range required.
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
Be careful to calculate the correct subnet mask that covers all given networks without including unnecessary additional ranges.
Detailed technical explanation
How to think about this question
Subnet summarization is a critical concept in IP routing that reduces the size of routing tables by aggregating multiple contiguous networks into a single summary route. This process improves routing efficiency and conserves router resources by advertising fewer routes. In Cisco networking, summarization is often applied to contiguous subnets that share the same higher-order bits in their network addresses. To determine the correct summary route for multiple /24 networks, you analyze the binary representation of their network addresses to find the smallest subnet mask that encompasses all the given networks without including unrelated addresses. For the networks 10.20.0.0/24 through 10.20.3.0/24, the first 22 bits are common, making 10.20.0.0/22 the precise summary. This /22 mask covers exactly the IP range from 10.20.0.0 to 10.20.3.255, including all four /24 networks. A common exam trap is selecting a summary route that is either too narrow or too broad. For example, choosing 10.20.0.0/23 only covers two /24 networks, missing half the range, while 10.20.0.0/21 covers eight /24 networks, including four not listed, which can cause routing inefficiencies or incorrect traffic forwarding. Understanding how to calculate the correct summary mask ensures accurate and efficient routing in Cisco environments.
KKey Concepts to Remember
- Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.
- Cisco routers use the longest common prefix of network addresses to determine the smallest subnet mask for summarization.
- A summary route must cover all specified subnets without including unrelated networks to avoid routing errors.
- The /22 mask covers four contiguous /24 networks by encompassing all IP addresses from 10.20.0.0 to 10.20.3.255.
- Choosing a summary mask that is too narrow excludes some networks, causing incomplete routing information.
- Choosing a summary mask that is too broad includes extra networks, leading to inefficient routing and potential traffic misdirection.
- Binary analysis of network addresses is essential to accurately calculate summary routes in Cisco routing configurations.
- Proper summarization reduces routing overhead and improves convergence times in dynamic routing protocols.
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
Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing 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?
IP Routing — This question tests IP Routing — Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency..
What is the correct answer to this question?
The correct answer is: 10.20.0.0/22 — Four contiguous /24 networks starting at 10.20.0.0 summarize cleanly into 10.20.0.0/22. That block covers 10.20.0.0 through 10.20.3.255.
What should I do if I get this 200-301 question wrong?
Review subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency., 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?
Subnet summarization aggregates multiple contiguous networks into a single route to reduce routing table size and improve efficiency.
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: May 17, 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.