CN111629046B - Edge computing cooperation method, edge computing equipment and terminal - Google Patents

Edge computing cooperation method, edge computing equipment and terminal Download PDF

Info

Publication number
CN111629046B
CN111629046B CN202010441301.3A CN202010441301A CN111629046B CN 111629046 B CN111629046 B CN 111629046B CN 202010441301 A CN202010441301 A CN 202010441301A CN 111629046 B CN111629046 B CN 111629046B
Authority
CN
China
Prior art keywords
node
load
edge computing
load value
nodes
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
CN202010441301.3A
Other languages
Chinese (zh)
Other versions
CN111629046A (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202010441301.3A priority Critical patent/CN111629046B/en
Publication of CN111629046A publication Critical patent/CN111629046A/en
Application granted granted Critical
Publication of CN111629046B publication Critical patent/CN111629046B/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
    • H04L67/1004Server selection for load balancing
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides an edge calculation cooperation method, which comprises the following steps: the nodes in the edge computing node group judge whether the load value of the node exceeds a shunting threshold value according to the application request; and if so, redirecting the application request to a node corresponding to the minimum load value in the edge computing node group. Correspondingly, an edge computing device and a terminal are also provided. The method can realize the dynamic balance of the real-time load of each node of the edge computing node group.

Description

Edge computing cooperation method, edge computing equipment and terminal
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an edge computing coordination method, an edge computing device, and a terminal.
Background
The edge computing nodes are close to the user side, the number of the edge computing nodes is large, the edge computing nodes are influenced by cost and demand factors, and the configuration of computing and storage capacity of a single edge computing node is low, so that the condition of load unbalance of the edge computing nodes is easy to occur, for example, a user aggregation is caused when a certain area carries out large-scale activities, and the problem that the edge computing nodes in the area exceed the processing capacity but the peripheral edge computing nodes are still in a normal or light load state due to the surge of mobile terminal requests is caused.
Disclosure of Invention
The present invention provides an edge computing cooperation method, an edge computing device and a terminal to achieve dynamic load balancing of each node of an edge computing node group in real time, in order to solve the above-mentioned deficiencies of the prior art.
In a first aspect, an embodiment of the present invention provides an edge computation coordination method, including: the nodes in the edge computing node group judge whether the load value of the node exceeds a shunting threshold value according to the application request; and if so, redirecting the application request to a node corresponding to the minimum load value in the edge computing node group.
Preferably, the determining, by a node in the edge computing node group, whether the load value of the node exceeds the offloading threshold according to the application request includes: the node receives an application request; inquiring the load value of the node in a load information table; and judging whether the load value of the node exceeds a shunting threshold value or not.
Preferably, the redirecting the application request to the node corresponding to the minimum load value in the edge computing node group includes: querying a load information table to determine a node address corresponding to a minimum load value in the edge computing node group; and sending a redirection message to the application request initiator, wherein the redirection message comprises a connection reestablishment requirement and a node address corresponding to the minimum load value, so that the application request initiator reestablishes connection to the node address corresponding to the minimum load value.
Preferably, before the node receives the application request, the edge computing cooperation further includes: constructing a load information table of the node, wherein the load information table comprises node addresses and load values of all nodes of the edge computing node group and corresponding relations between the node addresses and the load values; and periodically updating the load value in the load information table according to the preset time length.
Preferably, the constructing the load information table of the node specifically includes: calculating the load value of the node; receiving node addresses and load values thereof sent by other nodes of the edge computing node group; and storing the load value of the node, the node addresses sent by other nodes and the load values thereof into a load information table of the node.
Preferably, the calculating the load value of the node specifically includes: acquiring the connection quantity and the task processing time length in a preset time length; calculating the connection quantity in unit time and the average task processing time in unit time according to preset time; calculating the load value of the node:
Figure BDA0002504111480000021
where NL represents the load value of a node, C represents the number of connections per unit time of a node, CmaxMaximum limit of number of connections per unit time, C, representing nodemaxThe value of (A) is determined according to the edge computing network and the node capability, P represents the average task processing duration of the node in unit time, PmaxRepresenting the maximum limit of the mean task processing duration per unit time, P, of a nodemaxIs determined according to the maximum time delay tolerable by the application, WCAnd WPRepresent the weights of C and P, respectively, and WC+WP=1。
Preferably, the periodically updating the load value in the load information table according to the preset time period specifically includes: periodically calculating the latest load value of the node according to a preset time period, updating the load value of the node into the latest load value in a load information table stored in the node, and broadcasting the node address and the latest load value of the node to other nodes in the edge calculation node group; receiving addresses of all nodes and latest load values of the addresses of all nodes periodically sent by other nodes in the edge computing node group according to a preset time period; and updating the latest load values sent by other nodes in the edge computing node group into a load information table.
In a second aspect, an embodiment of the present invention provides an edge computing device, which includes a determining module and a redirecting module. And the judging module is used for judging whether the load value of the node exceeds the shunting threshold value according to the application request. And the redirection module is connected with the judgment module and used for redirecting the application request to the node corresponding to the minimum load value in the edge computing node group when the judgment result output by the judgment module is yes.
Preferably, the edge computing device further comprises a building module and an updating module. And the building module is connected with the judging module and used for building a load information table of the node, and the load information table comprises node addresses and load values of all nodes of the edge computing node group and the corresponding relation between the node addresses and the load values. And the updating module is connected with the constructing module and used for periodically updating the load value in the load information table according to the preset time.
In a third aspect, an embodiment of the present invention provides a terminal, including a memory and a processor, where the memory stores a computer program, and the processor is configured to run the computer program to implement the edge computing coordination method in the first aspect.
In the edge computing cooperation method provided by the embodiment of the invention, when the judgment result is that the current load value of the edge computing node exceeds the shunting threshold, the application request is redirected to the edge computing node corresponding to the current minimum load value, so that the dynamic balance of the real-time load of each node of the edge computing node group is realized.
Drawings
FIG. 1: a flow chart of an edge computing cooperation method in embodiment 1 of the present invention;
FIG. 2: is a structural diagram of an edge computing device of embodiment 2 of the present invention;
FIG. 3: is a structural diagram of a terminal of embodiment 3 of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, an edge calculation cooperation method, an edge calculation device and a terminal according to the present invention are described in further detail below with reference to the accompanying drawings and embodiments.
Example 1:
the present embodiment provides an edge computing cooperation method, which is implemented by each node in an edge computing node cluster, where the edge computing node cluster is composed of a plurality of local edge computing nodes. As shown in fig. 1, the method includes:
step 101, a node in an edge computing node group judges whether a load value of the node exceeds a shunting threshold value according to an application request.
In this embodiment, when a new application request is connected to a certain node in the edge computing node group, the node receives the new application request, queries the load value of the node in the load information table, and determines whether the load value of the node exceeds the shunting threshold. The value of the shunting threshold value can be set according to the requirement of the user on the application response speed.
And 102, redirecting the application request to a node corresponding to the minimum load value in the edge computing node group when the judgment result is yes.
In this embodiment, when the determination result is that the load value of the node exceeds the shunting threshold, the load information table is queried to screen out the minimum load value, and further, a node address corresponding to the minimum load value in the edge computing node group is determined; and sending a redirection message to the application request initiator, wherein the redirection message comprises a connection reestablishment requirement and a node address corresponding to the minimum load value, so that the application request initiator reestablishes connection to the node address corresponding to the minimum load value. And when the judgment result is that the load value of the node does not exceed the shunting threshold, the node processes the application request. The load information table comprises load values of all nodes of the edge computing node group, and the load information table is inquired in two modes, wherein one mode is to inquire the load information table from the central cloud platform, and the other mode is to inquire the load information table from the node. The offload threshold may be stored in the central cloud platform or in a configuration parameter table of the edge computing network. When the offload threshold is stored in the configuration parameter table of the edge computing network, the configuration parameter table is maintained in each node of the edge computing node cluster.
Optionally, before the node receives the application request, the edge computing cooperation method further includes steps 11 to 12:
and 11, constructing a load information table of the node, wherein the load information table comprises node addresses and load values of all nodes of the edge computing node group and the corresponding relation between the node addresses and the load values.
In this embodiment, after the edge computing network is established, all nodes of the edge computing node group need to establish the load information table. Or when a node is newly added in the edge computing node group, the newly added node needs to construct a load information table. Thus, in each node of the cluster of edge computing nodes, a table of load information about the load of all nodes within the cluster is stored and maintained. Optionally, the load information table further includes node identifiers of nodes in the edge computing node group, and a corresponding relationship between the node identifiers and the load values.
The specific steps for constructing the load information table comprise the following steps:
in step 1101, the load value of the node is calculated.
Specifically, the connection number of the node and the task processing time within the preset time are obtained. The value of the preset time length can be set according to the user requirement, and the value of the preset time length is stored in a configuration parameter table maintained by each node. The task processing duration is the time difference between the event that the node receives the application processing request and the event that the node returns the processing result after the processing is finished. The local node can set a clock trigger according to the preset time length, and the acquired connection quantity and the task processing time length of the local node are written into the temporary storage area in each time period of the preset time length. For example, the preset time length is set to 20 minutes, the node acquires that the number of applications requesting to be connected to the node is 5 within 20 minutes, that is, the connection number is 5, and the task processing time lengths of the 5 applications are 10 minutes, 3 minutes, 8 minutes, 15 minutes, and 18 minutes, respectively, and stores the acquired data in the temporary storage area.
And then, calculating the connection quantity in unit time and the average task processing time in unit time according to the preset time. The value per unit time may be set to minutes or seconds. For example, the value of the unit time is set to be minutes, when the preset time length is reached, the node reads the data in the temporary storage area, the connection number of the unit time is calculated to be 0.25, and the average task processing time length of the unit time is 0.54 minutes.
Further, the load value of the node is calculated according to the following model:
Figure BDA0002504111480000051
where NL represents the load value of a node, C represents the number of connections per unit time of a node, CmaxMaximum limit of number of connections per unit time, C, representing nodemaxThe value of (A) is determined according to the edge computing network and the node capability, P represents the unit time average task processing duration of the node, PmaxRepresenting the maximum limit of the mean task processing duration per unit time, P, of a nodemaxIs determined according to the maximum delay tolerable by the application, WCAnd WPRespectively represent the weights of C and P, WCAnd WPThe numerical value of (W) is determined according to the influence degree of two factors of the connection quantity and the task processing time length on the network load condition respectively, and WC+WP=1。
In the present embodiment, according to the above example, the calculated value of C is 0.25, the value of P is 0.54, and Cmax、Pmax、WC、WPAll the values are set known values, and the load value of the node can be calculated according to the model.
Step 1102, receiving node addresses and load values thereof sent by other nodes of the edge computing node group.
In this embodiment, the other nodes in the edge computing node group compute their own load values according to step 1001, and broadcast their own node addresses and their own load values to the other nodes, so as to implement real-time sharing of their own load levels with all nodes in the edge computing node group, so as to facilitate decision-making and judgment of application distribution by the other nodes.
Step 1103, the load value of the node, the node addresses sent by other nodes, and the load values thereof are stored in the load information table of the node.
In this embodiment, the calculated load value of the local node, and the received node addresses and the load values thereof sent by the other nodes are stored in the load information table of the local node.
And step 12, periodically updating the load value in the load information table according to the preset time.
In this embodiment, the preset durations in the configuration parameter tables of all nodes of the edge computing node group are set to be the same value, so that the update periods of all nodes are the same to ensure that the update times of all nodes are synchronous. For example, when the value of the preset time duration is set to 20 minutes as exemplified above, all the nodes in the edge computing node group compute their own load values every 20 minutes, and update all the load values in the load information table once.
The method for periodically updating the load value in the load information table according to the preset time specifically comprises the following steps:
step 1201, periodically calculating the latest load value of the node according to a preset time period, updating the load value of the node to the latest load value in a load information table stored in the node, traversing the nodes in the load information table, and broadcasting the node address and the latest load value of the node to other nodes in the edge calculation node group.
Step 1202, receiving addresses of nodes and latest load values of the addresses periodically sent by other nodes in the edge computing node group according to a preset time period.
Step 1203, updating the latest load values sent by other nodes in the edge computing node group into the load information table.
In this embodiment, the load values in the load information table are periodically updated according to the preset time duration, so that the load values in the load information table stored by all the nodes in the edge computing node group are kept as the latest load value, and when the value of the preset time duration is set to be infinitesimal, the latest load value represents the real-time load value of the node.
In the edge computation cooperative method provided by this embodiment, in the load value computation model adopted, the load value of the node is measured based on the connection number of the applications and the task processing duration of the applications, and compared with the load value measured based on the physical capability of the node, the load value computed by this model is more consistent with the actual processing capability of the edge computation node; the load value of the node is comprehensively measured based on two factors of the connection data and the task processing time, and the measured angle is more comprehensive, so that the load level of the node is more accurately reflected; the load value of the node is calculated based on the ratio of the connection number to the limit value of the connection number and the ratio of the task processing time length to the limit value of the task processing time length, compared with the method that the load value is calculated based on the connection number and the task processing time length, the model can quantify two factors, so that the balance matching of all the factors is carried out, the calculation result is not easily affected by any condition with inconsistent two measurement standards, and the calculation result of the load value is more accurate. The latest load value of the nodes of the edge computing node group is shared in real time, so that the nodes can be compared with the shunt threshold according to the latest load value, real-time dynamic load balance among the edge computing node group is achieved, edge computing cooperative processing is completed, resources of all the nodes are reasonably distributed, processing efficiency can be improved, response speed of application is improved, and user experience is improved.
Example 2:
as shown in fig. 2, the present embodiment provides an edge computing device, which includes a determining module 21 and a redirecting module 22.
And the judging module 21 is configured to judge whether the load value of the node exceeds the offloading threshold according to the application request. And the redirecting module 22 is connected to the judging module 21, and is configured to redirect the application request to a node corresponding to a minimum load value in the edge computing node group when the judgment result output by the judging module is that the load value of the node exceeds the shunting threshold. When the judgment result is that the load value of the node is less than or equal to the offloading threshold, the judgment module 21 does not trigger the redirection module 22.
Optionally, the edge computing device further comprises a building module 23 and an updating module 24. And the building module 23 is connected to the judging module 21 and configured to build a load information table of the node, where the load information table includes node addresses and load values of nodes in the edge computing node group, and a corresponding relationship between the node addresses and the load values. And the updating module 24 is connected with the constructing module 23 and is used for periodically updating the load value in the load information table according to the preset time length.
Example 3:
as shown in fig. 3, the present embodiment provides a terminal, which includes a memory 31 and a processor 32, wherein the memory 31 stores a computer program, and the processor 32 is configured to run the computer program to implement the edge calculation coordination method described in embodiment 1.
The memory 31 is connected to the processor 32, the memory 31 may be a flash memory, a read-only memory or other memories, and the processor 32 may be a central processing unit or a single chip microcomputer.
It will be understood that the above embodiments are merely exemplary embodiments taken to illustrate the principles of the present invention, which is not limited thereto. It will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the spirit and substance of the invention, and these modifications and improvements are also considered to be within the scope of the invention.

Claims (6)

1. An edge computing cooperation method, comprising:
constructing a load information table of the node, wherein the load information table comprises node addresses and load values of all nodes of the edge computing node group and corresponding relations between the node addresses and the load values;
periodically updating the load value in the load information table according to a preset time length;
the nodes in the edge computing node group judge whether the load value of the node exceeds a shunting threshold value according to the application request;
if so, redirecting the application request to a node corresponding to the minimum load value in the edge computing node group,
the constructing of the load information table of the node specifically includes:
calculating the load value of the node;
receiving node addresses and load values thereof sent by other nodes of the edge computing node group;
storing the load value of the node, the node addresses sent by other nodes and the load values thereof into the load information table of the node,
the calculating the load value of the node specifically includes: acquiring the connection quantity and the task processing time length in a preset time length;
calculating the connection quantity in unit time and the average task processing time in unit time according to preset time;
calculating the load value of the node:
Figure FDA0003520993160000011
where NL represents the load value of a node, C represents the number of connections per unit time of a node, CmaxMaximum limit of number of connections per unit time, C, representing nodemaxThe value of (A) is determined according to the edge computing network and the node capability, P represents the average task processing duration of the node in unit time, PmaxRepresenting the maximum limit of the mean task processing duration per unit time, P, of a nodemaxIs determined according to the maximum time delay tolerable by the application, WCAnd WPRepresent the weights of C and P, respectively, and WC+WP=1。
2. The edge computing coordination method according to claim 1, wherein the determining, by a node in the edge computing node group according to an application request, whether a load value of the node exceeds a offload threshold includes:
the node receives an application request;
inquiring the load value of the node in a load information table;
and judging whether the load value of the node exceeds a shunting threshold value or not.
3. The edge computing coordination method according to claim 2, wherein the redirecting the application request to the node corresponding to the minimum load value in the edge computing node group comprises:
querying a load information table to determine a node address corresponding to a minimum load value in the edge computing node group;
and sending a redirection message to the application request initiator, wherein the redirection message comprises a connection reestablishment requirement and a node address corresponding to the minimum load value, so that the application request initiator reestablishes connection to the node address corresponding to the minimum load value.
4. The edge computing coordination method according to claim 3, wherein the periodically updating the load value in the load information table according to the preset time period specifically comprises:
periodically calculating the latest load value of the node according to a preset time period, updating the load value of the node into the latest load value in a load information table stored in the node, and broadcasting the node address and the latest load value of the node to other nodes in the edge calculation node group;
receiving addresses of all nodes and latest load values of the addresses of all nodes periodically sent by other nodes in the edge computing node group according to a preset time period;
and updating the latest load values sent by other nodes in the edge computing node group into a load information table.
5. An edge computing device comprising a determination module, a redirection module, a construction module, and an update module,
a judging module for judging whether the load value of the node exceeds the shunting threshold value according to the application request,
a redirection module connected with the judgment module and used for redirecting the application request to the node corresponding to the minimum load value in the edge computing node group when the judgment result output by the judgment module is yes,
the building module is connected with the judging module and used for building a load information table of the node, the load information table comprises node addresses and load values of all nodes of the edge computing node group and the corresponding relation between the node addresses and the load values,
the updating module is connected with the constructing module and is used for periodically updating the load value in the load information table according to the preset time length,
a building module, which is specifically used for calculating the load value of the node, receiving the node addresses and the load values thereof sent by other nodes of the edge calculation node group, storing the load value of the node, the node addresses and the load values thereof sent by other nodes into the load information table of the node,
a construction module, which is used for acquiring the connection number and the task processing time length in the preset time length, calculating the connection number in unit time and the average task processing time length in unit time according to the preset time length,
calculating the load value of the node:
Figure FDA0003520993160000031
where NL represents the load value of a node, C represents the number of connections per unit time of a node, CmaxMaximum limit of number of connections per unit time, C, representing nodemaxThe value of (A) is determined according to the edge computing network and the node capability, P represents the average task processing duration of the node in unit time, PmaxRepresenting the maximum limit of the mean task processing duration per unit time, P, of a nodemaxCan be selected according to the applicationMaximum delay tolerated, WCAnd WPRepresent the weights of C and P, respectively, and WC+WP=1。
6. A terminal comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to execute the computer program to implement the method according to any of claims 1-4.
CN202010441301.3A 2020-05-22 2020-05-22 Edge computing cooperation method, edge computing equipment and terminal Active CN111629046B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010441301.3A CN111629046B (en) 2020-05-22 2020-05-22 Edge computing cooperation method, edge computing equipment and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010441301.3A CN111629046B (en) 2020-05-22 2020-05-22 Edge computing cooperation method, edge computing equipment and terminal

Publications (2)

Publication Number Publication Date
CN111629046A CN111629046A (en) 2020-09-04
CN111629046B true CN111629046B (en) 2022-04-08

Family

ID=72272544

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010441301.3A Active CN111629046B (en) 2020-05-22 2020-05-22 Edge computing cooperation method, edge computing equipment and terminal

Country Status (1)

Country Link
CN (1) CN111629046B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114710484A (en) * 2020-12-16 2022-07-05 中国联合网络通信集团有限公司 Edge calculation cooperation method, edge calculation node, computer device, and medium
CN113660697A (en) * 2021-08-10 2021-11-16 中标慧安信息技术股份有限公司 Resource scheduling method and device for mobile edge computing
CN114069866A (en) * 2021-11-23 2022-02-18 国网山东省电力公司威海市文登区供电公司 Control method, equipment and medium for power distribution room
CN114745563B (en) * 2022-04-11 2024-01-30 中国联合网络通信集团有限公司 Method, device and system for processing live broadcast task by selecting edge computing node
CN115309561B (en) * 2022-10-11 2022-12-27 中诚华隆计算机技术有限公司 Method and system for performing task cooperative processing based on task cooperative processing chip

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109379774A (en) * 2018-11-08 2019-02-22 网宿科技股份有限公司 Intelligent dispatching method, terminal device, fringe node cluster and intelligent dispatching system
CN110764912A (en) * 2019-10-25 2020-02-07 东北大学 Self-adaptive task scheduler and method

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8484656B2 (en) * 2007-03-12 2013-07-09 Citrix Systems, Inc. Systems and methods for providing global server load balancing of heterogeneous devices
CN103338228B (en) * 2013-05-30 2016-12-28 江苏大学 Cloud computing load balancing dispatching algorithms based on double weighting Smallest connection algorithms
CN103617086B (en) * 2013-11-20 2017-02-08 东软集团股份有限公司 Parallel computation method and system
CN106844051A (en) * 2017-01-19 2017-06-13 河海大学 The loading commissions migration algorithm of optimised power consumption in a kind of edge calculations environment
US10157085B2 (en) * 2017-02-17 2018-12-18 Sas Institute Inc. Techniques for decentralized load balancing
CN109040259B (en) * 2018-08-09 2021-02-23 中国联合网络通信集团有限公司 CDN node distribution method and system based on MEC
CN109714223B (en) * 2018-09-17 2022-03-22 赛特斯信息科技股份有限公司 System and method for realizing network service access dynamic load sharing function under NFV architecture
CN110049130B (en) * 2019-04-22 2020-07-24 北京邮电大学 Service deployment and task scheduling method and device based on edge computing
CN110166565A (en) * 2019-05-30 2019-08-23 中国联合网络通信集团有限公司 Block chain divides domain triggering method and system
CN110417897B (en) * 2019-07-31 2022-08-02 中国联合网络通信集团有限公司 Block chain domain-division triggering method, block chain node point equipment and terminal
CN110677875B (en) * 2019-09-27 2022-09-09 云南电网有限责任公司 Wireless network load balancing method facing edge computing environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109379774A (en) * 2018-11-08 2019-02-22 网宿科技股份有限公司 Intelligent dispatching method, terminal device, fringe node cluster and intelligent dispatching system
CN110764912A (en) * 2019-10-25 2020-02-07 东北大学 Self-adaptive task scheduler and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Multi-UAV-Enabled Load-Balance Mobile-Edge Computing for IOT Networks;Lei Yang,Haipeng Yao,Jingjing Wang,Chuanxiao Jiang;《IEEE》;20200204;全文 *
资源适应型多粒度负载的均衡机制及应用研究;刘明铭;《中国博士学位论文全文数据库信息科技辑》;20140630;全文 *

Also Published As

Publication number Publication date
CN111629046A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
CN111629046B (en) Edge computing cooperation method, edge computing equipment and terminal
CN109660607B (en) Service request distribution method, service request receiving method, service request distribution device, service request receiving device and server cluster
CN110049130B (en) Service deployment and task scheduling method and device based on edge computing
US11032210B2 (en) Software load balancer to maximize utilization
WO2022062795A1 (en) Service request allocation method, apparatus and computer device, and storage medium
US20170046204A1 (en) Application Scaling Management Method and Apparatus
CN110138756B (en) Current limiting method and system
CN105516347A (en) Method and device for load balance allocation of streaming media server
CN112825527A (en) Service node distribution method and device based on MEC and related server
CN104767629A (en) Method of distributing service nodes, device and system
CN104092650A (en) Service distributing request method and device
WO2023115829A1 (en) Edge computing resource allocation method, apparatus and device, and storage medium
CN107707612B (en) Method and device for evaluating resource utilization rate of load balancing cluster
CN112543151A (en) SDN controller deployment method and device, electronic equipment and storage medium
CN110597619A (en) Load balancing method, load balancing device and load balancing server
CN105243078B (en) A kind of distribution method of file resource, system and device
CN111400351A (en) Method and device for inquiring streaming data based on distributed parallel architecture
CN108882296A (en) A kind of method and device handling message
CN112187839B (en) Distribution method, server and storage medium
TW202215262A (en) Reverse proxy method and storage device with delay sensing and load balancing
CN107528884B (en) User request processing method and device of aggregation server
CN106161279A (en) A kind of data capture method and device
CN112437137B (en) Internet of things data connection method and system
CN116055496B (en) Monitoring data acquisition method and device, electronic equipment and storage medium
CN105828341B (en) A kind of method and device by base station access Packet Transport Network access ring

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