Courseiva
mediumMultiple ChoiceObjective-mapped

ISC2 CC Practice Question: Is designing a DMZ for a web server that must be…

A security engineer is designing a DMZ for a web server that must be accessible from the internet. The web server needs to query an internal database server. Which network security approach best limits exposure?

⚠ Common exam trap

ISC2 often tests the misconception that placing both servers in the DMZ simplifies security, but the trap is that the database server should never be in the DMZ because it contains sensitive data and must be isolated behind an additional firewall layer to enforce defense in depth.

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

Place the web server in the DMZ and the database server in the internal network, with a firewall allowing only specific traffic from the web server to the database.

It implements a true DMZ architecture: the web server resides in the DMZ (a semi-trusted zone) while the database server remains in the internal network, protected by a firewall that permits only specific traffic (e.g., TCP/3306 for MySQL or TCP/1433 for MSSQL) from the web server. This minimizes the attack surface by ensuring that even if the web server is compromised, the database server is not directly reachable from the internet, and the firewall enforces strict stateful inspection and access control.

Answer analysis

Option-by-option breakdown

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

  • Use a single firewall with rules that allow all traffic from the internet to the internal network.

    Why it's wrong here

    Allowing all inbound traffic is unsafe.

  • Place both servers in the same subnet with a firewall allowing all traffic.

    Why it's wrong here

    Lack of segmentation exposes the database to the internet.

  • Place the database server in the DMZ with the web server.

    Why it's wrong here

    Exposing the database server increases risk.

  • Place the web server in the DMZ and the database server in the internal network, with a firewall allowing only specific traffic from the web server to the database.

    Why this is correct

    This provides proper segmentation and least privilege.

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 →

How Courseiva writes practice questions · Editorial policy

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.