What are the three major virtual disk file types, and how do they differ?

What will be an ideal response?


The three major virtual disk file types are as follows:
* Thick Provision Lazy Zeroed--Space required for the virtual disk is allocated during creation. Data remaining on the physical device is not erased during creation, but is zeroed out on demand at a later time on first write from the virtual machine.
* Thick Provision Eager Zeroed--Space required for the virtual disk is allocated during creation. Data remaining on the physical device is zeroed out when the disk is created.
* Thin Provision--A thin provisioned disk uses only as much data store space as the disk initially needs. If the thin disk needs more space later, it can expand to the maximum capacity allocated to it.

Computer Science & Information Technology

You might also like to view...

True or False? The animation_assets folder used to enable the Animate composition is uploaded automatically when you upload your site.

What will be an ideal response?

Computer Science & Information Technology

If the user interacts with a component that has no registered event handler, __________

a) the application executes a default event handler b) nothing happens c) the application ends d) an error occurs

Computer Science & Information Technology

What is the relationship between function templates and overloading?

What will be an ideal response?

Computer Science & Information Technology

If you execute an infinite recursive function on a computer, it will execute forever.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology