WO2010020152A1 - 实现网络服务器负载均衡的方法、系统和域名解析服务器 - Google Patents

实现网络服务器负载均衡的方法、系统和域名解析服务器 Download PDF

Info

Publication number
WO2010020152A1
WO2010020152A1 PCT/CN2009/073101 CN2009073101W WO2010020152A1 WO 2010020152 A1 WO2010020152 A1 WO 2010020152A1 CN 2009073101 W CN2009073101 W CN 2009073101W WO 2010020152 A1 WO2010020152 A1 WO 2010020152A1
Authority
WO
WIPO (PCT)
Prior art keywords
network
server
address
request
network server
Prior art date
Application number
PCT/CN2009/073101
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 WO2010020152A1 publication Critical patent/WO2010020152A1/zh
Priority to US12/969,065 priority Critical patent/US8510434B2/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • 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
    • 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
    • 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/1017Server selection for load balancing based on a round robin mechanism
    • 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/1023Server selection for load balancing based on a hash applied to IP addresses or costs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning

Definitions

  • the present invention relates to the field of the Internet, and in particular, to a method, a system, and a domain name resolution server for implementing network server load balancing. Background of the invention
  • each network server can provide external services without the assistance of other network servers.
  • Implementing network server load balancing means that requests sent to the set of network servers are evenly distributed to the network servers in the set of network servers, so that the load balance of the respective network servers is balanced.
  • the Domain Name Resolution (DNS) server is a commonly used load balancer.
  • the DNS server stores an A record.
  • each domain name corresponds to an IP list, and the IP list contains the IP addresses of all network servers corresponding to the domain name.
  • the specific method for implementing load balancing between network servers by using a DNS server is: when the DNS server receives the request of the network user, according to the domain name in the request, the corresponding IP list in the A record, and each request is in accordance with the IP list.
  • the IP addresses are sequentially assigned to the network server corresponding to the IP address.
  • the DNS server selects an IP address from the network protocol (IP) list corresponding to the domain name and returns the network address to the network user, and the network user can log in to own the network address.
  • IP network protocol
  • the purpose of the embodiments of the present invention is to provide a method, a system, and a domain name resolution server for implementing network server load balancing, so as to ensure that network users are allocated to network servers that can be accessed, so that network users can obtain network services.
  • a method for implementing network server load balancing includes:
  • the DNS server receives the request of the network user to access the network server, selects an IP address from the valid IP address of the IP list corresponding to the request, and provides a network service for the network user by the network server having the selected IP address.
  • a system for implementing load balancing of a network server comprising a network server status monitoring module and a DNS server;
  • the network server status monitoring module is configured to monitor whether each network server can provide network services, and report the monitoring result to the DNS server;
  • the DNS server is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot provide the network service according to the monitoring result, and receive the network user accessing the network server.
  • the request selects an IP address from a valid IP address of the IP list corresponding to the request, and provides a network service for the network user by the network server having the selected IP address.
  • a DNS server for implementing network server load balancing includes IP list update module and IP address selection module,
  • the IP list update module is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot provide the network service according to whether each network server can provide the network service;
  • the IP address selection module is configured to receive a request for a network user to access the network server, select an IP address from a valid IP address in the IP list corresponding to the request, and provide the network user by a network server having the selected IP address. Internet service.
  • each network server that is, monitoring whether each network server can provide network services
  • the network protocol IP address of the server is deleted or set to be invalid, and the IP address is selected in the valid IP address of the IP list, thereby avoiding assigning the network user to the network server that has been down, and ensuring that the network user is allocated to Access to the network server, enabling network users to access network services.
  • FIG. 1 is a flow chart of a first method for implementing load balancing of a network server according to an embodiment of the present invention
  • FIG. 2 is a flow chart of a second method for implementing load balancing of a network server according to an embodiment of the present invention
  • FIG. 3 is a first system structural diagram of implementing network server load balancing according to an embodiment of the present invention
  • FIG. 4 is a structural diagram of a second system for implementing network server load balancing according to an embodiment of the present invention
  • FIG. 5 is a third system junction for implementing network server load balancing according to an embodiment of the present invention.
  • FIG. 6 is a first structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention
  • FIG. 7 is a second structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention.
  • FIG. 8 is a third structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention. Mode for carrying out the invention
  • FIG. 1 is a flow chart of a first method for implementing network server load balancing according to an embodiment of the present invention. As shown in FIG. 1, the method includes:
  • Step 101 The network server status monitoring module monitors the health status of each network server, and reports the health status to the DNS server.
  • the health status of the network server means whether the network server can provide the corresponding network service normally.
  • the healthy network server can provide the corresponding network service normally, and the unhealthy network server cannot provide the corresponding network service normally.
  • the network server status monitoring module randomly or periodically accesses each network server that has an IP address in the IP list of the DNS server, and determines the health status of the network server according to whether the network server can be accessed, specifically, The network server that can be accessed is determined to be a healthy network server, and the network server that cannot be accessed is determined to be a network server that has been down.
  • the health status of all the network servers may be reported to the DNS server, or only the device may be down.
  • the network server reports to the DNS server, or only the healthy network server is reported to the DNS server.
  • Step 102 The DNS server deletes or sets the IP address of the network server that exists in the IP list of the DNS server but cannot be accessed according to the health status.
  • the IP address in the current IP list of the DNS server is a valid IP address; if the IP address is set to invalid, the other is not set.
  • the invalid IP address is a valid IP address.
  • Step 103 The DNS server receives a request for the network user to access the network server, selects an IP address from a valid IP address of the IP list corresponding to the request, and provides a network service for the network user by the network server having the selected IP address.
  • the DNS server determines, according to the domain name carried in the request of the network user to access the network server, the IP list composed of the IP addresses of the network servers having the domain name as the IP list corresponding to the request.
  • the DNS server returns the selected IP address to the network user client, and the network user client can log in to the server having the IP address according to the IP address to obtain the network service.
  • the DNS server selects the IP address of the network server that provides the network service for the network user from the valid IP address of the IP list, the network server that can avoid the network user access is the network server that has been down, and ensures the access of the network user.
  • the web server is healthy, enabling network users to access network services.
  • the embodiment of the present invention provides a second method for implementing network server load balancing.
  • the DNS network server simultaneously according to the current health status and load status of the network server. And / or network speed for the network user to select the IP address of the network server that provides the network service, thereby assigning the network user to the corresponding network server.
  • FIG. 2 is a second method flow for implementing network server load balancing according to an embodiment of the present invention. As shown in Figure 2, the method includes:
  • Step 201 Monitor the current health status of the network server, and the load status and/or the network speed, and report the health status, and the load status and/or the network speed to the DNS server.
  • the network server status monitoring module monitors the current health status of the network server, and the specific monitoring and reporting method of the health status is the same as that described in step 101.
  • the network server load status monitoring module monitors the current load status of the network server, and the network server load status monitoring module determines the current load status of the network server by monitoring the data traffic of each network server. Specifically, the data traffic is larger. The heavier the load, the lighter the load.
  • the network speed between each network user client and the speed measurement server is measured by the speed measurement server in each IDC, according to the attribution of the IP address of the network user client and the home network service access provider ISP and the location.
  • the network speed is calculated, and the average network speed of each network user client whose ID address and the home ISP are the same to the IDC is calculated.
  • each network user can be obtained according to the average network speed measured by the speed measurement server in all IDCs.
  • the average network speed of the client to each IDC According to the average network speed of each network user client to each IDC, the correspondence between the IDC, the average network speed, the attribution of the network user client IP address, and the home ISP can be established.
  • the speed measuring server in each IDC can summarize the measured average network speeds to obtain an average network speed of each network user client to each IDC, thereby establishing an IDC, the average network speed, and a network user. Corresponding relationship between the home address of the client IP address and the home ISP, and then reporting the established correspondence to the DNS server; The speed measurement server in IDC can also directly report the measured average network speed to
  • the DNS server establishes the IDC, the average network speed, the attribution of the network user client IP address, and the home ISP according to the average network speed of each network user client to each IDC.
  • the network server status monitoring module, the network server load status monitoring module, and the speed measuring server involved in this step run in parallel with each other. Therefore, the reporting of the health status, the load status, and the network speed is in no particular order.
  • Step 202 The DNS server receives a request for the network user to access the network server, selects an IP address according to the health status, and the load status and/or the network speed from the IP list corresponding to the request, and the network has the selected IP address.
  • the server provides network services to the network user.
  • the IP address of the lightly loaded network server is selected from the valid IP address of the IP list, for example, the IP address of the network server whose data traffic is smaller than the predetermined data traffic is selected. Address, or, select the number of users currently accessing less than the predetermined number of network servers.
  • the IDC in the network speed is selected from the valid IP addresses of the IP list.
  • the IP address of the web server is selected according to the health state and the network speed, according to the network speed of the network user client that sends the request to each IDC.
  • IP address is selected from the effective addresses of the list, for example, the IP address of the network server with a lighter load and a faster network speed with the network user client is selected from the valid IP addresses of the IP list.
  • FIG. 3 is a structural diagram of a first system for implementing network server load balancing according to an embodiment of the present invention. As shown in FIG. 3, the system includes a network server status monitoring module 301 and a DNS. Server 302.
  • the network server status monitoring module 301 is configured to monitor the health status of each network server, and report the health status to the DNS server 302.
  • the DNS server 302 is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot be accessed according to the health status, and receive a request for the network user to access the network server, Corresponding to the request
  • the IP address is selected from the valid IP address of the IP list, and the network server having the selected IP address provides network services for the network user.
  • FIG. 4 is a structural diagram of a second system for implementing network server load balancing according to an embodiment of the present invention. As shown in FIG. 4, the system includes a network server status monitoring module 301, a DNS server 402, and a network server load status monitoring module. 403.
  • the network server status monitoring module 301 in Fig. 4 is the same as the network server status monitoring module 301 in Fig. 3.
  • the network server load status monitoring module 403 monitors the current load status of each network server and reports the load status to the DNS server 402.
  • the DNS server 402 is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot be accessed according to the health status, and receive a request for the network user to access the network server, Corresponding to the request
  • the IP address of the network server whose load condition satisfies the predetermined condition is selected.
  • the system can also further include a speed measuring module 404.
  • the speed measuring module 404 measures the network speed between the network user client and the network server of each network data center IDC, and establishes a correspondence between the IDC, the network speed, and the IP address of the network user client, and stores the corresponding relationship.
  • the DNS server 402 is further configured to: according to the corresponding relationship and the request The IP address of the network user client carried in the request is selected from the effective IP address of the IP list corresponding to the request, and the network server IP address of the IDC whose load status and network speed satisfy the predetermined condition is selected.
  • FIG. 5 is a third system configuration diagram for implementing network server load balancing according to an embodiment of the present invention. As shown in FIG. 5, the system includes a network server status monitoring module 301, a DNS server 502, and a speed measuring module 404.
  • the network server status monitoring module 301 in FIG. 5 is the same as the network server status monitoring module 301 in FIG. 3; the speed measuring module 404 in FIG. 5 is the same as the speed measuring module 404 in FIG.
  • the DNS server 502 is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot be accessed according to the health status, and receive a request for the network user to access the network server, Corresponding to the request
  • the IP address of the network server whose network speed meets the predetermined condition is selected.
  • the predetermined condition may be that the network speed is greater than a predetermined threshold, or the network speed of the network user client that sends the request to the selected network server is compared to the network speed of the client to the other network server. , is faster network speed.
  • FIG. 6 is a first structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention.
  • the DNS server includes an IP list update module 601 and an IP address selection module 602.
  • the IP list update module 601 is configured to delete or set the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot be accessed according to the health status of each network server.
  • the IP address selection module 602 is configured to receive a request for the network user to access the network server, select an IP address from a valid IP address in the IP list corresponding to the request, and provide a network for the network user by the network server having the selected IP address. service.
  • FIG. 7 is a second structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention. As shown in FIG. 7, the DNS server includes an IP list update module 601, an IP address selection module 702, and a load status storage module 703.
  • the IP list update module 601 in Fig. 7 is the same as the IP list update module 601 in Fig. 6.
  • the load status storage module 703 is configured to store the current load status of each network server.
  • the IP address selection module 702 is configured to receive a request for the network user to access the network server, and select an IP address of the network server whose load condition meets the predetermined condition from the valid IP addresses in the IP list corresponding to the request.
  • the DNS server may further include a network speed storage module 704.
  • the network speed storage module 704 is configured to store a correspondence between the IDC, the network speed, and the IP address of the network user client.
  • the IP address selection module 702 is configured to receive a request for the network user to access the network server, and obtain a valid IP address from the IP list corresponding to the request according to the correspondence and the IP address of the network user client carried in the request.
  • the network server IP address of the IDC whose network speed meets the predetermined condition is selected.
  • FIG. 8 is a third structural diagram of a DNS server for implementing network server load balancing according to an embodiment of the present invention.
  • the DNS server includes an IP list update module 601, an IP address selection module 802, and a network speed storage module 704.
  • the IP list update module 601 in FIG. 8 is the same as the IP list update module 601 in FIG. 6; the network speed storage module 704 in FIG. 8 is the same as the network speed storage module 704 in FIG.
  • the IP address selection module 802 is configured to receive a request for the network user to access the network server, and select a network from the valid IP address of the IP list corresponding to the request according to the correspondence and the IP address of the network user client carried in the request.
  • the network server IP address of the IDC whose speed meets the predetermined conditions.
  • the health status deletes or sets the network protocol IP address of the network server that exists in the IP list of the domain name resolution DNS server but cannot be accessed, and selects an IP address in the valid IP address of the IP list, thereby enabling Avoid assigning network users to network servers that are already down, ensuring that network users are assigned to healthy network servers, enabling network users to access network services.

Landscapes

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

Description

实现网络服务器负载均衡的方法、 系统和域名解析服务器 技术领域
本发明涉及互联网领域,尤其涉及实现网络服务器负载均衡的方法、 系统和域名解析服务器。 发明背景
对于由多台网络服务器以对称方式组成的网络服务器集合, 每台 网络服务器都可以单独地对外提供服务而无需其他网络服务器的辅 助。 实现网络服务器负载均衡是指, 将发给所述网络服务器集合的请 求均匀地分配到该网络服务器集合中的网络服务器上,使得各个网络 服务器彼此的负载均衡。
目前, 域名解析 (DNS )服务器是一种常用的负载均衡器。 众所 周知, DNS服务器中存储有 A记录, 在 A记录中, 每一个域名对应 了一个 IP列表, 该 IP列表中包含了该域名对应的所有网络服务器的 IP地址。
通过 DNS服务器实现网络服务器间的负载均衡的具体方法是:当 DNS服务器接收到网络用户的请求后, 按照该请求中的域名在 A记 录中对应的 IP列表,将各个请求按照所述 IP列表中 IP地址的顺序逐 一分配到该 IP地址对应的网络服务器上, 具体地, DNS服务器从所 述域名对应的网络协议 (IP ) 列表中选择一个 IP地址返回给该网络 用户, 网络用户即可登录拥有该 IP地址的网络服务器, 获得网络服 务。
可见, 在现有技术中, 由于 DNS服务器将网络用户分配到 A记 录的 IP列表中任意 IP地址对应的网络服务器, 当网络用户被分配到 的网络服务器已经宕机时, 该网络用户是无法访问到该网络服务器 的, 这将导致网络用户无法获得网络服务, 降低用户体验。 发明内容
有鉴于此, 本发明实施例的目的在于提供实现网络服务器负载均衡 的方法、 系统和域名解析服务器, 以保证将网络用户分配到能够访问到 的网络服务器上, 使得网络用户能够获得网络服务。
为达到上述目的, 本发明实施例的技术方案具体是这样实现的: 一种实现网络服务器负载均衡的方法, 该方法包括:
监控各个网络服务器是否能够提供网络服务, 根据监控结果将存在 于域名解析 DNS服务器的 IP列表中但却无法提供网络服务的网络服务 器的网络协议 IP地址删除或设置为无效;
DNS服务器接收网络用户访问网络服务器的请求,从该请求对应的 IP列表的有效 IP地址中选择 IP地址,由拥有选定的 IP地址的网络服务 器为该网络用户提供网络服务。
一种实现网络服务器负载均衡的系统, 该系统包括网络服务器状态 监控模块和 DNS服务器;
所述网络服务器状态监控模块, 用于监控各个网络服务器是否能够 提供网络服务, 将监控结果上报给 DNS服务器;
所述 DNS服务器, 用于根据所述监控结果将存在于域名解析 DNS 服务器的 IP列表中但却无法提供网络服务的网络服务器的网络协议 IP 地址删除或设置为无效, 接收网络用户访问网络服务器的请求, 从该请 求对应的 IP列表的有效 IP地址中选择 IP地址, 由拥有选定的 IP地址 的网络服务器为该网络用户提供网络服务。
一种实现网络服务器负载均衡的 DNS服务器, 该 DNS服务器包括 IP列表更新模块和 IP地址选择模块,
所述 IP列表更新模块,用于根据各个网络服务器是否能够提供网络 服务将存在于域名解析 DNS服务器的 IP列表中但却无法提供网络服务 的网络服务器的网络协议 IP地址删除或设置为无效;
所述 IP地址选择模块, 用于接收网络用户访问网络服务器的请求, 从该请求对应的 IP列表中的有效 IP地址中选择 IP地址, 由拥有选定的 IP地址的网络服务器为该网络用户提供网络服务。
可见, 本发明实施例中, 通过监控各个网络服务器的健康状态, 即 监控各个网络服务器是否能够提供网络服务, 根据监控结果将存在于域 名解析 DNS服务器的 IP列表中但却无法提供网络服务的网络服务器的 网络协议 IP地址删除或设置为无效, 并在所述 IP列表的有效 IP地址中 选择 IP地址, 从而能够避免将网络用户分配到已经宕机的网络服务器 上, 保证将网络用户分配到能够访问到的网络月良务器上, 使得网络用户 能够获得网络服务。 附图简要说明
图 1是本发明实施例提供的实现网络服务器负载均衡的第一方法流 程图;
图 2是本发明实施例提供的实现网络服务器负载均衡的第二方法流 程图;
图 3是本发明实施例提供的实现网络服务器负载均衡的第一系统结 构图;
图 4是本发明实施例提供的实现网络服务器负载均衡的第二系统结 构图;
图 5是本发明实施例提供的实现网络服务器负载均衡的第三系统结 构图;
图 6是本发明实施例提供的实现网络服务器负载均衡的 DNS服务器 第一结构图;
图 7是本发明实施例提供的实现网络服务器负载均衡的 DNS服务器 第二结构图;
图 8是本发明实施例提供的实现网络服务器负载均衡的 DNS服务 器第三结构图。 实施本发明的方式
为使本发明的目的、 技术方案及优点更加清楚明白, 以下参照附图 并举实施例, 对本发明进一步详细说明。
图 1是本发明实施例提供的实现网络服务器负载均衡的第一方法流 程图, 如图 1所示, 该方法包括:
步骤 101 , 网络服务器状态监控模块监控各个网络服务器的健康状 态, 并将所述健康状态上报给 DNS服务器。
网络服务器的健康状态是指该网络服务器能否正常提供相应的网 络服务, 健康的网络服务器能够正常提供相应的网络服务, 而不健康的 网络服务器则无法正常提供相应的网络服务。
本步骤中, 网络服务器状态监控模块随机或定时访问拥有 DNS服 务器的 IP列表中的 IP地址的各个网络服务器, 根据能否访问到所述网 络服务器确定所述网络服务器的健康状态, 具体地, 将能够访问到的网 络服务器确定为健康的网络服务器, 将无法访问到的网络服务器确定为 已经宕机的网络服务器。
本步骤中, 将所述健康状态上报给 DNS服务器时, 可以将所有网 络服务器的健康状态上报给 DNS服务器, 也可以或者只将已经宕机的 网络服务器上报给 DNS服务器,或者只将健康的网络服务器上报给 DNS 服务器。
步骤 102, DNS服务器根据所述健康状态将存在于 DNS服务器的 IP列表中但却无法访问的网络服务器的 IP地址删除或设置为无效。
本步骤中,如果删除所有无法访问的网络月良务器的 IP地址,则 DNS 服务器当前的 IP列表中的 IP地址都为有效的 IP地址; 如果将所述 IP 地址设置为无效, 其他未设置为无效的 IP地址均为有效的 IP地址。
步骤 103, DNS服务器接收网络用户访问网络服务器的请求, 从该 请求对应的 IP列表的有效 IP地址中选择 IP地址, 由拥有选定的 IP地 址的网络服务器为该网络用户提供网络服务。
本步骤中, DNS服务器根据网络用户访问网络服务器的请求中携带 的域名, 将拥有该域名的网络服务器的 IP地址组成的 IP列表确定为该 请求对应的 IP列表。
DNS服务器将选定的 IP地址返回给网络用户客户端, 网络用户客 户端即可根据该 IP地址登录拥有该 IP地址的服务器, 获得网络服务。
由于 DNS服务器是从 IP列表的有效 IP地址中选择为网络用户提供 网络服务的网络服务器的 IP地址的, 因此, 能够避免网络用户访问的网 络服务器是已经宕机的网络服务器, 保证网络用户访问的网络服务器是 健康的, 使得网络用户能够获得网络服务。
为了使网络用户获得的网络服务质量较高, 本发明实施例提供了实 现网络服务器负载均衡的第二方法, 在该第二方法中, DNS网络服务器 同时根据网络服务器当前的健康状态、以及负载状况和 /或网络速度为网 络用户选择提供网络服务的网络服务器的 IP地址,从而将网络用户分配 到相应的网络服务器上。
图 2是本发明实施例提供的实现网络服务器负载均衡的第二方法流 程图, 如图 2所示, 该方法包括:
步骤 201 , 监控网络服务器当前的健康状态、 以及负载状况和 /或网 络速度, 将所述健康状态、 以及负载状况和 /或网络速度上报给 DNS服 务器。
本步骤中, 由网络服务器状态监控模块监控网络服务器当前的健康 状态, 所述健康状态的具体监控及上报方法同步骤 101中的相关叙述。
本步骤中, 由网络服务器负载状况监控模块监控网络服务器当前的 负载状况, 网络服务器负载状况监控模块通过监控各个网络服务器的数 据流量来确定网络服务器当前的负载状况, 具体地, 数据流量越大, 负 载越重, 反之负载越轻。
本步骤中, 由每个 IDC中的测速服务器测量各个网络用户客户端与 该测速服务器之间的网络速度,根据网络用户客户端的 IP地址的归属地 和归属的网络服务接入提供商 ISP和所述网络速度,计算 IP地址的归属 地和归属的 ISP均相同的各个网络用户客户端到该 IDC 的平均网络速 度。
由于每个 IDC 中的测速服务器均可以测得所有网络用户客户端到 该 IDC的平均网络速度, 因此,根据所有 IDC中的测速服务器测得的所 述平均网络速度, 即可得到每个网络用户客户端到每个 IDC的平均网络 速度。 根据每个网络用户客户端到每个 IDC的平均网络速度, 即可建立 IDC、 所述平均网络速度、 网络用户客户端 IP地址的归属地和归属 ISP 的对应关系。
其中,各个 IDC中的测速服务器可以将各自测得的平均网络速度进 行汇总, 得到每个网络用户客户端到每个 IDC的平均网络速度, 由此建 立 IDC、所述平均网络速度、网络用户客户端 IP地址的归属地和归属 ISP 的对应关系, 然后再将建立的所述对应关系上报给 DNS服务器; 各个 IDC 中的测速服务器还可以直接将各自测得的平均网络速度上报给
DNS服务器, 由 DNS服务器根据每个网络用户客户端到每个 IDC的平 均网络速度建立 IDC、所述平均网络速度、 网络用户客户端 IP地址的归 属地和归属 ISP的对应关系。
本步骤中涉及的网络服务器状态监控模块、 网络服务器负载状况监 控模块和测速服务器彼此之间是并行运行的, 因此, 所述健康状态、 负 载状况和网络速度的上报是不分先后顺序的。
步骤 202, DNS服务器接收网络用户访问网络服务器的请求, 从该 请求对应的 IP列表中, 根据所述健康状态、 以及负载状况和 /或网络速 度选择 IP地址, 由拥有选定的 IP地址的网络服务器为该网络用户提供 网络服务。
当根据所述健康状态和负载状况选择 IP地址时, 从所述 IP列表的 有效 IP地址中, 选择负载较轻的网络服务器的 IP地址, 例如, 选择数 据流量小于预定数据流量的网络服务器的 IP地址,或者,选择当前访问 的用户数少于预定数目的网络服务器的 IP地址。
当根据所述健康状态和网络速度选择 IP地址时,根据发送所述请求 的网络用户客户端到各个 IDC的网络速度, 从所述 IP列表的有效 IP地 址中选择网络速度较快的 IDC中的网络服务器的 IP地址。
当根据所述健康状态、 负载状况和网络速度选择 IP地址时, 综合考 虑每个网络服务器的负载状况和发送所述请求的网络用户客户端到各 个网络服务器的网络速度, 从该请求对应的 IP列表的有效地址中选择 IP地址, 例如从所述 IP列表的有效 IP地址中选择负载较轻同时与网络 用户客户端之间的网络速度较快的网络服务器的 IP地址。
图 3是本发明实施例提供的实现网络服务器负载均衡的第一系统结 构图, 如图 3所示, 该系统包括网络服务器状态监控模块 301和 DNS 服务器 302。
网络服务器状态监控模块 301 , 用于监控各个网络服务器的健康状 态, 将所述健康状态上报给 DNS服务器 302。
DNS服务器 302, 用于根据所述健康状态将存在于域名解析 DNS 服务器的 IP列表中但却无法访问的网络服务器的网络协议 IP地址删除 或设置为无效, 接收网络用户访问网络服务器的请求, 从该请求对应的
IP列表的有效 IP地址中选择 IP地址,由拥有选定的 IP地址的网络服务 器为该网络用户提供网络服务。
图 4是本发明实施例提供的实现网络服务器负载均衡的第二系统结 构图, 如图 4所示, 该系统包括网络服务器状态监控模块 301、 DNS月^ 务器 402和网络服务器负载状况监控模块 403。
图 4中的网络服务器状态监控模块 301与图 3中的网络服务器状态 监控模块 301相同。
网络服务器负载状况监控模块 403 , 监控各个网络服务器当前的负 载状况, 并将所述负载状况上报给 DNS服务器 402。
DNS服务器 402, 用于根据所述健康状态将存在于域名解析 DNS 服务器的 IP列表中但却无法访问的网络服务器的网络协议 IP地址删除 或设置为无效, 接收网络用户访问网络服务器的请求, 从该请求对应的
IP列表中的有效 IP地址中选择负载状况满足预定条件的网络服务器的 IP地址。
该系统还可以进一步包括测速模块 404。
测速模块 404, 测量网络用户客户端与各个网络数据中心 IDC的网 络服务器之间的网络速度, 建立 IDC、 网络速度和网络用户客户端的 IP 地址三者之间的对应关系并存储。
相应地, DNS服务器 402进一步用于, 根据所述对应关系和所述请 求中携带的网络用户客户端的 IP地址, 从该请求对应的 IP列表的有效 IP地址中选择负载状况和网络速度都满足预定条件的 IDC 的网络服务 器 IP地址。
图 5是本发明实施例提供的实现网络服务器负载均衡的第三系统结 构图, 如图 5所示, 该系统包括网络服务器状态监控模块 301、 DNS月^ 务器 502和测速模块 404。
图 5中的网络服务器状态监控模块 301同图 3中的网络服务器状态 监控模块 301; 图 5中的测速模块 404同图 4中的测速模块 404。
DNS服务器 502, 用于根据所述健康状态将存在于域名解析 DNS 服务器的 IP列表中但却无法访问的网络服务器的网络协议 IP地址删除 或设置为无效, 接收网络用户访问网络服务器的请求, 从该请求对应的
IP列表中的有效 IP地址中选择网络速度满足预定条件的网络服务器的 IP地址。 其中, 所述预定条件可以为网络速度大于预定的阈值, 也可以 为发送所述请求的网络用户客户端到达选定的网络服务器的网络速度 与所述客户端到达其他网络服务器的网络速度相比, 是比较快的网络速 度。
图 6是本发明实施例提供的实现网络服务器负载均衡的 DNS服务 器第一结构图, 如图 6所示, 该 DNS服务器包括 IP列表更新模块 601 和 IP地址选择模块 602。
IP列表更新模块 601 , 用于根据各个网络服务器的健康状态将存在 于域名解析 DNS服务器的 IP列表中但却无法访问的网络服务器的网络 协议 IP地址删除或设置为无效。
IP地址选择模块 602, 用于接收网络用户访问网络服务器的请求, 从该请求对应的 IP列表中的有效 IP地址中选择 IP地址, 由拥有选定的 IP地址的网络服务器为该网络用户提供网络服务。 图 7是本发明实施例提供的实现网络服务器负载均衡的 DNS服务 器第二结构图, 如图 7所示, 该 DNS服务器包括 IP列表更新模块 601、 IP地址选择模块 702和负载状况存储模块 703。
图 7中的 IP列表更新模块 601同图 6中的 IP列表更新模块 601。 负载状况存储模块 703,用于存储各个网络服务器当前的负载状况。
IP地址选择模块 702, 用于接收网络用户访问网络服务器的请求, 从该请求对应的 IP列表中的有效 IP地址中选择负载状况满足预定条件 的网络服务器的 IP地址。
该 DNS服务器还可以进一步包括网络速度存储模块 704。
网络速度存储模块 704, 用于存储 IDC、 网络速度和网络用户客户 端的 IP地址三者之间的对应关系。
相应地, IP地址选择模块 702, 用于接收网络用户访问网络服务器 的请求, 根据所述对应关系和所述请求中携带的网络用户客户端的 IP 地址, 从该请求对应的 IP列表的有效 IP地址中选择网络速度满足预定 条件的 IDC的网络服务器 IP地址。
图 8是本发明实施例提供的实现网络服务器负载均衡的 DNS服务 器第三结构图, 如图 8所示, 该 DNS服务器包括 IP列表更新模块 601、 IP地址选择模块 802和网络速度存储模块 704。
图 8中的 IP列表更新模块 601同图 6中的 IP列表更新模块 601; 图 8中的网络速度存储模块 704同图 7中的网络速度存储模块 704。
IP地址选择模块 802, 用于接收网络用户访问网络服务器的请求, 根据所述对应关系和所述请求中携带的网络用户客户端的 IP地址,从该 请求对应的 IP列表的有效 IP地址中选择网络速度满足预定条件的 IDC 的网络服务器 IP地址。
由上述技术方案可见, 通过监控各个网络服务器的健康状态, 根据 所述健康状态将存在于域名解析 DNS服务器的 IP列表中但却无法访问 的网络服务器的网络协议 IP地址删除或设置为无效, 并在所述 IP列表 的有效 IP地址中选择 IP地址, 从而能够避免将网络用户分配到已经宕 机的网络服务器上, 保证将网络用户分配到健康的网络服务器上, 使得 网络用户能够获得网络服务。
当不仅监控服务器当前的健康状态, 还监控其负载状况和 /网络速 度, 而且根据所述健康状态、 以及所述负载状况和 /网络速度为网络用户 客户端选择提供网络服务的服务器的 IP地址时,还可以综合考虑各个服 务器当前的负载状况和 /或网络速度, 为能够正常访问、 且负载较轻和 / 或网络速度较快的服务器分配网络用户客户端, 在实现服务器负载均衡 的同时, 提高了网络用户获得的网络服务质量, 改善了用户体验。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的 保护范围, 凡在本发明的精神和原则之内所做的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权利要求书
1、 一种实现网络服务器负载均衡的方法, 其特征在于, 该方法包 括:
监控各个网络服务器是否能够提供网络服务, 根据监控结果将存在 于域名解析 DNS服务器的 IP列表中但却无法提供网络服务的网络服务 器的网络协议 IP地址删除或设置为无效;
DNS服务器接收网络用户访问网络服务器的请求,从该请求对应的 IP列表的有效 IP地址中选择 IP地址,由拥有选定的 IP地址的网络服务 器为该网络用户提供网络服务。
2、 如权利要求 1所述的方法, 其特征在于, 该方法进一步包括: 监控各个网络服务器当前的负载状况;
则从该请求对应的 IP列表的有效 IP地址中选择 IP地址包括: 从该请求对应的 IP列表中的有效 IP地址中选择负载状况满足预定 条件的网络服务器的 IP地址。
3、 如权利要求 1或 2所述的方法, 其特征在于, 该方法进一步包 括:
测量网络用户客户端与各个网络数据中心 IDC 的网络服务器之间 的网络速度 , 建立 IDC、 网络速度和网络用户客户端的 IP地址三者之间 的对应关系并存储;
则从该请求对应的 IP列表的有效 IP地址中选择 IP地址包括: 根据所述对应关系和所述请求中携带的网络用户客户端的 IP地址 , 从该请求对应的 IP列表的有效 IP地址中选择网络速度满足预定条件的
IDC的网络服务器的 IP地址。
4、 如权利要求 3 所述的方法, 其特征在于, 所述从该请求对应的 IP列表中选择 IP地址之前, 进一步包括:
根据该请求中携带的域名,将拥有该域名的网络服务器的 IP地址组 成的 IP列表确定为该请求对应的 IP列表。
5、 如权利要求 1 所述的方法, 其特征在于, 所述监控各个网络服 务器是否能够提供网络服务包括:
随机或定时访问拥有 DNS服务器的 IP列表中的 IP地址的各个网络 服务器, 确定能否访问到的网络服务器能够提供网络服务, 不能访问到 的网络服务器无法提供网络服务。
6、 如权利要求 2所述的方法, 其特征在于, 所述监控各个网络服 务器当前的负载状况包括:
监控各个网络服务器的数据流量, 根据所述数据流量确定网络服务 器的负载状况。
7、 如权利要求 3 所述的方法, 其特征在于, 所述测量网络用户客 户端与各个 IDC的网络服务器之间的网络速度包括:
每个 IDC 中的测速服务器测量各个网络用户客户端与该测速服务 器之间的网络速度,根据网络用户客户端的 IP地址的归属地和归属的网 络服务接入提供商 ISP和所述网络速度,计算 IP地址的归属地和归属的 ISP均相同的各个网络用户客户端到该 IDC的平均网络速度;
则建立 IDC、网络速度和网络用户客户端的 IP地址三者之间的对应 关系包括:
建立 IDC、所述平均网络速度、 网络用户客户端 IP地址的归属地和 归属 ISP的对应关系。
8、 一种实现网络服务器负载均衡的系统, 其特征在于, 该系统包 括网络服务器状态监控模块和 DNS服务器;
所述网络服务器状态监控模块, 用于监控各个网络服务器是否能够 提供网络服务, 将监控结果上报给 DNS服务器;
所述 DNS服务器, 用于根据所述监控结果将存在于域名解析 DNS 服务器的 IP列表中但却无法提供网络服务的网络服务器的网络协议 IP 地址删除或设置为无效, 接收网络用户访问网络服务器的请求, 从该请 求对应的 IP列表的有效 IP地址中选择 IP地址, 由拥有选定的 IP地址 的网络服务器为该网络用户提供网络服务。
9、 如权利要求 8 所述的系统, 其特征在于, 该系统进一步包括网 络服务器负载状况监控模块;
所述网络服务器负载状况监控模块, 监控各个网络服务器当前的负 载状况, 并将所述负载状况上报给所述 DNS服务器;
所述 DNS服务器进一步用于, 从网络用户访问网络服务器的请求 对应的 IP列表中的有效 IP地址中选择负载状况满足预定条件的网络服 务器的 IP地址。
10、 如权利要求 8或 9所述的系统, 其特征在于, 该系统进一步包 括测速模块;
所述测速模块,测量网络用户客户端与各个网络数据中心 IDC的网 络服务器之间的网络速度, 建立 IDC、 网络速度和网络用户客户端的 IP 地址三者之间的对应关系并存储;
所述 DNS服务器进一步用于, 根据所述对应关系和所述请求中携 带的网络用户客户端的 IP地址,从该请求对应的 IP列表的有效 IP地址 中选择网络速度满足预定条件的 IDC的网络服务器 IP地址。
11、 一种实现网络服务器负载均衡的 DNS 服务器, 其特征在于, 该 DNS服务器包括 IP列表更新模块和 IP地址选择模块,
所述 IP列表更新模块,用于根据各个网络服务器是否能够提供网络 服务将存在于域名解析 DNS服务器的 IP列表中但却无法提供网络服务 的网络服务器的网络协议 IP地址删除或设置为无效;
所述 IP地址选择模块, 用于接收网络用户访问网络服务器的请求, 从该请求对应的 IP列表中的有效 IP地址中选择 IP地址, 由拥有选定的 IP地址的网络服务器为该网络用户提供网络服务。
12、 如权利要求 11所述的 DNS服务器, 其特征在于, 该 DNS服 务器进一步包括负载状况存储模块;
所述负载状况存储模块, 用于存储各个网络服务器当前的负载状 况;
所述 IP地址选择模块, 用于接收网络用户访问网络服务器的请求, 从该请求对应的 IP列表中的有效 IP地址中选择负载状况满足预定条件 的网络服务器的 IP地址。
13、如权利要求 11或 12所述的 DNS服务器,其特征在于,该 DNS 服务器进一步包括网络速度存储模块,
所述网络速度存储模块, 用于存储 IDC、 网络速度和网络用户客户 端的 IP地址三者之间的对应关系;
所述 IP地址选择模块, 用于接收网络用户访问网络服务器的请求, 根据所述对应关系和所述请求中携带的网络用户客户端的 IP地址,从该 请求对应的 IP列表的有效 IP地址中选择网络速度满足预定条件的 IDC 的网络服务器 IP地址。
PCT/CN2009/073101 2008-08-21 2009-08-05 实现网络服务器负载均衡的方法、系统和域名解析服务器 WO2010020152A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/969,065 US8510434B2 (en) 2008-08-21 2010-12-15 Method, system and DNS server for load balancing network servers

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810210112.4A CN101340327B (zh) 2008-08-21 2008-08-21 实现网络服务器负载均衡的方法和系统
CN200810210112.4 2008-08-21

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/969,065 Continuation US8510434B2 (en) 2008-08-21 2010-12-15 Method, system and DNS server for load balancing network servers

Publications (1)

Publication Number Publication Date
WO2010020152A1 true WO2010020152A1 (zh) 2010-02-25

Family

ID=40214285

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073101 WO2010020152A1 (zh) 2008-08-21 2009-08-05 实现网络服务器负载均衡的方法、系统和域名解析服务器

Country Status (3)

Country Link
US (1) US8510434B2 (zh)
CN (1) CN101340327B (zh)
WO (1) WO2010020152A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363213A (zh) * 2022-03-01 2022-04-15 辽宁振兴银行股份有限公司 一种改进的负载均衡健康检查方法、系统及应用

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7889676B1 (en) * 2006-04-13 2011-02-15 Infoblox Inc. Systems and methods for storing and retrieving data
CN101340327B (zh) 2008-08-21 2011-11-30 腾讯科技(深圳)有限公司 实现网络服务器负载均衡的方法和系统
CN101656762B (zh) * 2009-09-10 2012-05-23 福建星网锐捷网络有限公司 域名服务器信息的发送方法和装置
CN101808119A (zh) * 2010-03-04 2010-08-18 杭州华三通信技术有限公司 一种多存储阵列负载均衡的方法和设备
CN101800752B (zh) * 2010-03-11 2013-06-26 赵家祥 一种提高域名系统安全和性能的方法和系统
CN101815104A (zh) * 2010-03-19 2010-08-25 中兴通讯股份有限公司 网络协议地址反馈方法以及域名解析服务器
US8949410B2 (en) * 2010-09-10 2015-02-03 Cisco Technology, Inc. Server load balancer scaling for virtual servers
CN102413156B (zh) 2010-09-21 2014-04-16 腾讯科技(深圳)有限公司 一种分布式数据存储系统和方法
EP2622813A1 (en) * 2010-09-30 2013-08-07 Telefonaktiebolaget L M Ericsson (PUBL) Load balancing among network servers
CN102572001A (zh) * 2011-01-04 2012-07-11 中兴通讯股份有限公司 一种域名系统及其提供负荷均衡的方法
US9037699B1 (en) * 2011-03-23 2015-05-19 Cox Communications, Inc. Statistically determining average network speed in a communications network
US9088768B1 (en) * 2011-03-23 2015-07-21 Cox Communications, Inc. Processing quality of service data to provide a prediction of quality of experience
US9237339B1 (en) 2011-03-23 2016-01-12 Cox Communications, Inc. Framework for quantifying a total quality of experience for subscribers in a communications network
CN102739811B (zh) * 2011-04-07 2016-03-02 中国移动通信集团公司 域名解析的方法和设备
CN102231765A (zh) * 2011-06-28 2011-11-02 中兴通讯股份有限公司 一种实现负载均衡的方法、装置及机顶盒
JP2013090072A (ja) 2011-10-17 2013-05-13 Hitachi Ltd サービス提供システム
US9154549B2 (en) 2011-10-27 2015-10-06 Cisco Technology, Inc. Dynamic server farms
CN103188243A (zh) * 2011-12-30 2013-07-03 北京神州泰岳软件股份有限公司 一种互联网中为用户提供服务的方法和系统
CN104137085B (zh) * 2012-02-14 2016-12-14 国际商业机器公司 集群环境中用于控制客户端对服务的访问的方法
KR101954670B1 (ko) * 2012-04-03 2019-03-06 삼성전자주식회사 통신 시스템에서 도메인 네임 시스템 서버를 관리하기 위한 장치 및 방법
CN104412550A (zh) * 2012-05-11 2015-03-11 惠普发展公司,有限责任合伙企业 服务器选择
CN103491123A (zh) * 2012-06-14 2014-01-01 中国移动通信集团贵州有限公司 一种基于域名访问的负载均衡方法、系统及负载均衡器
CN103037025B (zh) * 2012-11-21 2016-03-30 哈尔滨理工大学 多链路自适应dns解析设备
CN103095521B (zh) * 2012-12-18 2016-03-30 华为技术有限公司 流量检测的控制方法、系统、装置、控制器及检测设备
CN104104610A (zh) * 2013-04-09 2014-10-15 江苏天联信息科技发展有限公司 基于域名系统的流量调度方法、装置及域名系统
US10135914B2 (en) * 2013-04-16 2018-11-20 Amazon Technologies, Inc. Connection publishing in a distributed load balancer
EP2901665A4 (en) * 2013-05-13 2015-10-21 Yandex Europe Ag METHOD AND SYSTEM FOR PROVIDING A CLIENT DEVICE WITH AUTOMATICALLY UPDATING AN IP ADDRESS RELATED TO A DOMAIN NAME
CN104184603B (zh) * 2013-05-23 2019-03-15 腾讯科技(深圳)有限公司 一种用户状态统计方法、装置及系统
US9525728B2 (en) 2013-09-17 2016-12-20 Bank Of America Corporation Prediction and distribution of resource demand
CN104468853A (zh) * 2013-09-18 2015-03-25 中兴通讯股份有限公司 一种域名解析方法、服务器及系统
US10097503B2 (en) 2013-09-27 2018-10-09 Fastly, Inc. Content node network address selection for content delivery
CN104639666B (zh) * 2013-11-06 2019-04-16 腾讯科技(深圳)有限公司 域名访问方法及装置
CN103701948A (zh) * 2013-12-25 2014-04-02 乐视网信息技术(北京)股份有限公司 域名解析系统配置信息的采集方法及装置
US10044609B2 (en) * 2014-02-04 2018-08-07 Fastly, Inc. Communication path selection for content delivery
CN103825778B (zh) * 2014-02-19 2018-02-27 互联网域名系统北京市工程研究中心有限公司 基于云探测的dns宕机检测切换方法及系统
CN105450787B (zh) * 2014-08-20 2018-12-04 阿里巴巴集团控股有限公司 网络地址映射方法、装置和系统
CN105472051A (zh) * 2014-09-02 2016-04-06 中国电信股份有限公司 提高域名解析可靠性的方法、装置和系统
CN104320492A (zh) * 2014-11-11 2015-01-28 北京国双科技有限公司 网站服务器调度方法和装置
KR102264992B1 (ko) 2014-12-31 2021-06-15 삼성전자 주식회사 무선 통신 시스템에서 서버 할당 방법 및 장치
CN104780210B (zh) * 2015-04-13 2019-01-25 新华三技术有限公司 负载均衡方法以及装置
CN104852999A (zh) * 2015-04-14 2015-08-19 鹤壁西默通信技术有限公司 基于dns解析的服务器连续服务的处理方法
CN105939228B (zh) * 2015-08-27 2019-02-19 杭州迪普科技股份有限公司 一种健康检测方法及装置
CN105635263B (zh) * 2015-12-25 2019-03-05 中国民航信息网络股份有限公司 基于后台缓存的访问处理方法及适配器
CN105450774A (zh) * 2015-12-28 2016-03-30 曙光信息产业(北京)有限公司 用于dns的负载均衡方法和装置
CN105450775A (zh) * 2015-12-28 2016-03-30 曙光信息产业(北京)有限公司 用于dns的负载均衡方法和装置
CN107770222B (zh) * 2016-08-19 2021-03-23 阿里巴巴集团控股有限公司 网络信息处理方法、设备和系统
CN106789979B (zh) * 2016-12-07 2020-01-21 北京亚鸿世纪科技发展有限公司 一种idc机房内活跃域名的有效性诊断方法和装置
CN108173894A (zh) * 2016-12-07 2018-06-15 阿里巴巴集团控股有限公司 服务器负载均衡的方法、装置及服务器设备
CN106657440A (zh) * 2016-12-27 2017-05-10 创新科存储技术(深圳)有限公司 Dns服务的实现方法
CN108347465B (zh) * 2017-01-23 2021-02-02 阿里巴巴集团控股有限公司 一种选择网络数据中心的方法及装置
CN107038101A (zh) * 2017-04-11 2017-08-11 广东浪潮大数据研究有限公司 一种多服务器远程监控管理方法和系统
CN107172126A (zh) * 2017-04-21 2017-09-15 华为技术有限公司 一种域名系统服务器分配方法及服务器
US11032127B2 (en) 2017-06-26 2021-06-08 Verisign, Inc. Resilient domain name service (DNS) resolution when an authoritative name server is unavailable
CN107980217B (zh) * 2017-07-14 2021-06-01 达闼机器人有限公司 获取本地域名服务器地址的方法、装置和权威域名服务器
CN107395783B (zh) * 2017-07-25 2020-08-28 北京奇艺世纪科技有限公司 一种ip地址处理方法、系统、装置及电子设备
CN107508760B (zh) * 2017-09-20 2020-01-03 杭州安恒信息技术股份有限公司 一种基于线路源ip进行负载分发的方法
US10659543B2 (en) * 2017-10-04 2020-05-19 Toluna Israel Limited System and methods for tracking the usage of digital services
CN108683699B (zh) * 2018-03-29 2021-06-18 广州华多网络科技有限公司 转发业务请求的方法和装置
CN108881506A (zh) * 2018-06-04 2018-11-23 华为技术有限公司 一种基于多可用分区az的域名解析方法及装置
CN108989479B (zh) * 2018-07-11 2023-05-16 湖北省楚天云有限公司 一种对云计算平台二级域名进行配置的方法和装置
CN108769293B (zh) * 2018-08-31 2022-02-25 郑州云海信息技术有限公司 一种ip地址解析方法及相关装置
CN109391707B (zh) * 2018-11-14 2022-01-25 杭州迪普科技股份有限公司 域名解析的方法、装置、设备及存储介质
US11425086B2 (en) * 2019-06-11 2022-08-23 Juniper Networks, Inc. Using DNS to communicate MC-TCP capability of server devices
CN111010464A (zh) * 2019-12-30 2020-04-14 杭州迪普科技股份有限公司 一种域名解析方法及装置
CN111193800A (zh) * 2019-12-31 2020-05-22 厦门汉印电子技术有限公司 一种基于服务器解析的指令交互方法、装置、服务器及系统
CN111935296B (zh) * 2020-08-18 2023-02-03 成都长虹网络科技有限责任公司 一种高可用无限mqtt消息服务扩容的系统
CN113472910B (zh) * 2021-06-07 2023-04-07 广州根链国际网络研究院有限公司 Dns权威记录健康监控方法及系统
CN113347037B (zh) * 2021-06-07 2022-07-12 中国建设银行股份有限公司 一种数据中心访问方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558601A (zh) * 2004-01-19 2004-12-29 �Ϻ���ͨ��ѧ 一种抗拒绝服务攻击的Web服务器负载控制方法
CN1863202A (zh) * 2005-10-18 2006-11-15 华为技术有限公司 提高负载均衡设备和服务器处理性能的方法
CN200944605Y (zh) * 2006-07-06 2007-09-05 阿里巴巴公司 一种域名服务器及通信系统
CN101340327A (zh) * 2008-08-21 2009-01-07 腾讯科技(深圳)有限公司 实现网络服务器负载均衡的方法、系统和域名解析服务器

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6578066B1 (en) * 1999-09-17 2003-06-10 Alteon Websystems Distributed load-balancing internet servers
US7814180B2 (en) * 2000-07-13 2010-10-12 Infoblox, Inc. Domain name service server
US7716367B1 (en) * 2000-07-20 2010-05-11 Akamai Technologies, Inc. Network performance monitoring in a content delivery service

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558601A (zh) * 2004-01-19 2004-12-29 �Ϻ���ͨ��ѧ 一种抗拒绝服务攻击的Web服务器负载控制方法
CN1863202A (zh) * 2005-10-18 2006-11-15 华为技术有限公司 提高负载均衡设备和服务器处理性能的方法
CN200944605Y (zh) * 2006-07-06 2007-09-05 阿里巴巴公司 一种域名服务器及通信系统
CN101340327A (zh) * 2008-08-21 2009-01-07 腾讯科技(深圳)有限公司 实现网络服务器负载均衡的方法、系统和域名解析服务器

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363213A (zh) * 2022-03-01 2022-04-15 辽宁振兴银行股份有限公司 一种改进的负载均衡健康检查方法、系统及应用
CN114363213B (zh) * 2022-03-01 2023-09-05 辽宁振兴银行股份有限公司 一种改进的负载均衡健康检查方法、系统及应用

Also Published As

Publication number Publication date
US20110082931A1 (en) 2011-04-07
US8510434B2 (en) 2013-08-13
CN101340327B (zh) 2011-11-30
CN101340327A (zh) 2009-01-07

Similar Documents

Publication Publication Date Title
WO2010020152A1 (zh) 实现网络服务器负载均衡的方法、系统和域名解析服务器
AU2011307319B2 (en) Request routing in a networked environment
US20230396548A1 (en) Techniques for steering network traffic to regions of a cloud computing system
AU2010201466B2 (en) A method and system for client-side scaling of web server farm architectures in a cloud data center
Bermudez et al. Exploring the cloud from passive measurements: The Amazon AWS case
JP5150769B2 (ja) 要求ルーティングおよびクライアントロケーション情報を利用したルーティング情報の更新
Colajanni et al. Analysis of task assignment policies in scalable distributed Web-server systems
CN105516391B (zh) 一种基于cname的dns域名解析方法
US9515949B2 (en) Managing content delivery network service providers
US8489724B2 (en) CNAME-based round-trip time measurement in a content delivery network
JP3270012B2 (ja) ネットワークサーバ負荷検出装置、割当装置および方法
US20010049741A1 (en) Method and system for balancing load distribution on a wide area network
CN108124020B (zh) 域名解析方法、系统及设备
JP2002091936A (ja) 負荷分散装置及び負荷見積もり方法
WO2013104172A1 (zh) 实现负载均衡的方法、dns服务器和客户端
WO2007032603A1 (en) Load balancing method and apparatus, and software streaming system using the same
WO2015039475A1 (zh) 一种域名解析方法、服务器及系统
CN103401799A (zh) 负载均衡的实现方法和装置
WO2012081662A1 (ja) 管理装置、および、コンテンツ提供システム
Kontogiannis et al. ALBL: an adaptive load balancing algorithm for distributed web systems
JP3510623B2 (ja) ネットワークサーバ割当装置
US7181522B2 (en) Method and apparatus for call setup within a voice frame network
JP2003296208A (ja) サーバーシステム、サーバーシステムによるサービス提供方法、サーバーシステムからサービスを受けるためのプログラム、このプログラムを記録した記録媒体
JP3800508B2 (ja) サーバへの接続の振り分け方法およびそのプログラムと記録媒体
Tomic et al. Implementation and efficiency analysis of composite DNS-metric for dynamic server selection

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 7724/CHENP/2010

Country of ref document: IN

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1)EPC

122 Ep: pct application non-entry in european phase

Ref document number: 09807851

Country of ref document: EP

Kind code of ref document: A1