H13-511_V5.5 · Question #141
Which of the following are common virtual machine disk file formats? (Multiple choice)
The correct answer is A. VDl C. VHD D. RAW. VDI (Virtual Disk Image), VHD (Virtual Hard Disk), and RAW are all established VM disk formats: VDI is the native format for Oracle VirtualBox, VHD is Microsoft's format used by Hyper-V and Azure (with its successor VHDX), and RAW is an uncompressed bit-for-bit disk image…
Question
Which of the following are common virtual machine disk file formats? (Multiple choice)
Options
- AVDl
- BCIFS
- CVHD
- DRAW
How the community answered
(26 responses)- A77% (20)
- B23% (6)
Explanation
VDI (Virtual Disk Image), VHD (Virtual Hard Disk), and RAW are all established VM disk formats: VDI is the native format for Oracle VirtualBox, VHD is Microsoft's format used by Hyper-V and Azure (with its successor VHDX), and RAW is an uncompressed bit-for-bit disk image widely supported by QEMU/KVM and other hypervisors. These three represent the core spectrum of VM storage - proprietary optimized formats and a universal baseline format.
CIFS (Common Internet File System) is the wrong answer because it is a network file-sharing protocol (an extension of SMB), not a disk image format - it defines how files are accessed over a network, not how a virtual disk is structured or stored.
Memory tip: Think of actual disk containers vs. network protocols - if it ends in FS or P (filesystem/protocol), it's not a disk format. VDI, VHD, and RAW all describe a file that acts like a physical hard drive, which is the key characteristic of a VM disk format.
Topics
Community Discussion
No community discussion yet for this question.