nerdexam
CompTIA

CV0-003 · Question #860

A cloud administrator needs to implement a new system within the current CSP. The system requires a storage service to allocate a large number of digital files and images. The storage service must kee

The correct answer is B. Object storage. Object storage is the optimal solution for storing and distributing large numbers of unstructured files and images directly to web browsers via HTTP.

Cloud Architecture and Design

Question

A cloud administrator needs to implement a new system within the current CSP. The system requires a storage service to allocate a large number of digital files and images. The storage service must keep files for distributed access and serve images directly to the user's browser. Which of the following solutions would best meet these requirements?

Options

  • ANAS storage
  • BObject storage
  • CFile storage
  • DBlock storage

How the community answered

(60 responses)
  • A
    7% (4)
  • B
    87% (52)
  • C
    2% (1)
  • D
    5% (3)

Why each option

Object storage is the optimal solution for storing and distributing large numbers of unstructured files and images directly to web browsers via HTTP.

ANAS storage

NAS storage uses a file hierarchy accessed over network protocols like NFS or SMB, which are not suited for serving content directly to web browsers.

BObject storageCorrect

Object storage stores unstructured data such as images and digital files as discrete objects with unique identifiers and metadata, making it ideal for massive scale. It exposes content via HTTP/HTTPS endpoints, allowing browsers to retrieve images directly without a middleware layer. Cloud object storage services (e.g., AWS S3, Azure Blob Storage) are purpose-built for distributed read access at global scale.

CFile storage

File storage, like NAS, relies on hierarchical directory structures and network file-sharing protocols that do not natively support HTTP-based browser access.

DBlock storage

Block storage presents raw volumes to operating systems and requires a file system layer on top; it cannot serve files directly to browsers or support distributed access patterns.

Concept tested: Cloud object storage for distributed web access

Source: https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html

Topics

#object storage#distributed file access#storage services#cloud storage types

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice