Home  >  Article  >  What parts does the LVS architecture include?

What parts does the LVS architecture include?

藏色散人
藏色散人Original
2020-07-01 10:44:092288browse

The LVS architecture consists of 3 parts, namely: 1. Load scheduler, which is the front-end machine of the entire cluster to the outside world and is responsible for sending customer requests to a group of servers for execution; 2. Server pool , is a group of servers that actually execute client requests; 3. Shared storage, which provides a shared storage area for the server pool.

What parts does the LVS architecture include?

LVS Architecture

What parts does the LVS architecture include?

  • # #Load scheduler (load balancer), which is the front-end machine of the entire cluster to the outside world, is responsible for sending customer requests to a group of servers for execution, and the customer thinks that the service comes from an IP address (we can call it a virtual IP address )

  • The server pool (server pool) is a group of servers that actually execute customer requests. The services executed include WEB, MAIL, FTP and DNS, etc.

  • Shared storage (shared storage) provides a shared storage area for the server pool, which makes it easy for the server pool to have the same content and provide the same service

What parts does the LVS architecture include?

For more related knowledge, please visit

PHP Chinese website!

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

Statement:
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