CN109257436B - Load balancing configuration method and related device - Google Patents

Load balancing configuration method and related device Download PDF

Info

Publication number
CN109257436B
CN109257436B CN201811231316.6A CN201811231316A CN109257436B CN 109257436 B CN109257436 B CN 109257436B CN 201811231316 A CN201811231316 A CN 201811231316A CN 109257436 B CN109257436 B CN 109257436B
Authority
CN
China
Prior art keywords
file
domain name
name system
configuration
node
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201811231316.6A
Other languages
Chinese (zh)
Other versions
CN109257436A (en
Inventor
聂东旭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811231316.6A priority Critical patent/CN109257436B/en
Publication of CN109257436A publication Critical patent/CN109257436A/en
Application granted granted Critical
Publication of CN109257436B publication Critical patent/CN109257436B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • 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/1036Load balancing of requests to servers for services different from user content provisioning, e.g. load balancing across domain name 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/2866Architectures; Arrangements
    • H04L67/30Profiles

Abstract

The application discloses a load balancing configuration method and a related device, wherein a first main configuration file, a first extension file and a forward parsing file are configured at a first node to realize the configuration of a main domain name system; configuring a second main configuration file and a second extension file at a second node, and synchronizing a forward analysis file with the main domain name system to realize the configuration of the slave domain name system; the forward resolution file is used for resolving transmission passwords of the master domain name system and the slave domain name system. The method adaptively configures the slave domain name system according to the configuration of the master domain name system, thereby realizing load balancing. By configuring the extension files on the first node and the second node respectively, redundant configuration is realized on the master DNS and the slave DNS respectively. The application range of the DNS server is expanded, so that the DNS server has a load balancing function. In addition, the forward analysis file can analyze the transmission passwords of the master domain name system and the slave domain name system, so that the load balancing configuration system can realize the safety of load balancing data transmission.

Description

Load balancing configuration method and related device
Technical Field
The present application relates to the field of communications technologies, and in particular, to a load balancing configuration method and a related device.
Background
Load Balance (Load Balance), also known as Load sharing, means to Balance loads such as work tasks and the like, and distribute the loads to a plurality of operation units to be executed respectively, so as to complete the work tasks together. These load sharing operation units may be different types of servers, such as: web servers, File Transfer Protocol (FTP) servers, enterprise critical application servers, and other mission critical servers, among others.
In a Domain Name System (DNS) server, the same Name can be configured for a plurality of different addresses, and when a client queries the Name, the DNS server randomly returns one of the addresses to the client. Therefore, different clients can obtain different addresses for the same name, so that different clients access servers with different addresses, and the purpose of load balancing is achieved.
However, the current prior art does not have an efficient DNS load balancing configuration method. Therefore, the application of the DNS server in load sharing is affected.
Disclosure of Invention
Based on the above problems, the present application provides a load balancing configuration method and a related device, so as to expand the application range of the DNS server and enable the DNS server to have a load balancing function.
The embodiment of the application discloses the following technical scheme:
in a first aspect, the present application provides a load balancing configuration method, including:
configuring a first main configuration file, a first extension file and a forward analysis file at a first node to realize the configuration of a main domain name system; configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system.
As a possible implementation manner, the configuring, at the first node, the first master configuration file specifically includes:
and adding the IP of the second node in the first main configuration file.
As a possible implementation manner, the configuring, at the first node, the first extension file specifically includes:
and adding the IP of the second node in the first extension file, and setting to allow the master domain name system and the slave domain name system to perform data transmission.
As a possible implementation manner, the configuring, at the first node, the forward parsing file specifically includes:
setting a password reference format; the password reference format is used for comparing with the analyzed format of the transmission password, and if the format of the transmission password is correct and is consistent with the password reference format, the master domain name system can correctly analyze the data from the slave domain name system.
As a possible implementation manner, the configuring, at the second node, the second master configuration file specifically includes:
and adding the IP of the first node in the second main configuration file.
As a possible implementation manner, the configuring, at the second node, the second extension file specifically includes:
and adding the IP of the first node in the second extension file, and setting to allow the slave domain name system and the master domain name system to perform data transmission.
As a possible implementation, the method further includes:
and carrying out syntax check on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file and the second extension file.
As a possible implementation manner, after the syntax checking is performed on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file, and the second extension file, the method further includes:
and starting named service for the master domain name system, and starting named service for the slave domain name system.
In a second aspect, the present application provides a load balancing configuration apparatus, including:
the main domain name system configuration module is used for configuring a first main configuration file, a first extension file and a forward analysis file at a first node to realize the configuration of a main domain name system;
the slave domain name system configuration module is used for configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system.
Compared with the prior art, the scheme has the following beneficial effects:
according to the load balancing configuration method, a first main configuration file, a first extension file and a forward parsing file are configured at a first node, so that the configuration of a main domain name system is realized; configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system.
The method adaptively configures the slave domain name system according to the configuration of the master domain name system, thereby realizing load balancing. By configuring the extension files on the first node and the second node respectively, redundant configuration is realized on the master DNS and the slave DNS respectively. The application range of the DNS server is expanded, so that the DNS server has a load balancing function. When the access amount of the network application is continuously increased and a single processing unit cannot meet the load requirement and the network application flow is about to have a bottleneck, the DNS server can play a load balancing role through the configuration mode. Thereby improving the overall performance of the system.
The DNS load balancing can effectively solve the problems of overlarge data flow and overweight network load, and a server with excellent performance is purchased without spending expensive expenses, so that the existing equipment is fully utilized, and the loss of the data flow caused by single-point failure of the server is avoided. Even if the existing server is expanded and upgraded, a new server is simply added to the service group without changing the existing network structure and stopping the existing service. The problem of network congestion is solved, the response speed of the server is improved, the service is provided nearby, and better access quality is achieved. Load balancing is built on the existing network structure, throughput is increased, network data processing capacity is enhanced, and flexibility and usability of the network are improved.
In addition, the forward analysis file can analyze the transmission passwords of the master domain name system and the slave domain name system, so that the load balancing configuration system can realize the safety of load balancing data transmission.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of a load balancing configuration method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a load balancing configuration apparatus according to an embodiment of the present application.
Detailed Description
In view of the foregoing technical problems, the present application provides a load balancing configuration method and a related apparatus. In order to make the technical solutions of the present invention better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Method embodiment
Referring to fig. 1, the figure is a flowchart of a load balancing configuration method according to an embodiment of the present application.
As shown in fig. 1, the load balancing configuration method provided in this embodiment includes:
step 101: and configuring a first main configuration file, a first extension file and a forward parsing file at the first node to realize the configuration of the main domain name system.
Wherein the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system
Step 102: and configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system.
In this embodiment, step 102 may be executed simultaneously with step 101, or may be executed later than step 101. In this embodiment, the specific execution sequence of steps 101 and 102 is not limited.
The configuring of the first master configuration file at the first node may specifically include: and adding the IP of the second node in the first main configuration file.
For example, if the IP of the second node is 180.180.0.122, then in the first master profile, the following are added:
notify yes;
also notify{180.180.0.122;};
the configuring of the first extension file at the first node may specifically include: and adding the IP of the second node in the first extension file, and setting to allow the master domain name system and the slave domain name system to perform data transmission.
In connection with the above example, the following are added to the first extension file:
allow-transfer{180.180.0.122;};
the configuring of the forward parsing file at the first node may specifically include: setting a password reference format; the password reference format is used for comparing with the analyzed format of the transmission password, and if the format of the transmission password is correct and is consistent with the password reference format, the master domain name system can correctly analyze the data from the slave domain name system.
The configuring, at the second node, the second master configuration file may specifically include: and adding the IP of the first node in the second main configuration file.
The configuring of the second extension file at the second node may specifically include: and adding the IP of the first node in the second extension file, and setting to allow the slave domain name system and the master domain name system to perform data transmission.
For example, if the IP of the first node is 180.180.0.121, the following is added to the second extension file:
Masters{180.180.0.121;};
the load balancing configuration method provided in the embodiments of the present application is described above. The method adaptively configures the slave domain name system according to the configuration of the master domain name system, thereby realizing load balancing. By configuring the extension files on the first node and the second node respectively, redundant configuration is realized on the master DNS and the slave DNS respectively. When the access amount of the network application is continuously increased and a single processing unit cannot meet the load requirement and the network application flow is about to have a bottleneck, the DNS server can play a load balancing role through the configuration mode. Thereby improving the overall performance of the system.
The DNS load balancing can effectively solve the problems of overlarge data flow and overweight network load, and a server with excellent performance is purchased without spending expensive expenses, so that the existing equipment is fully utilized, and the loss of the data flow caused by single-point failure of the server is avoided. Even if the existing server is expanded and upgraded, a new server is simply added to the service group without changing the existing network structure and stopping the existing service. The problem of network congestion is solved, the response speed of the server is improved, the service is provided nearby, and better access quality is achieved. Load balancing is built on the existing network structure, throughput is increased, network data processing capacity is enhanced, and flexibility and usability of the network are improved.
In addition, the forward analysis file can analyze the transmission passwords of the master domain name system and the slave domain name system, so that the load balancing configuration system can realize the safety of load balancing data transmission.
Optionally, to ensure that the files configured for the master DNS and the slave DNS in the method can normally operate, the method may further include:
and carrying out syntax check on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file and the second extension file.
Therefore, through the grammar check of the file, the correctness of the file grammar is improved, and the DNS load balance is convenient to realize.
Optionally, in order to enable the configured DNS service to be started normally, after the syntax checking is performed on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file, and the second extension file, the method may further include:
and starting named service for the master domain name system, and starting named service for the slave domain name system.
Furthermore, after normal boot of named service, the master DNS and the slave DNS can be started normally, and load balancing service is provided.
Based on the load balancing configuration method provided by the foregoing embodiment, correspondingly, the present application provides a load balancing configuration apparatus. The following describes in detail an implementation of the apparatus with reference to embodiments and drawings.
Device embodiment
Referring to fig. 2, the figure is a schematic structural diagram of a load balancing configuration apparatus according to an embodiment of the present application.
As shown in fig. 2, the load balancing configuration apparatus provided in this embodiment includes:
a master domain name system configuration module and a slave domain name system configuration module.
The system comprises a main domain name system configuration module, a forward analysis module and a second node, wherein the main domain name system configuration module is used for configuring a first main configuration file, a first extension file and a forward analysis file at a first node to realize the configuration of a main domain name system;
the slave domain name system configuration module is used for configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system.
The load balancing configuration device provided in the embodiments of the present application is described above. The device adaptively configures the slave domain name system according to the configuration of the master domain name system, thereby realizing load balancing. By configuring the extension files on the first node and the second node respectively, redundant configuration is realized on the master DNS and the slave DNS respectively. The application range of the DNS server is expanded, so that the DNS server has a load balancing function. When the access amount of the network application is continuously increased and a single processing unit cannot meet the load requirement and the network application flow is about to have a bottleneck, the DNS server can play a load balancing role through the configuration mode. Thereby improving the overall performance of the system.
The DNS load balancing can effectively solve the problems of overlarge data flow and overweight network load, and a server with excellent performance is purchased without spending expensive expenses, so that the existing equipment is fully utilized, and the loss of the data flow caused by single-point failure of the server is avoided. Even if the existing server is expanded and upgraded, a new server is simply added to the service group without changing the existing network structure and stopping the existing service. The problem of network congestion is solved, the response speed of the server is improved, the service is provided nearby, and better access quality is achieved. Load balancing is built on the existing network structure, throughput is increased, network data processing capacity is enhanced, and flexibility and usability of the network are improved.
In addition, the forward analysis file can analyze the transmission passwords of the master domain name system and the slave domain name system, so that the load balancing configuration system can realize the safety of load balancing data transmission.
As a possible implementation manner, the main domain name system configuration module may specifically include:
a first configuration unit, configured to add the IP of the second node in the first master configuration file.
As a possible implementation manner, the main domain name system configuration module may specifically include:
and the second configuration unit is used for adding the IP of the second node in the first extension file and setting permission for the data transmission between the master domain name system and the slave domain name system.
As a possible implementation manner, the main domain name system configuration module may specifically include:
a third configuration unit for setting a password reference format; the password reference format is used for comparing with the analyzed format of the transmission password, and if the format of the transmission password is correct and is consistent with the password reference format, the master domain name system can correctly analyze the data from the slave domain name system.
As a possible implementation manner, the slave domain name system configuration module may specifically include:
a fourth configuration unit, configured to add the IP of the first node to the second master configuration file.
As a possible implementation manner, the main domain name system configuration module may specifically include:
a fifth configuration unit, configured to add the IP of the first node to the second extension file, and set to allow the slave domain name system to perform data transmission with the master domain name system.
Optionally, the load balancing configuration apparatus may further include:
and the grammar checking module is used for carrying out grammar checking on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file and the second extension file.
Therefore, through the grammar check of the file, the correctness of the file grammar is improved, and the DNS load balance is convenient to realize.
Optionally, the load balancing configuration apparatus may further include:
and the service starting module is used for starting named service for the master domain name system and starting named service for the slave domain name system.
Furthermore, after normal boot of named service, the master DNS and the slave DNS can be started normally, and load balancing service is provided.
It should be noted that, in the present specification, all the embodiments are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus and system embodiments, since they are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described embodiments of the apparatus and system are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts suggested as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only one specific embodiment of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application should be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (6)

1. A method for load balancing configuration, comprising:
configuring a first main configuration file, a first extension file and a forward analysis file at a first node to realize the configuration of a main domain name system; configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system;
configuring a first master configuration file at a first node, specifically comprising:
adding the IP of the second node in the first main configuration file;
configuring a first extension file at a first node, specifically comprising:
adding the IP of the second node in the first extension file, and setting to allow the master domain name system and the slave domain name system to perform data transmission;
configuring a forward parsing file at a first node, specifically including:
setting a password reference format; the password reference format is used for comparing with the analyzed format of the transmission password, and if the format of the transmission password is correct and is consistent with the password reference format, the master domain name system can correctly analyze the data from the slave domain name system;
configuring a second master configuration file at a second node, specifically comprising:
adding the IP of the first node in the second main configuration file;
configuring a second extension file at a second node, specifically comprising:
and adding the IP of the first node in the second extension file, and setting to allow the slave domain name system and the master domain name system to perform data transmission.
2. The method of load balancing configuration according to claim 1, further comprising:
and carrying out syntax check on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file and the second extension file.
3. The method of claim 2, wherein after the syntax checking of the first main configuration file, the first extension file, the forward parse file, the second main configuration file, and the second extension file, the method further comprises:
and starting named service for the master domain name system, and starting named service for the slave domain name system.
4. A load balancing configuration apparatus, comprising:
the main domain name system configuration module is used for configuring a first main configuration file, a first extension file and a forward analysis file at a first node to realize the configuration of a main domain name system;
the slave domain name system configuration module is used for configuring a second main configuration file and a second extension file at a second node, and synchronizing the forward parsing file with the main domain name system to realize the configuration of the slave domain name system; the forward direction analysis file is used for analyzing the transmission passwords of the master domain name system and the slave domain name system;
the main domain name system configuration module specifically comprises:
a first configuration unit, configured to add the IP of the second node to the first master configuration file;
a second configuration unit, configured to add the IP of the second node to the first extension file, and set to allow the master domain name system and the slave domain name system to perform data transmission;
a third configuration unit for setting a password reference format; the password reference format is used for comparing with the analyzed format of the transmission password, and if the format of the transmission password is correct and is consistent with the password reference format, the master domain name system can correctly analyze the data from the slave domain name system;
the slave domain name system configuration module specifically comprises:
a fourth configuration unit, configured to add the IP of the first node to the second master configuration file;
a fifth configuration unit, configured to add the IP of the first node to the second extension file, and set to allow the slave domain name system to perform data transmission with the master domain name system.
5. The apparatus of claim 4, further comprising: and the grammar checking module is used for carrying out grammar checking on the first main configuration file, the first extension file, the forward parsing file, the second main configuration file and the second extension file.
6. The apparatus of claim 5, further comprising: and the service starting module is used for starting named service for the master domain name system and starting named service for the slave domain name system.
CN201811231316.6A 2018-10-22 2018-10-22 Load balancing configuration method and related device Active CN109257436B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811231316.6A CN109257436B (en) 2018-10-22 2018-10-22 Load balancing configuration method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811231316.6A CN109257436B (en) 2018-10-22 2018-10-22 Load balancing configuration method and related device

Publications (2)

Publication Number Publication Date
CN109257436A CN109257436A (en) 2019-01-22
CN109257436B true CN109257436B (en) 2021-06-29

Family

ID=65046577

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811231316.6A Active CN109257436B (en) 2018-10-22 2018-10-22 Load balancing configuration method and related device

Country Status (1)

Country Link
CN (1) CN109257436B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6360256B1 (en) * 1996-07-01 2002-03-19 Sun Microsystems, Inc. Name service for a redundant array of internet servers
CN1642099A (en) * 2004-01-15 2005-07-20 英业达股份有限公司 Computer network domain name system configuration method and platform
CN102480529A (en) * 2010-11-24 2012-05-30 北京无线恒远科技有限公司 Domain name analysis method and domain name analysis server for realizing load balance of wide area network
CN107835268A (en) * 2017-11-29 2018-03-23 郑州云海信息技术有限公司 A kind of domain name data acquisition method, system and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8938521B2 (en) * 2012-08-29 2015-01-20 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Bi-directional synchronization enabling active-active redundancy for load-balancing switches

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6360256B1 (en) * 1996-07-01 2002-03-19 Sun Microsystems, Inc. Name service for a redundant array of internet servers
CN1642099A (en) * 2004-01-15 2005-07-20 英业达股份有限公司 Computer network domain name system configuration method and platform
CN102480529A (en) * 2010-11-24 2012-05-30 北京无线恒远科技有限公司 Domain name analysis method and domain name analysis server for realizing load balance of wide area network
CN107835268A (en) * 2017-11-29 2018-03-23 郑州云海信息技术有限公司 A kind of domain name data acquisition method, system and device

Also Published As

Publication number Publication date
CN109257436A (en) 2019-01-22

Similar Documents

Publication Publication Date Title
Alay et al. Experience: An open platform for experimentation with commercial mobile broadband networks
CN112087312B (en) Method, device and equipment for providing edge service
CN106856434B (en) Method and device for converting access request
CN108293004B (en) System and method for network slice management
US10958568B2 (en) Topology aware load balancing engine
CN105024855A (en) Distributed cluster management system and method
US20120054259A1 (en) Network service providing system with high reliability
US9065832B2 (en) Method and apparatus for automated network connectivity for managed application components within a cloud
CN106911648B (en) Environment isolation method and equipment
CN110234140B (en) Communication method, device, entity and storage medium
JP2019525604A (en) Network function NF management method and NF management apparatus
US20170141951A1 (en) Multi-blade network traffic management apparatus with improved failure handling and methods thereof
CN111683139B (en) Method and device for balancing load
CN111866124A (en) Method, device, server and machine-readable storage medium for accessing webpage
US10771372B2 (en) Transmitting test traffic on a communication link
CN112685287A (en) Product data testing method and device, storage medium and electronic device
US20240106708A1 (en) Fabric availability and synchronization
CN116781564B (en) Network detection method, system, medium and electronic equipment of container cloud platform
CN109257436B (en) Load balancing configuration method and related device
CN105554126A (en) Method for realizing distributed deployment of multiple data centers through CDN acceleration mechanism
CN108076092A (en) Web server resources balance method and device
US11381665B2 (en) Tracking client sessions in publish and subscribe systems using a shared repository
US11757987B2 (en) Load balancing systems and methods
CN114024971A (en) Service data processing method, Kubernetes cluster and medium
CN114465834A (en) User access processing method and related equipment thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant