🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Web Development Intermediate

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.

Related Terms

Web Components
A set of browser-native APIs for creating reusable, encapsulated custom HTML elements with their own styling and behavior.
Web Accessibility (a11y)
The practice of designing websites that can be used by people with disabilities, following WCAG guidelines.
HTTP/2
The second major version of HTTP that improves performance through multiplexing, header compression, and server push.
Caching
Storing copies of frequently accessed data in faster storage to reduce load times and server processing.
GraphQL
A query language for APIs that lets clients request exactly the data they need, reducing over-fetching and under-fetching.
CSS Flexbox
A CSS layout model that provides efficient arrangement of items within a container, handling alignment, distribution, and spacing.
View All Web Development Terms →