Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donne Martin
system-design-primer
Commits
14c2e919
Commit
14c2e919
authored
3 years ago
by
JimySheepman
Browse files
Options
Download
Email Patches
Plain Diff
broke links fix
parent
7a094cec
github/fork/JimySheepman/broke-links
1 merge request
!670
broke links fix
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README-ja.md
+2
-2
README-ja.md
README-zh-Hans.md
+2
-2
README-zh-Hans.md
README-zh-TW.md
+2
-2
README-zh-TW.md
README.md
+1
-1
README.md
with
7 additions
and
7 deletions
+7
-7
README-ja.md
+
2
-
2
View file @
14c2e919
...
...
@@ -546,7 +546,7 @@ DNSは少数のオーソライズされたサーバーが上位に位置する
[
CloudFlare
](
https://www.cloudflare.com/dns/
)
や
[
Route 53
](
https://aws.amazon.com/route53/
)
などのサービスはマネージドDNSサービスを提供しています。いくつかのDNSサービスでは様々な手法を使ってトラフィックを捌くことができます:
*
[
加重ラウンドロビン
](
http://g33kinfo.com/info/
archives/2657
)
*
[
加重ラウンドロビン
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
トラフィックがメンテナンス中のサーバーに行くのを防ぎます
*
様々なクラスターサイズに応じて調整します
*
A/B テスト
...
...
@@ -635,7 +635,7 @@ CDNを用いてコンテンツを配信することで以下の二つの理由
*
ランダム
*
Least loaded
*
セッション/クッキー
*
[
ラウンドロビンもしくは加重ラウンドロビン
](
http://g33kinfo.com/info/
archives/2657
)
*
[
ラウンドロビンもしくは加重ラウンドロビン
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
[
Layer 4
](
#layer-4-ロードバランシング
)
*
[
Layer 7
](
#layer-7-ロードバランシング
)
...
...
This diff is collapsed.
Click to expand it.
README-zh-Hans.md
+
2
-
2
View file @
14c2e919
...
...
@@ -552,7 +552,7 @@ DNS 和 email 等系统使用的是此种方式。最终一致性在高可用性
[
CloudFlare
](
https://www.cloudflare.com/dns/
)
和
[
Route 53
](
https://aws.amazon.com/route53/
)
等平台提供管理 DNS 的功能。某些 DNS 服务通过集中方式来路由流量:
*
[
加权轮询调度
](
http://g33kinfo.com/info/
archives/2657
)
*
[
加权轮询调度
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
防止流量进入维护中的服务器
*
在不同大小集群间负载均衡
*
A/B 测试
...
...
@@ -638,7 +638,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源
*
随机
*
最少负载
*
Session/cookie
*
[
轮询调度或加权轮询调度算法
](
http://g33kinfo.com/info/
archives/2657
)
*
[
轮询调度或加权轮询调度算法
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
[
四层负载均衡
](
#四层负载均衡
)
*
[
七层负载均衡
](
#七层负载均衡
)
...
...
This diff is collapsed.
Click to expand it.
README-zh-TW.md
+
2
-
2
View file @
14c2e919
...
...
@@ -545,7 +545,7 @@ DNS 是階層式的架構,一部分的 DNS 伺服器位於頂層,當查詢
[
CloudFlare
](
https://www.cloudflare.com/dns/
)
和
[
Route 53
](
https://aws.amazon.com/route53/
)
提供了 DNS 的服務。而這些 DNS 服務商透過以下幾種方式來決定流量如何被分派:
*
[
加權輪詢
](
http://g33kinfo.com/info/
archives/2657
)
*
[
加權輪詢
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
防止流量進入正在維修中的伺服器
*
在不同大小的集群中進行負載平衡
*
A/B 測試
...
...
@@ -634,7 +634,7 @@ DNS 是階層式的架構,一部分的 DNS 伺服器位於頂層,當查詢
*
隨機
*
最少負載
*
Session/cookies
*
[
輪詢調度或加權輪詢調度
](
http://g33kinfo.com/info/
archives/2657
)
*
[
輪詢調度或加權輪詢調度
](
http
s
://g33kinfo.com/info/
round-robin-vs-weighted-round-robin-lb/
)
*
[
第四層負載平衡
](
#第四層負載平衡
)
*
[
第七層負載平衡
](
#第七層負載平衡
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
14c2e919
...
...
@@ -686,7 +686,7 @@ Load balancers can route traffic based on various metrics, including:
*
Random
*
Least loaded
*
Session/cookies
*
[
Round robin or weighted round robin
](
https://
www.
g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb
)
*
[
Round robin or weighted round robin
](
https://g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb
/
)
*
[
Layer 4
](
#layer-4-load-balancing
)
*
[
Layer 7
](
#layer-7-load-balancing
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets