99.4k views
5 votes
You need to recommend a connectivity method between the two instances. the solution must minimize the latency of the replication traffic.

A) ExpressRoute
B) VPN Gateway
C) Azure Virtual Network Peering
D) Azure Front Door

1 Answer

4 votes

Final answer:

The recommended connectivity method to minimize replication traffic latency between two instances in Azure is Azure Virtual Network Peering. The correct answer is C) Azure Virtual Network Peering.

Step-by-step explanation:

The recommended connectivity method to minimize replication traffic latency between two instances in Azure is Azure Virtual Network Peering. Azure Virtual Network Peering allows you to connect virtual networks in the same region or different regions directly through Azure's backbone network, without routing the traffic through the internet. This reduces latency and improves network performance.

ExpressRoute is a good option for private and dedicated connectivity between on-premises networks and Azure, but it may introduce additional latency compared to Azure Virtual Network Peering. VPN Gateway can also be used for secure connectivity, but it is more suitable for remote access connections rather than minimizing replication traffic latency. Azure Front Door is a global CDN and load balancer service which does not directly address connectivity between two instances.

Azure Virtual Network Peering is the recommended connectivity method to minimize latency between two Azure instances as it allows for low-latency, direct network connections within Azure.

If you need to recommend a connectivity method between two instances that minimizes the latency of replication traffic, the best option among those listed is C) Azure Virtual Network Peering. Azure Virtual Network Peering allows for seamless connectivity between two or more virtual networks in Azure. It enables virtual machines in different virtual networks to communicate with each other with low latency as if they were within the same network. Moreover, VNet Peering is a non-transitive, direct network connection that offers more reliability and speed over VPN gateways, which tend to have higher latencies due to the encrypted tunnel they require. While ExpressRoute can also provide a dedicated private connection, it's typically used for a connection to on-premises networks, not between Azure instances, and often comes at a higher cost. Azure Front Door is mainly a scalability and highly available global entry-point that uses edge locations, not optimized specifically for low latency replication between instances.

User Harlan T Wood
by
7.8k points