"eladmin-system/src/vscode:/vscode.git/clone" did not exist on "7b91c4405c4de9f680521d0e2db31521bddff852"
Commit d0f018ae authored by Sergey Saiyan's avatar Sergey Saiyan Committed by Donne Martin
Browse files

Fix lowercase typo in Layer 7 load balancing title (#74)

parent cbbb548c
......@@ -643,7 +643,7 @@ Load balancers can route traffic based on various metrics, including:
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 7 load balancing
### Layer 7 load balancing
Layer 7 load balancers look at the [application layer](#communication) to decide how to distribute requests. This can involve contents of the header, message, and cookies. Layer 7 load balancers terminates network traffic, reads the message, makes a load-balancing decision, then opens a connection to the selected server. For example, a layer 7 load balancer can direct video traffic to servers that host videos while directing more sensitive user billing traffic to security-hardened servers.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment