CCSP · Question #337
Cloud environments are based entirely on virtual machines and virtual devices, and those images are also in need of storage within the environment. What type of storage is typically used for virtual i
The correct answer is D. Object. Object storage is typically used for storing virtual images within cloud environments.
Question
Cloud environments are based entirely on virtual machines and virtual devices, and those images are also in need of storage within the environment. What type of storage is typically used for virtual images? Response:
Options
- AVolume
- BStructured
- CUnstructured
- DObject
How the community answered
(27 responses)- B4% (1)
- C4% (1)
- D93% (25)
Why each option
Object storage is typically used for storing virtual images within cloud environments.
Volume storage (block storage) is typically used for operating system disks and application data requiring high performance, not for collections of virtual images themselves.
Structured storage refers to data organized in a defined schema (e.g., databases), which is not the primary way virtual machine images are stored.
Unstructured storage is a broad category, but object storage is the specific and most appropriate type for virtual images within that category.
Object storage, such as AWS S3 or Azure Blob storage, is highly scalable and durable, making it ideal for storing large numbers of immutable virtual machine images, container images, and snapshots due to its cost-effectiveness and accessibility characteristics.
Concept tested: Cloud storage types for virtual images
Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-introduction
Topics
Community Discussion
No community discussion yet for this question.