DEV Community

Cover image for What is CDN?
Bibek
Bibek

Posted on • Edited on • Originally published at blog.bibekkakati.me

5 1

What is CDN?

CDN stands for Content Delivery Network.

A CDN is a system of multiple servers distributed geographically which works together to provide fast delivery of Internet content like HTML pages, javascript files, stylesheets, videos and images etc.

CDN Image

Why do we need CDN?

  • It reduces latency, thus it improves the website load time. Since the contents are distributed globally, the distance between clients and the content also gets reduced, resulting in faster access to the content.

  • Minimize downtime and increases availability due to their distributed nature.

  • Improves website security by providing DDoS mitigation and using secured and updated SSL/TLS certificates.

  • It also helps in reducing bandwidth consumption costs of the origin server.


Originally published on blog.bibekkakati.me


Thank you for reading 🙏

If you enjoyed this article or found it helpful, give it a thumbs-up 👍

Feel free to connect 👋

Twitter | Instagram | LinkedIn


If you like my work and want to support it, you can do it here. I will really appreciate it.



Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (1)

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

I mostly use two popular cdn platforms for my website and client websites

  • cloudflare
  • ezoic

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay