CN111147332B - Method, system and related device for determining uploading progress of cloud backup of storage system - Google Patents

Method, system and related device for determining uploading progress of cloud backup of storage system Download PDF

Info

Publication number
CN111147332B
CN111147332B CN201911386476.2A CN201911386476A CN111147332B CN 111147332 B CN111147332 B CN 111147332B CN 201911386476 A CN201911386476 A CN 201911386476A CN 111147332 B CN111147332 B CN 111147332B
Authority
CN
China
Prior art keywords
preset protocol
uploading
data
time
estimated
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.)
Active
Application number
CN201911386476.2A
Other languages
Chinese (zh)
Other versions
CN111147332A (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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911386476.2A priority Critical patent/CN111147332B/en
Publication of CN111147332A publication Critical patent/CN111147332A/en
Application granted granted Critical
Publication of CN111147332B publication Critical patent/CN111147332B/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
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Abstract

The application provides a method for determining an uploading progress of a cloud backup of a storage system, which comprises the following steps: packaging the backup data by using a preset protocol to obtain preset protocol data packets with the same data size; uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message; counting the message quantity of the preset protocol message; and determining the uploading progress according to the number of the messages. According to the method and the device, the backup data are packaged by using the preset protocol, so that the influence of different data types and structures on the uploading speed can be avoided, and the uploading progress can be accurately determined. The application also provides an uploading progress determining system of the cloud backup of the storage system, a readable storage medium and a terminal, and has the beneficial effects.

Description

Method, system and related device for determining uploading progress of cloud backup of storage system
Technical Field
The present application relates to the field of cloud storage, and in particular, to a method, a system, and a related device for determining an upload progress of a cloud backup in a storage system.
Background
In the field of storage, cloud backup is a very popular technical direction, and cloud backup refers to backing up data on a local storage system to a server of a cloud manufacturer, so that the functions of data backup and local disk space saving can be achieved.
In the uploading process of the cloud backup, due to the influence of a network environment and the like, the uploading progress and the remaining time are difficult to estimate. Especially, different data contents and structures are different, and the estimated time obtained only according to the current network speed and the data volume is quite inaccurate, so that a user is inconvenient to confirm the data uploading progress in time.
Disclosure of Invention
The application aims to provide a method, a system, a readable storage medium and a terminal for determining an uploading progress of a cloud backup of a storage system, which can determine the remaining time of data cloud uploading.
In order to solve the technical problem, the application provides a method for determining an uploading progress of a cloud backup of a storage system, and the specific technical scheme is as follows:
packaging the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
counting the message quantity of the preset protocol message;
and determining the uploading progress according to the number of the messages.
Wherein, include:
acquiring the current network speed;
and determining first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
Wherein, still include:
acquiring the average network speed of the current network channel;
calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
and correcting the first estimated uploading time by using the second estimated uploading time to obtain corrected time.
Wherein, still include:
and after transmitting a preset number of preset protocol data packets, correcting the first estimated uploading time according to the actual transmission time to obtain corrected estimated time.
The preset protocol is rest api, and the data volume of each preset protocol data packet is 2.5MB at most.
The present application further provides a system for determining an upload progress of a cloud backup of a storage system, including:
the data encapsulation module is used for encapsulating the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
the uploading module is used for uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
the progress counting module is used for counting the message quantity of the preset protocol message;
and the progress determining module is used for determining the uploading progress according to the number of the messages.
Wherein, include:
the first network speed acquisition module is used for acquiring the current network speed;
and the first time estimation module is used for determining first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
Wherein, still include:
the second network speed acquisition module is used for acquiring the average network speed of the current network channel;
the second time estimation module is used for calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
and the estimated time correction module is used for correcting the first estimated uploading time by using the second estimated uploading time to obtain corrected time.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method as set forth above.
The present application further provides a terminal, which includes a memory and a processor, where the memory stores a computer program, and the processor implements the steps of the method when calling the computer program in the memory.
The application provides a method for determining an uploading progress of a cloud backup of a storage system, which comprises the following steps: packaging the backup data by using a preset protocol to obtain preset protocol data packets with the same data size; uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message; counting the message quantity of the preset protocol message; and determining the uploading progress according to the number of the messages.
According to the method and the device, the backup data are packaged by using the preset protocol to obtain the preset protocol data packet, so that the uploading process is less influenced by the file content and the format of the backup data. When each preset protocol data packet is uploaded to the cloud, a preset protocol message is generated, the number of the uploaded preset protocol data packets can be determined according to the number of the preset protocol messages, and the size of each preset protocol data packet is the same, so that the data volume uploaded to the cloud can be determined, and the uploading progress is confirmed. According to the method and the device, the backup data are packaged by using the preset protocol, so that the influence of different data types and structures on the uploading speed can be avoided, and the uploading progress can be accurately determined. The application also provides an uploading progress determining system of the cloud backup of the storage system, a readable storage medium and a terminal, which have the beneficial effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for determining an upload progress of a cloud backup of a storage system according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an upload progress determination system for a cloud backup of a storage system according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, when the backup data cloud is uploaded, the backup data cloud is influenced by a network environment, a file structure, a file type and the like, especially when files are nested, the number of folders is large, the uploading speed is reduced, and the uploading time, the uploading progress and the like are difficult to predict. Therefore, the application provides a method for determining the uploading progress of the cloud backup of the storage system, which comprises the following specific processes:
referring to fig. 1, fig. 1 is a flowchart of a method for determining an upload progress of a cloud backup of a storage system according to an embodiment of the present application, where the method includes:
s101: packaging the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
in this step, the backup data needs to be encapsulated, specifically, the backup data needs to be divided into a plurality of data packets with the same size, and each data packet is encapsulated by a preset protocol.
The preset protocol is not limited, and is the rest api, and when the rest api is adopted, the data amount of each data packet of the preset protocol is 2.5MB at most, which is limited by the rest api protocol. And rest api is a http communication protocol, and can realize http communication before a server client.
It should be noted that, when encapsulating the backup data, the packet size of each predetermined protocol packet needs to be predetermined.
Of course, other protocols may be used to encapsulate the backup data, and are not limited in this regard. Meanwhile, when different protocols are adopted for encapsulation, the sizes of the obtained data packets can be the same.
It is to be understood that the present application is not limited to the packet size of each packet of the predetermined protocol, and should be smaller than the maximum allowed packet size of the predetermined protocol. And can be set by those skilled in the art according to the amount of backup data to be uploaded.
S102: uploading a preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
and after each preset protocol data packet is obtained, each preset protocol data packet is uploaded to the cloud. And when each preset protocol data packet is sent to the cloud from the local, synchronously generating a preset protocol message. The message is used for indicating that a preset protocol data packet exists and is uploaded to the cloud.
The storage location of the preset protocol message is not limited, and the preset protocol message can be pre-stored to a cache or a local storage due to the small occupied space.
S103: counting the message quantity of the preset protocol message;
in this step, the number of messages of the preset protocol message needs to be counted, the uploaded preset protocol data packet can be determined according to the number of messages, and the size of the data packet of each preset protocol data packet is known, so that the uploaded data volume can be obtained.
S104: and determining the uploading progress according to the number of the messages.
Since the size of the backup data can also be directly determined, after the uploaded data amount is determined in step S103, the percentage of the uploaded data amount, that is, the uploading progress, can be determined.
In addition, after the backup data is uploaded, the preset protocol message can be deleted uniformly.
According to the embodiment of the application, the backup data is encapsulated by the preset protocol to obtain the preset protocol data packet, so that the uploading process is less influenced by the file content and format of the backup data. When each preset protocol data packet is uploaded to the cloud, a preset protocol message is generated, the number of the uploaded preset protocol data packets can be determined according to the number of the preset protocol messages, and the size of each preset protocol data packet is the same, so that the data volume uploaded to the cloud can be determined, and the uploading progress is confirmed. According to the method and the device, the backup data are packaged by using the preset protocol, so that the influence of different data types and structures on the uploading speed can be avoided, and the uploading progress can be accurately determined.
On the basis of the above embodiment, as a preferred embodiment, while determining the upload progress, the embodiment of the present application may further determine the required upload time, and specifically, the process may include:
s201: acquiring the current network speed;
s202: and determining the first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
The last embodiment can only determine the upload progress, but the actual required time cannot be determined. Therefore, in the embodiment, by acquiring the network speed, the first estimated uploading time is determined according to the data volume of the backup data and the current network speed, so that the user can directly determine the uploading time required by the backup data.
On the basis of the above embodiment, the network speed is easy to change due to network fluctuation, the first estimated upload time obtained by direct calculation does not take into account the influence of the network fluctuation, and the method may further include:
s301: acquiring the average network speed of the current network channel;
s302: calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
s303: and correcting the first estimated uploading time by using the second estimated uploading time to obtain the corrected time.
In this embodiment, an average network speed of the current network channel needs to be obtained, and the average network speed may be obtained through speed measurement for a period of time. For example, a one minute network test over an advanced performance period, to obtain an average network speed. And obtaining second estimated uploading time according to the data volume of the backup data and the average network speed, wherein the second estimated uploading time is actually closer to the actual uploading time than the first estimated uploading time, and the first estimated uploading time can be corrected to obtain corrected time. The specific modification method is not limited, and the average value of the second estimated upload time and the first estimated upload time may be taken.
Based on the above embodiments, as a preferred embodiment, the method further includes:
and after each preset number of preset protocol data packets are transmitted, correcting the first estimated uploading time according to the actual transmission time to obtain the corrected estimated time.
The embodiment of the application aims to predict the time required for transmitting the same number of preset protocol data packets next time according to the uploaded preset protocol data packets when the preset protocol data packets are uploaded, and further correct the first predicted uploading time. For example, every time 100 preset protocol data packets are uploaded, the time required for uploading the 100 preset protocol data packets at this time is counted in S1, and then if N preset protocol data packets remain, the remaining time is approximately N × S1/100, and the calculated remaining time can be used for correcting the first estimated uploading time to obtain the corrected estimated time.
The core of this embodiment is to calculate the required upload time of the remaining to-be-uploaded predetermined protocol data packets according to the average upload time of the uploaded predetermined protocol data packets, and further correct the first estimated upload time to more accurately estimate the upload required time.
Of course, it is readily understood that only the remaining upload time, i.e., the corrected estimated time minus the uploaded time, may be displayed when actually displayed.
The method for determining the uploading progress of the cloud backup of the storage system provided by the application is described in detail below by taking rest api as a preset protocol in an actual application process of the application:
assuming that the current network environment is 100Mb/s, the actual speed calculated is 100 ÷ 8 ═ 12.5Mb/s, i.e., 12.5Mb of data can be transmitted in 1 second. Assume that each pre-set protocol packet carries 2.5MB of data on the storage system. 5 pre-set protocol packets can be sent in one second.
If 1250MB of backup data exists, the number of pieces of the preset protocol data packets to be sent is 1250 ÷ 2.5 ÷ 500 pieces. Calculated according to 100% of the progress, every time 5 preset protocol data packets are sent, the progress will increase by 1%, and after 500 preset protocol data packets are sent, the progress becomes 100%. The first estimated upload time is theoretically 500 ÷ 5 ═ 100 seconds in the environment of 100 Mb/s.
At this time, transmission is started, and after 100 pieces, the estimated remaining time is 100- (100 ÷ 5) ═ 80 seconds, that is, theoretically, 20 seconds are consumed, but due to network fluctuation, the first 100 pieces of rest api are counted, and the actual time consumption is 40 seconds. Therefore, 100 default protocol packets consume 40 seconds, meaning that the remaining 400 rest api packets are transmitted at this speed, which takes 160 seconds, so the second estimated upload time is 200 seconds. Then the average of the first estimated upload time and the second estimated upload time may be taken, i.e. the correction time is 160 seconds, which means that the remaining upload time is 120 seconds.
In the following, a description is given of an upload progress determination system of a cloud backup of a storage system according to an embodiment of the present application, and the upload progress determination system described below and the upload progress determination method described above may be referred to in a corresponding manner.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an upload progress determination system for a cloud backup of a storage system according to an embodiment of the present application, and the present application further provides an upload progress determination system for a cloud backup of a storage system, including:
the data encapsulation module 100 is configured to encapsulate the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
an upload module 200, configured to upload the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
a progress statistics module 300, configured to count the number of messages of the preset protocol message;
and a progress determination module 400, configured to determine an upload progress according to the number of messages.
Based on the above embodiment, as a preferred embodiment, the method includes:
the first network speed acquisition module is used for acquiring the current network speed;
and the first time estimation module is used for determining first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
Based on the above embodiment, as a preferred embodiment, the method further includes:
the second network speed acquisition module is used for acquiring the average network speed of the current network channel;
the second time estimation module is used for calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
and the estimated time correction module is used for correcting the first estimated uploading time by using the second estimated uploading time to obtain corrected time.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed, may implement the steps provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides a terminal, which may include a memory and a processor, where the memory stores a computer program, and the processor may implement the steps provided by the foregoing embodiments when calling the computer program in the memory. Of course, the terminal may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system provided by the embodiment, the description is relatively simple because the system corresponds to the method provided by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (8)

1. A method for determining an uploading progress of a cloud backup of a storage system is characterized by comprising the following steps:
packaging the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
counting the message quantity of the preset protocol message;
determining an uploading progress according to the number of the messages;
acquiring the current network speed;
and determining first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
2. The upload progress determination method according to claim 1, further comprising:
acquiring the average network speed of the current network channel;
calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
and correcting the first estimated uploading time by using the second estimated uploading time to obtain corrected time.
3. The upload progress determination method according to claim 1, further comprising:
and after transmitting a preset number of preset protocol data packets, correcting the first estimated uploading time according to the actual transmission time to obtain corrected estimated time.
4. The upload schedule determination method according to claim 1, wherein the predetermined protocol is rest api, and the data amount of each of the predetermined protocol packets is at most 2.5 MB.
5. An upload progress determination system for a cloud backup of a storage system, comprising:
the data encapsulation module is used for encapsulating the backup data by using a preset protocol to obtain preset protocol data packets with the same data size;
the uploading module is used for uploading the preset protocol data packet; when each preset protocol data packet is sent to the cloud, generating a preset protocol message;
the progress counting module is used for counting the message quantity of the preset protocol message;
the progress determining module is used for determining the uploading progress according to the number of the messages;
the first network speed acquisition module is used for acquiring the current network speed;
and the first time estimation module is used for determining first estimated uploading time according to the data volume of the backup data, the current network speed and the data volume of each preset protocol data packet.
6. The upload progress determination system according to claim 5, further comprising:
the second network speed acquisition module is used for acquiring the average network speed of the current network channel;
the second time estimation module is used for calculating second estimated uploading time according to the data volume of the backup data, the average network speed and the data volume of each preset protocol data packet;
and the estimated time correction module is used for correcting the first estimated uploading time by using the second estimated uploading time to obtain corrected time.
7. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
8. A terminal, characterized in that it comprises a memory in which a computer program is stored and a processor which, when it is called up in said memory, implements the steps of the method according to any one of claims 1 to 4.
CN201911386476.2A 2019-12-29 2019-12-29 Method, system and related device for determining uploading progress of cloud backup of storage system Active CN111147332B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911386476.2A CN111147332B (en) 2019-12-29 2019-12-29 Method, system and related device for determining uploading progress of cloud backup of storage system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911386476.2A CN111147332B (en) 2019-12-29 2019-12-29 Method, system and related device for determining uploading progress of cloud backup of storage system

Publications (2)

Publication Number Publication Date
CN111147332A CN111147332A (en) 2020-05-12
CN111147332B true CN111147332B (en) 2022-04-29

Family

ID=70521458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911386476.2A Active CN111147332B (en) 2019-12-29 2019-12-29 Method, system and related device for determining uploading progress of cloud backup of storage system

Country Status (1)

Country Link
CN (1) CN111147332B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102307233A (en) * 2011-08-24 2012-01-04 无锡中科方德软件有限公司 Cloud computing method for cloud computing server
CN102882923A (en) * 2012-07-25 2013-01-16 北京亿赛通科技发展有限责任公司 Secure storage system and method for mobile terminal
CN103067475A (en) * 2012-12-21 2013-04-24 北京邮电大学 Data transmission method and web of things system
CN103747283A (en) * 2013-12-24 2014-04-23 中国科学院声学研究所 Video fragment download method
CN104780092A (en) * 2014-01-13 2015-07-15 阿里巴巴集团控股有限公司 File transmission method and device as well as server system
CN105245578A (en) * 2015-09-11 2016-01-13 北京金山安全软件有限公司 Data uploading method, data uploading system and data uploading device
CN106131597A (en) * 2016-07-19 2016-11-16 武汉烽火网络有限责任公司 Streaming Media is the method for high efficiency of transmission on network
CN107872489A (en) * 2016-09-28 2018-04-03 杭州海康威视数字技术股份有限公司 A kind of file section method for uploading, device and cloud storage system
CN108197296A (en) * 2018-01-23 2018-06-22 马上消费金融股份有限公司 Date storage method based on Elasticsearch indexes
CN108234539A (en) * 2016-12-14 2018-06-29 北京金山云网络技术有限公司 A kind of file upload, download, transmission method and device
CN109257405A (en) * 2017-07-14 2019-01-22 中兴通讯股份有限公司 Processing method, device and the server that file uploads
CN109831506A (en) * 2019-01-31 2019-05-31 百度在线网络技术(北京)有限公司 File uploading method, device, terminal, server and readable storage medium storing program for executing
CN110300118A (en) * 2019-07-09 2019-10-01 联想(北京)有限公司 Streaming Media processing method, device and storage medium
CN110401725A (en) * 2019-08-23 2019-11-01 深圳市鹰硕技术有限公司 File uploading method, device, terminal, server, system and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6738821B1 (en) * 1999-01-26 2004-05-18 Adaptec, Inc. Ethernet storage protocol networks
US7031904B1 (en) * 1999-01-26 2006-04-18 Adaptec, Inc. Methods for implementing an ethernet storage protocol in computer networks
AU2001228224A1 (en) * 2000-01-24 2001-07-31 The University Of Manitoba Method and system for segmented file transfer
US20020196935A1 (en) * 2001-02-25 2002-12-26 Storymail, Inc. Common security protocol structure and mechanism and system and method for using
US7389462B1 (en) * 2003-02-14 2008-06-17 Istor Networks, Inc. System and methods for high rate hardware-accelerated network protocol processing
CN102307236A (en) * 2011-08-25 2012-01-04 浪潮电子信息产业股份有限公司 Cloud-storage-structure-based remote storage management system
CN102710605A (en) * 2012-05-08 2012-10-03 重庆大学 Information security management and control method under cloud manufacturing environment
US9654337B2 (en) * 2013-04-23 2017-05-16 Telefonaktiebolaget L M Ericsson (Publ) Method and system for supporting distributed relay control protocol (DRCP) operations upon communication failure
WO2019028269A2 (en) * 2017-08-02 2019-02-07 Strong Force Iot Portfolio 2016, Llc Methods and systems for detection in an industrial internet of things data collection environment with large data sets
US10437790B1 (en) * 2016-09-28 2019-10-08 Amazon Technologies, Inc. Contextual optimization for data storage systems
CN108401002B (en) * 2017-02-07 2021-01-01 腾讯科技(深圳)有限公司 File transmission method and equipment
CN107181743B (en) * 2017-05-16 2020-08-07 广州华多网络科技有限公司 Network live broadcast data reporting method and device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102307233A (en) * 2011-08-24 2012-01-04 无锡中科方德软件有限公司 Cloud computing method for cloud computing server
CN102882923A (en) * 2012-07-25 2013-01-16 北京亿赛通科技发展有限责任公司 Secure storage system and method for mobile terminal
CN103067475A (en) * 2012-12-21 2013-04-24 北京邮电大学 Data transmission method and web of things system
CN103747283A (en) * 2013-12-24 2014-04-23 中国科学院声学研究所 Video fragment download method
CN104780092A (en) * 2014-01-13 2015-07-15 阿里巴巴集团控股有限公司 File transmission method and device as well as server system
CN105245578A (en) * 2015-09-11 2016-01-13 北京金山安全软件有限公司 Data uploading method, data uploading system and data uploading device
CN106131597A (en) * 2016-07-19 2016-11-16 武汉烽火网络有限责任公司 Streaming Media is the method for high efficiency of transmission on network
CN107872489A (en) * 2016-09-28 2018-04-03 杭州海康威视数字技术股份有限公司 A kind of file section method for uploading, device and cloud storage system
CN108234539A (en) * 2016-12-14 2018-06-29 北京金山云网络技术有限公司 A kind of file upload, download, transmission method and device
CN109257405A (en) * 2017-07-14 2019-01-22 中兴通讯股份有限公司 Processing method, device and the server that file uploads
CN108197296A (en) * 2018-01-23 2018-06-22 马上消费金融股份有限公司 Date storage method based on Elasticsearch indexes
CN109831506A (en) * 2019-01-31 2019-05-31 百度在线网络技术(北京)有限公司 File uploading method, device, terminal, server and readable storage medium storing program for executing
CN110300118A (en) * 2019-07-09 2019-10-01 联想(北京)有限公司 Streaming Media processing method, device and storage medium
CN110401725A (en) * 2019-08-23 2019-11-01 深圳市鹰硕技术有限公司 File uploading method, device, terminal, server, system and storage medium

Also Published As

Publication number Publication date
CN111147332A (en) 2020-05-12

Similar Documents

Publication Publication Date Title
CN107171969B (en) Data transmission method, device and system
CN103209439B (en) The method of a kind of data traffic monitoring, device and equipment
CN102685203A (en) Method and equipment for data resource transmission
EP2775673B1 (en) Content reproduction information estimating device, method and program
CN108184152A (en) A kind of DASH Transmission systems two benches client code rate selection method
US20100318663A1 (en) Optimizing mobile device synchronization with multiple data sources
CN106790696B (en) Message transmission method and device
CN110913493B (en) Data reporting method and system, core network element and computer readable storage medium
JP4538227B2 (en) Adaptation costs for communication network services based on network congestion
CN103155532A (en) Information processing device and program
CN111147332B (en) Method, system and related device for determining uploading progress of cloud backup of storage system
CN109756464B (en) Communication method, server and client
JP6192810B2 (en) Client device, data communication system, data communication method, and program
EP2874130A1 (en) Communication apparatus, communication system and communication method
CN111405370B (en) Video playback method and device
CN110298001B (en) Method and device for acquiring log data packet and computer readable storage medium
CN112235402B (en) Network source returning method, network source returning system and related device
JP2013540388A5 (en)
JP5839999B2 (en) Communication terminal device
US20160285607A1 (en) Communication apparatus, method for controlling communication apparatus, and program
CN107797521A (en) Numerical control device
WO2017050121A1 (en) Overload control method and apparatus for accounting request
CN114928425A (en) Terminal device time synchronization system, method, device and storage medium
CN114629826A (en) Network maximum bandwidth estimation method and device, electronic equipment and storage medium
CN108234216B (en) Method and device for downloading data message

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
GR01 Patent grant
GR01 Patent grant