एक 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
