Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Difference LVS three scheduling modes     - Spring next ActiveMQ combat (Programming)

- DRBD Principle and Features Overview (Server)

- MongoDB simple replication configuration (Database)

- Use backup-manager system backup on Linux (Linux)

- Linux iostat command example explanation (Linux)

- MySQL TIMESTAMP and DATETIME (Database)

- Strategy Games Ubuntu installation of Wesnoth 1.12.1 (Linux)

- Into the Java keyword instanceof (Programming)

- HDFS Distributed File System Resource Manager Developer summary (Server)

- Linux VMware virtual machine after the cloning of the card can not start to solve (Linux)

- Qt signals and slots mechanism (Programming)

- Linux install Eclipse for C / C ++ Development (Linux)

- CentOS 6.3 compile and install LNMP environment (Server)

- To configure linux transparent firewall (Linux)

- Varnish configuration language VCL and its built-in variables (Server)

- 10 Best Swift Tutorial examples (Programming)

- Cobbler automatic mass deployment of CentOS 6 and CentOS 7 (Linux)

- MySQL flip-flop (Database)

- Ceph single / multi-node installation summary Powered by CentOS 6.x (Server)

- About ORA-02391 solution (Database)

 
         
  Difference LVS three scheduling modes
     
  Add Date : 2018-11-21      
         
         
         
  NAT: NAT
DR: direct routing

TUN: Tunnel

NAT:
Cluster node with the director must be in the same IP network;
RIP is typically a private address only for communications between each cluster node;
Director is located between the client and the real server, and handles all incoming and outgoing communication;
real server must Gateway at DIP;
Support port mapping;
real Server can use any OS;
Large-scale application scenarios, director easily become a system bottleneck;

DR:
Cluster node with the director must agree to a physical network;
RIP can use public addresses, for convenient remote management and monitoring;
director responsible for handling inbound requests only, by the director in response to heat directly to the client;
You can not point to the real server gateway DIP;
It does not support port mapping;
It does not change the destination address (because real Server has been bound to the VIP)
Rewriting request mac address of the packet (the MAC address of the machine VIP rewrites the MAC address of the real server back-end)

TUN:

Cluster nodes across Internet;
RIP must be a public IP address;
dirctor only responsible for handling inbound requests, the corresponding message sent directly by the real server to the client;
real server gateway can not point to the director;
OS only supports tunnel function can be used for realserver;
It does not support port mapping;
     
         
         
         
  More:      
 
- Improve the efficiency of Linux development tools 5 (Linux)
- impdp error ORA-39001, ORA-39000, ORA-31619 (Database)
- How x2g0 install Remote Desktop on Linux VPS (Server)
- osprofiler use OpenStack Cinder Lane (Server)
- The user how to install Notepadqq 0.41.0 under ubuntu and debian (Linux)
- Linux system ARP attack solution (Linux)
- LogStash log analysis display system (Linux)
- Differential test piece using MongoDB performance YCSB (Database)
- Solaris 10 installation configuration mrtg monitoring system (Linux)
- Memcache explain in detail (Server)
- sa weak passwords intrusion prevention (Linux)
- build Android environment on Ubuntu 12.04 (Server)
- Oracle 11g maintenance partitions - Adding Partitions (Database)
- CentOS card fails to start at boot progress bar certmonger solve (Linux)
- U disk to install Windows and Ubuntu 15.04 dual system (Programming)
- 2016, the new Node project Precautions (Programming)
- Internal class broadcasting needs public and static (Programming)
- RedHat6.4 installation tutorial --- Minimal Edition (Linux)
- Binding unofficial Google Drive and Ubuntu 14.04 LTS (Linux)
- Forgot Linux root password (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.