Which TWO statements correctly describe the behavior of standard ACLs and their placement on interfaces?
Standard ACLs are the simplest type of IP access list: they match a packet solely by its source IPv4 address (using an optional wildcard mask) and permit or deny it, ignoring all other header fields. The ACL does not inspect the destination address, protocol number, or TCP/UDP ports, which is why they are less flexible than extended ACLs. This behavior makes them suitable for filtering based on the origin of traffic and for basic source‑based policy, but they cannot enforce granular application‑level controls.
Why this answer
Standard ACLs filter traffic based solely on the source IP address, using numbers 1–99 or 1300–1999 in classic Cisco IOS. They do not consider destination IP, protocol, or port numbers. Because they lack granularity, placing them close to the destination (option D) prevents them from inadvertently blocking traffic that should be permitted, as they cannot distinguish between traffic destined for different services on the same destination host.
Exam trap
Cisco often tests the misconception that standard ACLs should be placed close to the source (like extended ACLs), when in fact standard ACLs lack the granularity to do so safely and must be placed near the destination.
Why the other options are wrong
Standard ACLs filter only on source IP, so placing them close to the source can block traffic destined to other networks that should be allowed. The correct placement is close to the destination to minimize unintended filtering.
Standard ACLs do not examine destination IP addresses; they only match on source IP addresses. Filtering by destination requires an extended ACL.
Standard ACLs operate at Layer 3 and cannot examine Layer 4 information such as TCP or UDP port numbers. Port-based filtering requires an extended ACL.