CDNPull
CDNPull is a term used to describe a content delivery network (CDN) strategy in which edge servers fetch content from the origin server only when requested by a user and then cache the retrieved copy for subsequent requests. This pull-based approach contrasts with push CDN models where content is proactively pushed to edge caches in advance.
Operation begins when a user requests a resource. The nearest edge cache checks its local store for
Key features include adherence to standard HTTP cache controls (such as Cache-Control and max-age), support for
Advantages of the pull model include reduced origin bandwidth, improved cache hit ratios as demand patterns
CDNPull is commonly used for media delivery, software updates, and web content where demand is unpredictable