IP Virtual Server: Difference between revisions
Appearance
Content deleted Content added
m Removing from Category:Network management in subcat using Cat-a-lot |
No edit summary |
||
Line 35: | Line 35: | ||
'''IPVS''' ('''IP Virtual Server''') implements transport-layer [[Load balancing (computing)|load balancing]], usually called [[Layer 4]] [[LAN switching]], as part of the [[Linux kernel]]. It's configured via the user-space utility {{man|8|ipvsadm|man.cx||inline}} tool. |
'''IPVS''' ('''IP Virtual Server''') implements transport-layer [[Load balancing (computing)|load balancing]], usually called [[Layer 4]] [[LAN switching]], as part of the [[Linux kernel]]. It's configured via the user-space utility {{man|8|ipvsadm|man.cx||inline}} tool. |
||
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 |
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 [[Netfilter]].<ref name="linuxvirtualserver">{{cite web |
||
| url = http://www.linuxvirtualserver.org/software/ipvs.html |
| url = http://www.linuxvirtualserver.org/software/ipvs.html |
||
| title = IPVS Software - Advanced Layer-4 Switching |
| title = IPVS Software - Advanced Layer-4 Switching |
Latest revision as of 13:13, 12 May 2024
IPVS (IP Virtual Server) implements transport-layer load balancing, usually called Layer 4 LAN switching, as part of the Linux kernel. It's configured via the user-space utility tool.
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 Netfilter.[1]
IPVS is merged into versions 2.4.x and newer of the Linux kernel mainline.[1]
See also
[edit]References
[edit]- ^ a b "IPVS Software - Advanced Layer-4 Switching". linuxvirtualserver.org. 2011-02-08. Retrieved 2013-11-24.