CDN Image Delivery Under 50ms
Explain how a CDN serves images to users worldwide in under 50ms.
// interview question
Explain how a CDN serves images to users worldwide in under 50ms.
Answer out loud first, then check yourself against the model answer.
More System Design interview questions
Also worth your time on this topic
How Netflix Ships a Third of the Internet: The CDN They Had to Build
At its 2015 peak Netflix was 37% of North American downstream traffic, and almost none of it came from a commercial CDN. Open Connect is a cache hierarchy built on one asymmetry: Netflix knows tonight what people will watch tomorrow. Here is how the appliances, the nightly fill, the BGP steering and the 800 Gb/s FreeBSD boxes fit together, a runnable comparison of push fill against pull-through caching, and what it teaches anyone running a cache.
Back-of-the-Envelope Estimation Quiz
The napkin-math skill that makes or breaks a system design interview: turning users into QPS, data into storage, traffic into bandwidth, and knowing the latency numbers every engineer should have memorised.
16-22 minutes
DNS Resolution When You Type a URL
Walk me through what happens when you type a URL and press Enter, focusing specifically on the DNS resolution process.
junior