Concept Flow - Content Delivery Networks (CDN)
Start: User requests content
DNS resolves domain name
DNS returns nearest CDN edge IP
Not configured→Request goes to origin
Request hits CDN edge server
Is content in edge cache?
Yes→Return cached content
No
Edge fetches content from origin server
Edge caches content and returns to user
End
This flow shows how a CDN intercepts user requests through DNS, checks its edge cache, and either serves cached content or fetches from the origin server.