nerdexam
CompTIA

SY0-501 · Question #42

A security administrator is creating a subnet on one of the corporate firewall interfaces to use as a DMZ which is expected to accommodate at most 14 physical hosts. Which of the following subnets…

The correct answer is B. 192.168.0.16/28. This question tests the ability to select the smallest subnet that can accommodate 14 physical hosts, minimizing wasted address space while meeting requirements.

Submitted by parkjh· Mar 4, 2026Security architecture

Question

A security administrator is creating a subnet on one of the corporate firewall interfaces to use as a DMZ which is expected to accommodate at most 14 physical hosts. Which of the following subnets would BEST meet the requirements?

Options

  • A192.168.0.16 255.25.255.248
  • B192.168.0.16/28
  • C192.168.1.50 255.255.25.240
  • D192.168.2.32/27

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    75% (18)
  • C
    4% (1)
  • D
    17% (4)

Why each option

This question tests the ability to select the smallest subnet that can accommodate 14 physical hosts, minimizing wasted address space while meeting requirements.

A192.168.0.16 255.25.255.248

The subnet mask 255.25.255.248 is invalid - the second octet '25' is not a valid subnet mask value; valid octets in a subnet mask must follow a contiguous bit pattern (e.g., 255.255.255.248).

B192.168.0.16/28Correct

A /28 prefix length corresponds to a subnet mask of 255.255.255.240, which provides 16 total addresses - 14 usable host addresses after subtracting the network and broadcast addresses. This exactly meets the requirement of 14 physical hosts without unnecessary waste, and the IP address 192.168.0.16 is a valid network address for a /28 block.

C192.168.1.50 255.255.25.240

The subnet mask 255.255.25.240 is also invalid because '25' in the third octet is not a legal subnet mask value, making this an unusable and incorrect subnet definition.

D192.168.2.32/27

A /27 prefix provides 32 total addresses with 30 usable hosts, which accommodates the 14-host requirement but wastes significantly more address space than a /28, making it a suboptimal choice when the question asks for the BEST fit.

Concept tested: Subnetting to meet minimum host requirements efficiently

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/tcpip-addressing-and-subnetting

Topics

#subnetting#DMZ#network design#CIDR notation

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice