A desktop technician is configuring a client-side hypervisor to host multiple virtual machines on a host workstation with limited physical drive space. To conserve physical storage upon initial creation while allowing the guest OS to expand its storage footprint as needed up to a set threshold, which virtual disk provisioning method should the technician configure?
- Thin provisioning (dynamically allocated disk)Answer
- BThick provisioning (fixed-size disk)
- CVirtual memory swap file expansion
- DRaw disk pass-through mapping
Answer
Thin provisioning (dynamically allocated disk) is the correct choice because it consumes physical host storage space on demand as data is added, rather than pre-allocating the full virtual capacity.
Thin provisioning (dynamically allocated disk) creates a virtual disk file that initially uses only a small amount of physical host storage space for metadata and grows on-demand as data is written by the guest operating system, fitting the scenario's requirement for minimal initial host drive consumption.
Step-by-Step Solution
Key Concept
Virtual Disk Provisioning and Host Resource Optimization
Estimated Time:1m 15s