VDCD510 · Question #229
Which type of virtual disk takes the longest to create but performs the best?
The correct answer is D. Flat. An eager-zero disk allocates and zeros out all the block at once. While this type of disk takes significantly longer to create, the disk performs better than the others because the other disks require the block to be zeroed out before writing to the block. Since the blocks have…
Question
Which type of virtual disk takes the longest to create but performs the best?
Options
- AThin provisioned
- BEager-zero
- CLazy-zero
- DFlat
How the community answered
(40 responses)- A18% (7)
- B3% (1)
- C8% (3)
- D73% (29)
Explanation
An eager-zero disk allocates and zeros out all the block at once. While this type of disk takes significantly longer to create, the disk performs better than the others because the other disks require the block to be zeroed out before writing to the block. Since the blocks have already been zeroed with eager-zero, that is not necessary.
Topics
Community Discussion
No community discussion yet for this question.