GSLC · Question #347
Which of the following is a physical or logical subnetwork that contains and exposes external services of an organization to a larger network, usually the Internet?
The correct answer is C. DMZ. A DMZ (Demilitarized Zone) is a network segment that sits between an internal trusted network and an untrusted external network, hosting publicly accessible services while isolating them from the internal network.
Question
Which of the following is a physical or logical subnetwork that contains and exposes external services of an organization to a larger network, usually the Internet?
Options
- ANAT
- BFirewall
- CDMZ
- DVLAN
How the community answered
(31 responses)- B6% (2)
- C90% (28)
- D3% (1)
Why each option
A DMZ (Demilitarized Zone) is a network segment that sits between an internal trusted network and an untrusted external network, hosting publicly accessible services while isolating them from the internal network.
NAT (Network Address Translation) translates private IP addresses to public ones but does not create a separate subnetwork zone for hosting external services.
A firewall is a security device that filters traffic between network zones but is not itself the subnetwork that hosts external services.
A DMZ is a perimeter network architecture that exposes an organization's external-facing services such as web servers, mail servers, and DNS to the Internet while keeping the internal network protected. Traffic from the Internet can reach DMZ hosts but is blocked from traversing directly into the internal LAN, typically enforced by two firewalls or a dual-homed firewall. This isolation limits the blast radius if a DMZ host is compromised.
A VLAN segments a network at Layer 2 for traffic isolation and management but is not specifically designed to expose external organizational services to the Internet.
Concept tested: DMZ architecture for external service exposure
Source: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz
Topics
Community Discussion
No community discussion yet for this question.