CN115589404A - Data distribution system based on relay chain - Google Patents
Data distribution system based on relay chain Download PDFInfo
- Publication number
- CN115589404A CN115589404A CN202211096943.XA CN202211096943A CN115589404A CN 115589404 A CN115589404 A CN 115589404A CN 202211096943 A CN202211096943 A CN 202211096943A CN 115589404 A CN115589404 A CN 115589404A
- Authority
- CN
- China
- Prior art keywords
- data
- request
- user terminal
- database
- data distribution
- 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.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 claims abstract description 25
- 238000004891 communication Methods 0.000 claims description 12
- 230000003993 interaction Effects 0.000 claims description 3
- 230000005540 biological transmission Effects 0.000 claims 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明公开了一种基于中继链的数据分发系统,涉及数据分发技术领域,解决了数据分发过程中由于分发的数据较多造成通道拥堵以及数据分发错误的技术问题;本发明通过用户终端输入数据获取请求;请求分析模块根据数据文件获取请求,获取不同的数据检索指令,并将数据检索指令发送至数据库;数据库对所接收到的不同的数据检索指令对数据进行处理,获取数据包发送至数据分发模块;数据分发模块解析数据包,并将数据分发至用户终端;实现了当数据文件获取请求总量超出请求总量阈值时,将数据文件获取请求进行排序处理,优先分发优先级在前的数据,避免造成数据分发道路拥堵和数据分发错误的现象,提高了数据分发效率。
The invention discloses a data distribution system based on a relay chain, relates to the technical field of data distribution, and solves the technical problems of channel congestion and data distribution errors caused by a large amount of distributed data during the data distribution process; the invention uses a user terminal input Data acquisition request; the request analysis module obtains different data retrieval instructions according to the data file acquisition request, and sends the data retrieval instructions to the database; the database processes the data received by different data retrieval instructions, and sends the obtained data packets to Data distribution module; the data distribution module parses the data packet and distributes the data to the user terminal; when the total amount of data file acquisition requests exceeds the threshold of the total number of requests, the data file acquisition requests are sorted, and the distribution priority is given first data, avoiding data distribution road congestion and data distribution errors, and improving data distribution efficiency.
Description
技术领域technical field
本发明属于中继链领域,涉及数据分发技术,具体是一种基于中继链的数据分发系统。The invention belongs to the field of relay chains, relates to data distribution technology, in particular to a data distribution system based on relay chains.
背景技术Background technique
中继链又名中继器,旨在构造一个第三方公有链,通过跨链消息传递协议,连接区块链网络中的其它链。通过在两个链中加入一个通道,通道内创建一种特定的数据结构,使得两个链可以通过该通道内的数据结构进行跨链数据交互,这个加入的通道称之为中继链。The relay chain, also known as the repeater, aims to construct a third-party public chain that connects other chains in the blockchain network through a cross-chain messaging protocol. By adding a channel to the two chains, a specific data structure is created in the channel, so that the two chains can perform cross-chain data interaction through the data structure in the channel. This added channel is called a relay chain.
系统数据分发就是根据数据分发工作流,依次在工作流不同节点调用系统中相关数据,将数据全流程整合流转达到目标状态的流程。数据在分发的过程中,常常会遇到数据较多而导致数据分发道路拥堵和数据分发错误的现象。System data distribution is the process of invoking relevant data in the system at different nodes of the workflow in turn according to the data distribution workflow, and integrating and transferring the data to the target state throughout the entire process. In the process of data distribution, it is often encountered that there is a large amount of data, which leads to data distribution road congestion and data distribution errors.
为此,提出一种基于中继链的数据分发系统。To this end, a relay chain-based data distribution system is proposed.
发明内容Contents of the invention
本发明旨在至少解决现有技术中存在的技术问题之一。为此,本发明提出一种基于中继链的数据分发系统,该一种基于中继链的数据分发系统解决了数据分发过程中由于分发的数据较多造成通道拥堵以及数据分发错误的问题。The present invention aims to solve at least one of the technical problems existing in the prior art. For this reason, the present invention proposes a relay chain-based data distribution system, which solves the problems of channel congestion and data distribution errors caused by a large amount of distributed data during the data distribution process.
为实现上述目的,根据本发明的第一方面的实施例提出一种基于中继链的数据分发系统,包括:数据库、请求分析模块、数据分发模块以及用户终端;各个模块之间基于数字信号的方式实现信息交互;In order to achieve the above object, according to the embodiment of the first aspect of the present invention, a data distribution system based on a relay chain is proposed, including: a database, a request analysis module, a data distribution module and a user terminal; way to realize information exchange;
所述用户终端用于用户输入数据获取请求,所述用户终端将获取到的数据获取请求发送至所述请求分析模块;The user terminal is used for the user to input a data acquisition request, and the user terminal sends the acquired data acquisition request to the request analysis module;
所述请求分析模块用于根据数据文件获取请求,获取不同的数据检索指令,并将数据检索指令发送至所述数据库;The request analysis module is used to obtain different data retrieval instructions according to the data file acquisition request, and send the data retrieval instructions to the database;
所述数据库用于对所接收到的不同的数据检索指令对数据进行处理,获取数据包发送至所述数据分发模块;The database is used to process the data received by different data retrieval instructions, and obtain data packets and send them to the data distribution module;
所述数据分发模块用于解析数据包,并将数据分发至用户终端。The data distribution module is used for parsing the data packet and distributing the data to the user terminal.
优选的,所述用户终端包括智能手机和电脑。Preferably, the user terminal includes a smart phone and a computer.
优选的,所述请求分析模块同步获取所述用户终端发送的数据文件获取请求的发送时间,并按照时间顺序对用户终端进行标记;Preferably, the request analysis module acquires the sending time of the data file acquisition request sent by the user terminal synchronously, and marks the user terminal in chronological order;
所述发送时间标记为Si;其中,i表示所述用户终端的编号,i的取值范围是1,2,3……n。The sending time is marked as S i ; wherein, i represents the number of the user terminal, and the value range of i is 1, 2, 3...n.
优选的,所述请求分析模块根据数据文件获取请求,获取不同的数据检索指令,具体过程包括:Preferably, the request analysis module obtains different data retrieval instructions according to the data file acquisition request, and the specific process includes:
所述请求分析模块设定采集周期,所述采集周期标记为T,单位为秒;其中,T为大于0的整数;The request analysis module sets a collection period, and the collection period is marked as T, and the unit is second; wherein, T is an integer greater than 0;
获取采集周期内的数据文件获取请求总量,所述请求总量标记为Qj;其中,j为采集周期的编号,j的取值范围是1,2,3……n;Obtain the total amount of data file acquisition requests in the collection cycle, and the total amount of requests is marked as Q j ; wherein, j is the number of the collection cycle, and the value range of j is 1, 2, 3...n;
设定数据文件获取请求总量阈值,所述请求总量阈值标记为Qmax;其中,Qmax为大于0的整数;Set the data file to obtain the total amount threshold of the request, and the total amount of the request threshold is marked as Q max ; wherein, Q max is an integer greater than 0;
当Qj<Qmax时,获取第一数据检索指令;When Q j < Q max , obtain the first data retrieval instruction;
当Qj≥Qmax时,获取第二数据检索指令。When Q j ≥ Q max , the second data retrieval instruction is fetched.
优选的,所述数据库对所接收到的不同的数据检索指令对数据进行处理,具体过程包括:Preferably, the database processes the data received by different data retrieval instructions, and the specific process includes:
所述数据库接收到第一数据检索指令,根据所述数据文件获取请求匹配所述数据库中相对应的数据包,并将相对应的数据标包记为目标数据包,将目标数据包解析并发送至相对应所述用户终端;The database receives the first data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet, parses and sends the target data packet to correspond to the user terminal;
所述数据库接收到第二数据检索指令,根据所述数据文件获取请求匹配所述数据库中相对应的数据包,并将相对应的数据包标记为待分发目标数据包,将待分发目标数据包发送至数据待分发模块。The database receives the second data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet to be distributed, and sets the target data packet to be distributed Send to the data to be distributed module.
优选的,所述数据待分发模块根据所述数据文件获取请求,将待分发目标数据包分发至所述用户终端,具体过程包括:Preferably, the data to be distributed module distributes the target data package to be distributed to the user terminal according to the data file acquisition request, and the specific process includes:
获取所述待分发目标数据包的文件大小,所述文件大小标记为Wi,其中,i表示所述用户终端的编号;Acquiring the file size of the target data packet to be distributed, the file size is marked as W i , where i represents the number of the user terminal;
根据所述文件大小和所述发送时间获取数据请求系数,所述数据请求系数标记为Yi;Obtain a data request coefficient according to the file size and the sending time, and the data request coefficient is marked as Y i ;
所述数据请求系数的计算公式为: The formula for calculating the data request coefficient is:
其中,D为数据分发通道的大小;α和β均为修正因子,且α和β均为大于0的实数;Among them, D is the size of the data distribution channel; both α and β are correction factors, and both α and β are real numbers greater than 0;
对所述数据请求系数进行降序排列,依次将数据请求系数对应的所述待分发目标数据包解析并发送至对应的所述用户终端。The data request coefficients are sorted in descending order, and the target data packets to be distributed corresponding to the data request coefficients are parsed and sent to the corresponding user terminals in sequence.
优选的,所述用户终端与所述请求分析模块之间通信和/或电气连接;Preferably, communication and/or electrical connection between the user terminal and the request analysis module;
所述请求分析模块与所述数据库之间通信和/或电气连接;communication and/or electrical connection between the request analysis module and the database;
所述数据库与所述数据分发模块之间通信和/或电气连接;communication and/or electrical connection between the database and the data distribution module;
所述数据分发模块与所述用户终端之间通信和/或电气连接。The data distribution module is in communication and/or electrically connected with the user terminal.
与现有技术相比,本发明的有益效果是:Compared with prior art, the beneficial effect of the present invention is:
本发明通过用户终端输入数据获取请求,用户终端将获取到的数据获取请求发送至请求分析模块;请求分析模块根据数据文件获取请求,获取不同的数据检索指令,并将数据检索指令发送至数据库;数据库对所接收到的不同的数据检索指令对数据进行处理,获取数据包发送至数据分发模块;数据分发模块解析数据包,并将数据分发至用户终端;实现了当数据文件获取请求总量超出请求总量阈值时,将数据文件获取请求进行排序处理,优先分发优先级在前的数据,避免造成数据分发道路拥堵和数据分发错误的现象,提高了数据分发效率。In the present invention, the user terminal inputs the data acquisition request, and the user terminal sends the acquired data acquisition request to the request analysis module; the request analysis module acquires different data retrieval instructions according to the data file acquisition request, and sends the data retrieval instruction to the database; The database processes the data received by different data retrieval instructions, and sends the acquired data packets to the data distribution module; the data distribution module parses the data packets and distributes the data to the user terminal; when the total amount of data file acquisition requests exceeds When the total amount threshold is requested, the data file acquisition requests are sorted, and the data with the highest priority is distributed first, avoiding data distribution road congestion and data distribution errors, and improving data distribution efficiency.
附图说明Description of drawings
图1为本发明的流程图。Fig. 1 is a flowchart of the present invention.
具体实施方式detailed description
下面将结合实施例对本发明的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The technical solutions of the present invention will be clearly and completely described below in conjunction with the embodiments. Apparently, the described embodiments are only some of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.
如图1所示,一种基于中继链的数据分发系统,包括:数据库、请求分析模块、数据分发模块以及用户终端;各个模块之间基于数字信号的方式实现信息交互;As shown in Figure 1, a relay chain-based data distribution system includes: a database, a request analysis module, a data distribution module, and a user terminal; each module realizes information interaction based on digital signals;
所述用户终端用于用户输入数据获取请求,所述用户终端将获取到的数据获取请求发送至所述请求分析模块;The user terminal is used for the user to input a data acquisition request, and the user terminal sends the acquired data acquisition request to the request analysis module;
所述请求分析模块用于根据数据文件获取请求,获取不同的数据检索指令,并将数据检索指令发送至所述数据库;The request analysis module is used to obtain different data retrieval instructions according to the data file acquisition request, and send the data retrieval instructions to the database;
所述数据库用于对所接收到的不同的数据检索指令对数据进行处理,获取数据包发送至所述数据分发模块;The database is used to process the data received by different data retrieval instructions, and obtain data packets and send them to the data distribution module;
所述数据分发模块用于解析数据包,并将数据分发至用户终端。The data distribution module is used for parsing the data packet and distributing the data to the user terminal.
本实施例中,所述用户终端包括智能手机和电脑等智能设备。In this embodiment, the user terminal includes smart devices such as smart phones and computers.
本实施例中,所述请求分析模块同步获取所述用户终端发送的数据文件获取请求的发送时间,并按照时间顺序对用户终端进行标记;In this embodiment, the request analysis module synchronously acquires the sending time of the data file acquisition request sent by the user terminal, and marks the user terminal in chronological order;
所述发送时间标记为Si;其中,i表示所述用户终端的编号,按照时间顺序,i的取值范围是1,2,3……n。The sending time is marked as S i ; wherein, i represents the number of the user terminal, and the value range of i is 1, 2, 3...n in time order.
所述请求分析模块根据数据文件获取请求,获取不同的数据检索指令,具体过程包括:The request analysis module obtains different data retrieval instructions according to the data file acquisition request, and the specific process includes:
所述请求分析模块设定采集周期,所述采集周期标记为T,单位为秒;其中,T为大于0的整数;The request analysis module sets a collection period, and the collection period is marked as T, and the unit is second; wherein, T is an integer greater than 0;
获取采集周期内的数据文件获取请求总量,所述请求总量标记为Qj;其中,j为采集周期的编号,j的取值范围是1,2,3……n;Obtain the total amount of data file acquisition requests in the collection cycle, and the total amount of requests is marked as Q j ; wherein, j is the number of the collection cycle, and the value range of j is 1, 2, 3...n;
设定数据文件获取请求总量阈值,所述请求总量阈值标记为Qmax;其中,Qmax为大于0的整数;Set the data file to obtain the total amount threshold of the request, and the total amount of the request threshold is marked as Q max ; wherein, Q max is an integer greater than 0;
当Qj<Qmax时,获取第一数据检索指令;When Q j < Q max , obtain the first data retrieval instruction;
当Qj≥Qmax时,获取第二数据检索指令;When Q j ≥ Q max , obtain a second data retrieval instruction;
举例说明:for example:
设定数据文件获取请求总量的阈值为10;Set the threshold for the total amount of data file acquisition requests to 10;
在一个周期T内,计算数据文件获取请求总量为6;In a period T, calculate the total number of data file acquisition requests as 6;
6<10,获取第一数据检索指令;6<10, obtain the first data retrieval instruction;
在一个周期T内,计算数据文件获取请求总量为11;In a cycle T, calculate the total number of data file acquisition requests to be 11;
11≥10,获取第二数据检索指令。11≥10, obtain the second data retrieval instruction.
所述数据库对所接收到的不同的数据检索指令对数据进行处理,具体过程包括:The database processes the data according to the received different data retrieval instructions, and the specific process includes:
所述数据库接收到第一数据检索指令,根据所述数据文件获取请求匹配所述数据库中相对应的数据包,并将相对应的数据标包记为目标数据包,将目标数据包解析并发送至相对应所述用户终端;The database receives the first data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet, parses and sends the target data packet to correspond to the user terminal;
所述数据库接收到第二数据检索指令,根据所述数据文件获取请求匹配所述数据库中相对应的数据包,并将相对应的数据包标记为待分发目标数据包,将待分发目标数据包发送至数据待分发模块。The database receives the second data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet to be distributed, and sets the target data packet to be distributed Send to the data to be distributed module.
需要进一步说明的是,当数据文件获取请求总量在请求总量阈值内时,即数据文件获取请求总量不会造成数据分发道路拥堵和数据分发错误的现象,可直接进行数据分发;It should be further explained that when the total amount of data file acquisition requests is within the total request threshold, that is, the total amount of data file acquisition requests will not cause data distribution road congestion and data distribution errors, and data distribution can be carried out directly;
当数据文件获取请求总量超出请求总量阈值时,即数据文件获取请求总量会造成数据分发道路拥堵和数据分发错误的现象,所以需要将数据文件获取请求进行排序处理,优先分发优先级在前的数据,避免造成数据分发道路拥堵和数据分发错误的现象。When the total amount of data file acquisition requests exceeds the total request threshold, that is, the total amount of data file acquisition requests will cause data distribution road congestion and data distribution errors, so it is necessary to sort the data file acquisition requests, and the priority distribution priority is To avoid data distribution road congestion and data distribution errors.
所述数据待分发模块根据所述数据文件获取请求,将待分发目标数据包分发至所述用户终端,具体过程包括:The data to be distributed module distributes the target data package to be distributed to the user terminal according to the data file acquisition request, and the specific process includes:
获取所述待分发目标数据包的文件大小,所述文件大小标记为Wi,其中,i表示所述用户终端的编号;Acquiring the file size of the target data packet to be distributed, the file size is marked as W i , where i represents the number of the user terminal;
根据所述文件大小和所述发送时间获取数据请求系数,所述数据请求系数标记为Yi;Obtain a data request coefficient according to the file size and the sending time, and the data request coefficient is marked as Y i ;
所述数据请求系数的计算公式为: The formula for calculating the data request coefficient is:
其中,D为数据分发通道的大小;α和β均为修正因子,且α和β均为大于0的实数;Among them, D is the size of the data distribution channel; both α and β are correction factors, and both α and β are real numbers greater than 0;
对所述数据请求系数进行降序排列,依次将数据请求系数对应的所述待分发目标数据包解析并发送至对应的所述用户终端。The data request coefficients are sorted in descending order, and the target data packets to be distributed corresponding to the data request coefficients are parsed and sent to the corresponding user terminals in sequence.
本实施例中,所述用户终端与所述请求分析模块之间通信和/或电气连接;In this embodiment, communication and/or electrical connection between the user terminal and the request analysis module;
所述请求分析模块与所述数据库之间通信和/或电气连接;communication and/or electrical connection between the request analysis module and the database;
所述数据库与所述数据分发模块之间通信和/或电气连接;communication and/or electrical connection between the database and the data distribution module;
所述数据分发模块与所述用户终端之间通信和/或电气连接。The data distribution module is in communication and/or electrically connected with the user terminal.
上述公式均是去除量纲取其数值计算,公式是由采集大量数据进行软件模拟得到最接近真实情况的一个公式,公式中的预设参数和预设阈值由本领域的技术人员根据实际情况设定或者大量数据模拟获得。The above formulas are calculated by removing the dimension and taking its numerical value. The formula is a formula that is closest to the real situation obtained by collecting a large amount of data for software simulation. The preset parameters and preset thresholds in the formula are set by those skilled in the art according to the actual situation Or obtain a large amount of data simulation.
本发明的工作原理:Working principle of the present invention:
请求分析模块同步获取用户终端发送的数据文件获取请求的发送时间,并按照时间顺序对用户终端进行标记;The request analysis module synchronously acquires the sending time of the data file acquisition request sent by the user terminal, and marks the user terminal in chronological order;
请求分析模块设定采集周期;获取采集周期内的数据文件获取请求总量;设定数据文件获取请求总量阈值;获取不同的数据检索指令;The request analysis module sets the collection cycle; obtains the total amount of data file acquisition requests within the collection cycle; sets the threshold value of the total amount of data file acquisition requests; obtains different data retrieval instructions;
数据库接收到第一数据检索指令,根据数据文件获取请求匹配数据库中相对应的数据包,并将相对应的数据标包记为目标数据包,将目标数据包直接分发至相对应用户终端;The database receives the first data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet, and directly distributes the target data packet to the corresponding user terminal;
数据库接收到第二数据检索指令,根据数据文件获取请求匹配数据库中相对应的数据包,并将相对应的数据包标记为待分发目标数据包,将待分发目标数据包发送至数据待分发模块;The database receives the second data retrieval instruction, matches the corresponding data packet in the database according to the data file acquisition request, marks the corresponding data packet as the target data packet to be distributed, and sends the target data packet to be distributed to the data to be distributed module ;
获取待分发目标数据包的文件大小;根据文件大小和时间顺序获取数据请求系数,对数据请求系数进行降序排列,依次将数据请求系数对应的待分发目标数据包发送至对应的用户终端。Obtain the file size of the target data package to be distributed; obtain the data request coefficients according to the file size and time order, sort the data request coefficients in descending order, and sequentially send the target data packets to be distributed corresponding to the data request coefficients to the corresponding user terminals.
以上实施例仅用以说明本发明的技术方法而非限制,尽管参照较佳实施例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方法进行修改或等同替换,而不脱离本发明技术方法的精神和范围。The above embodiments are only used to illustrate the technical method of the present invention without limitation. Although the present invention has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that the technical method of the present invention can be modified or equivalently replaced. Without departing from the spirit and scope of the technical method of the present invention.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211096943.XA CN115589404A (en) | 2022-09-08 | 2022-09-08 | Data distribution system based on relay chain |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211096943.XA CN115589404A (en) | 2022-09-08 | 2022-09-08 | Data distribution system based on relay chain |
Publications (1)
Publication Number | Publication Date |
---|---|
CN115589404A true CN115589404A (en) | 2023-01-10 |
Family
ID=84771170
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202211096943.XA Withdrawn CN115589404A (en) | 2022-09-08 | 2022-09-08 | Data distribution system based on relay chain |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115589404A (en) |
-
2022
- 2022-09-08 CN CN202211096943.XA patent/CN115589404A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108427725B (en) | Data processing method, device and system | |
CN112330456B (en) | Ultra-low-delay hardware acceleration market data stream analysis system | |
CN102571966B (en) | Network transmission method for large extensible markup language (XML) document | |
CN111970353A (en) | Data processing method and device for heterogeneous equipment in Internet of things of cloud computing platform | |
CN104378264B (en) | A kind of virtual machine process flux monitoring method based on sFlow | |
US20220210071A1 (en) | Network congestion control method, node, system, and storage medium | |
CN111277480B (en) | Method and system for discarding high-availability seamless redundant looped network repeat frame | |
CN111694828A (en) | Data processing method, device, system and storage medium | |
CN114050994A (en) | A Network Telemetry Method Based on SRv6 | |
CN109861998B (en) | Plug-in type dynamic analysis system and method based on Beidou short message protocol | |
CN101174993A (en) | Network data monitoring and processing method and equipment | |
CN104320477A (en) | Method and system for achieving photovoltaic power station data processing based on distributed servers | |
CN101888303B (en) | Recording method of network traffic information and related device | |
WO2014015665A1 (en) | Data processing method, device, and system | |
CN115589404A (en) | Data distribution system based on relay chain | |
CN101175038B (en) | Method, communication system and equipment for data stream information transmission | |
CN105763484B (en) | Signaling flow converging device and its method based on stream combination compression | |
CN116866950A (en) | Wireless network resource optimization system and method based on deep learning | |
CN107016091B (en) | Method and device for updating regular expression in software-defined network | |
CN115660791A (en) | Order processing method and system for business trip service | |
CN114760215A (en) | Method and system for monitoring data transmission performance of computer network | |
CN103580959A (en) | Distributed statistical reporting implementation method | |
CN115484202B (en) | INT-based lightweight path detection method | |
CN108259393A (en) | Out of order correcting method and system in a kind of flow data processing | |
CN1110925C (en) | Charging method for collecting fee of receiving/transmitting data packet from data packet node to adjacent nodes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20230110 |
|
WW01 | Invention patent application withdrawn after publication |