CCSK · Question #42
Which cloud storage technology is basically a virtual hard drive for instanced or VMs?
The correct answer is A. Volume storage. Volume storage provides block-level storage that functions as a virtual hard drive, directly attached to and used by virtual machine instances.
Question
Which cloud storage technology is basically a virtual hard drive for instanced or VMs?
Options
- AVolume storage
- BPlatform
- CDatabase
- DApplication
- EObject storage
How the community answered
(42 responses)- A79% (33)
- B5% (2)
- C2% (1)
- D2% (1)
- E12% (5)
Why each option
Volume storage provides block-level storage that functions as a virtual hard drive, directly attached to and used by virtual machine instances.
Volume storage, also called block storage, exposes raw storage blocks to an operating system exactly as a physical hard drive does, enabling a VM to format, partition, and mount it as local disk. Examples include Amazon EBS and Azure Managed Disks, which are attached directly to VM instances for OS volumes, databases, and stateful applications requiring low-latency disk access.
Platform refers to a cloud service category (PaaS), not a storage technology type.
Database storage is a managed service for structured data queries and transactions, not raw block-level disk storage that an OS can mount as a drive.
Application is a software or service category, not a recognized cloud storage type.
Object storage holds data as discrete objects accessed via HTTP APIs and cannot be mounted as a filesystem or virtual hard drive by a VM operating system.
Concept tested: Cloud volume block storage for virtual machines
Source: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html
Topics
Community Discussion
No community discussion yet for this question.