Infrastructure & Networking

What is an edge network?

An edge network is a distributed computing infrastructure that positions processing, storage, and content delivery capabilities at locations physically close to end users, at the edge of the internet rather than in centralised data centres. Where traditional web infrastructure centralises computation and data storage in a small number of data centre locations edge networks distribute these capabilities across dozens, hundreds, or thousands of geographically dispersed nodes, each handling requests from nearby users without routing traffic to a distant central location.

The edge in edge network refers to the periphery of the internet, the points where the internet infrastructure meets end users. A centralised data centre in Virginia serves users in Virginia with minimal latency but serves users in Tokyo, Sydney, and London with substantially higher latency, every request must travel from the user’s device across the internet to Virginia and back. An edge network positions infrastructure in Tokyo, Sydney, and London, among many other locations, so that each user’s request is handled from nearby infrastructure rather than from the distant centre.

Edge networks evolved from CDNs: which pioneered geographic content distribution for static assets, and have expanded significantly in scope. Where a CDN primarily caches and serves static content from edge locations edge networks increasingly execute application logic, process redirects, run serverless functions, and perform complex request routing at the edge, capabilities that were previously possible only at the centralised origin server. This expansion from content delivery to edge computing is the defining characteristic of modern edge networks.

Edge networks vs traditional CDNs

The distinction between edge networks and traditional CDNs reflects the evolution from static content distribution to full edge computing.

Traditional CDN model: CDNs were designed to cache and serve static content from geographically distributed servers. A CDN edge server receives a request, checks its cache for the requested content, serves from cache if available, or fetches from the origin and caches the response. The CDN’s role is content delivery, it passes dynamic requests to the origin and caches static responses. The origin server handles all application logic, database queries, authentication, and dynamic content generation.

Edge computing expansion: modern edge networks extend beyond content caching to execute application logic at the edge. Edge functions, small programmes deployed to run on edge nodes rather than origin servers, can process requests, modify responses, execute business logic, and generate dynamic content directly at the edge. A redirect rule, an authentication check, a personalisation decision, or a content transformation can be executed at the edge server handling the request, without a round trip to the origin.

Latency implications: the distinction matters for latency. Traditional CDN caching serves cached static content from the edge but routes dynamic requests to the origin, cached content is fast, dynamic content is as slow as the origin distance. Edge computing executes logic at the edge for both static and dynamic scenarios, redirect processing, authentication, and personalisation happen at the nearby edge node rather than requiring origin round trips.

How edge networks function

Edge network operation involves request routing, edge processing, and coordination between edge nodes and origin infrastructure.

Points of Presence, PoPs: edge networks maintain infrastructure at numerous physical locations worldwide, internet exchange points, co-location data centres, carrier facilities. Each PoP houses edge servers capable of handling requests, executing edge functions, and maintaining caches. Major edge network operators, Cloudflare, Fastly, Akamai, AWS CloudFront, Google Cloud CDN, operate PoPs in dozens to hundreds of locations globally.

Anycast routing: many edge networks use anycast IP addressing, the same IP address is announced from multiple edge locations simultaneously. Network routing protocols automatically direct traffic to the nearest anycast node, a user’s request travels to the geographically closest edge server without requiring explicit routing decisions. Anycast routing is particularly effective at directing traffic to nearby edge nodes for low-latency processing.

Edge functions and Workers: edge computing platforms deploy small programmes, variously called edge functions, Workers, Lambda@Edge, or Compute@Edge depending on the platform, that execute at edge nodes in response to requests. These programmes run in isolated sandboxes at the edge, with extremely fast cold-start times compared to traditional serverless functions, and can modify requests and responses, implement redirect logic, perform authentication, and execute other per-request processing without origin involvement.

Cloudflare Workers, Fastly Compute@Edge, AWS Lambda@Edge, and Vercel Edge Functions are examples of edge function platforms. Each executes code at the edge network’s PoPs rather than at a centralised server, providing sub-millisecond execution latency from nearby edge locations.

Edge state and storage: beyond stateless per-request processing edge networks increasingly provide edge-accessible storage, key-value stores, databases, and object storage accessible from edge functions with low latency. Cloudflare KV, Cloudflare Durable Objects, Fastly Edge Dictionaries, these storage systems allow edge functions to access and update data without origin round trips. Redirect rule databases stored at the edge enable redirect processing entirely at the edge, every redirect lookup resolves from nearby edge storage rather than a distant origin database.

Edge networks and redirect management

Edge networks are transformative for redirect management: enabling redirect processing with minimal latency and at massive scale.

Redirect processing at the edge: redirect rules executed at edge network nodes return redirect responses from the server nearest the user, typically within 10-50 milliseconds of the request. A user in Singapore requesting a URL with a redirect rule configured in an edge network receives the redirect response from a Singapore edge node, not from an origin server in the United States or Europe. The latency difference between edge redirect processing and origin redirect processing can be 200-500 milliseconds, a meaningful improvement in redirect response speed.

For redirect management platforms built on edge infrastructure every redirect configured in the platform is deployed to edge nodes globally, any user anywhere in the world receives redirect responses from nearby edge infrastructure. This global edge deployment eliminates the geographic performance variation of origin-only redirect processing.

Edge redirect rule deployment: when a redirect rule is created or updated in an edge-based redirect management platform the rule must be deployed to edge nodes globally, not just to a single origin server. Propagation of rule updates across a global edge network takes seconds to minutes, edge nodes receive updated rule sets and immediately apply them to incoming requests. Rule propagation speed is a key operational characteristic of edge-based redirect management, slower propagation means recently configured redirects take longer to take effect globally.

Edge-based SSL certificate provisioning: edge networks handle SSL termination at edge nodes, the TLS handshake happens at the nearby edge server rather than the distant origin. For redirect management platforms serving many customer domains each domain must have SSL coverage at the edge. Edge networks provision and manage SSL certificates for custom domains through ACME protocol integration, automatically obtaining and renewing certificates for all connected domains. This automated edge SSL provisioning is what enables redirect management platforms to serve hundreds of custom domains with valid HTTPS without manual certificate management.

Wildcard redirect performance at scale: redirect platforms handling wildcard rules, pattern-matching rules that apply to many URL patterns simultaneously, benefit from edge computing’s ability to execute matching logic at the edge. A wildcard rule matching any URL under /old-blog/* must evaluate the pattern against incoming request paths. Edge functions execute this pattern matching at the edge node, the matching computation happens in the same location as the response generation, without origin round trips for rule evaluation.

Edge networks and SEO

Edge network deployment affects SEO through performance improvements and through the specific characteristics of edge-executed redirect responses.

Core Web Vitals at the edge: Core Web Vitals, particularly Largest Contentful Paint, are directly affected by the time to first byte, how quickly the server begins responding to the browser’s request. Edge network serving reduces time to first byte by serving responses from nearby infrastructure. Lower TTFB improves LCP, a direct ranking signal. Edge-served HTML enables browsers to begin parsing and rendering sooner, improving the complete page load experience.

Googlebot and edge networks: Googlebot crawls from Google’s infrastructure, primarily from US data centres but with some international crawl capacity. When Googlebot crawls a site served by an edge network the crawl experience depends on whether Google’s crawl infrastructure is routed to a nearby edge node or to the origin through the edge network. Well-configured edge networks serve Googlebot from appropriate edge nodes, providing fast, consistent crawl responses that support healthy crawl budget allocation.

Edge redirect consistency: 301 permanent redirects served from edge nodes are functionally identical to origin-served 301 redirects, they include the same Location header and carry the same link juice implications. Search engines do not distinguish between edge-served and origin-served redirects, the HTTP response is what matters, not where it was generated. Edge redirect processing provides performance advantages without affecting the SEO properties of the redirect response.

Crawl budget and edge response speed: Googlebot adjusts crawl rate based on server response speed, slow servers receive fewer crawl requests to avoid overloading them. Edge network serving provides fast, consistent responses to Googlebot, supporting higher crawl rates for large sites that benefit from frequent crawling.

Edge network security

Edge networks provide security capabilities alongside performance improvements, capabilities relevant to redirect management and HTTPS implementation.

DDoS protection: edge networks absorb distributed denial of service attacks at the edge, attack traffic is distributed across hundreds of edge nodes and filtered before reaching the origin. A volumetric DDoS attack that would overwhelm a single origin server is distributed and mitigated across the edge network’s collective capacity.

Web Application Firewall at the edge: WAF capabilities deployed at edge nodes inspect and filter request traffic before it reaches the origin, blocking malicious requests, SQL injection attempts, and other attack patterns at the edge. Edge WAF processing eliminates the latency of routing attack traffic to the origin before blocking it.

Bot detection and management: edge networks identify and manage bot traffic, distinguishing legitimate crawlers like Googlebot from malicious scrapers and credential stuffing bots. Legitimate crawlers receive normal responses. Malicious bots may be challenged, rate-limited, or blocked at the edge, before consuming origin resources.

HSTS at the edge: edge networks enforce HSTS, returning HSTS headers on all HTTPS responses, at the edge level. HSTS enforcement at the edge ensures that all responses to users, whether served from edge cache, from edge function execution, or from origin, include appropriate HSTS headers. Consistent HSTS header delivery supports browser-level HTTPS enforcement.

Edge network providers

Several providers offer edge network infrastructure, ranging from CDN-focused platforms that have expanded to edge computing to cloud providers with global infrastructure.

Cloudflare: one of the largest edge networks by PoP count, over 200 locations globally. Provides CDN, edge functions, Cloudflare Workers, key-value storage, Cloudflare KV, and comprehensive security services. Cloudflare’s edge network is the infrastructure underlying many redirect management platforms and web application platforms.

Fastly: edge cloud platform focused on high-performance edge computing. Provides CDN, Compute@Edge for edge function execution, and Edge Dictionaries for edge-accessible configuration data. Known for instant cache purging, particularly valuable for redirect management where configuration changes must propagate immediately.

Akamai: one of the oldest and largest CDN and edge computing providers. Extensive PoP network with thousands of locations. EdgeWorkers platform for edge function execution. Particularly strong in enterprise and media delivery contexts.

AWS CloudFront: Amazon’s CDN and edge computing service. Lambda@Edge and CloudFront Functions provide edge computing capabilities. Integrated with AWS ecosystem, S3, EC2, API Gateway. Strong choice for organisations already using AWS infrastructure.

Vercel Edge Network: purpose-built for web application deployment. Edge Functions execute Next.js and other web framework code at the edge. Optimised for modern web application deployment with integrated edge computing.

Related terms

Related terms

Ready to keep every link alive?

Ready to keep every link alive?

Ready to keep every link alive?