mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-10-16 16:52:53 +03:00
ja-Translation: Follows #351
This commit is contained in:
@@ -547,7 +547,7 @@ DNSは少数のオーソライズされたサーバーが上位に位置する
|
||||
|
||||
[CloudFlare](https://www.cloudflare.com/dns/) や [Route 53](https://aws.amazon.com/route53/) などのサービスはマネージドDNSサービスを提供しています。いくつかのDNSサービスでは様々な手法を使ってトラフィックを捌くことができます:
|
||||
|
||||
* [加重ラウンドロビン](http://g33kinfo.com/info/archives/2657)
|
||||
* [加重ラウンドロビン](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
|
||||
* トラフィックがメンテナンス中のサーバーに行くのを防ぎます
|
||||
* 様々なクラスターサイズに応じて調整します
|
||||
* A/B テスト
|
||||
@@ -636,7 +636,7 @@ CDNを用いてコンテンツを配信することで以下の二つの理由
|
||||
* ランダム
|
||||
* Least loaded
|
||||
* セッション/クッキー
|
||||
* [ラウンドロビンもしくは加重ラウンドロビン](http://g33kinfo.com/info/archives/2657)
|
||||
* [ラウンドロビンもしくは加重ラウンドロビン](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
|
||||
* [Layer 4](#layer-4-ロードバランシング)
|
||||
* [Layer 7](#layer-7-ロードバランシング)
|
||||
|
||||
|
Reference in New Issue
Block a user