एक CDN (Content Delivery Network) भौगोलिक रूपमा वितरित गरिएको सर्भरहरूको नेटवर्क हो जो उपयोगकर्ताहरूको नजिकको स्थानबाट सामग्री क्यास र परोस गर्छ — विलम्बता कम गर्दै र मूल सर्भरहरूलाई अलग गर्दै। यो द्रुत, विश्वव्यापी सामग्री वितरणको लागि मुख्य घटक हो।
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
