1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00
* F[ixed] Link in Content Delivery Networks #3881

* [Fixed] Typo #3881

* Delete package-lock.json

---------

Co-authored-by: Aman Tank <132202130+amanntank@users.noreply.github.com>
This commit is contained in:
Aman Tank
2023-05-09 19:54:21 +05:30
committed by GitHub
parent 5dd0479caf
commit 58503f67f3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ Replication is an availability pattern that involves having multiple copies of t
- **Master-Slave replication:** In this type of replication, one server is designated as the "master" and handles all write operations, while multiple "slave" servers handle read operations. If the master fails, one of the slaves can be promoted to take its place. This type of replication is simpler to set up and maintain compared to Master-Master replication.
Visi the following links for more resources:
Visit the following links for more resources:
- [Replication: Availability Pattern](https://github.com/donnemartin/system-design-primer#replication)

View File

@@ -11,4 +11,4 @@ Learn more about CDNs from the following links:
- [Introduction to CDNs](https://github.com/donnemartin/system-design-primer#content-delivery-network)
- [The Differences Between Push And Pull CDNs](http://www.travelblogadvice.com/technical/the-differences-between-push-and-pull-cdns/)
- [Brief aout Content delivery network](https://en.wikipedia.org/wiki/Content_delivery_network)
- [Brief about Content delivery network](https://en.wikipedia.org/wiki/Content_delivery_network)