WO2016206433A1 - 服务器负载均衡的方法及装置 - Google Patents

服务器负载均衡的方法及装置 Download PDF

Info

Publication number
WO2016206433A1
WO2016206433A1 PCT/CN2016/077905 CN2016077905W WO2016206433A1 WO 2016206433 A1 WO2016206433 A1 WO 2016206433A1 CN 2016077905 W CN2016077905 W CN 2016077905W WO 2016206433 A1 WO2016206433 A1 WO 2016206433A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
connection
connections
load balancing
source
Prior art date
Application number
PCT/CN2016/077905
Other languages
English (en)
French (fr)
Inventor
刘晶
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016206433A1 publication Critical patent/WO2016206433A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method and apparatus for server load balancing.
  • the current load balancing method has no problem under normal circumstances after selecting the blade server, but when the blade server fails, the next blade server is selected to bear the connection, so that the blade server is twice as burdened. Loads, especially when multiple server failures occur in the system, can cause serious network load sharing inconsistencies.
  • the technical problem to be solved by the embodiment of the present invention is to provide a method and a device for load balancing of a server, which are used to solve the problem that the existing load balancing method has a network load sharing imbalance when the server is faulty.
  • an embodiment of the present invention provides a method for server load balancing, including:
  • the server with the smallest number of connections is selected to connect in the remaining servers with normal working states.
  • the pre-connected server when the pre-connected server is in a working state, the pre-connected server is selected to be connected.
  • the pre-connection server including:
  • the server with the highest server number is selected for the connection.
  • the method further includes:
  • an embodiment of the present invention further provides an apparatus for server load balancing, including:
  • a receiving module configured to receive a request message of a connection server sent by the client
  • a pre-connection server determining module configured to determine a pre-connection server according to a source IP address in the request packet
  • the server connection module is configured to select, when the working state of the pre-connected server is abnormal, to connect the server with the smallest number of connections among the remaining servers with normal working states.
  • server connection module is further configured to:
  • the pre-connected server When the pre-connected server is in a working state, the pre-connected server is selected to be connected.
  • pre-connection server determining module is set to:
  • server connection module is further configured to:
  • server connection module is further configured to:
  • a computer storage medium is further provided, and the computer storage medium may store an execution instruction for executing the server load balancing method in the foregoing embodiment.
  • the connection when the connection is established, it is first determined whether the selected server is in a normal working state. When it is not normal, the server with the normal working state and the smallest number of connections is selected to be connected, thereby ensuring that the server works when there is a problem in the system.
  • the server network load in the normal state is consistent and the system is prevented from crashing.
  • FIG. 1 is a flowchart of a method for server load balancing in an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of an apparatus for server load balancing according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram showing the principle of selecting a minimum connection number server when a pre-connection server fails in the embodiment of the present invention
  • FIG. 4 is a schematic diagram of the principle when the pre-connected server fails and there are two servers with the minimum number of parallel connections working properly in the embodiment of the present invention.
  • an embodiment of the present invention relates to a method for server load balancing, including:
  • Step S101 Receive a request message of a connection server sent by the client.
  • Step S102 Determine a pre-connection server according to the source IP address in the request packet.
  • This step specifically includes:
  • Step S103 When the working state of the pre-connected server is abnormal, select a server with the smallest number of connections to connect in the remaining servers with normal working states.
  • the server with the highest server number is selected for connection. If the pre-connected server is working properly, select the pre-connected server to connect.
  • an embodiment of the present invention further relates to a server load balancing apparatus for implementing the foregoing method, including:
  • the receiving module 201 is configured to receive a request message of the connection server sent by the client;
  • the pre-connection server determining module 202 is configured to determine a pre-connection server according to the source IP address in the request packet;
  • the server connection module 203 is configured to select, when the working state of the pre-connected server is abnormal, to connect the server with the smallest number of connections among the remaining servers with normal working states.
  • the server connection module 203 is further configured to:
  • the pre-connected server When the pre-connected server is in a working state, the pre-connected server is selected to be connected.
  • the pre-connection server determination module 202 is set to:
  • the server connection module 203 is also configured to:
  • the connection when the server is faulty, the connection is selected by selecting the server with the smallest number of connections; the number of connections of each server is a dynamically changing process (the number of connections is automatically increased by one after the connection is increased); thus, the previous connection with the faulty server is performed.
  • the client will re-initiate a new connection, each connection is connected to the server with the smallest number of connections at the corresponding moment, so that the connection of the failed server is guaranteed to be assigned to one of the remaining working states with less load or On multiple servers to achieve system load balancing.
  • the blade server is taken as an example for specific description.
  • the method includes:
  • Step 10 N real blade servers are configured in the resource pool of the virtual server, and the load balancing policy of the source IP is used for load balancing.
  • Step 30 If the working state of the blade server is normal, indicating that the blade server is available, then the current link is sent to the blade server indexed i; and the number of connections Ci on the blade server is increased by one.
  • the calculated index value is 2. If the blade server with server number 2 is working properly, the link is sent to the blade server with server number 2.
  • Step 40 If the working state of the blade server is abnormal, indicating that the blade server is unavailable, then one of the N blade servers is selected and the one with the smallest number of connections is selected.
  • the specific method is:
  • the initial value is assigned to the number of connections C1 of the blade server 1, and the variable C and the number of connections on the N blade servers are sequentially compared. If there is a smaller value than the current C, the value is re-assigned. In C, and record the serial number of the current blade server. After the traversal is completed, select the one with the smallest number of connections. Assuming that j is selected, the current link is sent to the blade server indexed j, and the number of connections Cj on the blade server is incremented by one. In Figure 3, if the blade server with the server serial number 2 is not working properly, the number of blade server connections with the server serial number 1 is the smallest among the servers that are working properly, so the link is sent to the blade server with the server serial number 1.
  • Step 50 If there are two blade servers in the N blade servers with the smallest number of connections and are available, then select the first one with the serial number (assuming the sequence number is a), and distribute the current connection to the blade server a. on. Increase the number of connections on blade server a by one. As shown in Figure 4, if the blade server with server serial number 2 is not working properly, in the server that works normally, the number of blade server connections with server numbers 1 and 3 is the smallest, so the link is sent to the server before the test number. For the No. 1 blade server.
  • step 60 when the connection is released, the number of connections on the blade server is reduced by one.
  • the load balancing device manages each connection on the server.
  • the load balancing device allocates a server for a new request from the client, it increases the number of connections of the corresponding server; similarly, when the connection is deleted, the number of connections on the corresponding server is decremented by one. This way the load balancing device has a clear statistic for connections on all blade servers in the server group.
  • a blade server is abnormal, subsequent connections that should be assigned to the server are allocated to the server with the smallest number of connections based on the number of connections on the current normal server. If there are two or more servers with the same number of connections in the server group, it will be assigned to the server with the lowest serial number, thus ensuring the load balancing of the system.
  • the foregoing technical solution provided by the embodiment of the present invention can be applied to the server load balancing process.
  • the connection is established, it is first determined whether the selected server is in a normal working state.
  • the working state is normal and the number of connections is the most. Small servers are connected. This ensures that when the server has a problem, the network load of the server in the system is working properly and the system load is consistent.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

本发明公开了一种服务器负载均衡的方法及装置,包括:接收客户端发送的连接服务器的请求报文;根据所述请求报文中的源IP地址,确定预连接服务器;当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。本发明通过在建立连接时先判断选择的服务器工作状态是否正常,当不正常时,选择工作状态正常、且连接数最小的服务器进行连接,这样就保证了服务器出现问题时,系统中工作状态正常的服务器网络负荷分担一致,避免造成系统奔溃。

Description

服务器负载均衡的方法及装置 技术领域
本发明涉及通讯技术领域,特别是涉及一种服务器负载均衡的方法及装置。
背景技术
当前,通信领域中,随着业务量的提高,以及访问量和数据流量的快速增长,网络的各个核心部分的处理能力和计算强度也需要相应增大,因此,使得单一设备根本无法承担全部业务。为解决该问题,设计了多台设备共同承担业务的方案,并且诞生了负载均衡机制。该机制可以把大量的并发访问或数据流量分担到多台节点设备上分别处理,这样就提供了一种廉价、有效、透明的方法,来扩展网络设备和服务器的带宽,增加吞吐量,加强网络数据处理能力,提高网络的灵活性和可用性。
其中,目前的负载均衡方法在选择刀片服务器后,正常情况下没有问题,但是在刀片服务器出现故障的时候,会选择下一个刀片服务器来承担连接,这样就会出现这个刀片服务器承受了两倍的负荷,尤其是系统中出现多个服务器故障时,就会导致严重的网络负荷分担不一致的问题。
发明内容
本发明实施例要解决的技术问题是提供一种服务器负载均衡的方法及装置,用以解决现有负载均衡办法在服务器出现故障时存在网络负荷分担不均衡的问题。
为解决上述技术问题,一方面,本发明实施例提供一种服务器负载均衡的方法,包括:
接收客户端发送的连接服务器的请求报文;
根据所述请求报文中的源IP地址,确定预连接服务器;
当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
进一步,当所述预连接服务器工作状态正常时,选择所述预连接服务器进行连接。
进一步,根据所述请求报文中的源IP地址,确定预连接服务器,包括:
提取所述请求报文中的源IP;
对提取的源IP进行散列计算,得到一个散列值;
利用所述散列值去模服务器的个数N,计算出服务器的索引值;
将服务器编号与索引值相同的服务器作为预连接服务器。
进一步,当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接。
进一步,所述方法还包括:
当任一个服务器增加一条连接时,该服务器的连接数加一;
当任一个服务器释放一条连接时,该服务器的连接数减一。
另一方面,本发明实施例还提供一种服务器负载均衡的装置,包括:
接收模块,设置为接收客户端发送的连接服务器的请求报文;
预连接服务器确定模块,设置为根据所述请求报文中的源IP地址,确定预连接服务器;
服务器连接模块,设置为当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
进一步,所述服务器连接模块还设置为:
当所述预连接服务器工作状态正常时,选择所述预连接服务器进行连接。
进一步,所述预连接服务器确定模块设置为:
提取所述请求报文中的源IP;
对提取的源IP进行散列计算,得到一个散列值;
利用所述散列值去模服务器的个数N,计算出服务器的索引值;
将服务器编号与索引值相同的服务器作为预连接服务器。
进一步,所述服务器连接模块还设置为:
当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接。
进一步,所述服务器连接模块还设置为:
当任一个服务器增加一条连接时,该服务器的连接数加一;
当任一个服务器释放一条连接时,该服务器的连接数减一。
在本发明实施例中,还提供了一种计算机存储介质,该计算机存储介质可以存储有执行指令,该执行指令用于执行上述实施例中的服务器负载均衡方法。
本发明实施例有益效果如下:
本发明实施例通过在建立连接时先判断选择的服务器工作状态是否正常,当不正常时,选择工作状态正常、且连接数最小的服务器进行连接,这样就保证了服务器出现问题时,系统中工作状态正常的服务器网络负荷分担一致,避免造成系统奔溃。
附图说明
图1是本发明实施例中一种服务器负载均衡的方法的流程图;
图2是本发明实施例中一种服务器负载均衡的装置的结构示意图;
图3是本发明实施例中当预连接服务器故障时选择最小连接数服务器的原理示意图;
图4是本发明实施例中当预连接服务器故障、且存在两个并列最小连接数工作正常的服务器时的原理示意图。
具体实施方式
以下结合附图以及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不限定本发明。
如图1所示,本发明实施例涉及一种服务器负载均衡的方法,包括:
步骤S101,接收客户端发送的连接服务器的请求报文;
步骤S102,根据所述请求报文中的源IP地址,确定预连接服务器;
本步骤具体包括:
提取所述请求报文中的源IP;
对提取的源IP进行散列计算,得到一个散列值;
利用所述散列值去模服务器的个数N,计算出服务器的索引值;
将服务器编号与索引值相同的服务器作为预连接服务器。
步骤S103,当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
本步骤中,当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接。如果预连接服务器的工作状态正常时,则选择预连接服务器进行连接。
另外,系统中,当任一个服务器增加一条连接时,该服务器的连接数加一;当任一个服务器释放一条连接时,该服务器的连接数减一。
如图2所示,本发明实施例还涉及一种实现上述方法的服务器负载均衡的装置,包括:
接收模块201,设置为接收客户端发送的连接服务器的请求报文;
预连接服务器确定模块202,设置为根据所述请求报文中的源IP地址,确定预连接服务器;
服务器连接模块203,设置为当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
其中,服务器连接模块203还设置为:
当所述预连接服务器工作状态正常时,选择所述预连接服务器进行连接。
预连接服务器确定模块202设置为:
提取所述请求报文中的源IP;
对提取的源IP进行散列计算,得到一个散列值;
利用所述散列值去模服务器的个数N,计算出服务器的索引值;
将服务器编号与索引值相同的服务器作为预连接服务器。
服务器连接模块203还设置为:
当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接;
以及设置为:
当任一个服务器增加一条连接时,该服务器的连接数加一;
当任一个服务器释放一条连接时,该服务器的连接数减一。
本发明实施例,通过当服务器故障时,通过选择连接数最小的服务器进行连接;各个服务器的连接数是一个动态变化的过程(增加连接后连接数自动加一);这样,之前与故障服务器连接的客户端都会重新发起新连接,每个连接都是连接到与之对应时刻的连接数最小的服务器上,这样,就保证将故障服务器的连接分配到剩余工作状态正常、负载较少的一个或多个服务器上,以实现系统的负载均衡。
下面,以刀片服务器为例进行具体说明,如图3、4所示,该方法包括:
步骤10,虚拟服务器的资源池中配置了N个真实的刀片服务器,采用源IP的负载均衡策略进行负载均衡。
步骤20,客户端发起一个到虚拟服务器的连接,虚拟服务器把报文的源IP提取出来,进行散列计算,得到一个散列值hash;然后使用此散列值去模刀片服务器的个数N,计算出刀片服务器的索引i=hash%N。
步骤30,如果此刀片服务器的工作状态是正常的,说明刀片服务器可用,那么将当前的这个链接发到索引为i的刀片服务器上;并将此刀片服务器上的连接数Ci加一。图3中,计算的索引值为2,如果服务器序号为2的刀片服务器工作正常,则将该链接发到服务器序号为2的刀片服务器上。
步骤40,如果此刀片服务器的工作状态不正常,说明刀片服务器不可用,那么就在这N个刀片服务器中选择一个可用的、并且连接数最小的一个。具体方法为:
设定一个变量C,初始值赋值成刀片服务器1的连接数C1,用变量C和这N个刀片服务器上的连接数依次比较,如果有比当前的C更小的,那么将该值重新赋值于C,并记录当前刀片服务器的序号。最终遍历完毕,选择连接数最小的一个。假定选择的是j,那么将当前的这个链接发到索引为j的刀片服务器上,并将此刀片服务器上的连接数Cj加一。图3中,如果服务器序号为2的刀片服务器工作不正常,由于工作正常的服务器中,服务器序号为1的刀片服务器连接数最小,因此则将该链接发到服务器序号为1的刀片服务器上。
步骤50,如果此时这N个刀片服务器中存在两个连接数并列最小且都可用的刀片服务器,那么就选择序号靠前的一个(假设序号为a),将当前的连接分发到刀片服务器a上。并将刀片服务器a上的连接数加1。如图4所示,如果服务器序号为2的刀片服务器工作不正常,在工作正常的服务器中,服务器序号为1和3的刀片服务器连接数并列最小,因此则将该链接发到服务器序号考前的为1号刀片服务器上。
步骤60,当连接被释放的时候,刀片服务器上的连接数减一。
由上述实施例可以看出,在考虑了刀片服务器连接数后,负载均衡设备会管理服务器上的每一个连接。当负载均衡设备为客户端的新的请求分配服务器时,会增加相应服务器的连接数;同样的,当该连接删除的时候,相应服务器上连接数会减一。这样负载均衡设备会对服务器组中所有刀片服务器上的连接有一个清晰的统计。当某个刀片服务器异常后,后续本应分配到该服务器上的连接就会根据当前正常的服务器上连接数,分配到连接数最小的一个服务器上。如果服务器组中存在两个或者多个连接数一致的服务器,那么就会分配到序号最小的那个服务器上,进而保证了系统的负载均衡。
尽管为示例目的,已经公开了本发明的优选实施例,本领域的技术人员将意识到各种改进、增加和取代也是可能的,因此,本发明的范围应当不限于上述实施例。
工业实用性
本发明实施例提供的上述技术方案,可以应用于服务器负载均衡过程中,通过在建立连接时先判断选择的服务器工作状态是否正常,当不正常时,选择工作状态正常、且连接数最 小的服务器进行连接,这样就保证了服务器出现问题时,系统中工作状态正常的服务器网络负荷分担一致,避免造成系统奔溃。

Claims (10)

  1. 一种服务器负载均衡的方法,包括:
    接收客户端发送的连接服务器的请求报文;
    根据所述请求报文中的源IP地址,确定预连接服务器;
    当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
  2. 如权利要求1所述的服务器负载均衡的方法,其中,当所述预连接服务器工作状态正常时,选择所述预连接服务器进行连接。
  3. 如权利要求1或2所述的服务器负载均衡的方法,其中,根据所述请求报文中的源IP地址,确定预连接服务器,包括:
    提取所述请求报文中的源IP;
    对提取的源IP进行散列计算,得到一个散列值;
    利用所述散列值去模服务器的个数N,计算出服务器的索引值;
    将服务器编号与索引值相同的服务器作为预连接服务器。
  4. 如权利要求1所述的服务器负载均衡的方法,其中,当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接。
  5. 如权利要求1、2或4所述的服务器负载均衡的方法,其中,所述方法还包括:
    当任一个服务器增加一条连接时,该服务器的连接数加一;
    当任一个服务器释放一条连接时,该服务器的连接数减一。
  6. 一种服务器负载均衡的装置,包括:
    接收模块,设置为接收客户端发送的连接服务器的请求报文;
    预连接服务器确定模块,设置为根据所述请求报文中的源IP地址,确定预连接服务器;
    服务器连接模块,设置为当所述预连接服务器工作状态不正常时,在剩余所有工作状态正常的服务器中选择连接数最小的服务器进行连接。
  7. 如权利要求6所述的服务器负载均衡的装置,其中,所述服务器连接模块还设置为:
    当所述预连接服务器工作状态正常时,选择所述预连接服务器进行连接。
  8. 如权利要求6或7所述的服务器负载均衡的装置,其中,所述预连接服务器确定模块设置为:
    提取所述请求报文中的源IP;
    对提取的源IP进行散列计算,得到一个散列值;
    利用所述散列值去模服务器的个数N,计算出服务器的索引值;
    将服务器编号与索引值相同的服务器作为预连接服务器。
  9. 如权利要求6所述的服务器负载均衡的装置,其中,所述服务器连接模块还设置为:
    当工作状态正常的服务器中连接数最小的服务器存在多个时,选择服务器编号靠前的服务器进行连接。
  10. 如权利要求6、7或9所述的服务器负载均衡的装置,其中,所述服务器连接模块还设置为:
    当任一个服务器增加一条连接时,该服务器的连接数加一;
    当任一个服务器释放一条连接时,该服务器的连接数减一。
PCT/CN2016/077905 2015-06-25 2016-03-30 服务器负载均衡的方法及装置 WO2016206433A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510357745.8A CN106331004A (zh) 2015-06-25 2015-06-25 服务器负载均衡的方法及装置
CN201510357745.8 2015-06-25

Publications (1)

Publication Number Publication Date
WO2016206433A1 true WO2016206433A1 (zh) 2016-12-29

Family

ID=57584728

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/077905 WO2016206433A1 (zh) 2015-06-25 2016-03-30 服务器负载均衡的方法及装置

Country Status (2)

Country Link
CN (1) CN106331004A (zh)
WO (1) WO2016206433A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749015A (zh) * 2021-01-25 2021-05-04 杭州迪普科技股份有限公司 负载均衡方法及装置
CN114710399A (zh) * 2022-04-13 2022-07-05 西安热工研究院有限公司 一种用于正向网闸热备和扩容方法及系统

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109936635B (zh) * 2019-03-12 2021-09-28 北京百度网讯科技有限公司 负载均衡方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1821967A (zh) * 2005-02-18 2006-08-23 国际商业机器公司 用于将服务从第一服务器转移到第二服务器的方法和系统
WO2009061973A1 (en) * 2007-11-09 2009-05-14 Blade Network Technologies, Inc. Session-less load balancing of client traffic across servers in a server group
CN102110014A (zh) * 2011-03-15 2011-06-29 合肥华云通信技术有限公司 虚拟机负载均衡处理的方法
CN103713956A (zh) * 2014-01-06 2014-04-09 山东大学 应用于云计算虚拟化管理环境中的智能加权负载均衡方法
CN104468823A (zh) * 2014-12-24 2015-03-25 浪潮(北京)电子信息产业有限公司 一种集群负载均衡调度方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1821967A (zh) * 2005-02-18 2006-08-23 国际商业机器公司 用于将服务从第一服务器转移到第二服务器的方法和系统
WO2009061973A1 (en) * 2007-11-09 2009-05-14 Blade Network Technologies, Inc. Session-less load balancing of client traffic across servers in a server group
CN102110014A (zh) * 2011-03-15 2011-06-29 合肥华云通信技术有限公司 虚拟机负载均衡处理的方法
CN103713956A (zh) * 2014-01-06 2014-04-09 山东大学 应用于云计算虚拟化管理环境中的智能加权负载均衡方法
CN104468823A (zh) * 2014-12-24 2015-03-25 浪潮(北京)电子信息产业有限公司 一种集群负载均衡调度方法及系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112749015A (zh) * 2021-01-25 2021-05-04 杭州迪普科技股份有限公司 负载均衡方法及装置
CN112749015B (zh) * 2021-01-25 2023-07-25 杭州迪普科技股份有限公司 负载均衡方法及装置
CN114710399A (zh) * 2022-04-13 2022-07-05 西安热工研究院有限公司 一种用于正向网闸热备和扩容方法及系统

Also Published As

Publication number Publication date
CN106331004A (zh) 2017-01-11

Similar Documents

Publication Publication Date Title
US11283718B2 (en) Hybrid network processing load distribution in computing systems
Herker et al. Data-center architecture impacts on virtualized network functions service chain embedding with high availability requirements
US10581674B2 (en) Method and apparatus for expanding high-availability server cluster
JP6169251B2 (ja) 分散型ロードバランサにおける非対称パケットフロー
US20150381407A1 (en) Customizable high availability switchover control of application delivery controllers
CN108881512B (zh) Ctdb的虚拟ip均衡分配方法、装置、设备及介质
CN107995123A (zh) 一种基于交换机的负载均衡系统及方法
CN104811476B (zh) 一种面向应用服务的高可用部署实现方法
US10795735B1 (en) Method and apparatus for load balancing virtual data movers between nodes of a storage cluster
CN109873714B (zh) 云计算节点配置更新方法及终端设备
CN108933829A (zh) 一种负载均衡方法及装置
CN107682442B (zh) 一种Web连接方法及装置
US20170141951A1 (en) Multi-blade network traffic management apparatus with improved failure handling and methods thereof
WO2016206433A1 (zh) 服务器负载均衡的方法及装置
US9729454B2 (en) Methods, systems, and computer readable media for balancing diameter message traffic received over long-lived diameter connections
US10027577B2 (en) Methods, systems, and computer readable media for peer aware load distribution
CN105847352A (zh) 基于分布式缓存系统的扩容方法、装置及分布式缓存系统
CN104158732B (zh) 一种智能的云服务动态路由策略
CN105373451B (zh) 一种虚拟机放置的方法及装置
CN109347743B (zh) 一种专线通信方法、计算机可读存储介质和终端设备
CN115952003A (zh) 一种集群服务器负载均衡的方法、装置、设备及存储介质
US10481963B1 (en) Load-balancing for achieving transaction fault tolerance
US10931796B2 (en) Diffusing packets to identify faulty network apparatuses in multipath inter-data center networks
Jang et al. Enhancing Node Fault Tolerance through High-Availability Clusters in Kubernetes
CN107317880B (zh) 一种实现负载均衡的方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16813549

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16813549

Country of ref document: EP

Kind code of ref document: A1