Problem Statement
What is a Content Delivery Network (CDN) and how does it improve web performance?
Explanation
A CDN is a globally distributed network of servers that cache and deliver web content from the nearest geographical location to the user. This reduces latency, balances load, and enhances availability. When a user requests data, the CDN directs them to the closest edge server, minimizing delay and bandwidth costs. Mentioning popular CDNs like Cloudflare or Akamai shows practical awareness.