diff --git a/src/data/roadmaps/system-design/content/layer-4-load-balancing@MpM9rT1-_LGD7YbnBjqOk.md b/src/data/roadmaps/system-design/content/layer-4-load-balancing@MpM9rT1-_LGD7YbnBjqOk.md index 2ca2d380d..6fa60635d 100644 --- a/src/data/roadmaps/system-design/content/layer-4-load-balancing@MpM9rT1-_LGD7YbnBjqOk.md +++ b/src/data/roadmaps/system-design/content/layer-4-load-balancing@MpM9rT1-_LGD7YbnBjqOk.md @@ -1,3 +1,7 @@ # Layer 4 Load Balancing Layer 4 load balancers look at info at the transport layer 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). + +Learn more from the following links: + +- [@article@Layer 4 Load Balancing](https://www.f5.com/glossary/layer-4-load-balancing) \ No newline at end of file