Yesterday, I needed to check a list of POP servers in order to measure the proximity, for a personal project I’m working on.
What is a CDN?
A content delivery network or content distribution network (CDN) is a geographically distributed network of proxy servers and their data centers. The goal is to provide high availability and performance by distributing the service spatially relative to end users.
wikipedia

By utilizing a CDN architecture we, primarily, bring the content we want to deliver closer to the user in order to minimize network latency so as to provide a better user experience for our services. Other benefits, depending on the CDN offering, i.e. scaling on user demand is also feasible through a CDN implementation.
There are some considerations as always on what kind of content you can best deliver over a CDN infrastructure and most of the time is about static content i.e. images, files, videos, etc. Azure Media Services support CDN for live streaming, also. You can learn more here.
For a list of the CDN POPs by region here.
Comments (0)