ఒక 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
