You have a Hyper-V server with about 1 TB of free disk space. You want to configure four virtual machines, with each having a 300 GB disk drive. The VMs' virtual disks will reside on the Hyper-V server. How should you configure these VMs?
a. Using Features on Demand
b. Using tiered storage
c. Using thin provisioning
d. Using differencing disks
c. Using thin provisioning
You might also like to view...
You can insert clips into a presentation using the ____.
A. Notes pane B. Tabs pane C. Slide pane D. Clip Gallery
What is the match_type argument value for an exact match in a MATCH function?
What will be an ideal response?
A program or class that instantiates objects of another prewritten class is a ____________________ .
Fill in the blank(s) with the appropriate word(s).
In the following code segment: final int SIZE = 20; // line 1 int groupSize; // line 2 groupSize = SIZE; // line 3 groupSize = groupSize * 2; // line 4 what is the value of groupSize in line 2?
a) 0 b) null c) 20 d) 40