July 2019
Intermediate to advanced
410 pages
10h 32m
English
The Static Content Hosting pattern moves static content such as media images, movies, and other non-dynamic files to a system dedicated for fast retrieval. A specialized service for this is called a content delivery network (CDN), which manages to distribute content across multiple data centers and directs requests to the data center closest to the caller, as shown in the following diagram:

Static Content Hosting is a common pattern for web applications where a dynamic page is requested from the web application and the page contains a collection of static content, such as JavaScript and images, which the browser then ...
Read now
Unlock full access