Your organization is implementing Software Defined Networking (SDN) using Windows Server 2022. You need to deploy a Network Controller to manage your infrastructure. Which TWO of the following tasks are prerequisites for the Network Controller deployment?
Trap 1: Install the Hyper-V role on the Network Controller virtual machine.
The Network Controller is a management component that communicates with Hyper-V hosts, but it does not need to run the Hyper-V role itself. Installing unnecessary roles increases the attack surface and introduces potential resource contention on the management plane, which can degrade the performance of the SDN control plane.
Trap 2: Configure an iSCSI target for the Controller's virtual disk storage.
While storage is necessary for any virtual machine, an iSCSI target is not a specific prerequisite for the Network Controller deployment process. The controller relies on local storage or standard cluster-shared volumes, and requiring dedicated iSCSI targets adds unnecessary complexity that does not influence the SDN functional requirements.
Trap 3: Disable IPsec on all nodes managed by the Network Controller.
Disabling IPsec is a security risk and is not a requirement for SDN. The SDN infrastructure is designed to operate within secured environments. Removing encryption protocols like IPsec would leave management traffic vulnerable to interception and tampering, violating standard organizational security policies and compliance requirements for software-defined data centers.
- A
Provision a REST-based SSL certificate for secure communication.
The Network Controller requires a REST-based SSL certificate to secure communication between the controller and the client management tools. This certificate must be trusted by the nodes within the management network, ensuring that all SDN configuration commands are encrypted and authenticated to prevent unauthorized access to the network.
- B
Install the Hyper-V role on the Network Controller virtual machine.
Why wrong: The Network Controller is a management component that communicates with Hyper-V hosts, but it does not need to run the Hyper-V role itself. Installing unnecessary roles increases the attack surface and introduces potential resource contention on the management plane, which can degrade the performance of the SDN control plane.
- C
Configure a DNS domain and provide a DNS host entry for the Controller.
The Network Controller must be reachable via a consistent DNS name to ensure that management tools and SDN agents can resolve its identity. Properly configured DNS entries are critical for the service discovery mechanism, allowing all components in the SDN fabric to register and communicate with the controller effectively.
- D
Configure an iSCSI target for the Controller's virtual disk storage.
Why wrong: While storage is necessary for any virtual machine, an iSCSI target is not a specific prerequisite for the Network Controller deployment process. The controller relies on local storage or standard cluster-shared volumes, and requiring dedicated iSCSI targets adds unnecessary complexity that does not influence the SDN functional requirements.
- E
Disable IPsec on all nodes managed by the Network Controller.
Why wrong: Disabling IPsec is a security risk and is not a requirement for SDN. The SDN infrastructure is designed to operate within secured environments. Removing encryption protocols like IPsec would leave management traffic vulnerable to interception and tampering, violating standard organizational security policies and compliance requirements for software-defined data centers.