What is CDN (Content Delivery Network)?
A distributed network of servers that delivers web content to users from the geographically closest location.
CDNs cache content (images, CSS, JavaScript, videos) at edge servers worldwide. When a user requests content, it is served from the nearest edge server instead of the origin server, reducing latency and load.
Benefits include faster page loads, reduced bandwidth costs, DDoS protection, and high availability. Popular CDNs include Cloudflare, AWS CloudFront, Akamai, and Fastly.