hardMultiple ChoiceObjective-mapped
ISC2 CC Practice Question: A company's network uses a perimeter firewall and…
A company's network uses a perimeter firewall and an internal firewall. The DMZ sits between them. A new application server needs to be accessible from the internet on TCP port 8443 and must be able to make outbound HTTPS connections to an external license server. Which firewall rules should be implemented? (Assume default deny)
⚠ Common exam trap
ISC2 often tests the misconception that return traffic for outbound connections requires an explicit inbound allow rule, when in fact stateful inspection automatically permits the reply packets.
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 inbound from internet to server on 8443; allow outbound from server to internet on 443 with stateful inspection
It allows inbound traffic on TCP 8443 to the server and outbound traffic on TCP 443 from the server to the internet. Stateful inspection automatically tracks the outbound HTTPS connection and permits the return traffic (the license server's response) without needing an explicit inbound rule. This matches the requirement while maintaining a default-deny posture.
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 inbound from internet to server on 8443; allow outbound from server to internet on 443; allow inbound from internet to server on 443 for license server response
Why it's wrong here
The inbound rule for license server response is unnecessary if stateful inspection is used.
- ✓
Allow inbound from internet to server on 8443; allow outbound from server to internet on 443 with stateful inspection
Why this is correct
Stateful inspection automatically allows return traffic for the outbound connection.
- ✗
Allow inbound from internet to server on 8443; allow outbound from server to internet on 443
Why it's wrong here
This does not account for stateful inspection; return traffic may be blocked.
- ✗
Allow inbound from internet to server on 8443 and 443; allow outbound from server to internet on any
Why it's wrong here
Allowing all outbound and inbound 443 is unnecessarily permissive.
Visual reference
Go deeper
Related to this question
Learn chapter
Network Security Foundations
Key term
TCP
TCP is a connection-oriented transport layer protocol that ensures reliable, ordered, and error-checked delivery of data between applications over IP networks.
Key term
DMZ
A DMZ (demilitarized zone) is a network segment that sits between an internal private network and the public internet, hosting publicly accessible services while keeping the internal network isolated.
About these practice questions
One of 976 original CC 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 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.