Schema: Nutzergerät stellt eine Anfrage an einen nahen CDN-Server; bei vorhandener Kopie (Cache-Hit) geht die Antwort direkt zurück, sonst fragt der CDN-Server den zentralen Origin-Server und speichert dessen Antwort zwischen.

Origin Server

The origin server is the computer where a website or app originally resides. All copies delivered to users worldwide ultimately stem from it.

When you open a website, text, images, and videos travel to you from a foreign computer. This computer usually sits in a data center and is switched on around the clock. Such tireless machines are called servers. The origin server is the one machine on which the content resides in its original form. All other machines that deliver the same page received their data from it at some point. “Origin” simply means the source or point of origin.

Why a single source carries so much responsibility

The origin server is the place where the truth lives. If an operator changes the price in their online shop, they change it there. Only afterward does the change trickle down to all copies. That’s why this one machine determines what millions of users ultimately get to see.

But that’s exactly what makes it a sore spot as well. If the origin server fails, an entire platform can go offline. That’s why large providers operate several origin servers in different locations. If one fails, another takes over. This is called failover or redundancy.

A second problem is load. A single machine can only handle a limited number of requests per second. During a viral video or a ticket sale, hundreds of thousands of requests can easily arrive at once. Without protective measures, the server then buckles under the strain.

The path from the origin to your screen

Between you and the origin server there is almost always an intermediary. This network of caches is called a Content Delivery Network, or CDN for short. It consists of many servers distributed around the world. They keep copies of the content ready, often just a few hundred kilometers away from you.

The process is simple. Your request first goes to the nearest CDN server. If it has already stored the desired file, it sends it back immediately. Experts call this a cache hit. If it doesn’t have it, it asks the origin server, delivers the answer to you, and keeps a copy for itself.

You can picture this like a large library with many small branches. The origin server is the headquarters with the original holdings. The branches keep copies of the most requested books. Only when a rare title is wanted does someone drive to the headquarters. This way, the headquarters stays relieved of load, and you wait less.

An important question is how long a copy remains valid. For this, the operator assigns each file a shelf life. Images are often allowed to be cached for days. Stock prices, on the other hand, are fetched fresh from the origin by the network with almost every request.

When the origin makes the news

The term usually comes up when something goes wrong. When a provider reports an outage, it’s often said that the CDN worked fine, but the origin was unreachable. In major outages at Cloudflare or Amazon Web Services, one regularly reads such explanations. Overload attacks, in which attackers flood a site with requests, also tend to target the origin server directly.

The distinction also matters for AI services. A chatbot doesn’t deliver ready-made files but computes each answer anew. Such requests can hardly be cached. They almost always end up at the actual compute servers in the background, which makes operation expensive.

A common misconception is that origin server and cloud are opposites. That’s not true. Even a server that a company rents from a cloud provider can be the origin. What matters is not the location but the role: this is where the original resides, everywhere else are copies.

Subscribe free. Unsubscribe the second it sucks.

High-signal news across AI, business, UX, and tech. Every morning.