From 524f50b86489db7d9b1bf206098baf2548f33bc7 Mon Sep 17 00:00:00 2001 From: Ahmed Rezk Date: Mon, 8 Sep 2025 19:52:47 +0200 Subject: [PATCH] docs: add F5 article resource for Layer 4 load balancing Co-authored-by: Ahmed Badr --- .../content/layer-4-load-balancing@MpM9rT1-_LGD7YbnBjqOk.md | 4 ++++ 1 file changed, 4 insertions(+) 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