From 82c5811a19d631a13085c64879bd1e53e71f8675 Mon Sep 17 00:00:00 2001 From: "HP (Hetav)" <60848863+pandyah5@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:07:10 -0700 Subject: [PATCH] Update NAT link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f41e7bd..36bd41e6 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ Load balancers can route traffic based on various metrics, including: ### Layer 4 load balancing -Layer 4 load balancers look at info at the [transport layer](#communication) to decide how to distribute requests. Generally, this involves the source, destination IP addresses, and ports in the header, but not the contents of the packet. Layer 4 load balancers forward network packets to and from the upstream server, performing [Network Address Translation (NAT)](https://www.nginx.com/resources/glossary/layer-4-load-balancing/). +Layer 4 load balancers look at info at the [transport layer](#communication) to decide how to distribute requests. Generally, this involves the source, destination IP addresses, and ports in the header, but not the contents of the packet. Layer 4 load balancers forward network packets to and from the upstream server, performing [Network Address Translation (NAT)](https://www.geeksforgeeks.org/network-address-translation-nat/). ### Layer 7 load balancing