mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2024-03-22 13:11:35 +08:00
Fix # 650: Replace broken weighted round robin link (#651)
This commit is contained in:
parent
578e29cff8
commit
79364dbbdc
|
@ -597,7 +597,7 @@ DNS is hierarchical, with a few authoritative servers at the top level. Your ro
|
||||||
|
|
||||||
Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) provide managed DNS services. Some DNS services can route traffic through various methods:
|
Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) provide managed DNS services. Some DNS services can route traffic through various methods:
|
||||||
|
|
||||||
* [Weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
|
* [Weighted round robin](https://www.jscape.com/blog/load-balancing-algorithms)
|
||||||
* Prevent traffic from going to servers under maintenance
|
* Prevent traffic from going to servers under maintenance
|
||||||
* Balance between varying cluster sizes
|
* Balance between varying cluster sizes
|
||||||
* A/B testing
|
* A/B testing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user