Cloud Computing 10 min read

Why Does Video Buffer on Fast Phones? Understanding CDN Technology

This article explains why video streams can still lag on high‑speed mobile networks, introduces the origin and principles of Content Delivery Networks (CDNs), and shows how CDNs reduce latency, improve user experience, and benefit both internet and telecom operators.

Efficient Ops
Efficient Ops
Efficient Ops
Why Does Video Buffer on Fast Phones? Understanding CDN Technology

In the mobile‑internet era, many people watch videos on their phones, yet even with fast network speeds video playback can become choppy.

For example, when the popular series "Yanxi Palace" attracted ten million simultaneous viewers, each 1080p stream required about 4 Mbps, resulting in a total bandwidth demand of 40 Tbps. A single 1 Gbps network card would need 40 000 such cards running at full capacity to serve all users.

When traffic spikes exceed capacity, congestion causes buffering and delays, and users tend to abandon pages that take more than four seconds to load, leading to revenue loss.

CDN (Content Delivery Network) is an effective technology for reducing latency.

Birth of CDN

In the 1980s the Internet was still low‑bandwidth and accessed mainly via dial‑up. As broadband and user numbers grew, backbone networks became overloaded.

In 1995, MIT professor Tim Berners‑Lee highlighted network congestion as a major obstacle. MIT applied‑math professor Tom Leighton, together with graduate student Danny C. Lewin and others, developed a dynamic routing algorithm that became the foundation of CDN, later commercialized as Akamai.

How CDN Works

The core idea is to cache content near end users. Instead of fetching data from a distant origin server for every request, CDN places edge cache servers close to users and serves cached copies.

When a user requests a video, the process is:

The app resolves the URL via local DNS.

The local DNS delegates the query to a CDN‑specific DNS server.

The CDN DNS returns the IP of a global load‑balancer.

The user contacts the load‑balancer, which selects the nearest edge cache based on the user’s IP and requested URL.

The load‑balancer directs the user to that cache server.

The cache server delivers the content; if it does not have the requested item, it fetches it from the origin server, caches it according to policy, and then forwards it to the user.

CDN can cache not only video but also static website assets (images, HTML, CSS, JS) and mobile app resources (APK files, in‑app media).

Benefits of CDN

CDN shortens the physical distance between users and content, reducing waiting time and accelerating site access. Distributed caches also improve cross‑operator performance, e.g., a China Mobile user accessing content hosted on China Telecom can be served faster via a nearby CDN node.

Security advantages include hiding the origin server’s IP, lowering attack surface, and providing redundancy—if one cache fails, traffic is rerouted to healthy nodes.

Because of these advantages, most major Internet service providers and cloud vendors now offer CDN services, typically priced per traffic volume.

CDN in the Telecom Industry

Telecom operators adopt CDN to exchange storage for reduced latency, purchasing CDN servers or cloud services to enhance user experience.

By deploying CDN at regional levels, operators offload traffic from backbone networks, avoiding costly capacity expansions and improving overall network efficiency.

This mirrors the concept of mobile edge computing, where computing resources are moved closer to the user to overcome physical distance limitations.

Overall, CDN illustrates how distributed network architectures can alleviate congestion, lower latency, and support the growing demand for high‑quality video and other content.

Cloud ServicesEdge Computingcdnnetwork optimizationLatency ReductionContent Delivery Network
Efficient Ops
Written by

Efficient Ops

This public account is maintained by Xiaotianguo and friends, regularly publishing widely-read original technical articles. We focus on operations transformation and accompany you throughout your operations career, growing together happily.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.