CND (312-38) Network Defense Simulation
Master the implementation of secure network perimeters. This simulation tests your ability to architect, analyze, and enforce Demilitarized Zone (DMZ) concepts to protect internal networks from external threats.
Network Scenario
Your organization is redesigning its network perimeter to host a new customer-facing web application and email gateway. The Chief Information Security Officer (CISO) emphasizes a strict "Defense-in-Depth" strategy.
You have been tasked with reviewing the proposed firewall access control lists (ACLs) and ensuring the architectural definition of the newly created subnetwork strictly adheres to enterprise DMZ best practices. You must verify that the environment properly segregates public-facing assets from the highly sensitive internal Local Area Network (LAN).
Traffic & Logs
[FW-EDGE-01] Perimeter Access Control List Review ------------------------------------------------- Rule 10: PERMIT TCP ANY -> DMZ_SUBNET EQ 443 Rule 20: PERMIT TCP ANY -> DMZ_SUBNET EQ 80 Rule 30: PERMIT TCP LAN_SUBNET -> DMZ_SUBNET ANY Rule 40: DENY IP DMZ_SUBNET -> LAN_SUBNET ANY <-- Security Control Focus Rule 50: PERMIT IP LAN_SUBNET -> ANY Rule 99: DENY IP ANY -> ANY (Implicit Deny)
Question
Which of the following statements are TRUE about Demilitarized zone (DMZ)?
Each correct answer represents a complete solution. Choose all that apply.
Expert Analysis
- Single Firewall (Three-Legged Model): One firewall with at least three network interfaces: External (Internet), Internal (LAN), and DMZ.
- Dual Firewall (Back-to-Back): The most secure model. Uses two firewalls. The first firewall allows traffic from the internet to the DMZ. The second firewall sits between the DMZ and the LAN, applying even stricter policies.