Glossary

What Is CDN (Content Delivery Network)?

A CDN (Content Delivery Network) is a globally distributed network of servers that delivers content from the server closest to the user. CDNs reduce latency by caching content at edge locations around the world.

Why It Matters

CDNs solve the speed-of-light problem. A server in Virginia can’t respond quickly to a user in Tokyo — the physical distance creates latency. CDNs put copies of content (or redirect logic) on servers worldwide, so every user connects to a nearby server.

How CDNs Work

Without CDN:
Tokyo User ──────────── Virginia Server (200ms latency)

With CDN/Edge Network:
Tokyo User ── Tokyo Edge (5ms) ── response
London User ── London Edge (5ms) ── response
São Paulo User ── São Paulo Edge (5ms) ── response

CDN edge servers resolve the visitor’s IP address and route to the nearest point of presence. At each edge, a reverse proxy handles the request — for forwarding, this means issuing the redirect response directly from the edge.

CDNs and Domain Forwarding

For static websites, CDNs cache HTML, CSS, images. For domain forwarding, the equivalent is an edge network that handles redirects at the nearest point of presence:

ProviderInfrastructureRedirect Speed
GoDaddy forwardingSingle regionVariable
Cloudflare redirectsGlobal CDN edgeFast
Netlify redirectsCDN edgeFast
Domain ForwardGlobal edge network<5ms

Edge Network Benefits for Redirects

  • Lower latency: Visitor connects to nearest server
  • Higher uptime: If one edge goes down, others take over
  • SSL termination: TLS handshake happens at the edge, not a distant origin
  • Scalability: Handles traffic spikes without degradation

Related Terms

Related Features

Frequently
asked questions

Domain Forward operates on a global edge network similar to a CDN. Redirects are served from the server closest to the visitor, resulting in sub-5ms redirect latency worldwide.

Still Confused? Try It Free.

Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.