Question

Difficulty: MediumAzure Virtual Networks, ExpressRoute, and VPN Gateway

To connect an on-premises datacenter to an Azure Virtual Network over a private connection that does not traverse the public internet, you must implement an Azure VPN Gateway.

Answer: Answer

Answer

False
The correct answer is False because Azure VPN Gateway uses the public internet to transport encrypted traffic, whereas the requirement specified a path that does not traverse the public internet.

Step-by-Step Solution

1
Analyze the networking requirements in the statement.
The requirement is to establish a connection between an on-premises environment and Azure that does not traverse the public internet.
This sets the criteria for evaluating the appropriate Azure networking service.
2
Compare the routing paths of Azure VPN Gateway and Azure ExpressRoute.
VPN Gateway encrypts traffic but sends it over the public internet, whereas ExpressRoute uses a dedicated private peering connection that bypasses the public internet.
This differentiates the transmission mediums of the two hybrid connectivity options.
3
Evaluate the truth value of the statement.
Since the statement claims a VPN Gateway must be used for a path that does not traverse the public internet, the statement is false.
ExpressRoute, not VPN Gateway, is the service that satisfies this requirement.

Key Concept

Azure hybrid networking options differ in how they route traffic: VPN Gateway routes encrypted traffic over the public internet, while ExpressRoute uses private peering to bypass the public internet.
Rate this question