From db35d80f2435e915a9d8a3185f4d5a4da9e94426 Mon Sep 17 00:00:00 2001 From: huylenq Date: Mon, 18 Oct 2021 20:30:57 +0700 Subject: [PATCH] Another VI update --- README-vi.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README-vi.md b/README-vi.md index 45eebf3b..01003045 100644 --- a/README-vi.md +++ b/README-vi.md @@ -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

@@ -800,12 +801,18 @@ Sites with heavy traffic work well with pull CDNs, as traffic is spread out more

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