SG0-001 · Question #412
Which of the following would be the appropriate technology an administrator would use to provision the desired amount of space to a server, while only the utilized disk space is consumed on the storag
The correct answer is C. Virtual provisioning. Virtual provisioning, also known as thin provisioning, allows an administrator to present a larger logical storage capacity to a server than is physically available, consuming actual disk space only as data is written.
Question
Which of the following would be the appropriate technology an administrator would use to provision the desired amount of space to a server, while only the utilized disk space is consumed on the storage array?
Options
- AFat provisioning
- BVolume groups
- CVirtual provisioning
- DConcatenated groups
How the community answered
(42 responses)- A2% (1)
- B2% (1)
- C95% (40)
Why each option
Virtual provisioning, also known as thin provisioning, allows an administrator to present a larger logical storage capacity to a server than is physically available, consuming actual disk space only as data is written.
Fat provisioning, or thick provisioning, allocates all the requested logical storage capacity physically from the storage array at the time of provisioning, regardless of actual usage.
Volume groups are logical containers for physical volumes, used in logical volume management (LVM) to group disks, but they do not inherently manage the actual consumption of physical space based on utilization.
Virtual provisioning, commonly referred to as thin provisioning, is a storage allocation method that allows the administrator to oversubscribe storage by presenting a logical volume to a server that is larger than the physically allocated storage. Actual physical disk space is consumed from the storage array only when data is written to the logical volume, enabling efficient use of storage resources.
Concatenated groups combine multiple physical disks or partitions into a single logical volume, but this does not involve allocating space based on utilization; it's about extending volume size.
Concept tested: Thin provisioning / Virtual provisioning concept
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/thin-provisioning-vs-fixed-provisioning
Topics
Community Discussion
No community discussion yet for this question.