A company is evaluating whether to use a content delivery network (CDN) for its e-commerce website. Which scenario would most benefit from CDN implementation?
Trap 1: A small business whose customers are all located within 10…
When users are geographically clustered near the origin server, CDN provides minimal latency benefit. The geographic distribution gap that CDN solves doesn't exist in this scenario.
Trap 2: A real-time financial trading application that requires unique,…
CDNs provide no benefit for uncacheable, real-time data. Financial trading data is unique per request and cannot be served from cache. A CDN would add complexity without value here.
Trap 3: An internal HR system used exclusively by employees in the…
Internal systems with a geographically concentrated user base near the origin don't benefit from CDN. CDN is optimized for external-facing, geographically distributed traffic.
- A
A small business whose customers are all located within 10 kilometers of the company's single data center
Why wrong: When users are geographically clustered near the origin server, CDN provides minimal latency benefit. The geographic distribution gap that CDN solves doesn't exist in this scenario.
- B
An e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates
This is the ideal CDN scenario: geographically distributed users, highly cacheable content (product images and videos), and a business metric (conversion rate) that is demonstrably sensitive to latency. CDN edges serve cached content locally, dramatically reducing page load times for international visitors.
- C
A real-time financial trading application that requires unique, uncacheable price data delivered to a single city's traders
Why wrong: CDNs provide no benefit for uncacheable, real-time data. Financial trading data is unique per request and cannot be served from cache. A CDN would add complexity without value here.
- D
An internal HR system used exclusively by employees in the company's headquarters
Why wrong: Internal systems with a geographically concentrated user base near the origin don't benefit from CDN. CDN is optimized for external-facing, geographically distributed traffic.