mediumMultiple ChoiceObjective-mapped
Firewall ACL Deny Action and Sequential Processing
Exhibit
Refer to the exhibit. syslog: 2025-03-15T10:23:45Z FW01 %SEC-6-IPACCESSLOGP: list 101 denied tcp 10.0.1.15(54321) -> 10.0.2.10(23), 1 packet
Refer to the exhibit. What action did the firewall take on the traffic from 10.0.1.15 to 10.0.2.10?
Quick Answer
The answer is that the firewall denied the traffic from 10.0.1.15 to 10.0.2.10. This is correct because the firewall’s access control list (ACL) processes rules sequentially, and the first matching rule for this traffic is a deny action that explicitly blocks the source IP 10.0.1.15. In sequential processing, once a deny rule matches, the packet is dropped immediately without evaluating any subsequent rules, even if later rules would permit the traffic. On the ISC2 Certified in Cybersecurity CC exam, this concept tests your understanding of ACL order of operations and how a firewall applies a deny action as the decisive factor. A common trap is assuming that a permit rule later in the list overrides an earlier deny, but sequential processing means the first match wins. Remember the memory tip: “First match, final action”—the rule that matches first determines the packet’s fate, so a deny early in the list blocks all matching traffic regardless of later permits.
⚠ Common exam trap
ISC2 often tests the sequential processing of ACLs, where candidates mistakenly think a later permit rule overrides an earlier deny rule, but the first match always wins.
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
✓
Denied the traffic
The firewall denied the traffic from 10.0.1.15 to 10.0.2.10 because the access control list (ACL) or security policy explicitly denies the source IP 10.0.1.15, as shown in the exhibit. The firewall processes rules sequentially, and the first matching rule for this traffic is a deny entry, so the packet is dropped without further inspection or logging unless specified.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Logged and permitted
Why it's wrong here
The log indicates the packet was denied, not permitted.
- ✓
Denied the traffic
Why this is correct
The syslog message explicitly states 'denied'.
- ✗
Permitted the traffic
Why it's wrong here
The log says 'denied', not permitted.
- ✗
Translated the source address
Why it's wrong here
There is no indication of NAT in the log.
Visual reference
Go deeper
Related to this question
Learn chapter
Introduction to Security Principles
Key term
Firewall
A firewall is a network security system that monitors and controls incoming and outgoing traffic based on predetermined security rules to protect trusted internal networks from untrusted external networks.
Key term
Least privilege
Least privilege is a security principle that means giving users, systems, or programs only the minimum permissions they need to do their job and nothing more.
About these practice questions
This CC question is part of Courseiva's 976-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on CC
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A network administrator configures the ACL on a router as shown. What is the effect of this access list?
easy- ✓ A.Blocks Telnet traffic entering the interface, but allows all other traffic
- B.Blocks SSH traffic (port 22) from entering the interface
- C.Blocks Telnet traffic leaving the interface, but allows all other traffic
- D.Blocks all TCP traffic except Telnet
Why A: The ACL denies TCP traffic to port 23 (Telnet) and permits all other IP traffic. Option B is wrong because SSH is port 22. Option C is wrong because the ACL is applied inbound on Gig0/1, so it filters incoming traffic only, not outgoing. Option D is wrong because it applies to all TCP traffic, not just Telnet.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CC practice question is part of Courseiva's free ISC2 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 CC exam.