WO2020248586A1 - Method for load balancing of agricultural machinery big data platform server - Google Patents

Method for load balancing of agricultural machinery big data platform server Download PDF

Info

Publication number
WO2020248586A1
WO2020248586A1 PCT/CN2019/130636 CN2019130636W WO2020248586A1 WO 2020248586 A1 WO2020248586 A1 WO 2020248586A1 CN 2019130636 W CN2019130636 W CN 2019130636W WO 2020248586 A1 WO2020248586 A1 WO 2020248586A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
user equipment
virtual
servers
load balancing
Prior art date
Application number
PCT/CN2019/130636
Other languages
French (fr)
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 WO2020248586A1 publication Critical patent/WO2020248586A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0896Bandwidth or capacity management, i.e. automatically increasing or decreasing capacities
    • 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/101Server selection for load balancing based on network conditions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1023Server selection for load balancing based on a hash applied to IP addresses or costs

Definitions

  • the invention relates to agricultural informatization and network and communication technology, in particular to an agricultural machinery big data platform server load balancing method based on an auction algorithm.
  • Smart agricultural machinery makes full use of new-generation information technologies such as the Internet of Things, big data, and cloud computing to deeply integrate with the entire industrial chain of agricultural machinery. More and more cooperatives join the team of smart agricultural machinery. With the accumulation of work, the positioning information, status information, operation information and other data of agricultural machinery will show massive characteristics, especially during a certain operation season. The platform is facing a huge amount of visits and data; at the same time, agricultural machinery operations are increasingly dependent on online systems. A large number of key services require the system to have sufficient online rates, high efficiency and stability. These make the load of the agricultural machinery big data platform server heavier and heavier, and the performance requirements of the server's hardware and software are getting higher and higher.
  • FIG. 1 is a flow chart of load balancing in the prior art.
  • the existing method of dealing with server load imbalance is mainly to select a server as a load balancer in a server cluster, which is responsible for optimizing the distribution of access requests among server groups.
  • the client's traffic will first reach the load balancer, and the load balancer will distribute the traffic to different servers through a certain scheduling algorithm to improve the server's response speed and overall performance. Since all requests in this server cluster are passed through this load balancer, once the load balancer fails or is attacked by hackers, all requests will fail, and there are security issues; secondly, the load balancer wastes its own server Resources, relatively speaking, will lose part of the benefits.
  • the technical problem to be solved by the present invention is to address the above-mentioned defects of the prior art, and provide a method for load balancing of agricultural machinery big data platform servers based on auction algorithms. Load balancing is considered during the matching process of user equipment and servers, thereby avoiding unbalanced load distribution. Reasonable phenomenon.
  • the present invention provides a method for load balancing of agricultural machinery big data platform servers, which includes the following steps:
  • the user equipment measures the communication rate of the neighboring server and the network bandwidth to the neighboring server, and selects the virtual server with the highest revenue according to the server offer and the communication rate and/or network bandwidth bid;
  • the server selects the user equipment with the highest bid to match the virtual server according to the bid of the user equipment, so that the user equipment uses the corresponding virtual server.
  • the server is virtualized into a corresponding number of the multiple virtual servers according to the number of the user equipment in the area where the server is located, and the server service If the number of user equipments in the range is n, then a single server is divided into n virtual servers, and the pricing strategy of each virtual server is as follows:
  • c is a set constant, and the value of c satisfies m ij >0;
  • the above-mentioned agricultural machinery big data platform server load balancing method further includes the following steps:
  • the present invention also provides a method for load balancing of agricultural machinery big data platform servers, in which the connection between the user equipment and the server is converted into a bipartite graph matching problem for processing, and the auction algorithm is combined, including the following step:
  • the user equipment calculates the communication rate from itself to the neighboring server.
  • each of the servers broadcasts the offer of the server with the lowest price among all the virtual servers;
  • the user equipment calculates the revenue corresponding to each server according to the server quotation, and selects the two servers with the highest revenue and the second highest revenue from them;
  • the user equipment uses the difference between the highest yield and the second highest yield of the server quotation as a value, and makes a bid to the corresponding server;
  • the server selects the user equipment with the highest bid, allocates the virtual server with the lowest server bid among all virtual servers of the server to the user equipment, and raises the price of the virtual server to the price of the user equipment.
  • the server broadcasts the final user equipment allocation result, and allocates resources to the user equipment using the server, and the user equipment uses the corresponding server according to the end user equipment allocation result.
  • the server is virtualized into a corresponding number of virtual servers according to the number of user equipment in the area where the server is located, and the number of user equipment in the service range of the server is assumed Is n, then a single said server is correspondingly virtualized into n said virtual servers, and the pricing strategy for each said virtual server is as follows:
  • the revenue expression of the user equipment for the server is defined as:
  • c is a set constant, and the value of c satisfies m ij >0;
  • the server allocates resources to the user equipment using the server according to a proportional distribution fair algorithm.
  • the user equipment uses the virtual server for non-permanent use, and the pricing of the virtual server increases according to the highest price of the user equipment.
  • the server includes a server cluster, a physical server and/or a cloud server.
  • the load balancing process of the server does not involve the use of load balancing equipment.
  • the above-mentioned agricultural machinery big data platform server load balancing method further includes the following steps:
  • step S80 At the end of the single round of auction, determine whether the current round of auction results in a change in the connection topology. If the topology changes, perform step S30 to activate the next round of auction; if the topology remains unchanged, the algorithm converges and stops the auction.
  • the invention has a wide range of application scenarios.
  • the virtual server is auctioned.
  • the dependence of the user equipment on the target server is fully considered, and load balancing is realized in a distributed manner.
  • Each step of allocating servers to user equipment is reasonably distributed, which achieves load balancing of servers to a large extent, greatly improves server resource utilization, and achieves proportional fairness among all user equipment.
  • Taking a distributed approach to solve the load balancing problem reduces security risks and improves the processing speed of load balancing problems compared to using a load balancer. It meets the needs of more users who want to use closer servers, and provides higher-quality communication services.
  • the server's quotation and temporary connection topology are provided through the broadcast mechanism, which can greatly reduce the resulting communication overhead.
  • Figure 1 is a flow chart of load balancing in the prior art
  • FIG. 2 is a working principle diagram of an embodiment of the present invention
  • Figure 3 is a schematic diagram of an application scenario of an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of load balancing implemented in the process of a user equipment applying to use a server according to an embodiment of the present invention.
  • the load balancing method of the agricultural machinery big data platform server of the present invention may include the following steps:
  • Step S100 In a scenario containing multiple servers, when the user equipment uses the server, virtualize a single server into multiple virtual servers, and initialize the prices of the multiple virtual servers; wherein the server may Including server clusters, physical servers, and/or cloud servers, etc., and the load balancing process of the servers does not involve the use of load balancing equipment;
  • Step S200 Perform resource allocation through a proportional fairness algorithm, and each server broadcasts the lowest priced server quotation among the multiple virtual servers.
  • Step S300 The user equipment measures the communication rate of the neighboring server and the network bandwidth to the neighboring server, and selects the virtual server with the highest revenue according to the server offer and the communication rate and/or network bandwidth.
  • Server bid the communication rate of the neighboring server and the network bandwidth to the neighboring server
  • Step S400 Through an auction algorithm, the server selects the user equipment with the highest bid to match the virtual server according to the bid of the user equipment, so that the user equipment uses the corresponding virtual server.
  • Step S500 When the single round of auction ends, it is judged whether the current round of auction results in a change in the topology of the connection. If the topology changes, the next round of auction is activated; if the topology remains unchanged, the algorithm converges and the auction is stopped.
  • the agricultural machinery big data platform server load balancing method can convert the connection between the user equipment and the server into a bipartite graph matching problem for processing.
  • the server distributes the fairness algorithm in proportion to The user equipment that uses the server allocates resources, where the server may include a server cluster, a physical server, and/or a cloud server, etc.
  • the load balancing process of the server does not involve the use of load balancing equipment; specifically, it may include The following steps:
  • Step S10 virtualizing one of the servers into multiple virtual servers, and setting an initial quotation for each of the virtual servers;
  • Step S20 The user equipment measures the communication rate from itself to the surrounding neighboring servers
  • Step S30 When a single auction starts, each server broadcasts the offer of the server with the lowest price among all the virtual servers;
  • Step S40 The user equipment calculates the revenue corresponding to each server according to the server quotation, and selects the two servers with the highest revenue and the second highest revenue from them;
  • Step S50 The user equipment uses the difference between the highest yield and the second highest yield of the server quotation as the value, and makes a bid to the corresponding server;
  • Step S60 The server selects the user equipment with the highest bid, allocates the virtual server with the lowest server bid among all virtual servers of the server to the user equipment, and increases the price of the virtual server to the user equipment The value of
  • Step S70 The server broadcasts the final user equipment allocation result, and allocates resources to the user equipment using the server, and the user equipment uses the corresponding server according to the end user equipment allocation result.
  • the server can be virtualized into a corresponding number of virtual servers according to the number of user equipment in the area where the server is located, and assuming that the number of user equipment within the service range of the server is n, then a single server corresponds to switching.
  • the pricing strategy of each virtual server is as follows:
  • the revenue expression of the user equipment for the server is defined as:
  • c is a set constant, and the value of c satisfies m ij >0;
  • the use of the virtual server by the user equipment is non-permanent use, and the pricing of the virtual server is increased according to the highest price of the user equipment.
  • Step S80 At the end of the single round of auction, judge whether the current round of auction results in a change in the connection topology. If the topology changes, the next round of auction will be activated; if the topology remains unchanged, the algorithm will converge, stop the auction, and the server will broadcast The end user equipment allocates the result and allocates resources for the user equipment using this server.
  • Step S10 In the initial stage of the auction, each server S is virtually divided into several virtual servers VS, and a single server S is to be divided into n virtual servers VS, where n is the number of user equipment U in the server service area.
  • V min C R- C I ; where V min is the guaranteed base price of this server; C R and C I represent the cost of the virtual server when it is running and idle, C R > C I ;
  • Step S20 In the initial stage of the auction, each user equipment measures its communication rate to surrounding neighboring servers, and sets the communication rate between user equipment i and server j as r ij ;
  • Step S30 When a single auction starts, each server broadcasts the lowest price among the virtual servers it owns. Taking server j as an example, then
  • Step S40 each user calculates the revenue corresponding to each server according to the quotation of the server in the area, and selects the two servers with the highest revenue and the second highest revenue from them.
  • the user calculates the revenue corresponding to the jth server Quotation, calculate income Among them, c is a set constant, and the value of c satisfies m ij >0; user i selects the profit that makes the highest profit And the second-highest return m′ i .
  • Step S50 The user uses the difference between the highest income and the second highest income of his own equipment obtained in step S40 as his bid, and makes a bid to the corresponding server, which is
  • Step S60 The server selects the user equipment with the highest bid, allocates the virtual server with the lowest price to the user equipment, and raises the price of the virtual server to the bid of the user equipment that bids the server;
  • Step S70 The server sends the distribution result to the user equipment, and the single-round auction ends.
  • Step S80 When the single round of auction ends, it is judged whether the current round of auction results in a change in the connection topology.
  • a new connection topology is formed, a new round of auction starts, and the process goes to step S30; when the connection topology does not change, the auction ends, and the server broadcasts the end user equipment allocation result and allocates resources for the user equipment using the server.
  • the user equipment uses the corresponding server service according to the end user allocation result, and the server allocates bandwidth to the user equipment according to a proportional fair algorithm. Specifically, if there are n user equipments using the server j, the server j allocates bandwidth to the user in proportion to the communication rate of the user. For example, when the communication rates of users A and B are 2 Mbps and 5 Mbps, respectively, if the total bandwidth of the server is 3.5 Mbps, user A is allocated 1 Mbps and user B is allocated 2.5 Mbps of bandwidth.
  • each server does not need to be managed and controlled by the load balancer, but a distributed strategy is adopted.
  • Each server does not execute the load balancing strategy when the threshold is reached, but takes the global load balancing problem into consideration when each user device requests it.
  • FIG. 3 is a schematic diagram of an application scenario of an embodiment of the present invention
  • FIG. 4 is a schematic diagram of load balancing implemented in a process of a user equipment applying to use a server according to an embodiment of the present invention.
  • S1 and S2 are servers
  • U1, U2, U3, and U4 are user equipment.
  • the server S1 has 3 user devices U1, U2, and U3 in the area where it is located, so it is virtualized into 3 VSs. Means; there are two user equipment U2 and U3 in the area where server S2 is located, so virtualized into two VSs, respectively Said. According to the formula Calculate its offer, where Is a virtual server s price.
  • Table 1 is a detailed quotation of each virtual server in this embodiment:
  • the servers S1 and S2 respectively notify the users of their quotations by broadcasting.
  • the server S1 selects the user equipment with the highest price from all quotations, and assigns the virtual server with the lowest quotation to the user equipment.
  • the offer of is modified to the bid of the corresponding user device.
  • the first round of auctions is over.
  • the second round of auction begins.
  • the servers S1 and S2 respectively select the virtual server VS with the lowest price, use the price of the virtual server VS as its own quotation, and broadcast the quotation.
  • each user device submits a bid.
  • the user equipment U2 and U3 respectively submit bids to the server S1.
  • the server S1 obtains the bids of the two user equipment U2 and U3, and the bid of the user equipment U2 is higher than that of the user equipment U3, thus obtaining the virtual server usage of. Modify the virtual server s price.
  • the second round of auction ends.
  • the servers S1 and S2 respectively select the virtual server VS with the lowest price, use the price of the virtual server VS as its own quotation, and broadcast the quotation.
  • the user equipment U3 calculates its profit and submits a bid to the server S2.
  • the server S2 accepts the bidding of the user equipment U3, and the user equipment U3 obtains the bid with the virtual server Match. Modify the virtual server s price.
  • the third round of auction ends.
  • both the user equipment U3 submits a bid to S1.
  • the user equipment U3 turns to S2 to bid.
  • the reason is that the user equipment accessed by the server S1 increases after two auctions, and the bid price of the server S1 in the third round of auction is higher than that of the server S2, so the user equipment U3 turns to S2, the low-priced server. From this, it can be seen that the present invention plays the role of load balancing during the user application phase.
  • the invention is an agricultural machinery big data platform server load balancing method based on an auction algorithm.
  • a scenario containing multiple servers when a user equipment uses the server, a single server is virtualized into multiple virtual servers, and resources are allocated through a proportional fair algorithm;
  • the auction method the user equipment uses a certain server, and each server broadcasts the price of the virtual server with the lowest price.
  • the user equipment bids according to the network bandwidth to the adjacent server, and the server selects the user with the highest bid according to the user’s bid.
  • the device matches the virtual server.
  • the invention realizes the load balance of the server, greatly improves the utilization rate of server resources, and realizes proportional fairness in all user equipment.

Abstract

A method for load balancing of an agricultural machinery big data platform server, comprising the following steps: in a scenario containing multiple servers, when user devices use the servers, virtualising a single server into a plurality of virtual servers, and initialising the price of the plurality of virtual servers; by means of a proportional fair algorithm, implementing resource allocation, each server broadcasting the lowest priced server quotation amongst the plurality of virtual servers thereof; a user device measures the communication rate of the adjacent server and the network bandwidth to the adjacent server and, on the basis of the server quotation and the communication rate and/or the network bandwidth, chooses to bid on the virtual server with the highest profitability; and, by means of an auction algorithm and on the basis of the bids of the user devices, the server selects the user device with the highest bid to match with the virtual server, such that the user device uses the corresponding virtual server.

Description

一种农机大数据平台服务器负载均衡方法Server load balancing method of agricultural machinery big data platform 技术领域Technical field
本发明涉及农业信息化及网络和通信技术,特别是一种基于拍卖算法的农机大数据平台服务器负载均衡方法。The invention relates to agricultural informatization and network and communication technology, in particular to an agricultural machinery big data platform server load balancing method based on an auction algorithm.
背景技术Background technique
随着农业信息化的迅速发展与农机检测设备的广泛应用,农业领域的“互联网+农机”智慧农机应用而生。智慧农机充分利用物联网、大数据、云计算等新一代信息技术与农机整个产业链条进行深度融合。越来越多的合作社加入智慧农机的队伍,随着日积月累的作业,农机的定位信息、状态信息、作业信息等数据将呈现海量性的特点,尤其是在某个作业季过程中,农机大数据平台面临着巨大的访问量和数据量;同时,农机作业过程对在线系统的依赖也越来越高,大量的关键性服务需要系统有足够的在线率、高效率及稳定性。这些使得农机大数据平台服务器的负载越来越重,对服务器的硬件、软件等性能要求越来越高。With the rapid development of agricultural informatization and the widespread application of agricultural machinery testing equipment, the application of "Internet + agricultural machinery" smart agricultural machinery in the agricultural field has emerged. Smart agricultural machinery makes full use of new-generation information technologies such as the Internet of Things, big data, and cloud computing to deeply integrate with the entire industrial chain of agricultural machinery. More and more cooperatives join the team of smart agricultural machinery. With the accumulation of work, the positioning information, status information, operation information and other data of agricultural machinery will show massive characteristics, especially during a certain operation season. The platform is facing a huge amount of visits and data; at the same time, agricultural machinery operations are increasingly dependent on online systems. A large number of key services require the system to have sufficient online rates, high efficiency and stability. These make the load of the agricultural machinery big data platform server heavier and heavier, and the performance requirements of the server's hardware and software are getting higher and higher.
由于服务器在使用过程中,不可避免地会出现用户设备分布不均匀的情况。每个用户都希望使用该地区距离自身最近、或者数据传输率更高的服务器,由于用户的使用偏好,从而造成某些服务器的负载达到阈值,服务质量堪忧,新用户也无法使用临近的服务器。As the server is in use, uneven distribution of user equipment will inevitably occur. Every user wants to use the server in the area that is closest to itself or has a higher data transmission rate. Due to the user's preference, the load of some servers reaches a threshold, the quality of service is worrying, and new users cannot use nearby servers.
参见图1,图1为现有技术的负载均衡流程图。现有的处理服务器负载不均衡的方法主要是在一个服务器集群中,选择一个服务器作为负载均衡器,负责优化访问请求在服务器组之间的分配。客户端的流量首先会到达负载均衡器,由负载均衡器通过一定的调度算法将流量分发到不同的服务器上面,提高服务器的反应速度与总体性能。由于这个服务器集群中的所有请求都是通过这个负载均衡器传递的,所以一旦负载均衡器出现故障或者受到黑客攻击,所有的请求都会失败,存在安全性问题;其次负载均衡器浪费了自身服务器的资源,相对来说会失去一部分效益。Refer to Figure 1, which is a flow chart of load balancing in the prior art. The existing method of dealing with server load imbalance is mainly to select a server as a load balancer in a server cluster, which is responsible for optimizing the distribution of access requests among server groups. The client's traffic will first reach the load balancer, and the load balancer will distribute the traffic to different servers through a certain scheduling algorithm to improve the server's response speed and overall performance. Since all requests in this server cluster are passed through this load balancer, once the load balancer fails or is attacked by hackers, all requests will fail, and there are security issues; secondly, the load balancer wastes its own server Resources, relatively speaking, will lose part of the benefits.
发明内容Summary of the invention
本发明所要解决的技术问题是针对现有技术的上述缺陷,提供一种基于拍卖算法的农机大数据平台服务器负载均衡方法,在用户设备与服务器匹配过程中考虑负载均衡,从而避免了负载分配不合理现象。The technical problem to be solved by the present invention is to address the above-mentioned defects of the prior art, and provide a method for load balancing of agricultural machinery big data platform servers based on auction algorithms. Load balancing is considered during the matching process of user equipment and servers, thereby avoiding unbalanced load distribution. Reasonable phenomenon.
为了实现上述目的,本发明提供了一种农机大数据平台服务器负载均衡方法,其中,包括如下步骤:In order to achieve the above objective, the present invention provides a method for load balancing of agricultural machinery big data platform servers, which includes the following steps:
S100、在包含多个服务器的场景中,用户设备使用所述服务器时,将单个所述服务器虚拟化为多个虚拟服务器,并初始化所述多个虚拟服务器的价格;S100. In a scenario containing multiple servers, when the user equipment uses the server, virtualize a single server into multiple virtual servers, and initialize the prices of the multiple virtual servers;
S200、通过比例公平算法进行资源分配,每个所述服务器广播其所述多个虚拟服务器中定价最低的服务器报价;S200. Perform resource allocation through a proportional fair algorithm, and each server broadcasts the lowest-priced server quotation among the multiple virtual servers;
S300、所述用户设备测量相邻服务器的通信速率及其到所述相邻服务器的网络带宽,并根据所述服务器报价及所述通信速率和/或网络带宽选择向最高收益的所述虚拟服务器出价;S300. The user equipment measures the communication rate of the neighboring server and the network bandwidth to the neighboring server, and selects the virtual server with the highest revenue according to the server offer and the communication rate and/or network bandwidth bid;
S400、通过拍卖算法,所述服务器根据所述用户设备的出价,选择出价最高的所述用户设备与所述虚拟服务器进行匹配,实现所述用户设备使用相应的所述虚拟服务器。S400. Using an auction algorithm, the server selects the user equipment with the highest bid to match the virtual server according to the bid of the user equipment, so that the user equipment uses the corresponding virtual server.
上述的农机大数据平台服务器负载均衡方法,其中,按照所述服务器所在区域范围内所述用户设备的数量,将所述服务器虚拟化为对应数量的所述多个虚拟服务器,设所述服务器服务范围内的所述用户设备数量为n,则单个所述服务器对应切分为n个所述虚拟服务器,每个所述虚拟服务器的定价策略如下:In the above agricultural machinery big data platform server load balancing method, the server is virtualized into a corresponding number of the multiple virtual servers according to the number of the user equipment in the area where the server is located, and the server service If the number of user equipments in the range is n, then a single server is divided into n virtual servers, and the pricing strategy of each virtual server is as follows:
若每个所述虚拟服务器运行和闲置时的成本分别为C R和C I,C R>C I,所述服务器的保本底价V min=C R-C I;对于所述服务器j虚拟化出的第k个所述虚拟服务器
Figure PCTCN2019130636-appb-000001
的定价
Figure PCTCN2019130636-appb-000002
为:
If the operating and idle costs of each virtual server are C R and C I , and C R > C I , the guaranteed reserve price of the server V min = C R- C I ; for the virtual server j The kth said virtual server
Figure PCTCN2019130636-appb-000001
Pricing
Figure PCTCN2019130636-appb-000002
for:
Figure PCTCN2019130636-appb-000003
Figure PCTCN2019130636-appb-000003
设定所述用户设备i自身与所述服务器j的通信速率为r ij;所述服务器报价
Figure PCTCN2019130636-appb-000004
所述用户设备对于所述服务器的收益表达式定义为:
Set the communication rate between the user equipment i and the server j as r ij ; the server offers
Figure PCTCN2019130636-appb-000004
The revenue expression of the user equipment for the server is defined as:
Figure PCTCN2019130636-appb-000005
Figure PCTCN2019130636-appb-000005
其中,c为设定的常数,且c的取值满足m ij>0; Among them, c is a set constant, and the value of c satisfies m ij >0;
设定所述用户设备i的出价为
Figure PCTCN2019130636-appb-000006
其中,
Figure PCTCN2019130636-appb-000007
表示所述用户设备i的最高收益,m′ i表示所述用户设备i的次高收益。
Set the bid of the user equipment i as
Figure PCTCN2019130636-appb-000006
among them,
Figure PCTCN2019130636-appb-000007
Represents the highest revenue of the user equipment i, and m'i represents the second highest revenue of the user equipment i.
上述的农机大数据平台服务器负载均衡方法,其中,还包括如下步骤:The above-mentioned agricultural machinery big data platform server load balancing method further includes the following steps:
S500、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖。S500. At the end of the single-round auction, it is judged whether the current round of auction results in a change in the topology of the connection. If the topology changes, the next round of auction is activated; if the topology remains unchanged, the algorithm converges and the auction is stopped.
为了更好地实现上述目的,本发明还提供了一种农机大数据平台服务器负载均衡方法,其中,将用户设备与服务器的连接转化为二部图匹配问题进行处理,同时结合拍卖算法,包括如下步骤:In order to better achieve the above objectives, the present invention also provides a method for load balancing of agricultural machinery big data platform servers, in which the connection between the user equipment and the server is converted into a bipartite graph matching problem for processing, and the auction algorithm is combined, including the following step:
S10、将一个所述服务器虚拟化出多个虚拟服务器,设定每个所述虚拟服务器的初始报价;S10. Virtualizing one of the servers into multiple virtual servers, and setting an initial quotation for each of the virtual servers;
S20、所述用户设备计算自身到周边相邻所述服务器的通信速率;S20. The user equipment calculates the communication rate from itself to the neighboring server.
S30、单次拍卖开始时,每个所述服务器广播其所有所述虚拟服务器中价格最低的服务器报价;S30. When a single auction starts, each of the servers broadcasts the offer of the server with the lowest price among all the virtual servers;
S40、所述用户设备根据所述服务器报价,计算对应于每个所述服务器的收益,并从中选取出收益最高和收益次高的两个所述服务器;S40. The user equipment calculates the revenue corresponding to each server according to the server quotation, and selects the two servers with the highest revenue and the second highest revenue from them;
S50、所述用户设备以所述最高收益与次高收益的所述服务器报价的差值为出价值,向对应的所述服务器进行出价;S50. The user equipment uses the difference between the highest yield and the second highest yield of the server quotation as a value, and makes a bid to the corresponding server;
S60、所述服务器选择出价最高的所述用户设备,将所述服务器所有虚拟服务器中服务器报价最低的虚拟服务器分配给所述用户设备,并将所述虚拟服务器的价格提升至所述用户设备的出价值;S60. The server selects the user equipment with the highest bid, allocates the virtual server with the lowest server bid among all virtual servers of the server to the user equipment, and raises the price of the virtual server to the price of the user equipment. Value
S70、所述服务器广播最终所述用户设备分配结果,并为使用所述服务器的所述用户设备分配资源,所述用户设备根据最终用户设备分配结果使用相应的所述服务器。S70. The server broadcasts the final user equipment allocation result, and allocates resources to the user equipment using the server, and the user equipment uses the corresponding server according to the end user equipment allocation result.
上述的农机大数据平台服务器负载均衡方法,其中,按照服务器所在区域 范围内用户设备的数量,将所述服务器虚拟化为对应数量的虚拟服务器,设所述服务器服务范围内的所述用户设备数量为n,则单个所述服务器对应虚拟化为n个所述虚拟服务器,每个所述虚拟服务器定价策略如下:In the above agricultural machinery big data platform server load balancing method, the server is virtualized into a corresponding number of virtual servers according to the number of user equipment in the area where the server is located, and the number of user equipment in the service range of the server is assumed Is n, then a single said server is correspondingly virtualized into n said virtual servers, and the pricing strategy for each said virtual server is as follows:
假设每个所述虚拟服务器运行和闲置时的成本分别为C R和C I,C R>C I,所述服务器的保本底价V min=C R-C I;对于所述服务器虚拟化出的第k个所述虚拟服务器的定价
Figure PCTCN2019130636-appb-000008
为:
Assuming that the operating and idle costs of each virtual server are C R and C I , C R > C I , the reserve price of the server is V min = C R- C I ; for the virtualized server Pricing of the k-th said virtual server
Figure PCTCN2019130636-appb-000008
for:
Figure PCTCN2019130636-appb-000009
Figure PCTCN2019130636-appb-000009
设定所述用户设备i自身与所述服务器j的通信速率为r ij;所述服务器报价
Figure PCTCN2019130636-appb-000010
Set the communication rate between the user equipment i and the server j as r ij ; the server offers
Figure PCTCN2019130636-appb-000010
所述用户设备对于所述服务器的收益表达式定义为:The revenue expression of the user equipment for the server is defined as:
Figure PCTCN2019130636-appb-000011
Figure PCTCN2019130636-appb-000011
其中,c为设定的常数,且c的取值满足m ij>0; Among them, c is a set constant, and the value of c satisfies m ij >0;
设定所述用户设备i的出价为
Figure PCTCN2019130636-appb-000012
其中,
Figure PCTCN2019130636-appb-000013
表示其最高的收益,m′ i表示其次高的收益。
Set the bid of the user equipment i as
Figure PCTCN2019130636-appb-000012
among them,
Figure PCTCN2019130636-appb-000013
Represents its highest return, m'i represents the next highest return.
上述的农机大数据平台服务器负载均衡方法,其中,所述服务器按照比例分配公平算法为使用该服务器的所述用户设备分配资源。In the above agricultural machinery big data platform server load balancing method, the server allocates resources to the user equipment using the server according to a proportional distribution fair algorithm.
上述的农机大数据平台服务器负载均衡方法,其中,拍卖过程中,所述用户设备使用所述虚拟服务器为非永久性使用,所述虚拟服务器的定价根据所述用户设备的最高定价增长。In the above agricultural machinery big data platform server load balancing method, in the auction process, the user equipment uses the virtual server for non-permanent use, and the pricing of the virtual server increases according to the highest price of the user equipment.
上述的农机大数据平台服务器负载均衡方法,其中,所述服务器包括服务器集群、物理服务器和/或云服务器。In the above agricultural machinery big data platform server load balancing method, the server includes a server cluster, a physical server and/or a cloud server.
上述的农机大数据平台服务器负载均衡方法,其中,所述服务器的负载均衡过程中不涉及到负载均衡设备的使用。In the above-mentioned agricultural machinery big data platform server load balancing method, the load balancing process of the server does not involve the use of load balancing equipment.
上述的农机大数据平台服务器负载均衡方法,其中,还包括如下步骤:The above-mentioned agricultural machinery big data platform server load balancing method further includes the following steps:
S80、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则执行步骤S30激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖。S80. At the end of the single round of auction, determine whether the current round of auction results in a change in the connection topology. If the topology changes, perform step S30 to activate the next round of auction; if the topology remains unchanged, the algorithm converges and stops the auction.
本发明的技术效果在于:The technical effects of the present invention are:
本发明有广泛的应用场景,通过拍卖的方法,拍卖虚拟服务器,拍卖过程中充分考虑到用户设备个体对目标服务器的依赖性,分布式地实现负载均衡。为用户设备分配服务器的每一步都合理分配负载,很大程度上实现了服务器的负载均衡,大大提高服务器资源利用率,并在所有用户设备中实现比例公平。采取分布式地方法解决负载均衡问题,相对于使用负载均衡器减少了安全风险,提高了负载均衡问题的处理速度。满足了更多用户希望使用较近服务器的需求,提供了更高质量的通信服务。同时,服务器的报价和暂时性连接拓扑结构通过广播机制提供,由此可大大减少由此产生的通信开销。The invention has a wide range of application scenarios. Through the auction method, the virtual server is auctioned. During the auction process, the dependence of the user equipment on the target server is fully considered, and load balancing is realized in a distributed manner. Each step of allocating servers to user equipment is reasonably distributed, which achieves load balancing of servers to a large extent, greatly improves server resource utilization, and achieves proportional fairness among all user equipment. Taking a distributed approach to solve the load balancing problem reduces security risks and improves the processing speed of load balancing problems compared to using a load balancer. It meets the needs of more users who want to use closer servers, and provides higher-quality communication services. At the same time, the server's quotation and temporary connection topology are provided through the broadcast mechanism, which can greatly reduce the resulting communication overhead.
以下结合附图和具体实施例对本发明进行详细描述,但不作为对本发明的限定。The following describes the present invention in detail with reference to the accompanying drawings and specific embodiments, but not as a limitation to the present invention.
附图说明Description of the drawings
图1为现有技术的负载均衡流程图;Figure 1 is a flow chart of load balancing in the prior art;
图2为本发明一实施例的工作原理图;Figure 2 is a working principle diagram of an embodiment of the present invention;
图3为本发明一实施例的应用场景示意图;Figure 3 is a schematic diagram of an application scenario of an embodiment of the present invention;
图4为本发明一实施例的用户设备申请使用服务器过程中实现负载均衡示意图。FIG. 4 is a schematic diagram of load balancing implemented in the process of a user equipment applying to use a server according to an embodiment of the present invention.
其中,附图标记Wherein, the reference number
S1、S2服务器S1, S2 server
U1、U2、U3、U4用户设备U1, U2, U3, U4 user equipment
r 11、r 21、r 31、r 32、r 42通信速率 r 11 , r 21 , r 31 , r 32 , r 42 communication rate
具体实施方式Detailed ways
下面结合附图对本发明的结构原理和工作原理作具体的描述:The structural principle and working principle of the present invention will be described in detail below with reference to the accompanying drawings:
参见图2,图2为本发明一实施例的工作原理图。本发明的农机大数据平台服务器负载均衡方法,可包括如下步骤:Refer to Figure 2, which is a working principle diagram of an embodiment of the present invention. The load balancing method of the agricultural machinery big data platform server of the present invention may include the following steps:
步骤S100、在包含多个服务器的场景中,用户设备使用所述服务器时,将单个所述服务器虚拟化为多个虚拟服务器,并初始化所述多个虚拟服务器的价格;其中,所述服务器可包括服务器集群、物理服务器和/或云服务器等, 所述服务器的负载均衡过程中不涉及到负载均衡设备的使用;Step S100: In a scenario containing multiple servers, when the user equipment uses the server, virtualize a single server into multiple virtual servers, and initialize the prices of the multiple virtual servers; wherein the server may Including server clusters, physical servers, and/or cloud servers, etc., and the load balancing process of the servers does not involve the use of load balancing equipment;
步骤S200、通过比例公平算法进行资源分配,每个所述服务器广播其所述多个虚拟服务器中定价最低的服务器报价;Step S200: Perform resource allocation through a proportional fairness algorithm, and each server broadcasts the lowest priced server quotation among the multiple virtual servers.
步骤S300、所述用户设备测量相邻服务器的通信速率及其到所述相邻服务器的网络带宽,并根据所述服务器报价及所述通信速率和/或网络带宽选择向最高收益的所述虚拟服务器出价;Step S300: The user equipment measures the communication rate of the neighboring server and the network bandwidth to the neighboring server, and selects the virtual server with the highest revenue according to the server offer and the communication rate and/or network bandwidth. Server bid
步骤S400、通过拍卖算法,所述服务器根据所述用户设备的出价,选择出价最高的所述用户设备与所述虚拟服务器进行匹配,实现所述用户设备使用相应的所述虚拟服务器。Step S400: Through an auction algorithm, the server selects the user equipment with the highest bid to match the virtual server according to the bid of the user equipment, so that the user equipment uses the corresponding virtual server.
还包括如下步骤:It also includes the following steps:
步骤S500、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖。Step S500: When the single round of auction ends, it is judged whether the current round of auction results in a change in the topology of the connection. If the topology changes, the next round of auction is activated; if the topology remains unchanged, the algorithm converges and the auction is stopped.
本发明另一实施例中,该农机大数据平台服务器负载均衡方法,可将用户设备与服务器的连接转化为二部图匹配问题进行处理,同时结合拍卖算法,所述服务器按照比例分配公平算法为使用该服务器的所述用户设备分配资源,其中,所述服务器可包括服务器集群、物理服务器和/或云服务器等,所述服务器的负载均衡过程中不涉及到负载均衡设备的使用;具体可包括如下步骤:In another embodiment of the present invention, the agricultural machinery big data platform server load balancing method can convert the connection between the user equipment and the server into a bipartite graph matching problem for processing. At the same time, combined with the auction algorithm, the server distributes the fairness algorithm in proportion to The user equipment that uses the server allocates resources, where the server may include a server cluster, a physical server, and/or a cloud server, etc. The load balancing process of the server does not involve the use of load balancing equipment; specifically, it may include The following steps:
步骤S10、将一个所述服务器虚拟化出多个虚拟服务器,设定每个所述虚拟服务器的初始报价;Step S10, virtualizing one of the servers into multiple virtual servers, and setting an initial quotation for each of the virtual servers;
步骤S20、所述用户设备测量自身到周边相邻所述服务器的通信速率;Step S20: The user equipment measures the communication rate from itself to the surrounding neighboring servers;
步骤S30、单次拍卖开始时,每个所述服务器广播其所有所述虚拟服务器中价格最低的服务器报价;Step S30: When a single auction starts, each server broadcasts the offer of the server with the lowest price among all the virtual servers;
步骤S40、所述用户设备根据所述服务器报价,计算对应于每个所述服务器的收益,并从中选取出收益最高和收益次高的两个所述服务器;Step S40: The user equipment calculates the revenue corresponding to each server according to the server quotation, and selects the two servers with the highest revenue and the second highest revenue from them;
步骤S50、所述用户设备以所述最高收益与次高收益的所述服务器报价的差值为出价值,向对应的所述服务器进行出价;Step S50: The user equipment uses the difference between the highest yield and the second highest yield of the server quotation as the value, and makes a bid to the corresponding server;
步骤S60、所述服务器选择出价最高的所述用户设备,将所述服务器所有虚拟服务器中服务器报价最低的虚拟服务器分配给所述用户设备,并将所述虚拟服务器的价格提升至所述用户设备的出价值;Step S60: The server selects the user equipment with the highest bid, allocates the virtual server with the lowest server bid among all virtual servers of the server to the user equipment, and increases the price of the virtual server to the user equipment The value of
步骤S70、所述服务器广播最终所述用户设备分配结果,并为使用所述服务器的所述用户设备分配资源,所述用户设备根据最终用户设备分配结果使用相应的所述服务器。Step S70: The server broadcasts the final user equipment allocation result, and allocates resources to the user equipment using the server, and the user equipment uses the corresponding server according to the end user equipment allocation result.
其中,可按照服务器所在区域范围内用户设备的数量,将所述服务器虚拟化为对应数量的虚拟服务器,设所述服务器服务范围内的所述用户设备数量为n,则单个所述服务器对应切分为n个所述虚拟服务器,每个所述虚拟服务器定价策略如下:Wherein, the server can be virtualized into a corresponding number of virtual servers according to the number of user equipment in the area where the server is located, and assuming that the number of user equipment within the service range of the server is n, then a single server corresponds to switching. Divided into n virtual servers, the pricing strategy of each virtual server is as follows:
假设每个所述虚拟服务器运行和闲置时的成本分别为C R和C I,C R>C I,所述服务器的保本底价V min=C R-C I;对于所述服务器j虚拟化出的第k个所述虚拟服务器的定价
Figure PCTCN2019130636-appb-000014
为:
Assuming that the operating and idle costs of each virtual server are respectively C R and C I , C R > C I , the guaranteed reserve price of the server V min = C R- C I ; for the virtual server j Pricing of the kth said virtual server
Figure PCTCN2019130636-appb-000014
for:
Figure PCTCN2019130636-appb-000015
Figure PCTCN2019130636-appb-000015
设定所述用户设备i自身与所述服务器j的通信速率为r ij;所述服务器报价
Figure PCTCN2019130636-appb-000016
Set the communication rate between the user equipment i and the server j as r ij ; the server offers
Figure PCTCN2019130636-appb-000016
所述用户设备对于所述服务器的收益表达式定义为:The revenue expression of the user equipment for the server is defined as:
Figure PCTCN2019130636-appb-000017
Figure PCTCN2019130636-appb-000017
其中,c为设定的常数,且c的取值满足m ij>0; Among them, c is a set constant, and the value of c satisfies m ij >0;
设定所述用户设备i的出价为
Figure PCTCN2019130636-appb-000018
其中,
Figure PCTCN2019130636-appb-000019
表示其最高的收益,m′ i表示其次高的收益。
Set the bid of the user equipment i as
Figure PCTCN2019130636-appb-000018
among them,
Figure PCTCN2019130636-appb-000019
Represents its highest return, m'i represents the next highest return.
其中,拍卖过程中,所述用户设备使用所述虚拟服务器为非永久性使用,所述虚拟服务器的定价根据所述用户设备的最高定价增长。Wherein, during the auction process, the use of the virtual server by the user equipment is non-permanent use, and the pricing of the virtual server is increased according to the highest price of the user equipment.
本实施例中,还可包括如下步骤:In this embodiment, the following steps may also be included:
步骤S80、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖,服务器广播最终用户设备分配结果并为使用本服务器的用户设备分配资源。Step S80: At the end of the single round of auction, judge whether the current round of auction results in a change in the connection topology. If the topology changes, the next round of auction will be activated; if the topology remains unchanged, the algorithm will converge, stop the auction, and the server will broadcast The end user equipment allocates the result and allocates resources for the user equipment using this server.
下面以一具体实施例说明本发明的工作过程:The working process of the present invention is explained in a specific embodiment as follows:
步骤S10、拍卖初始阶段每个服务器S虚拟切分为若干虚拟服务器VS, 单个服务器S拟切分为n个虚拟服务器VS,n为此服务器服务区域内的用户设备U的数量。设定此服务器j切分的第k个虚拟服务器的初始报价
Figure PCTCN2019130636-appb-000020
且V min=C R-C I;其中V min是此服务器的保本底价;C R和C I分别表示虚拟服务器运行和闲置时的成本,C R>C I
Step S10: In the initial stage of the auction, each server S is virtually divided into several virtual servers VS, and a single server S is to be divided into n virtual servers VS, where n is the number of user equipment U in the server service area. Set the initial quotation of the kth virtual server segmented by this server j
Figure PCTCN2019130636-appb-000020
And V min = C R- C I ; where V min is the guaranteed base price of this server; C R and C I represent the cost of the virtual server when it is running and idle, C R > C I ;
步骤S20、拍卖初始阶段各个用户设备测量自身到周边相邻服务器的通信速率,设定用户设备i与服务器j的通信速率为r ijStep S20: In the initial stage of the auction, each user equipment measures its communication rate to surrounding neighboring servers, and sets the communication rate between user equipment i and server j as r ij ;
步骤S30、单次拍卖开始时,每个服务器广播其所拥有的虚拟服务器中价格最低的定价,以服务器j为例,则
Figure PCTCN2019130636-appb-000021
Step S30. When a single auction starts, each server broadcasts the lowest price among the virtual servers it owns. Taking server j as an example, then
Figure PCTCN2019130636-appb-000021
步骤S40、每个用户根据所在区域服务器的报价,计算对应于每个服务器的收益,并从中选取出收益最高和次高的两个服务器,以用户设备i为例,用户根据第j个服务器的报价,计算出收益
Figure PCTCN2019130636-appb-000022
其中,c为设定的常数,且c的取值满足m ij>0;用户i选出使得收益最高的收益
Figure PCTCN2019130636-appb-000023
以及收益次高的收益m′ i
Step S40, each user calculates the revenue corresponding to each server according to the quotation of the server in the area, and selects the two servers with the highest revenue and the second highest revenue from them. Taking user equipment i as an example, the user calculates the revenue corresponding to the jth server Quotation, calculate income
Figure PCTCN2019130636-appb-000022
Among them, c is a set constant, and the value of c satisfies m ij >0; user i selects the profit that makes the highest profit
Figure PCTCN2019130636-appb-000023
And the second-highest return m′ i .
步骤S50、用户以步骤S40所得自身设备的最高收益与次高收益的差值为其出价,向对应的服务器进行出价,为
Figure PCTCN2019130636-appb-000024
Step S50: The user uses the difference between the highest income and the second highest income of his own equipment obtained in step S40 as his bid, and makes a bid to the corresponding server, which is
Figure PCTCN2019130636-appb-000024
步骤S60、服务器选择出价最高的用户设备,将其最低价格的虚拟服务器分配给该用户设备,并将该虚拟服务器的价格提升至拍得此服务器的用户设备的出价;Step S60: The server selects the user equipment with the highest bid, allocates the virtual server with the lowest price to the user equipment, and raises the price of the virtual server to the bid of the user equipment that bids the server;
步骤S70、服务器将分配结果发送给用户设备,单轮拍卖结束。Step S70: The server sends the distribution result to the user equipment, and the single-round auction ends.
步骤S80、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变。当形成新的连接拓扑结构时,新一轮拍卖开始,转向步骤S30;当连接拓扑不再变化时,拍卖结束,服务器广播最终用户设备分配结果并为使用本服务器的用户设备分配资源。Step S80: When the single round of auction ends, it is judged whether the current round of auction results in a change in the connection topology. When a new connection topology is formed, a new round of auction starts, and the process goes to step S30; when the connection topology does not change, the auction ends, and the server broadcasts the end user equipment allocation result and allocates resources for the user equipment using the server.
用户设备根据最终用户分配结果使用相应的服务器服务,服务器按照比例公平算法为用户设备分配带宽。具体地,如果有n个用户设备使用服务器j, 则服务器j按照用户的通信速率成比例地为用户分配带宽。例如,当用户A和B的通信速率分别为2Mbps和5Mbps时,如果服务器的总带宽为3.5Mbps,则为用户A分配1Mbps,为用户B分配2.5Mbps带宽。The user equipment uses the corresponding server service according to the end user allocation result, and the server allocates bandwidth to the user equipment according to a proportional fair algorithm. Specifically, if there are n user equipments using the server j, the server j allocates bandwidth to the user in proportion to the communication rate of the user. For example, when the communication rates of users A and B are 2 Mbps and 5 Mbps, respectively, if the total bandwidth of the server is 3.5 Mbps, user A is allocated 1 Mbps and user B is allocated 2.5 Mbps of bandwidth.
本发明的以上分配使用过程,各个服务器的使用与负载均衡不需要由负载均衡器管理控制,而是采用的分布式策略。各个服务器并非达到阈值时才执行负载均衡策略,而是在每个用户设备请求时将全局负载均衡问题考虑在内。In the above distribution and use process of the present invention, the use and load balance of each server do not need to be managed and controlled by the load balancer, but a distributed strategy is adopted. Each server does not execute the load balancing strategy when the threshold is reached, but takes the global load balancing problem into consideration when each user device requests it.
参见图3及图4,图3为本发明一实施例的应用场景示意图,图4为本发明一实施例的用户设备申请使用服务器过程中实现负载均衡示意图。在此实施例中S1、S2为服务器,U1、U2、U3、U4为用户设备。假设各个用户设备到服务器的通信速率分别为r 11=r 31=3,r 21=r 32=r 42=2,c=3,假设所有的服务器的保底价格V min=1。 3 and FIG. 4, FIG. 3 is a schematic diagram of an application scenario of an embodiment of the present invention, and FIG. 4 is a schematic diagram of load balancing implemented in a process of a user equipment applying to use a server according to an embodiment of the present invention. In this embodiment, S1 and S2 are servers, and U1, U2, U3, and U4 are user equipment. Assume that the communication rates of each user equipment to the server are r 11 =r 31 =3, r 21 =r 32 =r 42 =2, and c=3. Assume that the minimum price of all servers is V min =1.
在此情况下,负载均衡的具体实施步骤如下:In this case, the specific implementation steps of load balancing are as follows:
1)在初始状态下,服务器S1在所在区域内存在3个用户设备U1、U2、U3,故虚拟化为3个VS,以
Figure PCTCN2019130636-appb-000025
表示;服务器S2所在区域存在2个用户设备U2、U3,故虚拟化为2个VS,分别以
Figure PCTCN2019130636-appb-000026
表示。各VS根据公式
Figure PCTCN2019130636-appb-000027
计算其报价,其中
Figure PCTCN2019130636-appb-000028
是虚拟服务器
Figure PCTCN2019130636-appb-000029
的价格。
1) In the initial state, the server S1 has 3 user devices U1, U2, and U3 in the area where it is located, so it is virtualized into 3 VSs.
Figure PCTCN2019130636-appb-000025
Means; there are two user equipment U2 and U3 in the area where server S2 is located, so virtualized into two VSs, respectively
Figure PCTCN2019130636-appb-000026
Said. According to the formula
Figure PCTCN2019130636-appb-000027
Calculate its offer, where
Figure PCTCN2019130636-appb-000028
Is a virtual server
Figure PCTCN2019130636-appb-000029
s price.
参见下表1,表1为本实施例各个虚拟服务器的详细报价:See Table 1 below. Table 1 is a detailed quotation of each virtual server in this embodiment:
表1各个虚拟服务器的详细报价Table 1 Detailed quotation of each virtual server
Figure PCTCN2019130636-appb-000030
Figure PCTCN2019130636-appb-000030
1)拍卖第一轮开始,服务器S1、S2分别选择其价格最低的虚拟服务器VS定价作为报价,即price 1=1,price 2=1。服务器S1、S2分别将其报价通过广播的方式告知用户。 1) At the beginning of the first round of auction, servers S1 and S2 respectively select the virtual server VS with the lowest price as the quotation, that is, price 1 =1, price 2 =1. The servers S1 and S2 respectively notify the users of their quotations by broadcasting.
2)用户设备U1计算其最高收益为m*=2+log3,由于用户设备U1无第二 高收益,故向S1提交出价2+log3。同样用户设备U2、U4也分别向S1、S2提交出价。对于用户设备U3,因其所在服务器S1、S2的服务范围内,故分别计算得到最高收益
Figure PCTCN2019130636-appb-000031
次高收益m′ 3=2+log2,因而用户设备U3向服务器S1提交出价为log3-log2。
2) The user equipment U1 calculates its highest profit as m*=2+log3. Since the user equipment U1 does not have the second highest profit, it submits the bid 2+log3 to S1. Similarly, the user equipment U2 and U4 also submit bids to S1 and S2 respectively. For the user equipment U3, because it is within the service range of the servers S1 and S2 where it is located, the highest revenue is calculated separately
Figure PCTCN2019130636-appb-000031
The second highest return m′ 3 =2+log2, so the user equipment U3 submits the bid to the server S1 as log3-log2.
3)服务器S1从所有报价中选取价格最高的用户设备,并将报价最低的虚拟服务器分配给该用户设备。本轮用户设备U1与虚拟服务器
Figure PCTCN2019130636-appb-000032
匹配,用户设备U4与虚拟服务器
Figure PCTCN2019130636-appb-000033
匹配。同时将这两个虚拟服务器
Figure PCTCN2019130636-appb-000034
的报价修改为对应用户设备的出价。第一轮拍卖结束。
3) The server S1 selects the user equipment with the highest price from all quotations, and assigns the virtual server with the lowest quotation to the user equipment. This round of user equipment U1 and virtual server
Figure PCTCN2019130636-appb-000032
Match, user device U4 and virtual server
Figure PCTCN2019130636-appb-000033
match. At the same time these two virtual servers
Figure PCTCN2019130636-appb-000034
The offer of is modified to the bid of the corresponding user device. The first round of auctions is over.
4)第二轮拍卖开始。服务器S1、S2分别选取其定价最低的虚拟服务器VS,以此虚拟服务器VS的定价作为自身报价,并广播报价。4) The second round of auction begins. The servers S1 and S2 respectively select the virtual server VS with the lowest price, use the price of the virtual server VS as its own quotation, and broadcast the quotation.
5)如前所述过程,各个用户设备提交出价。用户设备U2、U3分别向服务器S1提交出价。5) In the aforementioned process, each user device submits a bid. The user equipment U2 and U3 respectively submit bids to the server S1.
6)服务器S1得到两个用户设备U2、U3的出价,用户设备U2的出价高于用户设备U3,因而获得虚拟服务器
Figure PCTCN2019130636-appb-000035
的使用。修改该虚拟服务器
Figure PCTCN2019130636-appb-000036
的价格。第二轮拍卖结束。
6) The server S1 obtains the bids of the two user equipment U2 and U3, and the bid of the user equipment U2 is higher than that of the user equipment U3, thus obtaining the virtual server
Figure PCTCN2019130636-appb-000035
usage of. Modify the virtual server
Figure PCTCN2019130636-appb-000036
s price. The second round of auction ends.
7)第三轮拍卖开始。服务器S1、S2分别选取其定价最低的虚拟服务器VS,以此虚拟服务器VS的定价作为自身报价,并广播报价。7) The third round of auction begins. The servers S1 and S2 respectively select the virtual server VS with the lowest price, use the price of the virtual server VS as its own quotation, and broadcast the quotation.
8)用户设备U3计算其收益,并向服务器S2提交出价。8) The user equipment U3 calculates its profit and submits a bid to the server S2.
9)服务器S2接受用户设备U3竞拍,用户设备U3取得与虚拟服务器
Figure PCTCN2019130636-appb-000037
的匹配。修改该虚拟服务器
Figure PCTCN2019130636-appb-000038
的价格。第三轮拍卖结束。
9) The server S2 accepts the bidding of the user equipment U3, and the user equipment U3 obtains the bid with the virtual server
Figure PCTCN2019130636-appb-000037
Match. Modify the virtual server
Figure PCTCN2019130636-appb-000038
s price. The third round of auction ends.
10)第四轮拍卖开始,经过一轮拍卖,拓扑结构无变化。拍卖结束。10) The fourth round of auctions begins, and after one round of auctions, there is no change in topology. The auction is over.
在以上流程中,拍卖各个阶段,各个虚拟服务器的详细报价可见表1。In the above process, the detailed quotations of each virtual server at each stage of the auction can be seen in Table 1.
在上述过程2)和5)中用户设备U3均向S1提出竞标。而过程8)中,用户设备U3则转向S2提出竞标,其原因是经过两次拍卖之后服务器S1接入的用户设备增加,服务器S1在第三轮拍卖时的报价高于服务器S2,故用户设备U3转向报价低的服务器S2。由此可以看出本发明在用户申请使用阶段就起到了均衡负载的作用。In the above processes 2) and 5), both the user equipment U3 submits a bid to S1. In process 8), the user equipment U3 turns to S2 to bid. The reason is that the user equipment accessed by the server S1 increases after two auctions, and the bid price of the server S1 in the third round of auction is higher than that of the server S2, so the user equipment U3 turns to S2, the low-priced server. From this, it can be seen that the present invention plays the role of load balancing during the user application phase.
在每次拍卖结束之后都需要判断拓扑结构是否发生了改变,若改变,则需要进行下一轮拍卖,若没有改变,则算法收敛,停止拍卖。After each auction is over, it is necessary to determine whether the topology has changed. If it changes, the next round of auctions needs to be performed. If there is no change, the algorithm converges and the auction stops.
本发明是基于拍卖算法的农机大数据平台服务器负载均衡方法,在包含多 个服务器的场景中,用户设备使用服务器时,将单个服务器虚拟化为多个虚拟服务器,通过比例公平算法进行资源分配;通过拍卖的方法实现用户设备使用某个服务器,每个服务器广播其定价最低的虚拟服务器的报价,用户设备根据其到相邻服务器的网络带宽出价,服务器根据用户的出价情况,选择出价最高的用户设备与虚拟服务器进行匹配。The invention is an agricultural machinery big data platform server load balancing method based on an auction algorithm. In a scenario containing multiple servers, when a user equipment uses the server, a single server is virtualized into multiple virtual servers, and resources are allocated through a proportional fair algorithm; Through the auction method, the user equipment uses a certain server, and each server broadcasts the price of the virtual server with the lowest price. The user equipment bids according to the network bandwidth to the adjacent server, and the server selects the user with the highest bid according to the user’s bid. The device matches the virtual server.
本发明实现了服务器的负载均衡,大大提高了服务器资源利用率,并在所有用户设备中实现比例公平。采用分布式的方法解决负载均衡问题,相对于使用负载均衡设备,减少了安全风险,提高了负载均衡问题的处理速度。满足了更多用户希望使用距离较近、通信质量更好服务器的需求。The invention realizes the load balance of the server, greatly improves the utilization rate of server resources, and realizes proportional fairness in all user equipment. Using a distributed method to solve the load balancing problem, compared with the use of load balancing equipment, reduces security risks and improves the processing speed of load balancing problems. It meets the needs of more users who want to use servers that are closer and have better communication quality.
当然,本发明还可有其它多种实施例,在不背离本发明精神及其实质的情况下,熟悉本领域的技术人员当可根据本发明作出各种相应的改变和变形,但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。Of course, the present invention can also have various other embodiments. Without departing from the spirit and essence of the present invention, those skilled in the art can make various corresponding changes and modifications according to the present invention, but these corresponding All changes and deformations shall belong to the protection scope of the appended claims of the present invention.

Claims (10)

  1. 一种农机大数据平台服务器负载均衡方法,其特征在于,包括如下步骤:An agricultural machinery big data platform server load balancing method is characterized in that it comprises the following steps:
    S100、在包含多个服务器的场景中,用户设备使用所述服务器时,将单个所述服务器虚拟化为多个虚拟服务器,并初始化所述多个虚拟服务器的价格;S100. In a scenario containing multiple servers, when the user equipment uses the server, virtualize a single server into multiple virtual servers, and initialize the prices of the multiple virtual servers;
    S200、通过比例公平算法进行资源分配,每个所述服务器广播其所述多个虚拟服务器中定价最低的服务器报价;S200. Perform resource allocation through a proportional fair algorithm, and each server broadcasts the lowest-priced server quotation among the multiple virtual servers;
    S300、所述用户设备测量相邻服务器的通信速率及其到所述相邻服务器的网络带宽,并根据所述服务器报价及所述通信速率和/或网络带宽选择向最高收益的所述虚拟服务器出价;S300. The user equipment measures the communication rate of the neighboring server and the network bandwidth to the neighboring server, and selects the virtual server with the highest revenue according to the server offer and the communication rate and/or network bandwidth bid;
    S400、通过拍卖算法,所述服务器根据所述用户设备的出价,选择出价最高的所述用户设备与所述虚拟服务器进行匹配,实现所述用户设备使用相应的所述虚拟服务器。S400. Using an auction algorithm, the server selects the user equipment with the highest bid to match the virtual server according to the bid of the user equipment, so that the user equipment uses the corresponding virtual server.
  2. 如权利要求1所述的农机大数据平台服务器负载均衡方法,其特征在于,按照所述服务器所在区域范围内所述用户设备的数量,将所述服务器虚拟化为对应数量的多个所述虚拟服务器,设所述服务器服务范围内的所述用户设备数量为n,则单个所述服务器对应切分为n个所述虚拟服务器,每个所述虚拟服务器的定价策略如下:The agricultural machinery big data platform server load balancing method according to claim 1, wherein the server is virtualized into a corresponding number of multiple virtual devices according to the number of the user equipment in the area where the server is located. Server, assuming that the number of user equipment within the service range of the server is n, then a single server is divided into n virtual servers, and the pricing strategy of each virtual server is as follows:
    若每个所述虚拟服务器运行和闲置时的成本分别为C R和C I,C R>C I,所述服务器的保本底价V min=C R-C I;对于所述服务器j虚拟化出的第k个所述虚拟服务器
    Figure PCTCN2019130636-appb-100001
    的定价
    Figure PCTCN2019130636-appb-100002
    为:
    If the operating and idle costs of each virtual server are C R and C I , and C R > C I , the guaranteed reserve price of the server V min = C R- C I ; for the virtual server j The kth said virtual server
    Figure PCTCN2019130636-appb-100001
    Pricing
    Figure PCTCN2019130636-appb-100002
    for:
    Figure PCTCN2019130636-appb-100003
    Figure PCTCN2019130636-appb-100003
    设定所述用户设备i自身与所述服务器j的通信速率为r ij;所述服务器报价
    Figure PCTCN2019130636-appb-100004
    所述用户设备对于所述服务器的收益表达式定义为:
    Set the communication rate between the user equipment i and the server j as r ij ; the server offers
    Figure PCTCN2019130636-appb-100004
    The revenue expression of the user equipment for the server is defined as:
    Figure PCTCN2019130636-appb-100005
    Figure PCTCN2019130636-appb-100005
    其中,c为设定的常数,且c的取值满足m ij>0; Among them, c is a set constant, and the value of c satisfies m ij >0;
    设定所述用户设备i的出价为
    Figure PCTCN2019130636-appb-100006
    其中,
    Figure PCTCN2019130636-appb-100007
    表示所述用户设备i的最 高收益,m′ i表示所述用户设备i的次高收益。
    Set the bid of the user equipment i as
    Figure PCTCN2019130636-appb-100006
    among them,
    Figure PCTCN2019130636-appb-100007
    Represents the highest revenue of the user equipment i, and m'i represents the second highest revenue of the user equipment i.
  3. 如权利要求1或2所述的农机大数据平台服务器负载均衡方法,其特征在于,还包括如下步骤:The agricultural machinery big data platform server load balancing method according to claim 1 or 2, characterized in that it further comprises the following steps:
    S500、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖。S500. At the end of the single-round auction, it is judged whether the current round of auction results in a change in the topology of the connection. If the topology changes, the next round of auction is activated; if the topology remains unchanged, the algorithm converges and the auction is stopped.
  4. 一种农机大数据平台服务器负载均衡方法,其特征在于,将用户设备与服务器的连接转化为二部图匹配问题进行处理,并结合拍卖算法,具体包括如下步骤:An agricultural machinery big data platform server load balancing method is characterized in that the connection between the user equipment and the server is converted into a bipartite graph matching problem for processing and combined with an auction algorithm, which specifically includes the following steps:
    S10、将一个所述服务器虚拟化出多个虚拟服务器,设定每个所述虚拟服务器的初始报价;S10. Virtualizing one of the servers into multiple virtual servers, and setting an initial quotation for each of the virtual servers;
    S20、所述用户设备计算自身到周边相邻所述服务器的通信速率;S20. The user equipment calculates the communication rate from itself to the neighboring server.
    S30、单次拍卖开始时,每个所述服务器广播其所有所述虚拟服务器中价格最低的服务器报价;S30. When a single auction starts, each of the servers broadcasts the offer of the server with the lowest price among all the virtual servers;
    S40、所述用户设备根据所述服务器报价,计算对应于每个所述服务器的收益,并从中选取出收益最高和收益次高的两个所述服务器;S40. The user equipment calculates the revenue corresponding to each server according to the server quotation, and selects the two servers with the highest revenue and the second highest revenue from them;
    S50、所述用户设备以所述最高收益与次高收益的所述服务器报价的差值为出价值,向对应的所述服务器进行出价;S50. The user equipment uses the difference between the highest yield and the second highest yield of the server quotation as a value, and makes a bid to the corresponding server;
    S60、所述服务器选择出价最高的所述用户设备,将所述服务器所有虚拟服务器中服务器报价最低的虚拟服务器分配给所述用户设备,并将所述虚拟服务器的价格提升至所述用户设备的出价值;S60. The server selects the user equipment with the highest bid, allocates the virtual server with the lowest server bid among all virtual servers of the server to the user equipment, and raises the price of the virtual server to the price of the user equipment. Value
    S70、所述服务器广播最终所述用户设备分配结果,并为使用所述服务器的所述用户设备分配资源,所述用户设备根据最终用户设备分配结果使用相应的所述服务器。S70. The server broadcasts the final user equipment allocation result, and allocates resources to the user equipment using the server, and the user equipment uses the corresponding server according to the end user equipment allocation result.
  5. 如权利要求4所述的农机大数据平台服务器负载均衡方法,其特征在于,按照服务器所在区域范围内用户设备的数量,将所述服务器虚拟化为对应数量的虚拟服务器,设所述服务器服务范围内的所述用户设备数量为n,则单个所述服务器对应切分为n个所述虚拟服务器,每个所述虚拟服务器定价策略如下:The agricultural machinery big data platform server load balancing method of claim 4, wherein the server is virtualized into a corresponding number of virtual servers according to the number of user devices in the area where the server is located, and the server service range is set If the number of user equipments in is n, then a single server is divided into n virtual servers, and the pricing strategy for each virtual server is as follows:
    假设每个所述虚拟服务器运行和闲置时的成本分别为C R和C I,C R>C I, 所述服务器的保本底价V min=C R-C I;对于所述服务器j切分的第k个所述虚拟服务器的定价
    Figure PCTCN2019130636-appb-100008
    为:
    Assuming that the operating and idle costs of each virtual server are respectively C R and C I , C R > C I , the guaranteed reserve price of the server V min = C R- C I ; for the split of the server j Pricing of the k-th said virtual server
    Figure PCTCN2019130636-appb-100008
    for:
    Figure PCTCN2019130636-appb-100009
    Figure PCTCN2019130636-appb-100009
    设定所述用户设备i自身与所述服务器j的通信速率为r ij;所述服务器报价
    Figure PCTCN2019130636-appb-100010
    Set the communication rate between the user equipment i and the server j as r ij ; the server offers
    Figure PCTCN2019130636-appb-100010
    所述用户设备对于所述服务器的收益表达式定义为:The revenue expression of the user equipment for the server is defined as:
    Figure PCTCN2019130636-appb-100011
    Figure PCTCN2019130636-appb-100011
    其中,c为设定的常数,且c的取值满足m ij>0; Among them, c is a set constant, and the value of c satisfies m ij >0;
    设定所述用户设备i的出价为
    Figure PCTCN2019130636-appb-100012
    其中,
    Figure PCTCN2019130636-appb-100013
    表示所述用户设备i的最高收益,m′ i表示所述用户设备i的次高收益。
    Set the bid of the user equipment i as
    Figure PCTCN2019130636-appb-100012
    among them,
    Figure PCTCN2019130636-appb-100013
    Represents the highest revenue of the user equipment i, and m'i represents the second highest revenue of the user equipment i.
  6. 如权利要求4或5所述的农机大数据平台服务器负载均衡方法,其特征在于,所述服务器按照比例分配公平算法为使用该服务器的所述用户设备分配资源。The agricultural machinery big data platform server load balancing method according to claim 4 or 5, wherein the server allocates resources to the user equipment using the server according to a proportional distribution fair algorithm.
  7. 如权利要求6所述的农机大数据平台服务器负载均衡方法,其特征在于,拍卖过程中,所述用户设备使用所述虚拟服务器为非永久性使用,所述虚拟服务器的定价根据所述用户设备的最高定价增长。The agricultural machinery big data platform server load balancing method according to claim 6, wherein in the auction process, the user equipment uses the virtual server for non-permanent use, and the virtual server is priced according to the user equipment The highest price increase.
  8. 如权利要求1、2、4或5所述的农机大数据平台服务器负载均衡方法,其特征在于,所述服务器包括服务器集群、物理服务器和/或云服务器。The agricultural machinery big data platform server load balancing method according to claim 1, 2, 4, or 5, wherein the server includes a server cluster, a physical server, and/or a cloud server.
  9. 如权利要求1、2、4或5所述的农机大数据平台服务器负载均衡方法,其特征在于,所述服务器的负载均衡过程中不涉及到负载均衡设备的使用。The agricultural machinery big data platform server load balancing method according to claim 1, 2, 4, or 5, wherein the load balancing process of the server does not involve the use of load balancing equipment.
  10. 如权利要求4或5所述的农机大数据平台服务器负载均衡方法,其特征在于,还包括如下步骤:The method for server load balancing of agricultural machinery big data platform according to claim 4 or 5, further comprising the following steps:
    S80、单轮拍卖结束时,判断本轮拍卖是否导致连接拓扑结构发生改变,若拓扑结构发生改变,则执行步骤S30激活下一轮拍卖;若拓扑结构保持不变,则算法收敛,停止拍卖。S80. At the end of the single round of auction, determine whether the current round of auction results in a change in the connection topology. If the topology changes, perform step S30 to activate the next round of auction; if the topology remains unchanged, the algorithm converges and stops the auction.
PCT/CN2019/130636 2019-06-11 2019-12-31 Method for load balancing of agricultural machinery big data platform server WO2020248586A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910502002.3 2019-06-11
CN201910502002.3A CN110278251A (en) 2019-06-11 2019-06-11 A kind of agricultural machinery big data platform server load balancing method

Publications (1)

Publication Number Publication Date
WO2020248586A1 true WO2020248586A1 (en) 2020-12-17

Family

ID=67962015

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/130636 WO2020248586A1 (en) 2019-06-11 2019-12-31 Method for load balancing of agricultural machinery big data platform server

Country Status (2)

Country Link
CN (1) CN110278251A (en)
WO (1) WO2020248586A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110278251A (en) * 2019-06-11 2019-09-24 中国农业机械化科学研究院 A kind of agricultural machinery big data platform server load balancing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182742A (en) * 2003-12-18 2005-07-07 Korea Electronics Telecommun Dynamic load distribution system and its method
CN104469847A (en) * 2014-10-28 2015-03-25 南京大学 Method for balancing base station loads based on auction algorithm
CN106100907A (en) * 2016-08-15 2016-11-09 北京邮电大学 A kind of MEC server selection algorithm based on fairness
CN110278251A (en) * 2019-06-11 2019-09-24 中国农业机械化科学研究院 A kind of agricultural machinery big data platform server load balancing method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182742A (en) * 2003-12-18 2005-07-07 Korea Electronics Telecommun Dynamic load distribution system and its method
CN104469847A (en) * 2014-10-28 2015-03-25 南京大学 Method for balancing base station loads based on auction algorithm
CN106100907A (en) * 2016-08-15 2016-11-09 北京邮电大学 A kind of MEC server selection algorithm based on fairness
CN110278251A (en) * 2019-06-11 2019-09-24 中国农业机械化科学研究院 A kind of agricultural machinery big data platform server load balancing method

Also Published As

Publication number Publication date
CN110278251A (en) 2019-09-24

Similar Documents

Publication Publication Date Title
US8291424B2 (en) Method and system of managing resources for on-demand computing
US20130111027A1 (en) Accessing physical resources in a cloud computing environment
US10057179B2 (en) Policy based scaling of network resources
CN103051564B (en) The method and apparatus of dynamic resource allocation
Patel et al. VM provisioning method to improve the profit and SLA violation of cloud service providers
Kogias et al. Cloud federation and the evolution of cloud computing
CN110111189B (en) Online combined resource allocation and payment method based on double-sided auction
Khan et al. Clouds of small things: Provisioning infrastructure-as-a-service from within community networks
Petri et al. Exploring models and mechanisms for exchanging resources in a federated cloud
Addya et al. CoMCLOUD: Virtual machine coalition for multi-tier applications over multi-cloud environments
Ullah et al. Enhancing the dynamic load balancing technique for cloud computing using HBATAABC algorithm
CN103997515B (en) Center system of selection and its application are calculated in a kind of distributed cloud
Zhao et al. Online procurement auctions for resource pooling in client-assisted cloud storage systems
WO2020248586A1 (en) Method for load balancing of agricultural machinery big data platform server
CN109089266B (en) Multi-channel dynamic spectrum allocation method for preventing Sybil attack and computer program
Eswaran et al. Multiservice load balancing with hybrid particle swarm optimization in cloud-based multimedia storage system with QoS provision
Ayachi et al. Cooperative game approach to form overlapping cloud federation based on inter-cloud architecture
Kavyasri et al. Comparative study of scheduling algorithms to enhance the performance of virtual machines in cloud computing
Pathan et al. An architecture for virtual organization (VO)-based effective peering of content delivery networks
CN113535408A (en) Auction-type optimization method for edge side computing resources
Manimala et al. Load balanced job scheduling approach for grid environment
CN112738247A (en) Cloud computing resource allocation system and method based on multilayer space scheduling
Abdullah et al. Self-organizing dynamic ad hoc grids
Feoktistov Tender of computational works in heterogeneous distributed environment.
Praveen et al. Game theoretic approach to resource provisioning in a distributed cloud

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

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

Country of ref document: EP

Kind code of ref document: A1