Question 116 of 1,170
Implement and Manage Virtual NetworkingmediumMultiple SelectObjective-mapped

Quick Answer

The answer is that centralized DHCP makes address-policy changes easier to manage from a central location, which is one of the two correct statements for this AZ-104 objective. This is correct because a centralized DHCP server consolidates IP address assignment into a single administrative point, eliminating the need to reconfigure individual routers or separate DHCP servers across multiple subnets whenever policies like lease durations, DNS servers, or scope options change. On the AZ-104 exam, this concept tests your understanding of how centralized services reduce operational overhead in enterprise networks, often paired with a trap where candidates mistakenly think centralized DHCP eliminates the need for DHCP relay—it does not, since relay agents are still required to forward broadcast requests across Layer 3 boundaries. A useful memory tip is to think of centralized DHCP as a single control panel for all address policies, but remember that relays are the bridges that let clients reach that panel across different subnets.

AZ-104 Implement and Manage Virtual Networking Practice Question

This AZ-104 practice question tests your understanding of implement and manage virtual networking. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which two statements accurately describe the value of centralized DHCP in enterprise networks?

Question 1mediummulti select
Read the full DHCP explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

It can reduce the need to maintain separate DHCP servers in every subnet or site.

Centralized DHCP can simplify operations by keeping address assignment services in a more controlled central location rather than distributing separate servers everywhere. In practical terms, this can reduce administration overhead and make policy changes easier. The tradeoff is that Layer 3 boundaries must then be handled properly so client requests can still reach the server. This is why DHCP relay becomes important in many campus and branch designs.

Key principle: Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It can reduce the need to maintain separate DHCP servers in every subnet or site.

    Why this is correct

    This is correct because centralization can simplify service management.

    Related concept

    CIDR notation defines the prefix length.

  • It can make address-policy changes easier to manage from a central location.

    Why this is correct

    This is correct because centralized services are easier to administer consistently.

    Related concept

    CIDR notation defines the prefix length.

  • It removes the need for relay across Layer 3 boundaries.

    Why it's wrong here

    This is wrong because relay is often required specifically because the service is centralized.

    When this WOULD be correct

    If the exam question stated that a centralized DHCP server is implemented within a single subnet without any Layer 3 segmentation, then option C would be correct as there would be no need for relay agents in that scenario.

  • It eliminates the need for default gateways.

    Why it's wrong here

    This is wrong because clients still need normal routing configuration.

    When this WOULD be correct

    If the exam question stated that centralized DHCP is implemented in a network where all devices are on the same subnet, and no routing is required, then it could be argued that default gateways are not necessary, making this option correct in that specific context.

  • It is useful only on wireless networks.

    Why it's wrong here

    This is wrong because centralized DHCP is common across many enterprise environments.

    When this WOULD be correct

    If the exam question specifically asked about the advantages of DHCP in wireless networks only, stating that centralized DHCP is useful solely for wireless networks could be correct. For example, a question could focus on how centralized DHCP simplifies management in large wireless deployments.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.

It can reduce the need to maintain separate DHCP servers in every subnet or site.Correct answer

Why this is correct

This is correct because centralization can simplify service management.

It removes the need for relay across Layer 3 boundaries.Wrong answer — click to see why

Why this is wrong here

This option is wrong because centralized DHCP can still require DHCP relay agents to forward requests across Layer 3 boundaries, especially when clients and servers are on different subnets.

★ When this WOULD be the correct answer

If the exam question stated that a centralized DHCP server is implemented within a single subnet without any Layer 3 segmentation, then option C would be correct as there would be no need for relay agents in that scenario.

Why candidates choose this

Candidates may be tempted by this option due to a misunderstanding of how DHCP operates across different network layers, mistakenly believing that centralization inherently eliminates the need for relay agents.

It eliminates the need for default gateways.Wrong answer — click to see why

Why this is wrong here

This option is wrong because centralized DHCP does not eliminate the need for default gateways; devices still require a default gateway to communicate outside their local subnet regardless of DHCP configuration.

★ When this WOULD be the correct answer

If the exam question stated that centralized DHCP is implemented in a network where all devices are on the same subnet, and no routing is required, then it could be argued that default gateways are not necessary, making this option correct in that specific context.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of DHCP's role in network configuration, mistakenly believing that centralizing DHCP would simplify or negate the need for default gateways in all scenarios.

It is useful only on wireless networks.Wrong answer — click to see why

Why this is wrong here

This option is wrong because centralized DHCP is beneficial for both wired and wireless networks, not limited to just wireless environments. Centralized DHCP can manage IP addresses across all types of network infrastructures.

★ When this WOULD be the correct answer

If the exam question specifically asked about the advantages of DHCP in wireless networks only, stating that centralized DHCP is useful solely for wireless networks could be correct. For example, a question could focus on how centralized DHCP simplifies management in large wireless deployments.

Why candidates choose this

Candidates might choose this option due to a common misconception that centralized services are primarily associated with wireless networks, especially in discussions about mobility and device management, leading to a knowledge gap regarding its broader applicability.

Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Detailed technical explanation

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Key takeaway

Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Real-world example

How this comes up in practice

A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

What to study next

Got this wrong? Here's your next step.

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related AZ-104 subnetting questions on CIDR, address ranges, and subnet selection.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-104 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Implement and Manage Virtual Networking — This question tests Implement and Manage Virtual Networking — CIDR notation defines the prefix length..

What is the correct answer to this question?

The correct answer is: It can reduce the need to maintain separate DHCP servers in every subnet or site. — Centralized DHCP can simplify operations by keeping address assignment services in a more controlled central location rather than distributing separate servers everywhere. In practical terms, this can reduce administration overhead and make policy changes easier. The tradeoff is that Layer 3 boundaries must then be handled properly so client requests can still reach the server. This is why DHCP relay becomes important in many campus and branch designs.

What should I do if I get this AZ-104 question wrong?

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related AZ-104 subnetting questions on CIDR, address ranges, and subnet selection.

What is the key concept behind this question?

CIDR notation defines the prefix length.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AZ-104 practice questions

Last reviewed: May 17, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.