1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 16:39:02 +02:00

docs: add F5 article resource for Layer 4 load balancing

Co-authored-by: Ahmed Badr <ahmed.badr@bonial.com>
This commit is contained in:
Ahmed Rezk
2025-09-08 19:52:47 +02:00
committed by GitHub
parent e9018ef178
commit 524f50b864

View File

@@ -1,3 +1,7 @@
# Layer 4 Load Balancing # 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). 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)