IP Virtual Server

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
IPVS
Development status mainlined
Operating system Linux kernel
Platform Netfilter
License GNU General Public License
Website www.linuxvirtualserver.org/software/ipvs.html

IPVS (IP Virtual Server) implements transport-layer load balancing, usually called Layer 4 LAN switching, as part of the Linux kernel.

IPVS is incorporated into the Linux Virtual Server (LVS), where it runs on a host and acts as a load balancer in front of a cluster of real servers. IPVS can direct requests for TCP- and UDP-based services to the real servers, and make services of the real servers appear as virtual services on a single IP address. IPVS is built on top of the Netfilter.[1]

IPVS is merged into versions 2.4.x and newer of the Linux kernel mainline.[1]

See also

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />

External links

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.