Q

Random posts about ... stuff

View the Project on GitHub rMaxiQp/rMaxiQp.github.io

5 November 2019

CDN

by Q

Tl;DR

A content delivery network (CDN) refers to a geographically distributed group of servers that provide fast delivery of assets.


A CDN enables the quick transfer of Internet assets including HTML pages, Javascript files, Stylesheets, etc. Also, a properly configured CDN can help protect websites against some common malicious attacks, e.g. Distributed Denial of Service (DDOS) attacks.

A CDN does not host the actual web content, it caches content at the network edge to improve performance. Also, caching reduces hosting bandwidth to improve security.

Benefits of using a CDN:

Reference:

Updated: 5 November 2019
tags: Network - Web