| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/docs/Glossary/CDN | [Back] [Original] |
Get to know MDN better
A CDN (Content Delivery Network) is a group of servers spread out over many locations. These servers store duplicate copies of data so that servers can fulfill data requests based on which servers are closest to the respective end-users. CDNs make for fast service less affected by high traffic.
CDNs are used widely for delivering stylesheets and JavaScript files (static assets) of libraries like Bootstrap, jQuery etc. Using CDN for those library files is preferable for a number of reasons:
In fact, entire websites can be served from CDNs, particularly static websites comprised entirely of static HTML, CSS, and JavaScript files.
There are also downsides to using CDNs, compared to self-hosting static assets:
This page was last modified on Jul 11, 2025 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |