Skip to content

Commit b5475b1

Browse files
Update load-balancing.mdx
grammar fix
1 parent e822350 commit b5475b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/architectures/load-balancing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RTT becomes important at scale. For example, if a client and endpoint are both l
9898

9999
![Latency compounds based on the number of requests](~/assets/images/reference-architecture/load-balancing-reference-architecture-images/lb-ref-arch-3.svg "Figure 3: How latency can compound and affect the total time it takes to load a resource")
100100

101-
In the same way a load balancer can pass traffic to a less-busy endpoint, it can also pass traffic to a geographically closer endpoint, resulting in a more responsive experience for the client. Specifically, the load balancer performs a lookup of the IP address that sent the request, determines its location, and selects the closest or most region-appropriate endpoint to send it to. (This is similar to functionality provided by DNS solutions like GeoDNS.
101+
In the same way a load balancer can pass traffic to a less-busy endpoint, it can also pass traffic to a geographically closer endpoint, resulting in a more responsive experience for the client. Specifically, the load balancer performs a lookup of the IP address that sent the request, determines its location, and selects the closest or most region-appropriate endpoint to send it to (this is similar to functionality provided by DNS solutions like GeoDNS).
102102

103103
#### Availability
104104

0 commit comments

Comments
 (0)