The growth of internet users drives the need for web systems capable of handling high traffic efficiently. This study implements the Weighted Round Robin (WRR) method on a load balancer to distribute user requests to two web servers based on their respective capacities. The configuration is carried out in a single network with a static IP. Test results show that WRR improves system performance,…