DNS Server linuxLinux serverNETWORK ADMINISTRATIONS

What Is A CDN? How Does It Work?

To get better at system design, subscribe to our weekly newsletter: https://bit.ly/3tfAlYD

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy

Proxy vs Reverse Proxy:

ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

source

by ByteByteGo

linux dns server

31 thoughts on “What Is A CDN? How Does It Work?

  • thanks a mill for this content! very easy to understand, especially for someone who had no idea about what CDN is and is now working with it

  • Along with excellent explanations I would be lying if I said the graphics did not help… amazing, yet not "in your face" with flashiness. Someone might call it a perfect balance 🙂

  • 1. CDN can provide protection for DDos attaction.
    2. CDN has high availability.
    3. CDN can reply to user’s requestion from the nearest PoP.

  • I believe persistent connections can be used to reduce the latency between the EDGE servers and origin server in case of cache miss. SSL termination is definitely another plus in case the persistent connection is expired.

  • Thanks for insightful video, would you be able to tell, which software do you use to prepare your presentations

  • Thank you for this free and qualified information

  • Content Delivery Network with PoP (Point of Presence) servers with optimizations to make HTTP serving faster and more reliable

    1. Caching
    2. JIT compaction
    3. DoSS defection
    4. High Availability
    5. TLS (expensive) termination

  • Thanks for great video altho i have a question,

    The company that provide that service should make CDN around the world for faster delivery or each country can decide to make CDN to faster connection for people in that area?

  • So Can we build a self-hosted CDN with a bunch of VPS and Nginx as a reverse proxy and cache system?

  • Amazing🤩🤩as usual 👌
    What is the software used in making animation and editing?

Comments are closed.