एक CDN (Content Delivery Network) भौगोलिक रूप से वितरित servers का एक नेटवर्क है जो users के पास के locations से content cache और serve करता है — latency कम करता है और origin servers को offload करता है। यह तेज़, global content delivery के लिए एक प्रमुख component है।
एक CDN क्या करता है
A CDN caches content at EDGE locations (servers) around the world:
→ users get content from the NEAREST edge server (not the distant origin)
→ reduces LATENCY (shorter distance = faster) for global users
→ offloads the ORIGIN server (edges serve cached content → less origin load)
User → nearest CDN EDGE (cached? serve it) → on miss, fetch from origin, then cache
