Home> Common Problem> body text

What does cluster LVS mean?

藏色散人
Release: 2020-05-30 13:58:28
Original
3837 people have browsed it

What does cluster LVS mean?

What does cluster LVS mean?

Cluster LVS (Load Balancing)

LVS: Linux Virtual Server

Similar to the iptables architecture, there is a piece of code in the kernel for real-time monitoring of data The request from the packet source will be redirected when the data packet arrives at the port. This series of work must be implemented in the kernel. The code that implements packet request processing in the kernel is called ipvs. ipvs only provides a functional framework, and you also need to manually define which service the data is requesting.

This definition needs to be achieved by writing rules. The tool for writing rules is called ipvsadm.

The above is the detailed content of What does cluster LVS mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!