WO2021012795A1 - Procédé et appareil de planification de nœud de réseau, dispositif électronique et support d'informations - Google Patents

Procédé et appareil de planification de nœud de réseau, dispositif électronique et support d'informations Download PDF

Info

Publication number
WO2021012795A1
WO2021012795A1 PCT/CN2020/093598 CN2020093598W WO2021012795A1 WO 2021012795 A1 WO2021012795 A1 WO 2021012795A1 CN 2020093598 W CN2020093598 W CN 2020093598W WO 2021012795 A1 WO2021012795 A1 WO 2021012795A1
Authority
WO
WIPO (PCT)
Prior art keywords
network node
service
microservice
service request
current
Prior art date
Application number
PCT/CN2020/093598
Other languages
English (en)
Chinese (zh)
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 WO2021012795A1 publication Critical patent/WO2021012795A1/fr

Links

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
    • 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
    • H04L67/1004Server selection for load balancing
    • H04L67/1021Server selection for load balancing based on client or server locations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Definitions

  • This application relates to the technical field of data processing, in particular to the scheduling method, device, electronic equipment and storage medium of network nodes.
  • Microservice architecture is a new technology for deploying applications and services in the cloud.
  • each microservice can be deployed independently, and each microservice is loosely coupled.
  • the server side When the server side needs to execute a business request initiated by the user terminal to execute the service corresponding to the microservice, the server generally needs to execute the service request through a certain network node used to execute the service corresponding to the microservice in the service request. There are many network nodes selected. Therefore, a reasonable selection of network nodes will affect the efficiency of the system to complete service requests.
  • the inventor realizes that the server generally selects the network node used to execute the service corresponding to the microservice in the service request by random selection, so the optimal network node cannot be selected reasonably, which will lead to the efficiency of completing the service request Lower.
  • this application provides a network node scheduling Methods, devices, electronic equipment and storage media.
  • a method for scheduling network nodes includes: in response to a service request initiated by a user terminal requesting to execute a service corresponding to a microservice, obtaining a service request for executing a service corresponding to the microservice in the service request.
  • the current load, current performance, and current distance from the user terminal of each network node based on the current load, current performance, and current distance from the user terminal of each network node, it is determined that each network node is performing the service
  • the priority of the service corresponding to the microservice in the request determining the target network for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request node.
  • a network node scheduling device includes: an obtaining unit, configured to respond to a request initiated by a user terminal to perform a service request corresponding to a microservice, and obtain a service request for performing the service request.
  • the current load, current performance, and current distance from the user terminal of each network node corresponding to the microservice is configured to be based on the current load, current performance, and current distance from the user terminal of each network node Determine the priority of each network node in executing the service corresponding to the microservice in the service request; the second execution unit is configured to execute the service corresponding to the microservice in the service request based on each network node The priority determines the target network node used to execute the service corresponding to the microservice in the service request.
  • an electronic device including a memory and a processor, the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the processor executes the aforementioned network The steps of the node scheduling method.
  • a storage medium storing computer-readable instructions.
  • the one or more processors execute the steps of the scheduling method of the network node. .
  • the server determines the priority of each network node's microservice corresponding business in the execution of the service request based on the current load, current performance of each network node, and the current distance from the user terminal.
  • the priority of the service corresponding to the microservice determines the target network node used to execute the service corresponding to the microservice in the service request, and then achieves better performance when selecting all network nodes that execute the service corresponding to the microservice in the service request to execute the service request.
  • the network nodes that have poor performance in processing service requests are avoided, thereby improving the efficiency of completing service requests.
  • Fig. 1 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • Fig. 2 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • Fig. 3 is a specific implementation flowchart of step S230 in a method for scheduling network nodes according to an exemplary embodiment of the present application.
  • Fig. 4 is a specific implementation flowchart of step S120 in a method for scheduling a network node according to an exemplary embodiment of the present application.
  • Fig. 5 is a block diagram of a method and apparatus for scheduling a network node according to an exemplary embodiment of the present application.
  • Fig. 6 schematically shows an exemplary block diagram of an electronic device for implementing the foregoing method for scheduling network nodes.
  • Fig. 7 schematically shows a computer-readable storage medium for implementing the foregoing method for scheduling network nodes.
  • FIG. 1 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • the execution subject of the network node scheduling method in this embodiment is an electronic device, and the electronic device may specifically be The server side that performs the management of all network nodes that perform service requests corresponding to microservices.
  • the server side is used as an example for description.
  • the scheduling method of network nodes as shown in FIG. 1 may include the following steps S110 to S130, which are described in detail as follows.
  • Step S110 in response to a service request initiated by the user terminal to execute the service corresponding to the microservice, obtain the current load, current performance, and current load of each network node used to execute the service corresponding to the microservice in the service request. distance.
  • the user terminal sends a service request for requesting the execution of a service corresponding to the microservice to the server, where the service request may be a data query request, which is of course not limited to this.
  • the service request is also It can be a request to perform other services.
  • the service request may be triggered by the user manually operating a physical button or virtual control provided by the terminal. It should be noted that the above service request carries geographic location information located by the user terminal.
  • the server responds to the service request of the service corresponding to the microservice initiated by the user terminal, and needs to determine the target for executing the service corresponding to the microservice in the service request from all network nodes that execute the service corresponding to the microservice in the service request Network nodes, where each network node corresponds to a network device used to execute the service corresponding to the microservice in the service request.
  • the server can directly obtain the current load of each network node and the current performance of each network node from the network equipment corresponding to each network node.
  • the server side determines the current distance between each network node and the user terminal, it can obtain the geographic location information of the network node from the network device corresponding to the network node, and based on the geographic location information of the network node and the service request carried
  • the geographic location information located by the user terminal determines the current distance between the network node and the user terminal.
  • Step S120 Determine the priority of each network node in executing the microservice corresponding service in the service request based on the current load, current performance, and current distance from the user terminal of each network node.
  • the current load of the network node may be the current network device corresponding to the network node.
  • the number of service requests processed the more the number of service requests currently processed by the network device, the greater the current load of the network node.
  • the current performance of the network node may be the current processor performance of the network device corresponding to the network node.
  • the smaller the current distance between the node and the user terminal the better the effect of the network node in executing the service request, and the more suitable it is as the target network node for executing the service corresponding to the microservice in the service request, so the priority is higher.
  • the server determines the priority of each network node's microservice corresponding business in the execution of the service request based on the three dimensional information of each network node's current load, current performance, and current distance from the user terminal.
  • Step S130 Determine a target network node for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the server after determining the priority of each network node used to execute the service corresponding to the microservice in the service request, the server will determine the microservice used to execute the service request according to the priority.
  • the target network node corresponding to the service is the server.
  • FIG. 2 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application. As shown in FIG. 2, the method is based on each network node in the execution of the service request. The priority of the service corresponding to the service determines the target network node for executing the microservice corresponding service in the service request.
  • the step S130 includes: step S230, determining the network node with the highest priority as the target network node for executing the service request The microservice corresponds to the target network node of the business.
  • the server side may determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the server side can also randomly select a network node from all network nodes with a priority higher than a set threshold as the target network node for executing the service corresponding to the microservice in the service request.
  • the server determines the priority of each network node in the execution of the microservice corresponding service in the service request based on the current load, current performance of each network node and the current distance from the user terminal.
  • the priority of the service corresponding to the microservice in the execution of the service request is determined to determine the target network node used to execute the service corresponding to the microservice in the service request, and then all network nodes that execute the service corresponding to the microservice in the service request are selected to execute the service request.
  • the network node with better performance at the time avoids selecting the network node with poor performance in processing service requests, thereby improving the efficiency of completing service requests.
  • FIG. 3 is a specific implementation flowchart of step S230 in a network node scheduling method shown in an exemplary embodiment of the present application.
  • the highest priority The step S230 of determining the network node as the target network node for executing the service corresponding to the microservice in the service request includes: step S2301, obtaining the current time of the network node with the highest priority from a preset log information database All logs generated when the microservice corresponding service in the service request is executed within a specific time period before the current time, wherein the log information in the log includes at least the network node with the highest priority executing the Response status information when the microservice in the service request corresponds to the business, where the response status information indicates that the network node with the highest priority responded successfully or the priority is the highest when executing the service corresponding to the microservice in the service request The network node of is not responding when executing the service corresponding to the microservice in the service request.
  • the server side may first obtain the highest priority from the preset log information database. All logs generated when the network node of the network node executes the service corresponding to the microservice in the service request in the current time and a specific time period before the current time. Among them, all logs of the network node with the highest priority during the current time and a specific time period before the current time may be all logs within one week before the current time, which is not limited here.
  • the preset log information database can be the log information database storing logs of the network device corresponding to the network node, and the log information in the log includes at least the network node with the highest priority when executing the service corresponding to the microservice in the service request.
  • the above response status information is the information that the network node with the highest priority is responding successfully when executing the microservice corresponding service in the service request or the network node with the highest priority is executing the microservice corresponding service in the service request.
  • the log information may also include the reason why the network node with the highest priority did not respond when executing the service corresponding to the microservice in the service request.
  • Step S2302 Determine, based on the response status information in the log information, the response success rate of the microservice corresponding service in the service request executed by the network node with the highest priority in the current time and a specific time period before the current time.
  • the server side obtains the response status information in the log information of all logs, and according to the response status information of all logs, the number of logs that respond successfully when executing the microservice corresponding business in the service request accounts for all
  • the ratio of the number of logs determines the response success rate of the microservice corresponding service in the service request by the network node with the highest priority during the current time and the specific time period before the current time.
  • Step S2303 if the response success rate of the microservice corresponding service in the service request executed by the network node with the highest priority in the current time and a specific time period before the current time is higher than a predetermined threshold, the network node with the highest priority will be selected
  • the network node is determined as a target network node for executing the service corresponding to the microservice in the service request.
  • the server can determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the server can execute the service Other network nodes with a lower probability of failure and higher priority when the microservice in the request corresponds to the service are determined as the target network node for executing the service corresponding to the microservice in the service request.
  • FIG. 4 is a specific implementation flowchart of step S120 in a network node scheduling method shown in an exemplary embodiment of the present application.
  • the method is based on each network node.
  • the current load, current performance, and current distance from the user terminal to determine the priority of each network node in executing the service corresponding to the microservice in the service request S120 includes: step S1201, based on each network The current load of the node and the maximum load corresponding to each network node determine the first score.
  • the server also obtains the maximum load of each network node from the device information of the network device corresponding to each network node, that is, the maximum number of service requests that the network device corresponding to the network node can process simultaneously value.
  • the maximum load of the network node is smaller, the effect of the network node in executing service requests is better; it should be noted that when the maximum load of the network node is larger, the effect of the network node in executing service requests will be better.
  • the terminal will determine the first score based on the current load of each network node and the maximum load corresponding to each network node.
  • the server side determines the first score based on the current load of each network node and the maximum load corresponding to each network node, the first score may be specifically determined based on the following formula.
  • is a normal number greater than zero
  • a 1 is the maximum load corresponding to each network node
  • a 2 is the current load of each network node
  • A is the server side based on the current load of each network node and each network node
  • the first score determined by the corresponding maximum load.
  • the server determines the first score based on the current load of each network node and the maximum load corresponding to each network node. The higher the corresponding first score, the better the network node performs the service request.
  • Step S1202 Determine a second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the server also obtains the optimal performance of each network node from the device information of the network device corresponding to each network node, that is, the optimal performance of the processor of the network device corresponding to the network node.
  • the network node performs better in performing service requests; it should be noted that when the current performance of the network node is closer to the optimal performance of the network node, the network node is performing the service request The effect will be better; the server will determine the second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the server determines the second score based on the current performance of each network node and the optimal performance corresponding to each network node
  • the second score may be specifically determined based on the following formula.
  • is a normal number greater than zero
  • b 1 is the current performance of each network node
  • b 2 is the optimal performance of each network node
  • B is the server side based on the current performance of each network node and each network node The second score determined by the corresponding optimal performance.
  • the server determines the second score based on the current performance of each network node and the optimal performance of each network node. The higher the corresponding second score, the better the network node performs the service request.
  • Step S1203 Determine a third score based on the relationship table between the current distance between each network node and the user terminal, the current distance between the network node and the user terminal, and the priority value.
  • the current distance between the network node and the user terminal will affect the effect of the network node in executing the service request.
  • the server has pre-stored the relationship table of the current distance between the network node and the user terminal and the priority value, and the server side is based on the determined current distance between each network node and the user terminal, the current distance between the network node and the user terminal and the priority value.
  • the server side determines the third score based on the current distance between each network node and the user terminal, and the relationship table between the current distance between the network node and the user terminal and the priority value. The higher the corresponding third score, the network node is executing the service request The effect is better.
  • Step S1204 based on the first score, the second score, and the third score, determine the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the server side determines the priority of each network node in executing the service corresponding to the microservice in the service request based on the determined first score, second score, and third score.
  • the server determines the priority of each network node in executing the service corresponding to the microservice in the service request. Specifically, it can be determined based on the following formula that each network node is The priority of the business corresponding to the microservice in the execution business request.
  • A is the first score
  • B is the second score
  • C is the third score
  • ⁇ , ⁇ , and ⁇ are normal numbers greater than zero
  • S is the value of each network node in executing service requests
  • the server determines the first score, second score, and third score determined by the three dimensional information of each network node's load, performance, and the current distance from the user terminal to determine the microservices of each network node in executing the service request
  • the first score, the second score, and the third score are all positively correlated with the priority. When the first score, the second score, and the third score are larger, the priority is higher.
  • FIG. 5 is a scheduling apparatus of a network node provided by an embodiment of the present application.
  • the scheduling apparatus of the network node may be integrated into the above-mentioned electronic device, and may specifically include an obtaining unit 310 and a first execution unit 320. And the second execution unit 330.
  • the obtaining unit 310 is configured to respond to a service request for executing a service corresponding to the microservice in response to a request initiated by a user terminal, and obtain the current load and current performance of each network node used to execute the service corresponding to the microservice in the service request. The current distance of the terminal.
  • the first execution unit 320 is configured to determine the priority of each network node in executing the microservice corresponding service in the service request based on the current load, current performance, and current distance from the user terminal of each network node .
  • the second execution unit 330 is configured to determine a target network node for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the second execution unit 330 includes: a first execution subunit, configured to determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the first execution subunit further includes: an acquisition module, configured to acquire the network node with the highest priority from a preset log information library to execute the execution in the current time and a specific time period before the current time All logs generated when the microservice in the service request corresponds to the service, wherein the log information in the log includes at least the log information of the network node with the highest priority when executing the service corresponding to the microservice in the service request Response status information, where the response status information is that the network node with the highest priority responds successfully when the microservice corresponding service in the service request is executed or the network node with the highest priority is executing the service request When the microservice corresponds to the business, it is not responding.
  • an acquisition module configured to acquire the network node with the highest priority from a preset log information library to execute the execution in the current time and a specific time period before the current time All logs generated when the microservice in the service request corresponds to the service
  • the log information in the log includes at least the log information of the network node with the highest priority when
  • the first execution module is configured to determine, based on the response status information in the log information, that the network node with the highest priority executes the service corresponding to the microservice in the service request within the current time and a specific time period before the current time Response success rate.
  • the second execution module is configured to: if the network node with the highest priority executes the microservice corresponding service in the service request within a specific time period before the current time and the response success rate is higher than a predetermined threshold, The network node with the highest priority is determined as the target network node for executing the service corresponding to the microservice in the service request.
  • the first execution unit 320 includes: a second execution subunit, configured to determine the first score based on the current load of each network node and the maximum load corresponding to each network node.
  • the third execution subunit is configured to determine a second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the fourth execution subunit is configured to determine the third score based on the relationship table between the current distance between each network node and the user terminal, the current distance between the network node and the user terminal, and the priority value.
  • the fifth execution subunit is configured to determine the priority of each network node in executing the microservice corresponding service in the service request based on the first score, the second score, and the third score.
  • the fifth execution subunit is specifically configured to determine the priority of each network node in executing the service corresponding to the microservice in the service request based on the following formula.
  • A is the first score
  • B is the second score
  • C is the third score
  • ⁇ , ⁇ , and ⁇ are normal numbers greater than zero
  • S is the execution of each network node The priority of the microservice in the business request corresponding to the business.
  • the second execution subunit is specifically configured to determine the first score based on the following formula.
  • n is a normal number greater than zero
  • a 1 is the maximum load corresponding to each network node
  • a 2 is the current load of each network node
  • A is the first score.
  • the third execution subunit is specifically configured to determine the second score based on the following formula.
  • is a normal number greater than zero
  • b 1 is the current performance of each network node
  • b 2 is the optimal performance of each network node
  • B is the second score
  • modules or units of the device for action execution are mentioned in the above detailed description, this division is not mandatory.
  • the features and functions of two or more modules or units described above may be embodied in one module or unit.
  • the features and functions of a module or unit described above can be further divided into multiple modules or units to be embodied.
  • the exemplary embodiments described herein can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a mobile terminal, or a network device, etc.) execute the method according to the embodiment of the present disclosure.
  • a computing device which may be a personal computer, a server, a mobile terminal, or a network device, etc.
  • an electronic device capable of implementing the above method is also provided.
  • FIG. 6 is an electronic device 400 according to this embodiment of the present application.
  • the electronic device 400 shown in FIG. 6 is only an example, and should not bring any limitation to the function and use scope of the embodiments of the present application.
  • the electronic device 400 takes the form of a general-purpose computing device.
  • the components of the electronic device 400 may include but are not limited to: the aforementioned at least one processing unit 410, the aforementioned at least one storage unit 420, and a bus 430 connecting different system components (including the storage unit 420 and the processing unit 410).
  • the storage unit stores program code, and the program code can be executed by the processing unit 410, so that the processing unit 410 executes the various exemplary methods described in the "Exemplary Method" section of this specification.
  • Implementation steps For example, the processing unit 410 may perform step S110 as shown in FIG. 1: In response to a service request for executing the service corresponding to the microservice initiated by the user terminal, obtain the service request for executing the service corresponding to the microservice in the service request.
  • Step S120 Determine that each network node is performing based on the current load, current performance, and current distance from the user terminal of each network node
  • the priority of the service corresponding to the microservice in the service request Step S130: Determine the priority of the service corresponding to the microservice in the service request based on the priority of each network node in executing the service request.
  • the storage unit 420 may include a readable medium in the form of a volatile storage unit, such as a random access storage unit (RAM) 4201 and/or a cache storage unit 4202, and may further include a read-only storage unit (ROM) 4203.
  • RAM random access storage unit
  • ROM read-only storage unit
  • the storage unit 420 may also include a program/utility tool 4204 having a set of (at least one) program module 4205.
  • program module 4205 includes but is not limited to: an operating system, one or more application programs, other program modules, and program data, Each of these examples or some combination may include the implementation of a network environment.
  • the bus 430 may represent one or more of several types of bus structures, including a storage unit bus or a storage unit controller, a peripheral bus, a graphics acceleration port, a processing unit, or a local area using any bus structure among multiple bus structures. bus.
  • the electronic device 400 can also communicate with one or more external devices 600 (such as keyboards, pointing devices, Bluetooth devices, etc.), and can also communicate with one or more devices that enable a user to interact with the electronic device 400, and/or communicate with Any device (such as a router, modem, etc.) that enables the electronic device 400 to communicate with one or more other computing devices. Such communication may be performed through an input/output (I/O) interface 440.
  • the electronic device 400 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 460.
  • networks for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet
  • the network adapter 460 communicates with other modules of the electronic device 400 through the bus 430. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the electronic device 400, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives And data backup storage system, etc.
  • the exemplary embodiments described herein can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) execute the method according to the embodiments of the present disclosure.
  • a computing device which may be a personal computer, a server, a terminal device, or a network device, etc.
  • a computer-readable storage medium is also provided.
  • the computer-readable storage medium may be non-volatile or volatile.
  • program products that can implement the above-mentioned methods in this specification.
  • various aspects of the present application can also be implemented in the form of a program product, which includes program code.
  • the program product runs on a terminal device, the program code is used to enable the The terminal device executes the steps according to various exemplary embodiments of the present application described in the above-mentioned "Exemplary Method" section of this specification.
  • a program product 500 for implementing the above method according to an embodiment of the present application is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program code, and can be stored in an electronic device, For example, running on a personal computer.
  • CD-ROM compact disk read-only memory
  • the program product of this application is not limited to this.
  • the readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or combined with an instruction execution system, device, or device.
  • the program product can use any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • the readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • the computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and readable program code is carried therein. This propagated data signal can take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the readable signal medium may also be any readable medium other than a readable storage medium, and the readable medium may send, propagate, or transmit a program for use by or in combination with the instruction execution system, apparatus, or device.
  • the program code contained on the readable medium can be transmitted by any suitable medium, including but not limited to wireless, wired, optical cable, RF, etc., or any suitable combination of the foregoing.
  • the program code used to perform the operations of this application can be written in any combination of one or more programming languages.
  • the programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural Programming language-such as "C" language or similar programming language.
  • the program code can be executed entirely on the user's computing device, partly on the user's device, executed as an independent software package, partly on the user's computing device and partly executed on the remote computing device, or entirely on the remote computing device or server Executed on.
  • the remote computing device can be connected to a user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or can be connected to an external computing device (for example, using Internet service providers) Business to connect via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet service providers Internet service providers

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)
  • Mobile Radio Communication Systems (AREA)

Abstract

L'invention concerne un procédé et un appareil de planification de nœud de réseau, un dispositif électronique et un support d'information, qui peuvent être obtenus au moyen de grandes données. Le procédé consiste : en réponse à une demande de service initiée par un terminal d'utilisateur afin de demander d'exécuter un service correspondant à un micro-service, à obtenir la charge actuelle et la performance actuelle de chaque nœud de réseau utilisé pour exécuter le service correspondant au micro-service dans la demande de service, et la distance actuelle entre le nœud de réseau et le terminal utilisateur ; et à déterminer, sur la base de la charge actuelle et de la performance actuelle de chaque nœud de réseau et de la distance actuelle entre le nœud de réseau et le terminal utilisateur, la priorité du service correspondant au micro-service dans l'exécution de la demande de service par chaque nœud de réseau. Selon le procédé proposé par la présente demande, lorsqu'un serveur doit exécuter la demande de service initiée par le terminal utilisateur afin de demander d'exécuter le service correspondant au micro-service, un nœud de réseau optimal peut être sélectionné, et la sélection d'un nœud de réseau ayant une faible performance de traitement de demande de service est évitée, ce qui permet d'améliorer l'efficacité de l'achèvement de la demande de service.
PCT/CN2020/093598 2019-07-23 2020-05-30 Procédé et appareil de planification de nœud de réseau, dispositif électronique et support d'informations WO2021012795A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910667400.0A CN110460647B (zh) 2019-07-23 2019-07-23 网络节点的调度方法、装置、电子设备和存储介质
CN201910667400.0 2019-07-23

Publications (1)

Publication Number Publication Date
WO2021012795A1 true WO2021012795A1 (fr) 2021-01-28

Family

ID=68483247

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/093598 WO2021012795A1 (fr) 2019-07-23 2020-05-30 Procédé et appareil de planification de nœud de réseau, dispositif électronique et support d'informations

Country Status (2)

Country Link
CN (1) CN110460647B (fr)
WO (1) WO2021012795A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114257493A (zh) * 2021-12-17 2022-03-29 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110460647B (zh) * 2019-07-23 2021-10-22 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质
CN111092816B (zh) * 2019-11-26 2022-02-15 金蝶软件(中国)有限公司 网关动态路由方法、装置、计算机设备和存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102726031A (zh) * 2011-07-22 2012-10-10 华为技术有限公司 内容处理方法、装置和系统
CN102868935A (zh) * 2012-08-24 2013-01-09 乐视网信息技术(北京)股份有限公司 在内容分发网络中响应多源的调度方法
US20180219932A1 (en) * 2017-01-31 2018-08-02 Wipro Limited Method and system for proactively selecting a content distribution network (cdn) for delivering content
CN108512890A (zh) * 2018-01-25 2018-09-07 中铝视拓智能科技有限公司 一种基于机架感知的容器云平台资源调度方法及系统
CN108563499A (zh) * 2018-04-27 2018-09-21 努比亚技术有限公司 Cdn服务器切换方法、移动终端及计算机可读存储介质
CN109802997A (zh) * 2018-12-20 2019-05-24 华为技术服务有限公司 一种节点设备的选择方法及其相关设备
CN110460647A (zh) * 2019-07-23 2019-11-15 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11323508B2 (en) * 2009-05-22 2022-05-03 Comcast Interactive Media, Llc Web service system and method
CN103780654B (zh) * 2012-10-24 2018-05-18 华为技术有限公司 业务请求处理方法、用户终端、业务路由器及网络系统
CN103916472B (zh) * 2014-04-03 2018-03-13 华为软件技术有限公司 一种内容路由方法和装置
CN106302565B (zh) * 2015-05-12 2020-11-24 浙江格林蓝德信息技术有限公司 业务服务器的调度方法及系统
CN105847381A (zh) * 2016-04-18 2016-08-10 乐视控股(北京)有限公司 内容服务器的调度方法及装置
CN106101232A (zh) * 2016-06-16 2016-11-09 北京思源置地科技有限公司 负载均衡方法及装置
CN106227611A (zh) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 一种多语言云编译的动态微服务调用方法及装置
CN109067869A (zh) * 2018-08-01 2018-12-21 郑州云海信息技术有限公司 云计算系统中微服务节点的管理方法和装置
CN109729155A (zh) * 2018-12-13 2019-05-07 平安医疗健康管理股份有限公司 一种业务请求的分配方法及相关装置
CN109901927A (zh) * 2019-02-21 2019-06-18 国泰君安证券股份有限公司 智能化任务动态调度系统及其方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102726031A (zh) * 2011-07-22 2012-10-10 华为技术有限公司 内容处理方法、装置和系统
CN102868935A (zh) * 2012-08-24 2013-01-09 乐视网信息技术(北京)股份有限公司 在内容分发网络中响应多源的调度方法
US20180219932A1 (en) * 2017-01-31 2018-08-02 Wipro Limited Method and system for proactively selecting a content distribution network (cdn) for delivering content
CN108512890A (zh) * 2018-01-25 2018-09-07 中铝视拓智能科技有限公司 一种基于机架感知的容器云平台资源调度方法及系统
CN108563499A (zh) * 2018-04-27 2018-09-21 努比亚技术有限公司 Cdn服务器切换方法、移动终端及计算机可读存储介质
CN109802997A (zh) * 2018-12-20 2019-05-24 华为技术服务有限公司 一种节点设备的选择方法及其相关设备
CN110460647A (zh) * 2019-07-23 2019-11-15 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114257493A (zh) * 2021-12-17 2022-03-29 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备
CN114257493B (zh) * 2021-12-17 2024-04-23 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备

Also Published As

Publication number Publication date
CN110460647A (zh) 2019-11-15
CN110460647B (zh) 2021-10-22

Similar Documents

Publication Publication Date Title
WO2021036228A1 (fr) Procédé et appareil de téléversement de fichiers, terminal, serveur, système et moyen de stockage
WO2021012795A1 (fr) Procédé et appareil de planification de nœud de réseau, dispositif électronique et support d'informations
WO2019042294A1 (fr) Procédé d'attribution de ressources et dispositif associé
CN110417879A (zh) 一种消息处理方法、装置、设备及存储介质
US9094483B2 (en) System and method for collecting and evaluating statistics to establish network connections
CN109104336A (zh) 服务请求处理方法、装置、计算机设备及存储介质
US11582321B2 (en) Service request processing method and related apparatus
CN110489440B (zh) 数据查询方法和装置
WO2019104974A1 (fr) Procédé de démarrage et d'arrêt de serveur automatique basé sur une plateforme dubbo, serveur et support d'informations
US20230161541A1 (en) Screen projection method and system
WO2023273544A1 (fr) Procédé et appareil de stockage de fichier journal, dispositif, et support de stockage
KR20210083222A (ko) 음성 데이터 처리 방법, 장치, 기기 및 저장매체
WO2019047708A1 (fr) Procédé de configuration de ressource et produit associé
WO2019232932A1 (fr) Procédé et appareil de traitement de nœuds, support d'informations lisible par ordinateur et dispositif électronique
CN112600761A (zh) 一种资源分配的方法、装置及存储介质
US20200220824A1 (en) Method, a device and a storage medium of forwarding voice information in instant messaging
CN108337301A (zh) 应用程序的网络请求处理方法、装置、服务器及存储介质
WO2020233364A1 (fr) Procédé et appareil de confirmation de plateforme de traitement de ressources, et dispositif électronique et support
WO2021155683A1 (fr) Procédé et appareil d'impression de journal, dispositif électronique et support de stockage
WO2021051879A1 (fr) Procédé de sélection de paramètre cible dans un modèle d'évaluation de mandataire inverse et appareil associé
US20210399986A1 (en) Data communication method, server device, client device and medium
WO2024051195A1 (fr) Procédé et appareil d'appel de données, passerelle de desserte et support de stockage
WO2020238131A1 (fr) Procédé et appareil de test de système de robot d'indexation, support de stockage et dispositif électronique
CN111314495A (zh) 基于物联网LoRaWAN的通信方法、装置、设备、存储介质和系统
EP4142258A1 (fr) Réseau informatique périphérique, procédé et appareil de transmission de données, dispositif et support de stockage

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20844916

Country of ref document: EP

Kind code of ref document: A1