easymultiple choiceObjective-mapped

A company is designing a virtual network architecture for a three-tier application (web, application, database). They want network isolation between tiers and secure access from the internet to the web tier only. Which Azure networking solution should they use?

Question 1easymultiple choice
Full question →

A company is designing a virtual network architecture for a three-tier application (web, application, database). They want network isolation between tiers and secure access from the internet to the web tier only. Which Azure networking solution should they use?

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

Azure Virtual Network with subnets for each tier and Network Security Groups.

This is the standard and most cost-effective approach. Subnets provide logical isolation, and NSGs enforce inbound/outbound rules. Internet traffic can be allowed only to the web subnet via a public IP and NSG rules.

B

Distractor review

Azure Virtual Network with a single subnet and application security groups.

A single subnet does not provide network-level isolation between tiers. Application Security Groups (ASGs) can help, but they are not a substitute for subnet-level security boundaries.

C

Distractor review

Azure Virtual Network with subnets and Azure Firewall.

Azure Firewall is a managed, cloud-native network security service for perimeter protection. While it can filter traffic, placing it between subnets adds unnecessary cost and complexity for internal tier isolation; NSGs are more appropriate.

D

Distractor review

Azure Virtual Network with subnets and a network virtual appliance (NVA).

An NVA can provide advanced inspection but is unnecessary for the stated requirement for simple tier isolation. NSGs are simpler and more cost-effective for this scenario.

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-305 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-305 question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: Azure Virtual Network with subnets for each tier and Network Security Groups. — Network Security Groups (NSGs) on subnets provide fine-grained traffic control between tiers. By placing each tier in its own subnet and associating NSGs, you can restrict inbound traffic to the web subnet from the internet and only allow specific traffic between tiers. Application security groups can also be used but are not a replacement for subnet-level isolation. Azure Firewall or NVAs are typically used for perimeter security, not internal segmentation.

What should I do if I get this AZ-305 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.