CDN stands for Content Delivery Network and it’s idea is simple – instead of serving content from one server, let’s put multiple replicas (with the same content) in different geographical places. So thanks to this an application can gain multiple benefits:
– faster loading time
– reduced traffic on the main server
– better reliability (if one server goas down, other can take over)
– secure agains DDoS attacks
How it works?
