SK0-004 · Question #731
The network that is located between the public Internet and the company's internal network is known as:
The correct answer is D. DMZ. The DMZ (Demilitarized Zone) is a network segment positioned between the public Internet and an organization's internal network, providing an isolated buffer zone for publicly accessible services.
Question
The network that is located between the public Internet and the company's internal network is known as:
Options
- AIPSec.
- BVPN.
- Cintranet.
- DDMZ.
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- D94% (30)
Why each option
The DMZ (Demilitarized Zone) is a network segment positioned between the public Internet and an organization's internal network, providing an isolated buffer zone for publicly accessible services.
IPSec is a protocol suite used to authenticate and encrypt IP packets, not a network segment or topology concept.
A VPN creates an encrypted tunnel over a public network to allow remote access, but it does not describe a network zone positioned between the Internet and an internal network.
An intranet is a private network accessible only to an organization's members, which describes the internal network itself rather than the buffer zone in front of it.
A DMZ is a network segment that sits between an untrusted external network (the Internet) and a trusted internal network, typically enforced by firewalls on both sides. It hosts public-facing services like web or mail servers while shielding the internal network from direct external access. This isolation limits attack surface by ensuring that a compromised DMZ host cannot directly reach internal resources.
Concept tested: DMZ network segmentation and perimeter security
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.