A production type checkpoint within Hyper-V utilizes what service in the guest OS to perform the checkpoint?
A. Windows Backup Service
B. Volume Shadow Copy Service
C. Background Intelligent Transfer Service
D. Integration Services Checkpoint for Windows
Answer: B
Computer Science & Information Technology
You might also like to view...
The ________ function evaluates the opposite of a condition
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which operation will write val to the item at position i in anArray?
A. anArray[i] = val; B. anArray[i] = val; C. anArray.val[i]; D. val = anArray[i];
Computer Science & Information Technology