exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 2 question 33 discussion

Actual exam question from Microsoft's AZ-700
Question #: 33
Topic #: 2
[All AZ-700 Questions]

You have an Azure subscription mat contains tour virtual networks named VNet1, VNet2, VNet3, and VNet4.

You plan to deploy a hub and spoke topology by using virtual network peering.

You need to configure VNet1 as the hub network. The solution must meet the following requirements:

• Support transitive routing between spokes.
• Maximize network throughput.

What should you include in the solution?

  • A. Azure VPN Gateway
  • B. Azure Route Server
  • C. Azure Private Link
  • D. Azure Firewall
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ayboum
Highly Voted 2 years, 5 months ago
Selected Answer: D
Azure Firewall is the best response Communication through an NVA If you need connectivity between spokes, consider deploying Azure Firewall or another NVA in the hub. Then create routes to forward traffic from a spoke to the firewall or NVA, which can then route to the second spoke. In this scenario, you must configure the peering connections to allow forwarded traffic. You can also use a VPN gateway to route traffic between spokes, although this choice affects latency and throughput. For configuration details, see Configure VPN gateway transit for virtual network peering. https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli
upvoted 18 times
mammoot
2 years, 5 months ago
I agree with this, especially since they say to maximise throughput. VPN Gateways have less throughput in comparison https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways#benchmark https://learn.microsoft.com/en-us/azure/firewall/firewall-faq#how-can-i-increase-my-firewall-throughput
upvoted 2 times
mVic
2 years, 5 months ago
Agree with firewall. VPN Gateways might even not be required since it's not specified the VNets are in a different region. And it specifies you use peerings.
upvoted 2 times
...
...
...
omgMerrick
Highly Voted 2 years, 5 months ago
Selected Answer: D
Forgot to vote. Wish you could edit your posts... Source: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli#spoke-network-communications
upvoted 5 times
...
Patel777
Most Recent 3 weeks, 4 days ago
Selected Answer: B
Azure Firewall can be used to support transitive routing via User Defined Routes (UDRs), but it introduces latency and cost, and may not maximize throughput.
upvoted 1 times
...
xRiot007
3 months, 4 weeks ago
D - Azure Firewall Ref: https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke?tabs=cli#spoke-connections-through-azure-firewall-or-nva
upvoted 1 times
...
cannoe
4 months, 4 weeks ago
Selected Answer: B
Azure Firewall adds latency due to packet inspection or processing of traffic filtering
upvoted 2 times
...
a250fb0
5 months, 3 weeks ago
Selected Answer: B
Azure Route Server simplifies dynamic routing between your network virtual appliance (NVA) and your virtual network. It allows for transitive routing between spokes, which is essential for your requirement of supporting transitive routing
upvoted 1 times
...
alinuxguru70
8 months, 1 week ago
Selected Answer: B
A and C are obviously wrong B. Azure Route Server is purpose built for creating transitive routes. https://learn.microsoft.com/en-us/azure/route-server/route-server-faq D. Azure Firewall is not designed for routing purposes
upvoted 2 times
xRiot007
3 months, 4 weeks ago
"Azure Firewall is not designed for routing purposes" - Who told you that? Wrong https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke?tabs=cli#spoke-connections-through-azure-firewall-or-nva
upvoted 1 times
...
...
Kegomoditswe
9 months ago
isnt the answer A
upvoted 1 times
...
Kegomoditswe
9 months, 1 week ago
Why do some say the answer is A OR B
upvoted 1 times
...
Lazylinux
1 year, 8 months ago
Selected Answer: D
Agree answer is D here is more https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli
upvoted 1 times
...
Azused
1 year, 10 months ago
Selected Answer: D
Explanation There are two main ways to allow spoke virtual networks to communicate with each other: Communication via an NVA like a firewall and router. This method incurs a hop between the two spokes. Communication by using virtual network peering or Virtual Network Manager direct connectivity between spokes. This approach doesn't cause a hop between the two spokes and is recommended for minimizing latency. Communication through an NVA. If you need connectivity between spokes, consider deploying Azure Firewall or another NVA in the hub. Then create routes to forward traffic from a spoke to the firewall or NVA, which can then route to the second spoke. In this scenario, you must configure the peering connections to allow forwarded traffic. Reference: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli#spoke-networkcommunications
upvoted 1 times
...
Billabongs
2 years ago
Selected Answer: D
I think to maximize throughput NVA is the best choice.
upvoted 1 times
...
daemon101
2 years ago
Selected Answer: D
First requirement is "Support transitive routing between spokes". Both VPN GW and Azure Firewall can accomplish this. Second requirement is "Maximize network throughput". Azure firewall has a higher throughput than VPN GW. VPN GW throughput reference: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways Azure Firewall throuhput reference: https://learn.microsoft.com/en-us/azure/firewall/firewall-faq#:~:text=Azure%20Firewall's%20initial%20throughput%20capacity,100%20Gbps%20for%20Premium%20SKU.
upvoted 3 times
...
ronin201
2 years ago
Given answer is correct hub and spoke topology is 1 VPN + vnet with option use current VPN GW, other vnets with peering option and using remote GW. Route server would not work without VPN GW, Firewall is for security approach
upvoted 3 times
KyDD
1 year, 10 months ago
Agreed and last sentence is the key why choice b not complete.
upvoted 2 times
...
...
MrBlueSky
2 years, 3 months ago
This is a trick question as you'd never use Azure Firewall to accomplish this unless you need the other features of it. The question doesn't mention any of these additional features of Azure Firewall as a requirement. However, there are no other suitable answers so clearly what they are testing on here is your knowledge of if Azure Firewalls can be used at all. Answer is D
upvoted 2 times
...
omgMerrick
2 years, 5 months ago
D. Azure Firewall There are two main ways to allow spoke virtual networks to communicate with each other: Communication via an NVA like a firewall and router. This method incurs a hop between the two spokes. Communication by using virtual network peering or Virtual Network Manager direct connectivity between spokes. This approach doesn't cause a hop between the two spokes and is recommended for minimizing latency. Communication through an NVA If you need connectivity between spokes, consider deploying Azure Firewall or another NVA in the hub. Then create routes to forward traffic from a spoke to the firewall or NVA, which can then route to the second spoke. In this scenario, you must configure the peering connections to allow forwarded traffic. Source: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli#spoke-network-communications
upvoted 4 times
...
Ayboum
2 years, 5 months ago
Azure Firewall is the best response Communication through an NVA If you need connectivity between spokes, consider deploying Azure Firewall or another NVA in the hub. Then create routes to forward traffic from a spoke to the firewall or NVA, which can then route to the second spoke. In this scenario, you must configure the peering connections to allow forwarded traffic. You can also use a VPN gateway to route traffic between spokes, although this choice affects latency and throughput. For configuration details, see Configure VPN gateway transit for virtual network peering. https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=cli
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...