What key component of the Windows Server 2016 SDN environment will allow you to move a VM using live migration to a server on a different subnet without having to change the VM's address and with no down time?

A. Hyper-V Network Virtualization
B. Network Controller
C. Hyper-V dynamic provisioning
D. Hyper-V Integration Services

Answer: A

Computer Science & Information Technology

You might also like to view...

The foreign key field is the common field that is used to join with a primary key field in another table

Indicate whether the statement is true or false

Computer Science & Information Technology

Give a typedef statement that hides the pointer operator *. Call the new type identifier NodePtr.

Given the type definitions: ``` const int STRING_SIZE = 20; struct ListNode { char item[STRING_SIZE]; int count; ListNode *link; }; ListNode *head = new ListNode; ```

Computer Science & Information Technology