CN114629894A - Internet of things data transmission method and device - Google Patents

Internet of things data transmission method and device Download PDF

Info

Publication number
CN114629894A
CN114629894A CN202210272853.5A CN202210272853A CN114629894A CN 114629894 A CN114629894 A CN 114629894A CN 202210272853 A CN202210272853 A CN 202210272853A CN 114629894 A CN114629894 A CN 114629894A
Authority
CN
China
Prior art keywords
data
network bandwidth
internet
evidence
network
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.)
Granted
Application number
CN202210272853.5A
Other languages
Chinese (zh)
Other versions
CN114629894B (en
Inventor
杜雄杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Zhiwei Security Technology Co ltd
Original Assignee
Suzhou Zhiwei Security Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Zhiwei Security Technology Co ltd filed Critical Suzhou Zhiwei Security Technology Co ltd
Priority to CN202210272853.5A priority Critical patent/CN114629894B/en
Publication of CN114629894A publication Critical patent/CN114629894A/en
Application granted granted Critical
Publication of CN114629894B publication Critical patent/CN114629894B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/32Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a transmission method of Internet of things data, which comprises the following steps: after the electronic evidence obtaining is detected to be completed, resource information of the Internet of things equipment is obtained; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment; determining a data transmission strategy according to the resource information; and transmitting data according to the data transmission strategy.

Description

Internet of things data transmission method and device
Technical Field
The invention relates to the technical field of data transmission, in particular to a method and a device for transmitting data of an internet of things.
Background
Evidence collection of electronic data refers to a process of confirming, protecting, extracting and archiving electronic evidence which is accepted by a court, reliable and convincing enough and exists in a computer and related peripherals, and the evidence collection of electronic data is often limited by electronic equipment and a network environment, and particularly in the environment of the internet of things, how to safely and efficiently collect data is a difficult problem to be solved urgently.
At present, how to perform safe and efficient data transmission in the environment of the internet of things is still in a primary research stage, and the internet of things equipment is often provided with a processor with low performance and low power consumption, so that efficient algorithm calculation cannot be performed. The general method is to convert the acquired data into a fixed format and communicate by adopting tcp connection, or to adopt http protocol and transmit the data to be transmitted as a request body. However, neither TCP transmission nor HTTP transmission can achieve balance among device performance, efficient transmission, and communication security, which easily affects network operations of normal users and causes problems of evidence-obtaining exposure and resource waste.
Disclosure of Invention
The invention mainly aims to provide a method and a device for transmitting data of the Internet of things, and aims to improve the efficiency of data transmission when electronic data is collected under the environment of the Internet of things.
In order to achieve the above object, the present invention provides a method for transmitting data of an internet of things, including:
step 1, after the completion of electronic evidence obtaining is detected, resource information of equipment of the Internet of things is obtained; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment;
step 2, determining a data transmission strategy according to the resource information, wherein the data transmission strategy comprises the following steps:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than or equal to 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than or equal to 80%, the state is in a network resource shortage state, the data obtained by evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
and 3, transmitting data according to the data transmission strategy.
Wherein, step 1 still includes: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; the network card information and the memory information of the Internet of things equipment are periodically read, and the network bandwidth use condition and the memory use condition are calculated, wherein the network bandwidth use condition comprises the network bandwidth size and the network bandwidth use rate, and the memory use condition comprises the residual memory space size and the memory space use rate.
Wherein the periodic read is set to read every 60 seconds;
when the buffer area is set, when the utilization rate of the memory is lower than 50%, the size of the buffer area is set to be 80% of the residual memory space; when the memory usage rate is greater than or equal to 50% and less than 80%, setting the buffer Size to Size = (net _ i × 70% + net _ a × 30%) + m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
Wherein, the data deduplication comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records;
wherein the data records in the forensic data have timestamps indicating the forensic time of the data records; the adjacent time is calculated according to the time stamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds;
when the memory space utilization rate is higher than 80%, the range of the adjacent time is expanded, and the data deduplication ratio is improved.
Wherein, after the data is transmitted, the data buffer area is emptied.
The invention also provides a transmission device of the data of the internet of things, which comprises the following components:
the resource acquisition module is used for acquiring resource information of the Internet of things equipment after the electronic evidence obtaining is detected to be completed; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment;
a transmission policy module, configured to determine a data transmission policy according to the resource information, where the data transmission policy includes:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network resource is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than 80%, the state is in a network resource shortage state, the data obtained by evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
and the data transmission module is used for transmitting data according to the data transmission strategy.
Wherein, the resource obtaining module further comprises: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; the network card information and the memory information of the Internet of things equipment are periodically read, and the network bandwidth use condition and the memory use condition are calculated, wherein the network bandwidth use condition comprises the network bandwidth size and the network bandwidth use rate, and the memory use condition comprises the residual memory space size and the memory space use rate.
Wherein the periodic read is set to read every 60 seconds;
when the buffer is set, the buffer Size is set to Size = (net _ i × 70% + net _ a × 30%) × m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
Wherein, the data deduplication module comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records;
wherein the data records in the forensic data have timestamps indicating the forensic time of the data records; the adjacent time is calculated according to the time stamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds;
when the memory space utilization rate is higher than 80%, the range of the adjacent time is expanded, and the data deduplication ratio is improved.
Wherein, after the data is transmitted, the data buffer area is emptied.
The invention also comprises transmission equipment of the data of the Internet of things, which comprises a memory, a processor and a computer program which is stored on the memory and can be run on the processor, wherein the processor realizes the transmission method of the data of the Internet of things when executing the program.
The invention also comprises a computer-readable storage medium which stores computer-executable instructions, and is characterized in that the computer-executable instructions are used for executing the transmission method of the data of the Internet of things.
The beneficial effects of the invention include: (1) the network bandwidth use information and the memory use information of the Internet of things equipment are comprehensively considered, a targeted data transmission strategy is formulated, the data deduplication and the buffer area are started timely, and balance among equipment performance, efficient transmission and communication safety is found as far as possible; (2) the buffer area is set, the change trend of the residual memory space and the network bandwidth utilization rate is comprehensively considered, and the processing burden of the equipment of the Internet of things is reduced; (3) and an intelligent data deduplication mechanism fully utilizes the residual memory space and effectively reduces the network transmission burden.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The invention mainly aims to provide a method and a device for transmitting data of the Internet of things, and aims to improve the efficiency of data transmission when electronic data is collected under the environment of the Internet of things.
In order to achieve the above object, the present invention provides a method for transmitting data of an internet of things, including:
step 1, after the completion of electronic evidence obtaining is detected, resource information of equipment of the Internet of things is obtained; the resource information comprises network bandwidth use information and memory use information of the equipment of the Internet of things;
the method comprises the following steps that the Internet of things equipment depends on a libpcap packet capturing module to capture a network flow packet, and uses an iftop to perform network flow data statistics, so as to obtain the size of a network bandwidth, and calculate the real-time network bandwidth utilization rate of the Internet of things equipment, and the specific implementation mode is as follows:
monitoring a network card iftop-ibr 0-n;
network bandwidth usage = real-time traffic data size/network bandwidth;
the monitoring process periodically executes:
i. monitoring the network bandwidth usage information at intervals of 60s, and writing data into a/tmp/resource file
And ii, reading the residual memory use information at intervals of 60s, and writing the residual memory use information into a file.
Step 2, determining a data transmission strategy according to the resource information, wherein the data transmission strategy comprises:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network resource is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than or equal to 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than or equal to 80%, the state is in a network resource shortage state, the data obtained by evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
as an extreme case, when both network resources and memory resources are exhausted, the data forensics and transmission process may be suspended, so as to preferentially ensure that the user uses the internet of things device without feeling, only reserve the monitoring process, and wake up the relevant process when the device resources are sufficient.
And 3, transmitting data according to the data transmission strategy.
Wherein, step 1 still includes: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; the method comprises the steps of periodically reading network card information and memory information of the Internet of things equipment, and calculating the use condition of network bandwidth and the use condition of memory, wherein the use condition of the network bandwidth comprises the size of the network bandwidth and the use ratio of the network bandwidth, and the use condition of the memory comprises the size of residual memory space and the use ratio of the memory space.
Wherein the periodic read is set to read every 60 seconds;
when the buffer area is set, when the utilization rate of the memory is lower than 50%, the size of the buffer area is set to be 80% of the residual memory space; when the memory usage rate is greater than or equal to 50% and less than 80%, setting the buffer Size to Size = (net _ i × 70% + net _ a × 30%) + m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
Wherein the data deduplication comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records;
data deduplication means that during the evidence obtaining process, numerous repetitive data exist, and only under the condition that network resources are sufficient, triggering cannot be performed, and the obtained data are transmitted completely. When network resources are in shortage or insufficient, data is deduplicated before data transmission, and the deduplication position can be selected to be performed in a buffer area or other storage areas.
Under normal conditions, network data has a certain spatiotemporal correlation, that is, data sent before and after a certain time point may have a certain correlation or repetition, for example, an http website page is visited once, during the visiting period, a plurality of URL requests exist in the same domain name, and only one of the URL requests may be taken as evidence-taking basis.
When the memory space is insufficient, the approach time range can be expanded, the data deduplication proportion is increased, and the range of the whole buffer area can be expanded to the maximum.
Wherein the data records in the forensic data have timestamps indicating the forensic time of the data records; the adjacent time is calculated according to the time stamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds;
when the utilization rate of the memory space is higher than 80%, the range of the adjacent time is expanded, and the data deduplication ratio is improved.
After the data is transmitted, the data buffer area is emptied.
The invention also provides a transmission device of the data of the internet of things, which comprises the following components:
the resource acquisition module is used for acquiring resource information of the Internet of things equipment after the electronic evidence obtaining is detected to be completed; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment;
a transmission policy module, configured to determine a data transmission policy according to the resource information, where the data transmission policy includes:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network resource is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than 80%, the state is in a network resource shortage state, the data obtained by evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
and the data transmission module is used for transmitting data according to the data transmission strategy.
Wherein, the resource obtaining module further comprises: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; the network card information and the memory information of the Internet of things equipment are periodically read, and the network bandwidth use condition and the memory use condition are calculated, wherein the network bandwidth use condition comprises the network bandwidth size and the network bandwidth use rate, and the memory use condition comprises the residual memory space size and the memory space use rate.
Wherein the periodic read is set to read every 60 seconds;
when the buffer is set, the buffer Size is set to Size = (net _ i + 70% + net _ a + 30%) = m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
Wherein, the data deduplication module comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records;
wherein the data records in the forensic data have timestamps indicating the forensic time of the data records; the adjacent time is calculated according to the time stamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds;
when the memory space utilization rate is higher than 80%, the range of the adjacent time is expanded, and the data deduplication ratio is improved.
Wherein, after the data is transmitted, the data buffer area is emptied.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A transmission method of Internet of things data comprises the following steps:
step 1, after the completion of electronic evidence obtaining is detected, resource information of equipment of the Internet of things is obtained; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment;
step 2, determining a data transmission strategy according to the resource information, wherein the data transmission strategy comprises:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than or equal to 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than or equal to 80%, the state is in a network resource shortage state, the data for evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
step 3, transmitting data according to the data transmission strategy;
wherein, step 1 still includes: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; periodically reading network card information and memory information of the Internet of things equipment, and calculating network bandwidth use conditions and memory use conditions, wherein the network bandwidth use conditions comprise network bandwidth size and network bandwidth use rate, and the memory use conditions comprise residual memory space size and memory space use rate;
when the buffer area is set, when the utilization rate of the memory is lower than 50%, setting the size of the buffer area to be 80% of the residual memory space; when the memory usage rate is 50% or more and less than 80%, setting the buffer Size to Size = (net _ i × 70% + net _ a × 30%) = m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
2. The method of claim 1, wherein the periodic reading is set to read every 60 seconds.
3. The method of claim 1, wherein data deduplication comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records; wherein the data records in the forensic data have timestamps indicating the forensic time of the data records; the adjacent time is calculated according to the timestamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds; when the memory space utilization rate is higher than 80%, the range of the adjacent time is expanded, and the data deduplication proportion is improved.
4. The method of claim 1, wherein the data buffer is emptied after the data is transferred.
5. A transmission device of Internet of things data comprises:
the resource acquisition module is used for acquiring resource information of the Internet of things equipment after the electronic evidence obtaining is detected to be completed; the resource information comprises network bandwidth use information and memory use information of the Internet of things equipment;
a transmission policy module, configured to determine a data transmission policy according to the resource information, where the data transmission policy includes:
determining the current network resource state according to the network bandwidth use condition:
when the network bandwidth utilization rate is less than 50%, the network resource is in a sufficient state, the transmission of the evidence data is not affected, and data caching and data deduplication are not performed;
when the network bandwidth utilization rate is more than 50% and less than 80%, the network resource is in a tension state, and the data obtained by evidence collection is subjected to duplicate removal;
when the network bandwidth utilization rate is more than 80%, the state is in a network resource shortage state, the data obtained by evidence collection is subjected to duplicate removal, the data subjected to duplicate removal is written into a data buffer area, and the data is sent out when the network resource is in a sufficient state;
the data transmission module is used for transmitting data according to the data transmission strategy;
wherein, the resource obtaining module further comprises: detecting the completion of electronic evidence obtaining, verifying evidence obtaining data and confirming the completeness of the data; periodically reading network card information and memory information of the Internet of things equipment, and calculating network bandwidth use conditions and memory use conditions, wherein the network bandwidth use conditions comprise network bandwidth size and network bandwidth use rate, and the memory use conditions comprise residual memory space size and memory space use rate; when the buffer is set, the buffer Size is set to Size = (net _ i × 70% + net _ a × 30%) × m; the current network bandwidth utilization rate of the net _ i, the net _ a is the network bandwidth utilization rate obtained last time, and the m is the size of the residual memory space.
6. The apparatus of claim 5, wherein the periodic reading is arranged to be read every 60 seconds.
7. The apparatus of claim 5, wherein the data deduplication module comprises: performing reverse index analysis on the evidence data, marking data records with high frequency in the evidence data in the adjacent time, reserving the first data record, and discarding other repeated data records; the data records in the forensic data have timestamps, and the timestamps represent the forensic time of the data records; the adjacent time is calculated according to the timestamp of the data record in the evidence data, and the range of the adjacent time is set to be between 300 and 3000 seconds; when the memory space utilization rate is higher than 80%, the range of the adjacent time is expanded, and the data deduplication proportion is improved.
8. The apparatus of claim 5, wherein the data buffer is emptied after the data is transferred.
9. An internet-of-things data transmission device, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the program to implement the internet-of-things data transmission method according to any one of claims 1 to 4.
10. A computer-readable storage medium storing computer-executable instructions for performing the method of transmitting data of the internet of things according to any one of claims 1 to 4.
CN202210272853.5A 2022-03-19 2022-03-19 Internet of things data transmission method and device for electronic data evidence collection Active CN114629894B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210272853.5A CN114629894B (en) 2022-03-19 2022-03-19 Internet of things data transmission method and device for electronic data evidence collection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210272853.5A CN114629894B (en) 2022-03-19 2022-03-19 Internet of things data transmission method and device for electronic data evidence collection

Publications (2)

Publication Number Publication Date
CN114629894A true CN114629894A (en) 2022-06-14
CN114629894B CN114629894B (en) 2024-03-19

Family

ID=81902851

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210272853.5A Active CN114629894B (en) 2022-03-19 2022-03-19 Internet of things data transmission method and device for electronic data evidence collection

Country Status (1)

Country Link
CN (1) CN114629894B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983907A (en) * 2005-12-13 2007-06-20 中兴通讯股份有限公司 Method for controlling flow media transmitting rate
CN101146032A (en) * 2007-09-21 2008-03-19 广州市聚晖电子科技有限公司 A media streaming transmission bandwidth self-adapted method
CN101599991A (en) * 2009-07-07 2009-12-09 浪潮电子信息产业股份有限公司 A kind of method of the lifting network file system performance based on high-speed communication protocol
CN101795401A (en) * 2010-03-19 2010-08-04 中兴通讯股份有限公司 Method and system for transmitting video streaming medium
CN101917396A (en) * 2010-06-25 2010-12-15 清华大学 Real-time repetition removal and transmission method for data in network file system
US20110010461A1 (en) * 2008-01-23 2011-01-13 Comptel Corporation Convergent Mediation System With Improved Data Transfer
US20110246763A1 (en) * 2010-04-03 2011-10-06 Jason Wayne Karnes Parallel method, machine, and computer program product for data transmission and reception over a network
US20140280664A1 (en) * 2013-03-14 2014-09-18 Microsoft Corporation Caching content addressable data chunks for storage virtualization
CN105487818A (en) * 2015-11-27 2016-04-13 清华大学 Efficient duplicate removal method for repeated redundant data in cloud storage system
CN110399224A (en) * 2019-07-29 2019-11-01 联想(北京)有限公司 Information processing method and electronic equipment
CN111107382A (en) * 2018-10-29 2020-05-05 阿里巴巴集团控股有限公司 Data flow control method, device and system
CN112492591A (en) * 2020-11-06 2021-03-12 广东电网有限责任公司电力调度控制中心 Method and device for accessing power Internet of things terminal to network
CN112866752A (en) * 2021-01-06 2021-05-28 深圳市信义科技有限公司 Video code stream self-adaptive network bandwidth method, device, equipment and medium
CN113965466A (en) * 2021-09-30 2022-01-21 广西中科曙光云计算有限公司 Data transmission system adaptive to network bandwidth

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983907A (en) * 2005-12-13 2007-06-20 中兴通讯股份有限公司 Method for controlling flow media transmitting rate
CN101146032A (en) * 2007-09-21 2008-03-19 广州市聚晖电子科技有限公司 A media streaming transmission bandwidth self-adapted method
US20110010461A1 (en) * 2008-01-23 2011-01-13 Comptel Corporation Convergent Mediation System With Improved Data Transfer
CN101599991A (en) * 2009-07-07 2009-12-09 浪潮电子信息产业股份有限公司 A kind of method of the lifting network file system performance based on high-speed communication protocol
CN101795401A (en) * 2010-03-19 2010-08-04 中兴通讯股份有限公司 Method and system for transmitting video streaming medium
US20110246763A1 (en) * 2010-04-03 2011-10-06 Jason Wayne Karnes Parallel method, machine, and computer program product for data transmission and reception over a network
CN101917396A (en) * 2010-06-25 2010-12-15 清华大学 Real-time repetition removal and transmission method for data in network file system
US20140280664A1 (en) * 2013-03-14 2014-09-18 Microsoft Corporation Caching content addressable data chunks for storage virtualization
CN105487818A (en) * 2015-11-27 2016-04-13 清华大学 Efficient duplicate removal method for repeated redundant data in cloud storage system
CN111107382A (en) * 2018-10-29 2020-05-05 阿里巴巴集团控股有限公司 Data flow control method, device and system
CN110399224A (en) * 2019-07-29 2019-11-01 联想(北京)有限公司 Information processing method and electronic equipment
CN112492591A (en) * 2020-11-06 2021-03-12 广东电网有限责任公司电力调度控制中心 Method and device for accessing power Internet of things terminal to network
CN112866752A (en) * 2021-01-06 2021-05-28 深圳市信义科技有限公司 Video code stream self-adaptive network bandwidth method, device, equipment and medium
CN113965466A (en) * 2021-09-30 2022-01-21 广西中科曙光云计算有限公司 Data transmission system adaptive to network bandwidth

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MEHRNOOSH RAOUFI;QUAN DENG;YOUTAO ZHANG;JUN YANG: "PageCmp: Bandwidth Efficient Page Deduplication through In-memory Page Comparison", 2019 IEEE COMPUTER SOCIETY ANNUAL SYMPOSIUM ON VLSI (ISVLSI), 31 December 2019 (2019-12-31), pages 1 - 6 *
刘保建: "基于冗余数据消除的广域网传输优化技术研究与实现", 中国优秀硕士论文库, 31 October 2013 (2013-10-31), pages 1 - 58 *

Also Published As

Publication number Publication date
CN114629894B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
CN106789431B (en) Overtime monitoring method and device
CN105095495B (en) A kind of distributed file system buffer memory management method and system
CN106330963A (en) Cross-network multi-node log collecting method
CN104699529B (en) A kind of information acquisition method and device
CN107135088A (en) The method and apparatus that daily record is handled in cloud computing system
CN107168853A (en) A kind of server performance information acquisition method, system and substrate control manager
CN107783881A (en) Website dynamic property monitoring method and system based on memory queue
CN112818201A (en) Network data acquisition method and device, computer equipment and storage medium
CN111884883A (en) Quick auditing processing method for service interface
CN114629894A (en) Internet of things data transmission method and device
CN108287874B (en) DB2 database management method and device
CN113821421A (en) Server performance data acquisition method, system, device and storage medium
CN112532700B (en) Data transmission method and related equipment
CN111694766A (en) CAN data acquisition method and device
JP2006094174A (en) Image forming apparatus and log information collection method for image forming apparatus
CN115277871B (en) Data transmission method, data analysis method, electronic device and storage medium
CN108829563B (en) Alarm method and alarm device
EP1622309A2 (en) Method and system for treating events and data uniformly
US20150121352A1 (en) Identification of code synchronization points
JP5743334B2 (en) Congestion control device
CN113535436A (en) Data processing method, device and storage medium
CN112839075A (en) Data transmission method applied to acquisition equipment and related device
CN113722174A (en) PCIe bandwidth real-time monitoring system and monitoring method thereof
CN105320678A (en) Data collecting method and device for user access path
CN113407880A (en) Access behavior identification method suitable for encrypted HTTP/2 webpage

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
CB02 Change of applicant information

Address after: Room 907-1, dantaihu building (Wuluo Science Park), No.9, Taihu East Road, Wuzhong District, Suzhou City, Jiangsu Province, 215000

Applicant after: Dunhe Everything Information Technology (Suzhou) Co.,Ltd.

Address before: Room 907-1, dantaihu building (Wuluo Science Park), No.9, Taihu East Road, Wuzhong District, Suzhou City, Jiangsu Province, 215000

Applicant before: Suzhou Zhiwei Security Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant