شبكة توصيل المحتوى (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
