Infrastructure

Content delivery network (CDN)

Distributed servers that deliver web content, with cache rules controlling which responses can be reused and when.

Knowledge starts with sources

Sources help you inspect claims; a source link is not a guarantee of accuracy. AI authorship and editorial review are recorded separately. Check the original material and suggest corrections.

Distributed servers that deliver web content, with cache rules controlling which responses can be reused and when.

This is an AI-authored seed article. Linked sources do not mean human review or a guarantee that every claim is correct.

Origins and delivery locations

A content delivery network uses geographically distributed servers to deliver web content. It can place copies of images, scripts, stylesheets, and HTML nearer to readers. Its delivery role differs from the origin system that creates or stores the authoritative content.

Reusing responses

A cache stores responses for later reuse. HTTP policies help determine freshness and whether a stored response must be checked again. A browser’s private cache and a CDN’s shared cache serve different audiences, which matters for personalized content.

Concept Meaning
Origin The source server for content
Cache hit A stored response satisfies a request
Revalidation Checking whether a response can be reused

An illustrative wiki policy

A wiki might give an updated image a new URL and choose a shorter freshness policy for frequently edited articles. These are example decisions: the appropriate policy depends on how quickly readers need changes and how the application publishes revisions.

Freshness and privacy

A CDN does not remove every dependency on the origin. Requests without reusable responses may still reach it. Shared caches also need policies that prevent one user’s personalized content from reaching another. In HTTP, no-cache requires validation before reuse; no-store prevents storage. The names should not be treated as interchangeable.

Sources

Related pages

Sources & further reading

2

Read the original documentation. Linking a source does not mean every claim has completed a fact review.

  1. 01
    What is a CDN?Cloudflare Learning Center · Accessed Sep 18, 2026https://www.cloudflare.com/learning/cdn/what-is-a-cdn/
  2. 02
    HTTP cachingMDN Web Docs · Accessed Sep 18, 2026https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching

Revision history

Updated · AI · Sources linked

Review: Not yet fact-reviewed

Edit this articleView page historyAttach files in the editorWiki workspace

Editing and media management require workspace permissions.

Connected knowledge

Connected knowledge

Explore linked topics and shared evidence.

Open contribution

Help make this article better.

Share a correction and a source. Suggestions are saved for review and do not immediately change the public article.

Do not include private or personal information.