Networking with Windows Server 2016 — Question 134
Your network contains an Active Directory domain named contoso.com. The domain contains a Hyper-V host.
You are deploying Software Defined Network (SDN) by using Windows Server 2016.
You deploy a virtual machine that runs Windows Server 2016, and you install the Network Controller server role.
You need to configure the virtual machine as the network controller.
What should you do?
Answer options
- A. Run the Install-NetworkControllerCluster cmdlet and set ClientAuthentication to X509.
- B. Run the Install-NetworkController cmdlet and set ClientAuthentication to None.
- C. Run the Install-NetworkControllerCluster cmdlet and set ClientAuthentication to None.
- D. Run the Install-NetworkController cmdlet and set ClientAuthentication to Kerberos.
Correct answer: D
Explanation
The correct answer is D because the Install-NetworkController cmdlet with ClientAuthentication set to Kerberos is required for proper authentication in a secure environment. The other options either use the wrong cmdlet or set the ClientAuthentication parameter to incorrect values that do not align with the necessary security protocols for a network controller.