technologybriefs
13:30in productionCh. 1 · Distributed by design/ 13:30 · ceiling 15 min
Systems · Web & cloud

Content delivery network

CDNs don’t speed up the internet — they relocate its bottlenecks.

CDNs are not magic accelerators. They are a deliberate relocation of content — from origin to edge — governed by algorithms, constrained by geography and economics, and embedded so deeply in the internet’s operation that most users never see them, yet depend on them for every page, video, and app they load.

Chapters & takeaways4
  1. 1:10
    Distributed by design

    CDNs are not one server — they are many, scattered across backbones and continents.

  2. 6:13
    Routing, not replication

    Every request is routed — not randomly, but algorithmically — to the node best placed to serve it.

  3. 7:46
    Performance with trade-offs

    They cut costs and latency, but only by moving content — not by making the network faster end to end.

  4. 9:35
    The hidden infrastructure layer

    CDNs are a layer — neither optional nor invisible — serving most of what users load online.

Worth your time?

Yes. Study the whole thing.

4.5/ 5
What works
  • reducing bandwidth costs
  • improving page load times
  • increasing global content availability
What does not
  • solve end-to-end latency
  • eliminate origin dependency
  • guarantee GDPR compliance out of the box
Study it if
  • platform engineers
  • frontend developers
  • content publishers
Skip it if
  • individual bloggers with static sites
  • offline-first application designers
The written brief1 min read

What it is and the problem it solves

A CDN is a geographically distributed network of proxy servers and data centres. It solves the problem of distance-induced latency and origin-server overload by serving cached content from locations nearer to users.

How it works

CDNs route requests algorithmically to geographically distributed nodes — proxy servers and data centres — that cache content closer to users. Nodes sit over multiple Internet backbones. Origin servers remain the source of truth; edge servers serve cached copies.

What works

CDNs reliably serve a large portion of internet content — text, graphics, scripts, downloadable objects, applications, live and on-demand streaming media, and social media services. Their algorithmic routing, caching, and load balancing deliver measurable improvements in availability and performance.

What does not

CDNs do not eliminate latency entirely. They do not guarantee privacy compliance under GDPR without additional technical responses like Subresource Integrity or edns-client-subnet. They do not override the end-to-end principle — they operate within it, not against it.

What it changes

CDNs change where content lives in the network. They shift delivery from central origins to dispersed edges. This alters economic flows (content providers pay CDN operators who pay ISPs) and introduces new failure modes — caching stale content, misrouted requests, or inconsistent security enforcement across PoPs.

Is it worth your time

Yes, if you deliver web content at scale. CDNs reduce bandwidth costs, improve page load times, and increase global availability. They are a foundational layer in the internet ecosystem — not optional infrastructure, but embedded infrastructure.

Same field · Systems4 of 177
9:36
Apache ActiveMQ2006ActiveMQ is a Java-based open source message broker implementing JMS 1.1. It enables asynchronous communication across Java and cross-language clients. It supports clustering, multiple persistence options, and several protocols. It originated in 2004 at LogicBlaze, moved to Apache in 2007, and later expanded to include Artemis—a next-generation broker donated in 2015. It is used in enterprise service buses and SOA infrastructure.
10:28
Unmanned surface vehicleUSVs are operational—but not systemic. They deliver real results in niche applications. They lack standardisation, interoperability, and regulatory grounding. Their value lies in removing humans from risk—not in replacing captains with code.
10:32
Self-driving truckSelf-driving trucks are a systems-level adaptation of autonomous technology to freight logistics. They rely on multi-sensor fusion and AI navigation, but their real-world deployment is bounded—not by capability, but by self-imposed safety thresholds and infrastructural control. Kodiak’s December 2024 launch on private lease roads is the first commercial driverless operation in the U.S., yet no autonomous truck has hauled freight without a human on public highways. What works is geofenced, industrial, or military convoy logic—not open-road autonomy.
10:35
China Mobile1997China Mobile is a state-owned telecommunications company formed in 1997. It delivers mobile voice and multimedia services across mainland China and Hong Kong. It is the largest wireless carrier in China, with 945.50 million subscribers as of June 2021. It is listed on the Shanghai and Hong Kong stock exchanges. It is the world's largest mobile network operator by subscriber count and largest telecom company by revenue. Its market value stood at US$240 billion as of 8 July 2025. It originated from the 1999 break-up of China Telecommunications Corporation. In May 2008, it acquired China Tietong to add fixed-line and broadband Internet services.
Up next in Technology

Convolutional neural network

1988 · 10:06

It did not invent vision—it invented the first scalable, trainable scaffold for spatial pattern recognition.

10:06