CCSP · Question #211
What is a cloud storage architecture that manages the data in caches of copied content close to locations of high demand?
The correct answer is D. CDN. A Content Delivery Network (CDN) uses strategically placed cache servers to store copies of data closer to users, improving performance and availability.
Question
What is a cloud storage architecture that manages the data in caches of copied content close to locations of high demand?
Options
- AObject-based storage
- BFile-based storage
- CDatabase
- DCDN
How the community answered
(61 responses)- A2% (1)
- B2% (1)
- C3% (2)
- D93% (57)
Why each option
A Content Delivery Network (CDN) uses strategically placed cache servers to store copies of data closer to users, improving performance and availability.
Object-based storage stores data as objects in a flat structure, not primarily as cached copies in a distributed network for delivery optimization.
File-based storage organizes data into files and folders, typically accessed via network file systems, and is not inherently designed as a content caching and delivery architecture.
A database is a structured system for storing, managing, and retrieving organized data, not a system for distributing cached copies of content for performance.
A Content Delivery Network (CDN) is an architecture that uses a distributed network of servers to cache copies of content at various geographic locations, delivering it to users from the closest server to reduce latency and improve load times.
Concept tested: Content Delivery Network (CDN)
Source: https://learn.microsoft.com/en-us/azure/cdn/cdn-overview
Topics
Community Discussion
No community discussion yet for this question.