Skip to content

This is a Java project for a university course on distributed systems. The load balancer is designed to distribute incoming client requests across multiple backend servers in a round-robin fashion, ensuring that each server receives an equal share of the workload. Program is mainly focussed on the Round Robin algorithm.

Notifications You must be signed in to change notification settings

MSDhillon/Java-Load-Balancer-with-Round-Robin-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-Load-Balancer-with-Round-Robin-Scheduling

This is a Java project for a university course on distributed systems. The load balancer is designed to distribute incoming client requests across multiple backend servers in a round-robin fashion, ensuring that each server receives an equal share of the workload. Program is mainly focussed on the Round Robin algorithm.

About

This is a Java project for a university course on distributed systems. The load balancer is designed to distribute incoming client requests across multiple backend servers in a round-robin fashion, ensuring that each server receives an equal share of the workload. Program is mainly focussed on the Round Robin algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages