A multinational corporation is planning to connect its local infrastructure to resources inside an Azure Virtual Network. The network architect must satisfy the following three connectivity requirements:
1. The primary on-premises datacenter requires a private, high-bandwidth connection of that bypasses the public internet entirely.
2. A remote branch office requires a secure, encrypted connection to Azure over the public internet on a limited budget.
3. Remote employees working from home must be able to securely connect their individual laptops directly to the Azure Virtual Network over the internet without requiring any on-premises hardware.
Which combination of Azure connectivity services should the company implement?
- An Azure ExpressRoute connection for the datacenter, a Site-to-Site VPN connection for the remote branch office, and a Point-to-Site VPN connection for the remote employees.Answer
- BA Site-to-Site VPN connection for the datacenter, an Azure ExpressRoute connection for the remote branch office, and a Point-to-Site VPN connection for the remote employees.
- CAn Azure ExpressRoute connection routing traffic over the public internet for the datacenter, a Site-to-Site VPN connection for the remote branch office, and a Point-to-Site VPN connection for the remote employees.
- DAn Azure Virtual Network Peering connection for the datacenter, a Site-to-Site VPN connection for the remote branch office, and an Azure Bastion connection for the remote employees.
Answer
An Azure ExpressRoute connection for the datacenter, a Site-to-Site VPN connection for the remote branch office, and a Point-to-Site VPN connection for the remote employees.
The combination featuring an Azure ExpressRoute connection for the datacenter, a Site-to-Site VPN connection for the remote branch office, and a Point-to-Site VPN connection for the remote employees is correct. ExpressRoute meets the datacenter's need for a private connection bypassing the public internet. Site-to-Site VPN provides a cost-effective encrypted tunnel over the internet for the branch office. Point-to-Site VPN allows individual remote laptops to securely connect directly to the virtual network without any specialized hardware on-premises.
Step-by-Step Solution
Key Concept
Azure hybrid networking options differ in privacy, bandwidth, cost, and target client configuration.