InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between a snapshot and a clone of a virtual machine? |
|
Answer» A snapshot copies the virtual machine's DISK file to maintain its current state. It is used as a backup system. Create a snapshot if you need to save the configuration of a virtual machine so you can revert to it later if something goes WRONG. A clone, on the other hand, is a complete copy of the virtual machine. Cloning is the sole OPTION if you need to create a new virtual machine that will run on its own. |
|