312-50V13 · Question #57
What is the purpose of a demilitarized zone on a network?
The correct answer is B. To only provide direct access to the nodes within the DMZ and protect the network behind it. A Demilitarized Zone (DMZ) is a perimeter network designed to expose externally facing services to untrusted networks while isolating them from the internal private network, thereby protecting the sensitive internal resources.
Question
Options
- ATo scan all traffic coming through the DMZ to the internal network
- BTo only provide direct access to the nodes within the DMZ and protect the network behind it
- CTo provide a place to put the honeypot
- DTo contain the network devices you wish to protect
How the community answered
(64 responses)- B95% (61)
- C2% (1)
- D3% (2)
Why each option
A Demilitarized Zone (DMZ) is a perimeter network designed to expose externally facing services to untrusted networks while isolating them from the internal private network, thereby protecting the sensitive internal resources.
While firewalls and intrusion detection/prevention systems often monitor traffic entering and exiting the DMZ, the DMZ itself is not solely for scanning; it's a network segment for hosting public services.
The primary purpose of a DMZ is to host public-facing services (like web servers, mail servers, or DNS servers) that need to be accessible from the internet while logically separating them from the organization's private internal network. This architecture allows direct access to the DMZ nodes for external users, but critically, it protects the more secure internal network from direct external threats by acting as a buffer zone.
While a honeypot can be placed in a DMZ, that is not the primary purpose of a DMZ; a DMZ is for legitimate public-facing services.
A DMZ contains devices that need to be externally accessible, effectively exposing them in a controlled manner, rather than 'protecting' them by containment within the most secure part of the network; the DMZ itself is less protected than the internal network.
Concept tested: DMZ purpose and function
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/network/dmz-architectures
Topics
Community Discussion
No community discussion yet for this question.