mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2026-03-20 05:36:44 +03:00
Fix link for push and pull CDNs (#1190)
This commit is contained in:
committed by
GitHub
parent
daa1233680
commit
bf0262c8c6
@@ -465,7 +465,7 @@ AP is a good choice if the business needs to allow for [eventual consistency](#e
|
||||
|
||||
### Source(s) and further reading
|
||||
|
||||
* [CAP theorem revisited](https://robertgreiner.com/cap-theorem-revisited/))
|
||||
* [CAP theorem revisited](https://robertgreiner.com/cap-theorem-revisited/)
|
||||
* [A plain english introduction to CAP theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem)
|
||||
* [CAP FAQ](https://github.com/henryr/cap-faq)
|
||||
* [The CAP theorem](https://www.youtube.com/watch?v=k-Yaq8AHlFA)
|
||||
@@ -654,7 +654,7 @@ Sites with heavy traffic work well with pull CDNs, as traffic is spread out more
|
||||
### Source(s) and further reading
|
||||
|
||||
* [Globally distributed content delivery](https://figshare.com/articles/Globally_distributed_content_delivery/6605972)
|
||||
* [The differences between push and pull CDNs](http://www.travelblogadvice.com/technical/the-differences-between-push-and-pull-cdns/)
|
||||
* [The differences between push and pull CDNs](https://www.geeksforgeeks.org/system-design/pull-cdn-vs-push-cdn/)
|
||||
* [Wikipedia](https://en.wikipedia.org/wiki/Content_delivery_network)
|
||||
|
||||
## Load balancer
|
||||
|
||||
Reference in New Issue
Block a user