easymulti selectObjective-mapped

A new spoke virtual network will peer with an existing hub that uses 10.10.0.0/16 and an on-premises network that uses 10.20.0.0/16. Which two address spaces could you assign to the new spoke without overlapping those ranges? Select two.

Question 1easymulti select
Full question →

A new spoke virtual network will peer with an existing hub that uses 10.10.0.0/16 and an on-premises network that uses 10.20.0.0/16. Which two address spaces could you assign to the new spoke without overlapping those ranges? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

10.11.0.0/16

Correct because this range does not overlap with the existing hub or on-premises address spaces.

B

Distractor review

10.10.128.0/17

False because this range falls inside the hub's 10.10.0.0/16 address space and would overlap.

C

Best answer

192.168.50.0/24

Correct because this private range is separate from both existing 10.10.0.0/16 and 10.20.0.0/16 spaces.

D

Distractor review

10.20.1.0/24

False because this range is contained within the on-premises 10.20.0.0/16 network and overlaps.

E

Distractor review

10.10.1.0/24

False because this range overlaps the hub network, which already uses the 10.10.0.0/16 space.

Common exam trap

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.

Technical deep dive

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.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: 10.11.0.0/16 — When planning VNet peering or future hybrid connectivity, the most important rule is to avoid overlapping address spaces. The two correct choices are outside both existing ranges, so they can be safely used for the new spoke. This prevents routing ambiguity and avoids peering and connectivity problems later when the network grows. Why others are wrong: The incorrect options all overlap either the hub network or the on-premises network. Azure virtual networks cannot use overlapping ranges for connected networks because address conflicts break routing and peering design. Even small subnets inside an existing larger prefix are still overlapping and therefore unsuitable.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.