LVS
LVS, or Linux Virtual Server, is an open‑source project that provides transport‑level load balancing and high‑availability services for Linux‑based networks. Developed by the China University of Technology and released under the GNU GPL, LVS implements a cluster of real servers behind a single virtual IP address, distributing client requests among them to improve performance, reliability, and scalability.
The core of LVS is the IPVS (IP Virtual Server) kernel module, which intercepts incoming packets on
Real servers run the application services unchanged, while the virtual service is presented to clients via
Typical deployments include web farms, database clusters, and DNS services, where high request rates and minimal