Networking with Windows Server 2016 — Question 129
You have a Microsoft Azure subscription and an on-premises network.
To the on-premises network, you deploy a new server named Server1 that runs Windows Server 2016. In Azure, you configure a virtual gateway on an Azure virtual network.
You need to ensure that the computers on the on-premises network can access virtual machines on the Azure virtual network.
What should you do on Server1?
Answer options
- A. Install the Remote Access server role. From the Routing and Remote Access Server Setup Wizard, select Secure connection between two private networks.
- B. Install the Data Center Bridging (DCB) feature, and then run the Install-RemoteAccess cmdlet.
- C. Install the Remote Access server role. From the Routing and Remote Access Server Setup Wizard, select Virtual private network (VPN) access and NAT.
- D. Install the Data Center Bridging (DCB) feature, and then run the Enable-RemoteAccessRoutingDomain cmdlet.
Correct answer: A
Explanation
The correct answer is A because installing the Remote Access server role and configuring a secure connection between two private networks allows for the necessary routing and access between the on-premises network and Azure virtual machines. Option B is incorrect as the DCB feature is not relevant for this scenario, and the cmdlet does not establish the required VPN connection. Option C does not provide the appropriate configuration for a secure connection between private networks, as it focuses on VPN access and NAT instead. Option D also incorrectly focuses on DCB and does not address the actual need for a secure connection.