mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 08:35:42 +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:
@@ -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)
|
Reference in New Issue
Block a user