# What is an Edge Server?

An edge server handles requests near end users rather than solely at a central origin. It may cache content or perform routing, transformation, authentication, and computation at a distributed network location.

Media origin

Media delivery

Viewer or application

Delivery systems move a prepared asset from its origin through an edge to the requesting client. This diagram shows delivery broadly, not specifically Edge Servers.

<span aria-hidden="true" id="how-it-works"></span>

## How Edge Servers work

An edge server is a network execution point reached through routing that considers factors such as client location, network health, or service policy. It can answer from local state, forward to an origin, or run bounded request logic before returning a response. This role is broader than a cache because an edge deployment may also enforce access rules or alter media representations. In delivery architecture, it separates globally distributed request handling from authoritative storage and control systems.

<span aria-hidden="true" id="key-facts"></span>

## Key facts

1. 1HTTP cache correctness depends on the complete cache key, including relevant query parameters and negotiated request headers. Omitting a variant dimension can serve the wrong media or language.
2. 2Expiration controls how long an object may be reused, whereas purge or versioned URLs address urgent replacement. These mechanisms have different consistency and operational failure modes.
3. 3Edge authentication must account for clock skew, token scope, and cache ordering. Caching a response before applying viewer-specific authorization can expose protected content across requests.

<span aria-hidden="true" id="when-it-matters"></span>

## When Edge Servers matter

Place suitable work at the edge to reduce media latency, origin load, and long-distance transfer. Replicated logic and caches require careful invalidation, security controls, and fallbacks when edge nodes fail.

<span aria-hidden="true" id="category-use-cases"></span>

## Common use cases for delivery

These examples cover delivery broadly, not specifically Edge Servers.

* Serving image, audio, video, and document derivatives to a geographically distributed audience.
* Protecting private assets worldwide with expiring or signed requests.
* Reducing repeated processing and origin traffic by caching deterministic results.

<span aria-hidden="true" id="at-scale"></span>

## Working with delivery

This guidance covers delivery broadly, not just Edge Servers.

A client requests an asset using a URL or playback manifest. A delivery layer evaluates authorization and cache state, serves a cached response when possible, or retrieves the asset from its origin before forwarding and optionally caching it.

Delivery choices determine more than download speed. Cache keys, origin behavior, authorization, geographic routing, invalidation, and egress cost decide whether an asset is fast, current, and available to the right audience.

### What you gain

* Edge caching places frequently requested assets closer to viewers.
* Explicit cache and authorization rules reduce avoidable origin work.
* Multiple delivery variants let clients request an asset suited to their context.

### What it costs

* Long cache lifetimes improve hit ratio but make replacement and invalidation more difficult.
* Signed access protects private media but adds key management, clock, and cache-partitioning concerns.
* More variants improve client fit while increasing storage, cache fragmentation, and operational complexity.

### Before production

1. 1Define cache keys, cache lifetime, invalidation, and authorization behavior explicitly.
2. 2Measure time to first byte, cache-hit ratio, egress, and behavior after an origin failure.
3. 3Test signed and unsigned requests at the CDN edge, not only against the origin.

[← Edge Detection](/glossary/edge-detection.md)[Edge-Based Segmentation →](/glossary/edge-based-segmentation.md)

More in delivery

* [Digital Rights Management (DRM)](/glossary/digital-rights-management-drm.md)
* [DRM Encryption](/glossary/drm-encryption.md)
* [eCDN](/glossary/ecdn.md)
* [Global Server Load Balancing](/glossary/global-server-load-balancing.md)
* [Image Cache Server](/glossary/image-cache-server.md)
* [Image URL](/glossary/image-url.md)

[All 505 terms](/glossary.md)

## Turn media knowledge into a working pipeline

Connect uploads, processing, AI, storage, and delivery through one declarative API — with the encoding stack, scaling, and format churn handled for you.

[Try Transloadit for free](/c/signup/)
