Skip to content

Commit

Permalink
Spell check error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsmithio committed Jan 27, 2022
1 parent 3a8dfe1 commit 3e85385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/load_balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ category: concept
---

## What it is
A load balancer is a method to distribute incoming network traffic accross a group of servers in the backend. The solution can be software or hardware based.
A load balancer is a method to distribute incoming network traffic across a group of servers in the back-end. The solution can be software or hardware based.

## Problem it addresses
This helps solve the issue related to high availabilty and distributed systems. When working on an application or service that needs to scale to hundreds of thousands of users, one will often need to distribute that application on multiple servers. The load balancer is the "traffic cop" that routes traffic.
This helps solve the issue related to high availability and distributed systems. When working on an application or service that needs to scale to hundreds of thousands of users, one will often need to distribute that application on multiple servers. The load balancer is the "traffic cop" that routes traffic.

## How it helps
A load balancer will act as frontend for network traffic and clients. It often has various methods to check which server(s) is up and has the lowest load to handle the request.
A load balancer will act as front-end for network traffic and clients. It often has various methods to check which server(s) is up and has the lowest load to handle the request.

0 comments on commit 3e85385

Please sign in to comment.