What is a CDN?

A content delivery network (CDN) is a system of distributed servers (network) that deliver webpages and other Web content to a user based on the geographic locations of the user, the origin of the webpage and a content delivery server.
 
​A content delivery network (CDN) is a collection of global servers that caches and delivers content such as images, videos and Javascript files. When a user requests a web page, for instance, content on that page is delivered by the closest edge server rather than the origin server, thereby decreasing page load time.
 
A CDN is essentially a network of geographically dispersed servers. Each CDN node (also called Edge Servers) caches the static content of a site like the images, CSS/JS files and other structural components. The majority of an end-user's page load time is spent on retrieving this content, and so it makes sense to provide these "building blocks" of a site in as many server nodes as possible, distributed throughout the world.
 
A content delivery network (CDN) is a system of distributed servers (network) that deliver webpages and other Web content to a user based on the geographic locations of the user, the origin of the webpage and a content delivery server.
 
A content delivery network or content distribution network (CDN) is a globally distributed system of proxies web servers implemented in multiple data centers. The goal of a CDN is to serve content to end-users with good accessibility and high performance.
 
A content delivery network or content distribution network (CDN) is a globally distributed network of proxy servers deployed in multiple data centers. The goal of a CDN is to serve content to end-users with high availability and high performance. CDNs serve a large fraction of the Internet content today, including web objects (text, graphics and scripts), downloadable objects (media files, software, documents), applications (e-commerce, portals), live streaming media, on-demand streaming media, and social networks.
 
Last edited:
Back
Top