|
Load Balancer Simulator
CSCE 412 - Load Balancer Simulation Project
|
| CLoadBalancer | Manages a pool of web servers and a queue of incoming requests |
| CRequest | Represents a single network request with source/destination IPs, processing time, and job type |
| CWebServer | Simulates a web server that receives and processes requests from the load balancer |