An administrator manages an Azure virtual network named VNet-Secure (). The virtual network contains the following subnets:
* Subnet-Web ()
* Subnet-App ()
* Subnet-DMZ ()
A Network Virtual Appliance (NVA) is deployed in Subnet-DMZ and is assigned the private IP address .
A route table named RT-Web is associated with Subnet-Web. RT-Web contains the following user-defined routes:
* Route1: Destination prefix , Next hop type: Virtual appliance, Next hop address:
* Route2: Destination prefix , Next hop type: Virtual network
* Route3: Destination prefix , Next hop type: Internet
A virtual machine in Subnet-Web with the IP address attempts to establish a connection to a database server in Subnet-App with the IP address .
How is the traffic from the virtual machine to the database server routed?
- The traffic is routed to the Network Virtual Appliance (NVA) at 172.16.3.100 in Subnet-DMZ.Cevap
- BThe traffic is routed directly to the database server in Subnet-App via the local virtual network routing.
- CThe traffic is dropped because of a routing conflict between the VNet-wide local route and the specific subnet route.
- DThe traffic is routed to the Internet gateway because the default route is processed first.