Load Balancer Java Implementation | Layer 4 using Socket

Опубликовано: 06 Октябрь 2024
на канале: Pushkar Kumar - Software Developer
8,970
233

Hi,
In this video I will be implementing Load Balancer right from scratch. This will be a layer 4 load balancer.
Highlights from video :
1. A Http Backend Service is deployed on two remote servers.
2. L4 load balancer using TCP sockets.
3. Round Robin Algorithm for Load Balancing.
4. Deployed the load Balancer on remote server.
5. Tested using the curl commands.
6. LB is accepting the data from client byte by byte and sending it to backend server byte by byte and also accepting data from backend server and forwarding it to client.
7. LB is Multi-threaded.