A Point of Presence (PoP) is a physical demarcation point or an interface between communication entities. In the context of Content Delivery Networks (CDNs), a PoP is a geographically distributed data center housing servers that store cached copies of content to serve them to nearby end-users.
How it works
The primary function of a PoP is to reduce network latency by shortening the physical distance data must travel. Using Anycast or DNS-based routing, a user's request is directed to the geographically closest PoP. If the requested data is available in the local cache, it is delivered immediately, bypassing the need to fetch it from the origin server.
PoP infrastructure typically includes:
- High-performance edge servers for caching and compute;
- Layer 3 switches and high-speed routers;
- Security appliances for traffic filtering and rate limiting.
By placing PoPs within Internet Exchange Points (IXPs), providers establish direct peering with local ISPs. For example, a global service might use 200+ PoPs to ensure that 90% of the world's population can reach their content with a Time to First Byte (TTFB) of less than 30ms, regardless of the origin server's location.