CDN (Content Delivery Network) என்பது புவியியல் ரீதியாக பரவலாக உள்ள சர்வர்களின் ஒரு நெட்வொர்க் ஆகும், இது ব்যবহாரிக்கர்களுக்கு அருகிலுள்ள இடங்களில் இருந்து உள்ளடக்கத்தை கேச் செய்து பরிமாற்றம் செய்கிறது — அதன்மூலம் latency ஐ குறைத்து மূல சர்வர்களின் சுமையை குறைக்கிறது. இது வேகமான, உலகளாவிய உள்ளடக்க வழங்கலுக்கான ஒரு முக்கிய கூறு.
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
