Solved 18 views

What is the difference between a content delivery network (CDN) and a web host?

In web development how does hosting your asset file on a local Laravel server compare to caching it globally via Cloudflare or AWS CloudFront CDNs?

S
SysAdmin
asked 1mo ago · 10 rep

1 Answer(s)

0

Your web host stores the master files and application code logic. A CDN caches copy files across edge servers worldwide to speed up asset delivery times.

C
CloudArch answered 1mo ago

Your Answer