nerdexam
CompTIA

SY0-501 · Question #321

Which of the following is the appropriate network structure used to protect servers and services that must be provided to external clients without completely eliminating access for internal users?

The correct answer is C. DMZ. A DMZ (Demilitarized Zone) is a network segment that isolates publicly accessible servers from both the internet and the internal network, providing a security buffer zone. This question tests knowledge of network segmentation strategies used to protect internal resources while…

Submitted by kev92· Mar 4, 2026Security architecture

Question

Which of the following is the appropriate network structure used to protect servers and services that must be provided to external clients without completely eliminating access for internal users?

Options

  • ANAC
  • BVLAN
  • CDMZ
  • DSubnet

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    9% (2)
  • C
    83% (19)
  • D
    4% (1)

Why each option

A DMZ (Demilitarized Zone) is a network segment that isolates publicly accessible servers from both the internet and the internal network, providing a security buffer zone. This question tests knowledge of network segmentation strategies used to protect internal resources while allowing controlled external access.

ANAC

NAC (Network Access Control) is an access policy enforcement mechanism that controls which devices can connect to a network based on compliance or identity, not a network structure designed to segment public-facing servers from internal resources.

BVLAN

VLANs are a Layer 2 segmentation technology used to logically separate network traffic, but they are not specifically designed as a security architecture to isolate publicly accessible servers from both external and internal threats in the way a DMZ is.

CDMZCorrect

A DMZ is a perimeter network segment placed between an untrusted external network (internet) and a trusted internal network, typically enforced by two firewalls or a dual-homed firewall. Servers requiring public access (web, email, DNS) are placed in the DMZ so that if they are compromised, attackers cannot directly reach the internal network. Internal users can still access these services, but the DMZ architecture enforces strict traffic controls in both directions.

DSubnet

A subnet is a logical IP addressing division of a network used for routing and organization purposes, and while subnets can be part of a DMZ implementation, a subnet alone does not provide the firewall-enforced security boundary that defines a DMZ.

Concept tested: DMZ network architecture for perimeter security

Source: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/secure-vnet-dmz

Topics

#DMZ#network segmentation#perimeter security#server placement

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice