DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
System Design
What is the primary benefit a CDN provides for static assets?
A
It makes the origin server's code run faster
B
It serves cached copies from edge nodes physically close to users, cutting round-trip latency versus reaching a distant origin
C
It automatically compresses all images
D
It replaces the need for a database
Check Answer