A CDN (Content Delivery Network) એ ભૌગોલિક રીતે વિતરિત સર્વરનું નેટવર્ક છે જે વપરાશકર્તાઓની નજીક સ્થાનોથી content કેશ અને સેવા આપે છે — latency ઘટાડે છે અને મૂળ સર્વરમાંથી લોડ હટાવે છે. તે ઝડપી, વૈશ્વિક content પ્રસારણ માટે મુખ્ય ઘટક છે.
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
