Courseiva
Question 1,251 of 1,389
Network Services and SecuritymediumMultiple SelectObjective-mapped

CCNA Network Services and Security Practice Question

Which TWO statements about IPv4 and IPv6 ACLs are true?

⚠ Common exam trap

Cisco often tests the placement rule reversal—candidates confuse standard ACL placement (close to destination) with extended ACL placement (close to source), or mix up the number ranges for standard vs. extended ACLs.

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

Extended IPv4 ACLs should be placed as close to the source as possible to minimize unnecessary traffic on the network.

Extended IPv4 ACLs filter on source and destination IP addresses, ports, and protocols, so placing them as close to the source as possible prevents unwanted traffic from traversing the network, reducing bandwidth waste and security risks. This is a best practice for extended ACLs, unlike standard ACLs which should be placed close to the destination.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Standard IPv4 ACLs use numbers in the range 100-199.

    Why it's wrong here

    Standard IPv4 ACLs are numbered in the ranges 1–99 and 1300–1999, not 100–199. The number range 100–199 is explicitly reserved for extended numbered ACLs, which evaluate source and destination IP addresses, protocol, and port numbers. Misidentifying 100–199 as standard ACL numbers confuses the ACL type and its underlying matching logic.

  • Extended IPv4 ACLs should be placed as close to the source as possible to minimize unnecessary traffic on the network.

    Why this is correct

    Extended IPv4 ACLs can match on source and destination addresses, protocol, and TCP/UDP ports, so they can selectively deny specific traffic flows while permitting unrelated traffic. Placing such an ACL closest to the source of that traffic stops unwanted packets immediately at the ingress edge, preventing them from consuming bandwidth and router processing power on every intermediate link toward the destination. This granularity makes source-side placement safe and efficient, unlike standard ACLs.

  • IPv6 ACLs are always named and can filter traffic based on source and destination IPv6 addresses, as well as protocol types.

    Why this is correct

    IPv6 ACLs are always configured as named extended ACLs; there is no numbered IPv6 ACL concept. They examine IPv6 source and destination addresses, the Next Header field (analogous to the IPv4 protocol field), and TCP/UDP ports, along with other IPv6-specific options such as ICMPv6 message types. Because entries are processed sequentially until a match is found, careful ordering is essential to enforce policy correctly, with an implicit deny-all at the end.

  • Standard IPv4 ACLs filter only the source IP address and are best placed close to the source to be most effective.

    Why it's wrong here

    Standard ACLs indeed filter only on the source IP address, but that limited matching capability requires them to be placed as close to the destination as possible, not the source. If placed near the source, a standard ACL entry that denies a particular source would block that source's traffic to all destinations, including legitimate ones. Positioning near the destination limits the ACL's impact to the intended target network, avoiding accidental collateral denial.

  • Numbered ACLs allow individual access control entries (ACEs) to be deleted without removing the entire ACL.

    Why it's wrong here

    Numbered ACLs do not permit deletion of an individual access control entry; to remove one ACE, the entire ACL must be deleted and re-entered without that entry. Named ACLs, in contrast, assign sequence numbers to each ACE, allowing selective deletion, insertion, and resequencing without recreating the full list. This operational limitation of numbered ACLs applies to both standard and extended numbered variants and is a common source of configuration errors.

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.

Extended IPv4 ACLs should be placed as close to the source as possible to minimize unnecessary traffic on the network.Correct answer

Why this is correct

Extended IPv4 ACLs can match on source and destination addresses, protocol, and TCP/UDP ports, so they can selectively deny specific traffic flows while permitting unrelated traffic. Placing such an ACL closest to the source of that traffic stops unwanted packets immediately at the ingress edge, preventing them from consuming bandwidth and router processing power on every intermediate link toward the destination. This granularity makes source-side placement safe and efficient, unlike standard ACLs.

Standard IPv4 ACLs use numbers in the range 100-199.Wrong answer — click to see why

Why this is wrong here

The number range 100–199 is used for extended ACLs, not standard ones.

Standard IPv4 ACLs filter only the source IP address and are best placed close to the source to be most effective.Wrong answer — click to see why

Why this is wrong here

The placement advice is reversed: standard ACLs belong near the destination, not the source.

Numbered ACLs allow individual access control entries (ACEs) to be deleted without removing the entire ACL.Wrong answer — click to see why

Why this is wrong here

This is a common misconception; the ability to delete individual ACEs is a feature of named ACLs, not numbered.

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

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

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.

Loading comments…

Sign in to join the discussion.

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.