N10-009 Network Security Practice Question
A company hosts a web server in a DMZ. The firewall has three interfaces: inside (corporate network), outside (Internet), and DMZ. Which firewall rule is necessary to allow external users to access the web server?
⚠ Common exam trap
The trap here is that candidates mistakenly choose Option B or C, confusing the direction of traffic or thinking that external users need access to the inside network, when the correct security design is to restrict external traffic only to the DMZ.
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
✓
Allow traffic from the outside interface to the DMZ interface on port 80
External users on the Internet (outside interface) need to reach the web server located in the DMZ. The firewall must permit inbound traffic from the outside zone to the DMZ zone on TCP port 80 (HTTP) to allow web requests while keeping the corporate network (inside) isolated from direct external access.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Allow traffic from the outside interface to the DMZ interface on port 80
Why this is correct
This firewall rule is essential for a public-facing web server located within a DMZ. By allowing traffic from the untrusted outside interface to the DMZ interface specifically on port 80, it enables external users to access the web service via HTTP. This configuration ensures the web server is reachable while maintaining the critical security posture of isolating the internal network from direct internet exposure.
- ✗
Allow traffic from the inside interface to the DMZ interface on port 80
Why it's wrong here
Allowing traffic from the inside interface to the DMZ on port 80 would permit internal network users to access the web server. While this might be necessary for administrative tasks or internal testing, it does not address the primary requirement of making the web server accessible to external internet users. This rule alone fails to fulfill the core purpose of hosting a public web server in a DMZ for external client access.
When this WOULD be correct
This rule would be correct if the question asked for a rule allowing internal corporate users to access the web server hosted in the DMZ. For example: 'Which firewall rule allows employees on the corporate network to access the company's web server in the DMZ?'
- ✗
Allow traffic from the outside interface to the inside interface on port 80
Why it's wrong here
This rule represents a severe security vulnerability, as it would permit direct inbound HTTP traffic from the untrusted external network straight into the protected internal network. Bypassing the DMZ entirely defeats its fundamental purpose, which is to create a secure buffer zone for public-facing services. Such a configuration would expose sensitive internal resources to direct internet threats, compromising the entire network's integrity.
When this WOULD be correct
This option would be correct if the question asked for a rule to allow internal users to access a web server located on the corporate network (inside interface) from the Internet, but that scenario is unrealistic. Alternatively, if the web server were on the inside interface and the goal was to allow external access, this rule would be needed, but that would be a poor security design.
- ✗
Deny all traffic by default and create no specific rules
Why it's wrong here
While a 'deny all' default policy is a crucial security principle for firewalls, it must be complemented by explicit 'allow' rules for legitimate network services. If no specific rules are configured to permit HTTP traffic to the web server in the DMZ, the server would be completely inaccessible from the internet. This renders the public-facing web server useless, as it cannot fulfill its intended function of serving external web requests.
When this WOULD be correct
This option would be correct in a question asking for the default security posture of a firewall when no rules are configured, or in a scenario where the goal is to block all traffic and only allow specific traffic after creating explicit allow rules.
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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓Allow traffic from the outside interface to the DMZ interface on port 80Correct answer▾
Why this is correct
This firewall rule is essential for a public-facing web server located within a DMZ. By allowing traffic from the untrusted outside interface to the DMZ interface specifically on port 80, it enables external users to access the web service via HTTP. This configuration ensures the web server is reachable while maintaining the critical security posture of isolating the internal network from direct internet exposure.
✗Allow traffic from the inside interface to the DMZ interface on port 80Wrong answer — click to see why▾
Why this is wrong here
This rule allows traffic from the inside (corporate network) to the DMZ, which is not needed for external users to access the web server. External users come from the Internet (outside interface), not the inside network.
★ When this WOULD be the correct answer
This rule would be correct if the question asked for a rule allowing internal corporate users to access the web server hosted in the DMZ. For example: 'Which firewall rule allows employees on the corporate network to access the company's web server in the DMZ?'
Why candidates choose this
Candidates may confuse the direction of traffic needed for external access, mistakenly thinking that allowing traffic from the inside to the DMZ is sufficient, or they may not fully understand the role of each firewall interface.
✗Allow traffic from the outside interface to the inside interface on port 80Wrong answer — click to see why▾
Why this is wrong here
This rule would allow traffic from the Internet to the corporate network on port 80, which bypasses the DMZ and directly exposes internal resources, violating security best practices.
★ When this WOULD be the correct answer
This option would be correct if the question asked for a rule to allow internal users to access a web server located on the corporate network (inside interface) from the Internet, but that scenario is unrealistic. Alternatively, if the web server were on the inside interface and the goal was to allow external access, this rule would be needed, but that would be a poor security design.
Why candidates choose this
Candidates may confuse the direction of traffic or think that external users need to reach the inside network directly, misunderstanding the purpose of a DMZ as a buffer zone.
✗Deny all traffic by default and create no specific rulesWrong answer — click to see why▾
Why this is wrong here
Option D suggests denying all traffic by default and creating no specific rules, which would block all traffic including legitimate external access to the web server, making it impossible for external users to reach the server.
★ When this WOULD be the correct answer
This option would be correct in a question asking for the default security posture of a firewall when no rules are configured, or in a scenario where the goal is to block all traffic and only allow specific traffic after creating explicit allow rules.
Why candidates choose this
Candidates may think that 'deny all by default' is a secure baseline, but they forget that specific allow rules are needed to permit desired traffic; the option's wording implies no rules are created, which contradicts the requirement to allow access.
Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Network Device Hardening
Key term
TCP
TCP (Transmission Control Protocol) is a core internet protocol that ensures data is sent reliably and in order between devices over a network.
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.
About these practice questions
One of 464 original N10-009 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.