CN101217483A - A method to realize cluster server inner load sharing agent - Google Patents
A method to realize cluster server inner load sharing agent Download PDFInfo
- Publication number
- CN101217483A CN101217483A CNA200810004223XA CN200810004223A CN101217483A CN 101217483 A CN101217483 A CN 101217483A CN A200810004223X A CNA200810004223X A CN A200810004223XA CN 200810004223 A CN200810004223 A CN 200810004223A CN 101217483 A CN101217483 A CN 101217483A
- Authority
- CN
- China
- Prior art keywords
- server
- client
- node
- node server
- agent
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Computer And Data Communications (AREA)
Abstract
The invention discloses a method for realizing the loading sharing agent in a cluster server, comprising the following steps: a client sends a node server selecting request to a agent server; the agent server returns a list of selectable node servers to the client according to the loading situation of the cluster server; according to the list of selectable node servers, the client determines the selected node server and establishes connection directly with the selected node server by negotiating the loading sharing algorithm with the agent server until the conversation between the client and the node server is ended. As adopting the loading sharing agent method that the client is provided with the optimal server node and the suboptimal server node, the invention strengthens the external stability of the cluster server. Furthermore, the agent server does not retransmit the application data between the client and the server; therefore, the agent server is not easy to cause the network bottleneck.
Description
Technical field
The present invention relates to computer application and communication field, more specifically, relate to the method that is used to realize cluster server inner load sharing agent.
Background technology
The quick growth of Internet makes the various network services device, communication server, and the number of visitors of facing increases fast, and server becomes and sinks beneath one's burden, if can't in time handle a large amount of user's service requests, the situation of interruption will appear in server so.Be to adopt the server of stronger computing capability to replace original server in the method that addresses these problems in the past, even like this, the load capacity of separate unit server also is limited, impossible infinite expanding, simultaneously, the price of high-grade server is that the performance along with server presents exponential type and rises, therefore, the system model that adopts many low-cost servers to form load balancing day by day becomes main flow, thereby has expanded the load balancing technology.The load balancing system mainly is that the user's service request that will concentrate on the station server is distributed on the multiple servers.At the initial stage that the load balancing mode occurs, the mode that has many Network Design to adopt the domain name wheel to change, it promptly is the corresponding multiple servers of a domain name, scheme as a kind of cheapness, the mode that the domain name wheel changes can solve the loading problem of some servers, but, because the mode of this load balancing has significant limitation: can't user's service request be sent on the different servers according to the loading condition of each station server; A station server goes wrong when can't work therein, and system still can send to user access request on the server that breaks down, and causes the interruption of part of service; Generally on the server of various places, all can there be Cache to exist because domain name is explained, therefore can causes the user access request in an area will concentrate on the same station server.Thereby in fact, the mode that adopts the domain name wheel to change is done system load and is shared, and its effect is also not obvious.
Therefore, use object at difference, the load balancing technology probably is divided into four kinds of pattern: DNS, acting server, address conversion gateway and agreement internal support, acting server was used the most extensively during advanced server was used, therefore the prior art background of selective analysis acting server here.
Use acting server, request can be transmitted to inner server, use this aero mode obviously can promote access speed, acting server will ask evenly to be transmitted to multiple servers, thereby reach the purpose of load balancing.This agent way and common agent way are different, and the standard agent way is that the client uses a plurality of external servers of proxy access, and this agent way is a plurality of client access internal servers of agency, therefore are also referred to as the reverse proxy pattern.Though it is not complicated especially realizing this task, yet owing to require extra high efficient, it is also remarkable to implement.Use the benefit of reverse proxy to be, the cache technology of load balancing and acting server can be combined, useful performance is provided.Though this acting server itself can reach very high efficiency, at acting on behalf of each time, acting server just must be safeguarded two connections, an external connection, an internal connection, so extra high connection request, the load of acting server are also just very big.The load balancing strategy of energy optimizing application under the reverse proxy mode, the most idle internal server of each visit provides service.But along with the increase of concurrent connection number amount, it is very big that the load of acting server itself also becomes, and last Reverse Proxy itself can become the bottleneck of service.
And more advanced acting server has added many algorithms now, as the flow load sharing method.This acting server can precompute every link channel and send the required time of packet before each transmission packet be to server; Select the shortest passage of transmitting time then, send current data packet with this passage.This flow load sharing method is according to the busy extent Dynamic Selection link of passage, can be applicable to and the data communications equipment different levels, the flow load sharing of different application, but this flow load sharing also has weak point, as: client can not be all identical at every turn to the request msg of server, all different at every turn through the server that acting server finds, the basic like this consistency that does not just guarantee client and server session, and, because the each request server of client, acting server all will carry out flow rate calculation for it, so promptly wasted a lot of time, waste a large amount of acting server resources again, thereby caused the load of acting server bigger.
Summary of the invention
Consider the problems referred to above and make the present invention that for this reason, main purpose of the present invention is, a kind of method that is used to realize cluster server inner load sharing agent is provided.
According to the method that is used to realize cluster server inner load sharing agent of the present invention, may further comprise the steps: client is selected request to acting server sending node server; Acting server returns the tabulation of optional node server according to the loading condition of cluster server to client; And client is by carrying out the load balancing negotiating algorithm with acting server, tabulation according to optional node server, determine the node server of selection, and directly connect conversation end up between client and node server with the node server of selecting.
In addition, in the method, optionally the node server in the tabulation of node server is divided into and the corresponding optimum node server of client and one or more suboptimum node server.
In addition, in the method, acting server calculates according to the request and the flow of client, to analyze the loading condition of each node server, finds optimum node server.
In addition, in the method, client at first is connected with optimum node server, if with occur being connected of optimum node server unusually, then in client and the one or more suboptimum node servers is connected.
In addition, in the method, client independently selects in one or more suboptimum node servers to connect.And the while client is according to the load balancing algorithm of the situation decision acting server use of client.
By the present invention, owing to taked optimal service device node and suboptimum server node all to offer the load sharing agent method of client, strengthened cluster server to external stability, and acting server is not transmitted the application data between client and server, and acting server is not easy to occur network bottleneck.Client by and acting server between carry out load balancing negotiating algorithm mechanism, fully improved the flexibility of selecting; Between all same server node of exchanges data of a session, guaranteed the consistency of same session data between client and server between last client and server.
Other features and advantages of the present invention will be set forth in the following description, and, partly from specification, become apparent, perhaps understand by implementing the present invention.Purpose of the present invention and other advantages can realize and obtain by specifically noted structure in the specification of being write, claims and accompanying drawing.
Description of drawings
Accompanying drawing is used to provide further understanding of the present invention, and constitutes the part of specification, is used from explanation the present invention with embodiments of the invention one, is not construed as limiting the invention.In the accompanying drawings:
Fig. 1 shows the flow chart of method that is used to realize cluster server inner load sharing agent according to the embodiment of the invention;
Fig. 2 shows the graph of a relation between client according to the embodiment of the invention, acting server, the cluster server;
Fig. 3 shows the normal flow figure according to the load sharing agent of the embodiment of the invention; And
Fig. 4 shows the unusual flow chart according to the load sharing agent of the embodiment of the invention.
Embodiment
Below in conjunction with accompanying drawing the preferred embodiments of the present invention are described, should be appreciated that preferred embodiment described herein only is used for description and interpretation the present invention, and be not used in qualification the present invention.
The present invention is in order to solve under the situation of using acting server, to improve the reliability between client, acting server, the cluster server, negotiation property, flexibility and session consistency.
In the cluster service environment, each node server all possesses identical functions, and client is connected with node server in the cluster environment by acting server.Acting server calculates according to the request and the flow of client, analyze the loading condition of each node server, find appropriate nodes server the most, at this moment, node server, acting server, client are held consultation, as long as client does not initiatively disconnect and being connected of node server, this client just can not passed through acting server, and direct and this node server carries out communication.
Fig. 1 shows the flow chart of method that is used to realize cluster server inner load sharing agent according to the embodiment of the invention.
As shown in Figure 1, may further comprise the steps: step S102, client is selected request to acting server sending node server; Step S104, acting server return the tabulation of optional node server according to the loading condition of cluster server to client; And step S106, client according to the tabulation of optional node server, is determined the node server of selecting by carrying out the load balancing negotiating algorithm with acting server, and directly connect conversation end up between client and node server with the node server of selecting.
In addition, in the method, optionally the node server in the tabulation of node server is divided into and the corresponding optimum node server of client and one or more suboptimum node server.
In addition, in the method, acting server calculates according to the request and the flow of client, to analyze the loading condition of each node server, finds optimum node server.
In addition, in the method, client at first is connected with optimum node server, if with occur being connected of optimum node server unusually, then in client and the one or more suboptimum node servers is connected.
In addition, in the method, client independently selects in one or more suboptimum node servers to connect.And the while client is according to the load balancing algorithm of the situation decision acting server use of client.
Fig. 2 shows the graph of a relation between client according to the embodiment of the invention, acting server, the cluster server.
As shown in Figure 2, client is obtained the server node that service is provided by acting server, and with node server between directly be connected.
Fig. 3 shows the normal flow figure according to the load sharing agent of the embodiment of the invention.And Fig. 4 shows the unusual flow chart according to the load sharing agent of the embodiment of the invention.
Be described in detail in conjunction with Fig. 3 and Fig. 4, client is initiated connection request, and acting server is analyzed the loading condition of cluster internal node server, the server node that the notice client can connect, client to connect permission, connects with node server and communicates.If server node is unavailable, or server node occurs unusually midway, and whole workflow is again since the 3rd step.
The above is the preferred embodiments of the present invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.
Claims (6)
1. a method that is used to realize cluster server inner load sharing agent is characterized in that, may further comprise the steps:
Client is selected request to acting server sending node server;
Described acting server returns the tabulation of optional node server according to the loading condition of described cluster server to described client; And
Described client is by carrying out the load balancing negotiating algorithm with described acting server, tabulation according to described optional node server, determine the node server of selection, and directly connect conversation end up between described client and described node server with the node server of described selection.
2. method according to claim 1 is characterized in that, the node server in the tabulation of described optional node server is divided into and the corresponding optimum node server of described client and one or more suboptimum node server.
3. method according to claim 2 is characterized in that, described acting server calculates according to the described request and the flow of described client, to analyze the loading condition of each described node server, finds described optimum node server.
4. method according to claim 2, it is characterized in that, described client at first is connected with described optimum node server, if with occur being connected of described optimum node server unusually, one in then described client and the described one or more suboptimum node servers is connected.
5. method according to claim 4 is characterized in that, described client is autonomous selects one in described one or more suboptimum node servers to connect.
6. method according to claim 1 is characterized in that, described client determines the described load balancing algorithm that described acting server uses according to the situation of described client.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNA200810004223XA CN101217483A (en) | 2008-01-21 | 2008-01-21 | A method to realize cluster server inner load sharing agent |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNA200810004223XA CN101217483A (en) | 2008-01-21 | 2008-01-21 | A method to realize cluster server inner load sharing agent |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101217483A true CN101217483A (en) | 2008-07-09 |
Family
ID=39623845
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNA200810004223XA Pending CN101217483A (en) | 2008-01-21 | 2008-01-21 | A method to realize cluster server inner load sharing agent |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101217483A (en) |
Cited By (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101815033A (en) * | 2010-03-12 | 2010-08-25 | 成都市华为赛门铁克科技有限公司 | Method, device and system for load balancing |
WO2011032394A1 (en) * | 2009-09-21 | 2011-03-24 | 中兴通讯股份有限公司 | Multimedia conference capacity expansion system, implementation method and web server thereof |
CN102143046A (en) * | 2010-08-25 | 2011-08-03 | 华为技术有限公司 | Load balancing method, equipment and system |
CN102447719A (en) * | 2010-10-12 | 2012-05-09 | 上海遥薇(集团)有限公司 | Dynamic load balancing information processing system for Web GIS service |
CN102946405A (en) * | 2011-09-09 | 2013-02-27 | 微软公司 | SMB2 Scaleout |
CN104158755A (en) * | 2014-07-30 | 2014-11-19 | 华为技术有限公司 | Method, device and system used for transmitting messages |
CN104518985A (en) * | 2013-09-27 | 2015-04-15 | 国家广播电影电视总局广播科学研究院 | Method and terminal for selecting service node in distributed network environment |
US9071661B2 (en) | 2005-05-25 | 2015-06-30 | Microsoft Technology Licensing, Llc | Data communication coordination with sequence numbers |
CN104780343A (en) * | 2014-01-13 | 2015-07-15 | 三星泰科威株式会社 | Camera control method, camera, and surveillance system |
CN105376301A (en) * | 2015-10-14 | 2016-03-02 | 贵阳朗玛信息技术股份有限公司 | Method for carrying out communication among servers, master server and business servers |
US9331955B2 (en) | 2011-06-29 | 2016-05-03 | Microsoft Technology Licensing, Llc | Transporting operations of arbitrary size over remote direct memory access |
CN105577759A (en) * | 2015-12-15 | 2016-05-11 | 东软熙康健康科技有限公司 | Server node allocation method and device |
CN105915646A (en) * | 2016-06-20 | 2016-08-31 | 飞天诚信科技股份有限公司 | Method and device for dispersing load of servers |
US9462039B2 (en) | 2011-06-30 | 2016-10-04 | Microsoft Technology Licensing, Llc | Transparent failover |
CN106161580A (en) * | 2015-04-28 | 2016-11-23 | 中兴通讯股份有限公司 | A kind of connection status control method, Apparatus and system |
CN106302572A (en) * | 2015-05-15 | 2017-01-04 | Tcl集团股份有限公司 | A kind of multichannel communication method between server and system thereof |
CN106603443A (en) * | 2016-12-14 | 2017-04-26 | 郑州云海信息技术有限公司 | Method for data exchange in cluster server system |
CN103634303B (en) * | 2013-11-13 | 2017-06-27 | 中国联合网络通信集团有限公司 | A kind of method and system for realizing VoIP calls |
CN107483584A (en) * | 2017-08-17 | 2017-12-15 | 深圳市优品壹电子有限公司 | Network share method and device |
CN108206779A (en) * | 2016-12-16 | 2018-06-26 | 北京金山云网络技术有限公司 | A kind of cluster accesses system, method and device |
CN108418857A (en) * | 2018-01-22 | 2018-08-17 | 北京奇艺世纪科技有限公司 | A kind of Zookeeper group systems and attaching method thereof and device |
WO2019033371A1 (en) * | 2017-08-17 | 2019-02-21 | 深圳市优品壹电子有限公司 | Network sharing method and device |
CN109431489A (en) * | 2018-09-28 | 2019-03-08 | 上海优加利健康管理有限公司 | Artificial intelligence electrocardiogram dynamic real-time analysis system |
CN111343254A (en) * | 2020-02-17 | 2020-06-26 | 天津卓朗科技发展有限公司 | Client connection method and device and electronic equipment |
CN111935296A (en) * | 2020-08-18 | 2020-11-13 | 成都长虹网络科技有限责任公司 | System for high-availability infinite MQTT message service capacity expansion |
CN112367388A (en) * | 2020-10-30 | 2021-02-12 | 北京北信源软件股份有限公司 | Method and device for concurrent communication between server and client |
CN112367351A (en) * | 2020-09-29 | 2021-02-12 | 上海商泰汽车信息系统有限公司 | File sharing method and device for multiple devices, target server and client |
CN113434793A (en) * | 2021-06-03 | 2021-09-24 | 北京网瑞达科技有限公司 | Smooth transition method and system based on WEB reverse proxy |
CN113691625A (en) * | 2021-08-24 | 2021-11-23 | 上海洪朴信息科技有限公司 | Distributed task cluster scheduling system and method and photovoltaic module detection system |
CN113765654A (en) * | 2020-06-03 | 2021-12-07 | 科大国盾量子技术股份有限公司 | Load balancing quantum key management device |
WO2024169653A1 (en) * | 2023-02-17 | 2024-08-22 | 通明智云(北京)科技有限公司 | Cluster-based load sharing and backup method and apparatus |
-
2008
- 2008-01-21 CN CNA200810004223XA patent/CN101217483A/en active Pending
Cited By (47)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9332089B2 (en) | 2005-05-25 | 2016-05-03 | Microsoft Technology Licensing, Llc | Data communication coordination with sequence numbers |
US9071661B2 (en) | 2005-05-25 | 2015-06-30 | Microsoft Technology Licensing, Llc | Data communication coordination with sequence numbers |
WO2011032394A1 (en) * | 2009-09-21 | 2011-03-24 | 中兴通讯股份有限公司 | Multimedia conference capacity expansion system, implementation method and web server thereof |
CN101815033A (en) * | 2010-03-12 | 2010-08-25 | 成都市华为赛门铁克科技有限公司 | Method, device and system for load balancing |
CN101815033B (en) * | 2010-03-12 | 2013-04-24 | 成都市华为赛门铁克科技有限公司 | Method, device and system for load balancing |
CN102143046B (en) * | 2010-08-25 | 2015-03-11 | 华为技术有限公司 | Load balancing method, equipment and system |
CN102143046A (en) * | 2010-08-25 | 2011-08-03 | 华为技术有限公司 | Load balancing method, equipment and system |
WO2011140951A1 (en) * | 2010-08-25 | 2011-11-17 | 华为技术有限公司 | Method, device and system for load balancing |
CN102447719A (en) * | 2010-10-12 | 2012-05-09 | 上海遥薇(集团)有限公司 | Dynamic load balancing information processing system for Web GIS service |
US9331955B2 (en) | 2011-06-29 | 2016-05-03 | Microsoft Technology Licensing, Llc | Transporting operations of arbitrary size over remote direct memory access |
US10284626B2 (en) | 2011-06-29 | 2019-05-07 | Microsoft Technology Licensing, Llc | Transporting operations of arbitrary size over remote direct memory access |
US9462039B2 (en) | 2011-06-30 | 2016-10-04 | Microsoft Technology Licensing, Llc | Transparent failover |
US10630781B2 (en) | 2011-09-09 | 2020-04-21 | Microsoft Technology Licensing, Llc | SMB2 scaleout |
CN102946405A (en) * | 2011-09-09 | 2013-02-27 | 微软公司 | SMB2 Scaleout |
CN104518985A (en) * | 2013-09-27 | 2015-04-15 | 国家广播电影电视总局广播科学研究院 | Method and terminal for selecting service node in distributed network environment |
CN103634303B (en) * | 2013-11-13 | 2017-06-27 | 中国联合网络通信集团有限公司 | A kind of method and system for realizing VoIP calls |
US11064156B2 (en) | 2014-01-13 | 2021-07-13 | Hanwha Techwin Co., Ltd. | Camera control method, camera, and surveillance system |
CN104780343A (en) * | 2014-01-13 | 2015-07-15 | 三星泰科威株式会社 | Camera control method, camera, and surveillance system |
CN104780343B (en) * | 2014-01-13 | 2019-09-17 | 韩华泰科株式会社 | Camera control method, camera and monitoring system |
CN104158755B (en) * | 2014-07-30 | 2017-12-05 | 华为技术有限公司 | The methods, devices and systems of transmitting message |
CN104158755A (en) * | 2014-07-30 | 2014-11-19 | 华为技术有限公司 | Method, device and system used for transmitting messages |
US10333835B2 (en) | 2014-07-30 | 2019-06-25 | Huawei Technologies Co., Ltd. | Packet transmission method, apparatus, and system |
CN106161580A (en) * | 2015-04-28 | 2016-11-23 | 中兴通讯股份有限公司 | A kind of connection status control method, Apparatus and system |
CN106302572A (en) * | 2015-05-15 | 2017-01-04 | Tcl集团股份有限公司 | A kind of multichannel communication method between server and system thereof |
CN106302572B (en) * | 2015-05-15 | 2020-09-22 | Tcl科技集团股份有限公司 | Multi-channel communication method and system between servers |
CN105376301A (en) * | 2015-10-14 | 2016-03-02 | 贵阳朗玛信息技术股份有限公司 | Method for carrying out communication among servers, master server and business servers |
CN105577759A (en) * | 2015-12-15 | 2016-05-11 | 东软熙康健康科技有限公司 | Server node allocation method and device |
CN105915646A (en) * | 2016-06-20 | 2016-08-31 | 飞天诚信科技股份有限公司 | Method and device for dispersing load of servers |
CN106603443A (en) * | 2016-12-14 | 2017-04-26 | 郑州云海信息技术有限公司 | Method for data exchange in cluster server system |
CN106603443B (en) * | 2016-12-14 | 2019-09-27 | 郑州云海信息技术有限公司 | A method for data exchange in cluster server system |
CN108206779A (en) * | 2016-12-16 | 2018-06-26 | 北京金山云网络技术有限公司 | A kind of cluster accesses system, method and device |
CN108206779B (en) * | 2016-12-16 | 2020-08-14 | 北京金山云网络技术有限公司 | A cluster access system, method and device |
WO2019033371A1 (en) * | 2017-08-17 | 2019-02-21 | 深圳市优品壹电子有限公司 | Network sharing method and device |
CN107483584A (en) * | 2017-08-17 | 2017-12-15 | 深圳市优品壹电子有限公司 | Network share method and device |
CN108418857A (en) * | 2018-01-22 | 2018-08-17 | 北京奇艺世纪科技有限公司 | A kind of Zookeeper group systems and attaching method thereof and device |
CN109431489A (en) * | 2018-09-28 | 2019-03-08 | 上海优加利健康管理有限公司 | Artificial intelligence electrocardiogram dynamic real-time analysis system |
CN111343254B (en) * | 2020-02-17 | 2022-11-11 | 天津卓朗科技发展有限公司 | Client connection method and device and electronic equipment |
CN111343254A (en) * | 2020-02-17 | 2020-06-26 | 天津卓朗科技发展有限公司 | Client connection method and device and electronic equipment |
CN113765654A (en) * | 2020-06-03 | 2021-12-07 | 科大国盾量子技术股份有限公司 | Load balancing quantum key management device |
CN113765654B (en) * | 2020-06-03 | 2022-09-27 | 科大国盾量子技术股份有限公司 | Load balancing quantum key management device |
CN111935296A (en) * | 2020-08-18 | 2020-11-13 | 成都长虹网络科技有限责任公司 | System for high-availability infinite MQTT message service capacity expansion |
CN112367351A (en) * | 2020-09-29 | 2021-02-12 | 上海商泰汽车信息系统有限公司 | File sharing method and device for multiple devices, target server and client |
CN112367388A (en) * | 2020-10-30 | 2021-02-12 | 北京北信源软件股份有限公司 | Method and device for concurrent communication between server and client |
CN112367388B (en) * | 2020-10-30 | 2024-05-24 | 北京北信源软件股份有限公司 | Method and device for concurrent communication between server and client |
CN113434793A (en) * | 2021-06-03 | 2021-09-24 | 北京网瑞达科技有限公司 | Smooth transition method and system based on WEB reverse proxy |
CN113691625A (en) * | 2021-08-24 | 2021-11-23 | 上海洪朴信息科技有限公司 | Distributed task cluster scheduling system and method and photovoltaic module detection system |
WO2024169653A1 (en) * | 2023-02-17 | 2024-08-22 | 通明智云(北京)科技有限公司 | Cluster-based load sharing and backup method and apparatus |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101217483A (en) | A method to realize cluster server inner load sharing agent | |
EP3528440B1 (en) | Path selection method and system, network acceleration node, and network acceleration system | |
US10447648B2 (en) | Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP | |
JP5745169B2 (en) | Content processing method, content processing device, and content processing system | |
Savage et al. | Detour: Informed Internet routing and transport | |
CN101729581B (en) | A kind of method, system and equipment realizing being redirected in P2P network | |
US20090319686A1 (en) | Communication route selecting method and apparatus | |
CN109315004A (en) | Setting method, the setting method and related entities of UE strategy of PDU type | |
EP3021537B1 (en) | Method, device and system for determining content acquisition path and processing request | |
CN108174397A (en) | A Task-Driven Multi-Gateway Collaboration Method | |
CN101764833B (en) | Resource node information notification method and network entity device | |
CN109756474B (en) | A method and device for cross-regional service invocation of a power dispatching automation system | |
US11616724B2 (en) | Packet transmission method and apparatus | |
JP2017517220A (en) | OpenFlow communication method and system, control unit, and service gateway | |
CN102469015A (en) | Method, device and system for realizing relay selection | |
CN112087382B (en) | Service routing method and device | |
CN101938492B (en) | Service agent method and self-service intelligent agent platform | |
Srinivasan et al. | Ccnxserv: Dynamic service scalability in information-centric networks | |
CN102447724B (en) | Method, server and system for controlling peer-to-peer (P2P) download | |
CN112055083B (en) | Request processing method and device, electronic equipment and medium | |
KR20220053383A (en) | Interworking support device and interworking support method for nf service | |
KR100450605B1 (en) | A web application sever and method for providing dynamic contents thereof | |
Torres et al. | uDiscover: User-Driven Service Discovery in Pervasive Edge Computing using NDN | |
CN114553965B (en) | Scheduling method of intranet equipment, network equipment and storage medium | |
CN116056149B (en) | Simplex operation method, device, equipment and medium for IAB host node |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |
Open date: 20080709 |