156-561 · Question #12
What is an alternative method to double NAT in Azure?
The correct answer is D. User Defined Routes. User Defined Routes (UDRs) are the correct alternative because they let you override Azure's default routing behavior and direct traffic through a Network Virtual Appliance (NVA) that can handle address translation or routing logic in a single, controlled layer - eliminating…
Question
What is an alternative method to double NAT in Azure?
Options
- AScaling
- BSystem Routes
- CPeering
- DUser Defined Routes
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- C4% (1)
- D83% (20)
Explanation
User Defined Routes (UDRs) are the correct alternative because they let you override Azure's default routing behavior and direct traffic through a Network Virtual Appliance (NVA) that can handle address translation or routing logic in a single, controlled layer - eliminating the need for two separate NAT operations stacked on each other.
- Scaling (A) addresses capacity and performance, not routing or address translation - it has no bearing on NAT topology.
- System Routes (B) are Azure's automatic default routes; they cannot be customized to replace double NAT logic, which is precisely why UDRs exist.
- Peering (C) requires non-overlapping address spaces between VNets - if double NAT is needed, it's often because of overlapping CIDRs, making peering alone insufficient.
Memory tip: Think "U Define the Route, U Ditch double NAT" - UDRs give you the control to route traffic precisely, replacing the two-layer NAT workaround with a single, explicit path through an NVA.
Topics
Community Discussion
No community discussion yet for this question.