Google Cloud Storage | CDN Offering | Cloud Digital Leader Exam

Google Cloud Storage with Built-in CDN

Question

Identify the Google Cloud Storage offering that also serves as Content Delivery Network (CDN).

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: D.

Option A is incorrect.

Local SSD is incorrect because it is a locally attached block storage.

Option B is incorrect.

Persistent Disk is incorrect because persistent Disk is block storage for VM on Google Cloud.

Option C is incorrect.

Local Cloud Cache is an Invalid option.

Option D is correct.

Cloud Storage serves as a Content Delivery Network (CDN) because publicly readable objects are cached in the Cloud Storage network by default.

https://cloud.google.com/local-ssd https://cloud.google.com/persistent-disk https://cloud.google.com/storage/docs/caching#built-in_caching_for

The Google Cloud Storage offering that also serves as a Content Delivery Network (CDN) is option D, Cloud Storage.

Google Cloud Storage is an object storage service that allows users to store and retrieve data in a highly scalable, secure, and durable manner. It offers various storage classes to meet different performance and cost requirements, including Standard, Nearline, Coldline, and Archive.

In addition to its primary storage capabilities, Cloud Storage also provides a built-in content delivery network (CDN) known as Cloud CDN. Cloud CDN uses Google's globally distributed edge points of presence (PoPs) to cache content closer to end-users, reducing latency and improving the overall performance of web applications and services.

When Cloud CDN is enabled for a Cloud Storage bucket, the content is automatically cached at the edge locations, and subsequent requests for the same content are served from the nearest edge location rather than going back to the origin server. Cloud CDN can be configured to use a variety of caching strategies, including time-based, region-based, and URL-based, to optimize content delivery and ensure the best possible user experience.

In summary, Cloud Storage is a versatile object storage service that can also function as a content delivery network through its built-in Cloud CDN capability, making it an excellent choice for web applications and services that require fast, reliable, and cost-effective content delivery.