Designing and Implementing Microsoft Azure Networking Solutions — Question 16
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?
Answer options
- A. Azure VPN Gateway
- B. Azure Route Server
- C. Azure Private Link
- D. Azure Firewall
Correct answer: D
Explanation
The correct answer is D, Azure Firewall, because it facilitates transitive routing between the spokes and enhances network performance by managing traffic efficiently. Options A (Azure VPN Gateway) and C (Azure Private Link) do not support transitive routing, and B (Azure Route Server) is primarily used for route management rather than providing a transitive routing capability in a hub-and-spoke model.