Another VI update

pull/553/head
huylenq 2021-10-18 20:30:57 +07:00
parent 564a0c5e1f
commit db35d80f24
1 changed files with 7 additions and 3 deletions

View File

@ -792,6 +792,7 @@ Sites with heavy traffic work well with pull CDNs, as traffic is spread out more
* [Wikipedia](https://en.wikipedia.org/wiki/Content_delivery_network)
## Load balancer
## Cân bằng tải
<p align="center">
<img src="images/h81n9iK.png">
@ -800,12 +801,18 @@ Sites with heavy traffic work well with pull CDNs, as traffic is spread out more
</p>
Load balancers distribute incoming client requests to computing resources such as application servers and databases. In each case, the load balancer returns the response from the computing resource to the appropriate client. Load balancers are effective at:
Cân bằng tải phân phối các yêu cầu từ máy khách đến các tài nguyên tính toán như là máy chủ ứng dụng và cơ sở dữ liệu. Trong mỗi trường hợp, các cân bằng tải trả hồi đáp từ các tài nguyên tính toán về cho máy khách thích hợp. Cân bằng tải hiệu quả cho:
* Preventing requests from going to unhealthy servers
* Tránh gửi yêu cầu đến các máy chủ không khoẻ mạnh # FIXME: although unhealthy is literally "không khoẻ**, but the translation in this context sounds unusual.
* Preventing overloading resources
* Tránh làm quá tải tài nguyên
* Helping to eliminate a single point of failure
* Giúp triệt tiêu "single point of failure" # FIXME: any parlance in Vietnamese?
Load balancers can be implemented with hardware (expensive) or with software such as HAProxy.
Cân bằng tải có thể được hiện thực hoá với phân cứng (đắt đỏ) hoặc với phần mềm như là HAProxy.
Additional benefits include:
@ -2006,9 +2013,6 @@ My contact info can be found on my [GitHub page](https://github.com/donnemartin)
http://creativecommons.org/licenses/by/4.0/
## Vietnamese-specific notes
## Vietnamese Meta Notes (will remove after the translation is done)
### Words that I haven't figured out how to translate yet