Courseiva
IP RoutingmediumMultiple SelectObjective-mapped

CCNA IP Routing Practice Question

Which two statements accurately describe route summarization?

⚠ Common exam trap

A frequent exam trap is mistaking route summarization for default routing or NAT-related functions. Some candidates incorrectly believe summarization forces routers to use only a default route, which is false because summarization still advertises specific aggregated routes, not just a default. Others confuse summarization with PAT overload, a NAT feature unrelated to routing. Additionally, some think summarization automatically encrypts routing updates, which it does not. These misconceptions can lead to incorrect answers and misunderstandings about routing behavior in Cisco networks.

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 can reduce the number of individual routes that must be advertised.

Route summarization combines multiple specific routes into a smaller number of broader advertisements. In plain language, it lets a router describe a group of networks with one shorter, more general route instead of announcing each one individually. This can reduce routing-table size and improve scalability. It can also reduce the amount of routing information that must be exchanged across certain boundaries. The wrong answers often confuse summarization with default routing or encryption. The two correct statements are the ones that preserve its aggregation and scaling purpose.

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 can reduce the number of individual routes that must be advertised.

    Why this is correct

    Summarization combines multiple contiguous subnet prefixes into a single aggregate route, so a router advertises one summary instead of many specific entries. For example, 10.1.1.0/24 through 10.1.4.0/24 can be advertised as 10.1.0.0/22, shrinking the routing table and update size. This reduces bandwidth and processing required for routing protocol updates.

  • It can help improve routing scalability by simplifying route information.

    Why this is correct

    By hiding subnets behind a shorter prefix, summarization decreases the number of routes in the routing table, which lowers memory and CPU usage on routers. It also reduces the frequency and size of routing updates, making the network more stable and scalable as it grows. Fewer routes mean less chance of route flapping affecting large parts of the network.

  • It forces every router to use only a default route.

    Why it's wrong here

    Summarization does not force the use of a default route; it aggregates specific prefixes into a less-specific summary while still allowing more-specific routes to be advertised when needed. A default route (0.0.0.0/0) is a separate concept used for ultimate fallback, and networks can have both summaries and a default route simultaneously. Routers may still use detailed routes for traffic engineering or loop prevention even when summaries exist.

    When this WOULD be correct

    In a question focused on routing protocols that require a default route for all traffic, such as in a stub network scenario, this option could be correct if the question specifies that summarization leads to a configuration where only a default route is used for all traffic.

  • It is the same thing as PAT overload.

    Why it's wrong here

    PAT (Port Address Translation) overload is a NAT feature that maps many private IP addresses to one public IP using unique port numbers, operating at Layers 3 and 4. Route summarization is a pure Layer 3 routing technique that condenses groups of network prefixes into a single advertisement. They are unrelated functions: one translates addresses/PAT, and the other aggregates routes for routing protocol efficiency.

    When this WOULD be correct

    In a different context, if the question asked about methods of optimizing network address translation or asked for techniques related to IP address management, then option D could be correct if discussing how PAT overload can reduce the complexity of managing multiple IP addresses in a network.

  • It automatically encrypts routing updates.

    Why it's wrong here

    Route summarization operates at the network layer to aggregate prefixes and has no mechanism for securing or encrypting protocol traffic. Encryption is handled by separate features such as IPsec, DMVPN, or routing protocol authentication (e.g., OSPF MD5/SHA). Summarization only changes the prefix information being advertised; it does not add any confidentiality or integrity protection.

    When this WOULD be correct

    In a question specifically about routing protocols that include security features, such as OSPF with authentication, an option stating that routing updates are encrypted could be correct if the context involves secure routing protocols that utilize encryption methods.

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 can reduce the number of individual routes that must be advertised.Correct answer

Why this is correct

Summarization combines multiple contiguous subnet prefixes into a single aggregate route, so a router advertises one summary instead of many specific entries. For example, 10.1.1.0/24 through 10.1.4.0/24 can be advertised as 10.1.0.0/22, shrinking the routing table and update size. This reduces bandwidth and processing required for routing protocol updates.

It forces every router to use only a default route.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because route summarization does not force routers to use only a default route; instead, it aggregates multiple routes into a single route advertisement without eliminating the need for specific routes.

★ When this WOULD be the correct answer

In a question focused on routing protocols that require a default route for all traffic, such as in a stub network scenario, this option could be correct if the question specifies that summarization leads to a configuration where only a default route is used for all traffic.

Why candidates choose this

Candidates may find this option tempting due to a misunderstanding of how summarization simplifies routing tables, leading them to incorrectly associate it with the use of default routes in network configurations.

It is the same thing as PAT overload.Wrong answer — click to see why

Why this is wrong here

Option D is incorrect because Port Address Translation (PAT) overload is a technique used for translating multiple private IP addresses to a single public IP address, which is unrelated to route summarization. Route summarization focuses on consolidating multiple routes into a single advertisement to optimize routing tables.

★ When this WOULD be the correct answer

In a different context, if the question asked about methods of optimizing network address translation or asked for techniques related to IP address management, then option D could be correct if discussing how PAT overload can reduce the complexity of managing multiple IP addresses in a network.

Why candidates choose this

Candidates may choose this option due to confusion between routing concepts and network address translation techniques, leading them to associate summarization with address management strategies like PAT.

It automatically encrypts routing updates.Wrong answer — click to see why

Why this is wrong here

This option is wrong because route summarization does not involve encryption; it focuses on aggregating multiple routes into a single route advertisement to optimize routing tables.

★ When this WOULD be the correct answer

In a question specifically about routing protocols that include security features, such as OSPF with authentication, an option stating that routing updates are encrypted could be correct if the context involves secure routing protocols that utilize encryption methods.

Why candidates choose this

Candidates may be tempted by this option due to a misunderstanding of routing protocols and security, conflating the concepts of route summarization with the need for secure communication in network routing.

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?”

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

Courseiva writes every 200-301 question from scratch — 1,389 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.