mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
Update README.md
This commit is contained in:
@@ -553,7 +553,7 @@ Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](ht
|
||||
* Latency-based
|
||||
* Geolocation-based
|
||||
|
||||
Managed DNS Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) are very common during interviews these days. System design questions may revolve around managing mulitple availability zones of your application (e.g. like amazon.in and amaazon.com) and how would you route users to their appropiate geographical location depending on their source, so emphaize on these concepts more.
|
||||
Managed DNS Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) are very common during interviews these days. System design questions may revolve around managing mulitple availability zones of your application (e.g. like amazon.in and amazon.com) and how would you route users to their appropiate geographical location depending on their source, so emphasise on these concepts more.
|
||||
|
||||
### Disadvantage(s): DNS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user