Describe what happens once you begin the QSM process.

What will be an ideal response?


When you begin the QSM process, VMM takes a snapshot of the running virtual machine, which creates a differencing disk.  All disk write operations from this point go to the differencing disk, while the original disk becomes read-only. VMM uses the Background Intelligent Transfer Service (BITS) to copy the original disk to the new location. This copy represents the bulk of the transfer; the virtual machine  continues to run. Once the copy of the original disk is complete, the virtual machine is placed in a saved state. The memory is copied to the new location. A merge combines the original disk, snapshot, disk writes, and memory in the new location. Once all of the elements are transferred, VMM exports and then imports the virtual machine on the same host computer to make the final changes to the virtual machine configuration file.

Computer Science & Information Technology

You might also like to view...

List at least six guidelines for creating an interface that is easy to learn and use.

What will be an ideal response?

Computer Science & Information Technology

Which of the following for loop headers will cause the body of the loop to be executed 100 times?

a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times

Computer Science & Information Technology

If the user clicks the OK button, the InputBox function returns ____.

A. an empty string B. the value contained in the input area of the dialog box C. OKValue D. Nothing

Computer Science & Information Technology

Para encontrar una página Web, la Web usa un sistema de direcciones. El nombre para este tipo de direcciones es ____ Uniforme de recursos (URL, por sus siglas en inglés).

A. Ubicación B. Localizador C. Vínculo D. Registro

Computer Science & Information Technology