JP2010287173A - Data security method, data security system, server, and client device - Google Patents

Data security method, data security system, server, and client device Download PDF

Info

Publication number
JP2010287173A
JP2010287173A JP2009142520A JP2009142520A JP2010287173A JP 2010287173 A JP2010287173 A JP 2010287173A JP 2009142520 A JP2009142520 A JP 2009142520A JP 2009142520 A JP2009142520 A JP 2009142520A JP 2010287173 A JP2010287173 A JP 2010287173A
Authority
JP
Japan
Prior art keywords
data
transmission
server
client device
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009142520A
Other languages
Japanese (ja)
Inventor
Akio Mukoyama
明夫 向山
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2009142520A priority Critical patent/JP2010287173A/en
Publication of JP2010287173A publication Critical patent/JP2010287173A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve such a problem that data which is already received cannot be seen when the most part of resources of a server is not used for data receiving processing. <P>SOLUTION: In a security method, the server 20 monitors whether the resource utilization factor of resources of the server 20 exceeds a preset threshold during receiving data from a client device 10, and transmits a data reduction instruction to reduce data to the client device 10 when the resource utilization factor exceeds the threshold. The client device 10 reduces the data and transmits the reduced data to the server 20 when receiving the data reduction instruction from the server 20. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、クライアント装置のデータをリモートで保全するためのデータ保全方法、データ保全システム、サーバ、クライアント装置に関する。   The present invention relates to a data security method, a data security system, a server, and a client device for remotely maintaining data of a client device.

クライアントのクライアント装置を、リモートで調査(例えば、外部からの不正アクセスについての調査)する場合、リモートでクライアント装置のデータを保全しつつ、保全したデータを基に調査を行う必要がある。   When investigating a client device of a client remotely (for example, investigating about unauthorized access from the outside), it is necessary to conduct investigation based on the secured data while maintaining the data of the client device remotely.

リモートでデータ保全を行うデータ保全方法として、netcat(nc)と呼ばれるツールを利用した方法が非特許文献1に開示されている。   Non-Patent Document 1 discloses a method using a tool called netcat (nc) as a data maintenance method for performing data maintenance remotely.

図4に、netcatを利用した従来のデータ保全システムの構成を示す。   FIG. 4 shows a configuration of a conventional data maintenance system using netcat.

なお、図4に示したデータ保全システムにおいては、サーバ200が、クライアント装置100からネットワーク(NW)を介して送信されてきたデータを受信し、受信したクライアント装置100のデータを保全することになる。   In the data maintenance system shown in FIG. 4, the server 200 receives data transmitted from the client device 100 via the network (NW), and secures the received data of the client device 100. .

図4に示したデータ保全システムは、以下のように動作する。   The data security system shown in FIG. 4 operates as follows.

まず、受信側のサーバ200が、以下のコマンドを実行する。   First, the receiving server 200 executes the following command.

“# nc -l -p (受信ポート番号) > (ディスク保存先ファイル名)”
これにより、サーバ200は、以降、(受信ポート番号)で示される受信ポートにデータが受信された場合、受信されたデータを、(ディスク保存先ファイル名)で示されるファイルに保存する。
“# Nc -l -p (receive port number)> (disk save destination file name)”
As a result, when data is subsequently received at the reception port indicated by (reception port number), the server 200 saves the received data in a file indicated by (disk save destination file name).

次に、送信側のクライアント装置100が、以下のコマンドを実行する。   Next, the transmission-side client device 100 executes the following command.

“# dd if=(ファイル名) | nc (送信先IPアドレス) (送信先ポート番号)”
これにより、クライアント装置100は、(ファイル名)で示されるファイルからデータを読み出し、読み出したデータを、(送信先IPアドレス)で示される送信先IPアドレスの(送信先ポート番号)で示される送信先ポートに送信する。
“# Dd if = (file name) | nc (destination IP address) (destination port number)”
As a result, the client apparatus 100 reads data from the file indicated by (file name), and transmits the read data indicated by (destination port number) of the destination IP address indicated by (destination IP address). Send to destination port.

渡辺勝弘、伊原秀明著、「不正アクセス調査ガイド」、ISBN4−87311−079−3、2002年04月発行、p.299−302WATANABE Katsuhiro and Ihara Hideaki, “Unauthorized Access Investigation Guide”, ISBN 4-87311-079-3, issued April 2002, p. 299-302

しかしながら、図4に示した従来のデータ保全システムにおいては、クライアント装置100は、指定されたファイルから読み出したデータを送信し、また、サーバ200は、受信したデータを指定されたファイルに保存するだけである。   However, in the conventional data security system shown in FIG. 4, the client apparatus 100 transmits data read from the designated file, and the server 200 only saves the received data in the designated file. It is.

そのため、ユーザが、サーバ200上で、データビュー機能を利用して、受信したデータを見たい時でも、CPUやメモリ等のリソースの大部分がデータ受信処理に使用されている場合には、データビュー機能を満足に利用することができないという課題がある。   Therefore, even when the user wants to view the received data using the data view function on the server 200, if most of the resources such as the CPU and memory are used for data reception processing, the data There is a problem that the view function cannot be used satisfactorily.

また、HDD等に保存されている大容量のデータの保全を行っている間に別データを保全することは、たとえその別データがログファイル等の比較的容量が小さいデータであっても、できないという課題がある。   Also, it is not possible to maintain another data while maintaining a large amount of data stored in an HDD or the like, even if the other data is relatively small data such as a log file. There is a problem.

そこで、本発明の目的は、上述した課題の少なくとも1つを解決することができるデータ保全方法、データ保全システム、サーバ、クライアント装置を提供することにある。   Therefore, an object of the present invention is to provide a data security method, a data security system, a server, and a client device that can solve at least one of the above-described problems.

本発明のデータ保全方法は、
クライアント装置と、前記クライアント装置からデータを受信し、受信したデータを保全するサーバと、によるデータ保全方法であって、
前記サーバが、前記クライアント装置からのデータの受信中に、前記サーバのリソースのリソース利用率が予め設定された閾値を超えたか否かを監視するステップと、
前記サーバが、前記リソース利用率が前記閾値を超えた場合に、データを縮小するデータ縮小命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記データ縮小命令を受信した場合に、データを縮小し、縮小したデータを前記サーバに送信するステップと、を有する。
The data security method of the present invention
A data security method by a client device and a server that receives data from the client device and secures the received data,
Monitoring whether or not the resource utilization rate of the resource of the server exceeds a preset threshold while the server receives data from the client device;
The server, when the resource utilization rate exceeds the threshold, sending a data reduction command to reduce data to the client device;
And a step of reducing the data when the client device receives the data reduction command from the server and transmitting the reduced data to the server.

また、本発明のデータ保全方法は、
前記サーバが、前記クライアント装置からの第1データの受信中に、第2データの受信命令を受け付けた場合に、前記第1データの送信を一時停止させる第1データ一時停止命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第1データ一時停止命令を受信した場合に、前記第1データの送信を一時停止し、第1データ一時停止完了報告を前記サーバに送信するステップと、
前記サーバが、前記クライアント装置から前記第1データ一時停止完了報告を受信した場合に、前記第2データの受信準備を開始するステップと、
前記サーバが、前記第2データの受信準備を完了した後に、前記第2データの送信を開始させる第2データ送信命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第2データ送信命令を受信した場合に、前記第2データの送信を開始し、前記第2データの送信を完了した後に、第2データ送信完了報告を前記サーバに送信するステップと、
前記サーバが、前記クライアント装置から前記第2データ送信完了報告を受信した場合に、前記第1データの再受信準備を開始するステップと、
前記サーバが、前記第1データの再受信準備を完了した後に、前記第1データの残りの部分の送信を再開させる第1データ再送信命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第1データ再送信命令を受信した場合に、前記第1データの残りの部分の送信を再開するステップと、をさらに有する。
In addition, the data security method of the present invention includes:
When the server receives a second data reception command while receiving the first data from the client device, the server device issues a first data suspension command to the client device to temporarily stop transmission of the first data. Sending, and
When the client device receives the first data suspension command from the server, temporarily stops transmission of the first data, and transmits a first data suspension completion report to the server;
When the server receives the first data suspension completion report from the client device, starts preparing to receive the second data;
After the server completes preparation for receiving the second data, a second data transmission command for starting transmission of the second data to the client device;
When the client device receives the second data transmission command from the server, the second data transmission completion report is sent to the server after starting the transmission of the second data and completing the transmission of the second data. Sending to
When the server receives the second data transmission completion report from the client device, starts preparing to receive the first data again;
After the server completes preparation for re-reception of the first data, a first data re-transmission command for resuming transmission of the remaining portion of the first data to the client device;
And a step of resuming transmission of the remaining portion of the first data when the client device receives the first data retransmission command from the server.

本発明によれば、サーバは、クライアント装置からのデータの受信中にリソース利用率が閾値を超えた場合、データ縮小命令をクライアント装置に送信し、データを縮小させることで、リソース利用率が閾値を超えないように制御する。   According to the present invention, when the resource utilization rate exceeds the threshold value during reception of data from the client device, the server transmits a data reduction command to the client device to reduce the data so that the resource utilization rate becomes the threshold value. Control not to exceed.

したがって、サーバにおいて、上記の閾値をデータビュー機能の実行時に使用するリソース量に応じたリソース利用率に設定すれば、大容量のデータの受信中も、データビュー機能の実行時に使用するリソースは確保されるため、ユーザは、データビュー機能を利用して、すでに受信したデータを見ることができるという効果が得られる。   Therefore, if the above threshold is set to the resource usage rate according to the amount of resources used when executing the data view function, the resources used when executing the data view function are secured even during reception of a large amount of data. As a result, the user can see the already received data using the data view function.

また、本発明によれば、サーバは、第1データの受信中に、第2データの受信命令を受け付けた場合、第1データの送信をクライアント装置に一時停止させてから第2データの受信準備をし、その後に第2データの送信をクライアント装置に開始させ、第2データの送信が完了すると、第1データの再受信準備をし、その後に第1データの残りの部分の送信をクライアント装置に再開させる。   According to the present invention, when the server receives a second data reception command while receiving the first data, the server temporarily stops transmission of the first data and then prepares to receive the second data. After that, the client apparatus is made to start transmitting the second data. When the transmission of the second data is completed, the client apparatus prepares to receive the first data again, and then transmits the remaining portion of the first data to the client apparatus. To resume.

したがって、サーバで受信中の第1データが大容量であっても、割り込みをかけて第2データを先に受信できるため、ユーザは、大容量のデータの保全中でも、別の必要なデータを保全することができるという効果が得られる。   Therefore, even if the first data being received by the server has a large capacity, the user can interrupt and receive the second data first, so that the user can maintain another necessary data even while maintaining the large capacity data. The effect that it can do is acquired.

本発明の一実施形態のデータ保全システムの構成を示すブロック図である。It is a block diagram which shows the structure of the data maintenance system of one Embodiment of this invention. 図1に示したデータ保全システムにおいて、データを受信中のサーバのリソース利用率を閾値以下に制御する動作の一例を説明するシーケンス図である。FIG. 2 is a sequence diagram illustrating an example of an operation for controlling a resource utilization rate of a server that is receiving data to a threshold value or less in the data maintenance system illustrated in FIG. 1. 図1に示したデータ保全システムにおいて、データを送受信中のクライアント装置およびサーバに、別データを割り込みで送受信させる動作の一例を説明するシーケンス図である。FIG. 2 is a sequence diagram for explaining an example of an operation for causing a client device and a server that are transmitting / receiving data to transmit / receive another data by interruption in the data maintenance system illustrated in FIG. 1. 図1に示したデータ保全システムにおいて、データを送受信中のクライアント装置およびサーバに、別データを割り込みで送受信させる動作の一例を説明するシーケンス図である。FIG. 2 is a sequence diagram for explaining an example of an operation for causing a client device and a server that are transmitting / receiving data to transmit / receive another data by interruption in the data maintenance system illustrated in FIG. 1. 図1に示したデータ保全システムにおいて、データを送受信中のクライアント装置およびサーバに、別データを割り込みで送受信させる動作の一例を説明するシーケンス図である。FIG. 2 is a sequence diagram for explaining an example of an operation for causing a client device and a server that are transmitting / receiving data to transmit / receive another data by interruption in the data maintenance system illustrated in FIG. 1. 従来のデータ保全システムの一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the conventional data maintenance system.

以下に、本発明を実施するための形態について図面を参照して説明する。   EMBODIMENT OF THE INVENTION Below, the form for implementing this invention is demonstrated with reference to drawings.

図1を参照すると、本実施形態のデータ保全システムは、クライアント装置10と、クライアント装置10からネットワーク(NW)を介してデータを受信し、受信したデータを保全するサーバ20と、を有している。   Referring to FIG. 1, the data security system of this embodiment includes a client device 10 and a server 20 that receives data from the client device 10 via a network (NW) and secures the received data. Yes.

クライアント装置10は、接続部11と、データ送信部12と、命令受信部13と、データ取得部14と、データ送信量制御部15と、送信データ制御部16と、送信一時停止部17と、を有している。   The client device 10 includes a connection unit 11, a data transmission unit 12, a command reception unit 13, a data acquisition unit 14, a data transmission amount control unit 15, a transmission data control unit 16, a transmission pause unit 17, have.

クライアント装置10内の各部は、概略、以下のように動作する。   Each unit in the client device 10 generally operates as follows.

接続部11は、サーバ20に接続要求を送信して、サーバ20との接続処理を行う。   The connection unit 11 transmits a connection request to the server 20 and performs a connection process with the server 20.

データ送信部12は、サーバ20にデータを送信する。   The data transmission unit 12 transmits data to the server 20.

命令受信部13は、サーバ20から各種の命令を受信し、その命令に対する処理が完了した場合にその旨の報告をサーバ20に送信する。   The command receiving unit 13 receives various commands from the server 20 and transmits a report to that effect to the server 20 when processing for the command is completed.

データ取得部14は、データ送信部12が送信するデータを取得する。   The data acquisition unit 14 acquires data transmitted by the data transmission unit 12.

データ送信量制御部15は、データ送信部12が送信するデータの容量を制御する。   The data transmission amount control unit 15 controls the capacity of data transmitted by the data transmission unit 12.

送信データ制御部16は、データ送信時にクライアント装置10全体を制御する。   The transmission data control unit 16 controls the entire client device 10 during data transmission.

送信一時停止部17は、データの送信を一時停止する場合に、データ送信部12に送信の一時停止・再開を指示する等の各種の処理を行う。   The transmission pause unit 17 performs various processes such as instructing the data transmission unit 12 to pause and resume transmission when data transmission is paused.

サーバ20は、接続受付部21と、データ受信部22と、命令送信部23と、クライアント制御部24と、リソース利用率監視部25と、受信データ制御部26と、受信データ保存部27と、データビュー制御部28と、を有している。   The server 20 includes a connection reception unit 21, a data reception unit 22, a command transmission unit 23, a client control unit 24, a resource utilization rate monitoring unit 25, a reception data control unit 26, a reception data storage unit 27, A data view control unit 28.

サーバ20内の各部は、概略、以下のように動作する。   Each part in the server 20 generally operates as follows.

接続受付部21は、クライアント装置10から接続要求を受信した場合に、クライアント装置10との接続処理を行う。   When receiving a connection request from the client device 10, the connection reception unit 21 performs a connection process with the client device 10.

データ受信部22は、クライアント装置10からデータを送信する。   The data receiving unit 22 transmits data from the client device 10.

命令送信部23は、クライアント装置10に各種の命令を送信し、その命令に対する処理が完了した旨の報告をクライアント装置10から受信する。   The command transmission unit 23 transmits various commands to the client device 10 and receives a report from the client device 10 that processing for the command is completed.

クライアント制御部24は、クライアント装置10を制御する。   The client control unit 24 controls the client device 10.

リソース利用率監視部25は、クライアント装置10からのデータの受信中、サーバ20のCPUやメモリ等のリソースのリソース利用率が予め設定された閾値を超えたか否かを監視する。本実施形態では、閾値は、データビュー制御部28が実行するデータビュー機能に影響がないリソース利用率、すなわち、データビュー機能の実行時に使用するリソース量に応じたリソース利用率に設定されているものとする。   The resource usage rate monitoring unit 25 monitors whether or not the resource usage rate of resources such as the CPU and memory of the server 20 exceeds a preset threshold during reception of data from the client device 10. In the present embodiment, the threshold is set to a resource usage rate that does not affect the data view function executed by the data view control unit 28, that is, a resource usage rate according to the resource amount used when the data view function is executed. Shall.

受信データ制御部26は、データ受信時にサーバ20全体を制御する。   The reception data control unit 26 controls the entire server 20 when receiving data.

受信データ保存部27は、データ受信部22に受信されたデータを保存する。   The reception data storage unit 27 stores the data received by the data reception unit 22.

データビュー制御部28は、データビュー機能を実行する。   The data view control unit 28 executes a data view function.

以下、本実施形態のデータ保全システムの動作について説明する。   Hereinafter, the operation of the data maintenance system of this embodiment will be described.

(1)リソース利用率の制御動作
まず、データを受信中のサーバ20のリソース利用率を閾値以下に制御する動作について、図2を参照して説明する。
(1) Resource Usage Rate Control Operation First, an operation for controlling the resource usage rate of the server 20 that is receiving data to be equal to or less than a threshold value will be described with reference to FIG.

図2を参照すると、クライアント装置10では、データ送信部12は、データをサーバ20に送信し、また、サーバ20では、データ受信部22は、データ送信部12から送信されてきたデータを受信している(ステップS101)。   Referring to FIG. 2, in the client device 10, the data transmission unit 12 transmits data to the server 20, and in the server 20, the data reception unit 22 receives data transmitted from the data transmission unit 12. (Step S101).

サーバ20では、データの受信中、リソース利用率監視部25は、サーバ20のリソース利用率が閾値を超えたか否かを監視している。リソース利用率監視部25は、リソース利用率が閾値を超えたことを検知すると(ステップS102)、その旨をクライアント制御部24に通知し(ステップS103)、クライアント制御部24は、命令送信部23を介して、送信データの縮小命令をクライアント装置10に送信する(ステップS104)。   In the server 20, during data reception, the resource utilization rate monitoring unit 25 monitors whether the resource utilization rate of the server 20 exceeds a threshold value. When the resource usage rate monitoring unit 25 detects that the resource usage rate exceeds the threshold (step S102), the resource usage rate monitoring unit 25 notifies the client control unit 24 (step S103), and the client control unit 24 sends the command transmission unit 23. Then, a transmission data reduction command is transmitted to the client device 10 (step S104).

続いて、クライアント装置10では、送信データの縮小命令が命令受信部13にて受信されると、データ送信量制御部15は、送信データの縮小準備命令をデータ送信部12に通知し(ステップS105)、データ送信部12は、送信データの縮小準備が完了すると、その旨をデータ送信量制御部15に通知する(ステップS106)。次に、データ送信量制御部15は、命令受信部13を介して、送信データの縮小完了報告をサーバ20に送信し(ステップS107)、データ送信部12は、送信データをデータ容量を減らすことで縮小し、縮小した送信データの送信を開始する(ステップS108)。   Subsequently, in the client device 10, when the command reception unit 13 receives a transmission data reduction command, the data transmission amount control unit 15 notifies the data transmission unit 12 of a transmission data reduction preparation command (step S105). When the preparation for reducing the transmission data is completed, the data transmission unit 12 notifies the data transmission amount control unit 15 to that effect (step S106). Next, the data transmission amount control unit 15 transmits a transmission data reduction completion report to the server 20 via the command reception unit 13 (step S107), and the data transmission unit 12 reduces the data capacity of the transmission data. And transmission of the reduced transmission data is started (step S108).

その後、サーバ20では、送信データの縮小完了報告が命令送信部23にて受信されると、クライアント制御部24は、リソース利用率が閾値を超えているかをリソース利用率監視部25に再確認させ(ステップS109)、リソース利用率監視部25は、未だリソース利用率が閾値を超えている場合(ステップS110)、ステップS103の処理に戻る。   Thereafter, in the server 20, when the command transmission unit 23 receives the transmission data reduction completion report, the client control unit 24 causes the resource usage rate monitoring unit 25 to reconfirm whether the resource usage rate exceeds the threshold. (Step S109) When the resource utilization rate still exceeds the threshold (Step S110), the resource utilization rate monitoring unit 25 returns to the process of Step S103.

上述したように本実施形態においては、サーバ20は、クライアント装置10からのデータの受信中にリソース利用率が閾値を超えた場合、送信データ縮小命令をクライアント装置10に送信し、送信データを縮小させることで、リソース利用率が閾値を超えないように制御する。   As described above, in this embodiment, when the resource usage rate exceeds the threshold during reception of data from the client device 10, the server 20 transmits a transmission data reduction command to the client device 10 to reduce the transmission data. By doing so, the resource utilization rate is controlled not to exceed the threshold.

したがって、サーバ20において、上記の閾値を、データビュー機能の実行時に使用するリソース量に応じたリソース利用率に設定すれば、大容量のデータの受信中も、データビュー機能の実行時に使用するリソースが確保されるため、ユーザは、データビュー機能を利用して、すでに受信したデータを見ることができるという効果が得られる。   Therefore, in the server 20, if the above threshold is set to a resource usage rate according to the amount of resources used when executing the data view function, the resources used when executing the data view function even during reception of a large amount of data. Therefore, the user can see the already received data by using the data view function.

(2)別データの割り込み動作
次に、データを送受信中のクライアント装置10およびサーバ20に、別データを割り込みで送受信させる動作について、図3A、図3B、図3Cを参照して説明する。
(2) Another Data Interrupt Operation Next, an operation for causing the client device 10 and the server 20 that are transmitting / receiving data to transmit / receive another data by interrupt will be described with reference to FIGS. 3A, 3B, and 3C.

図3Aを参照すると、クライアント装置10では、データ取得部14は、データ1を取得し(ステップS201)、データ送信部12は、データ取得部14で取得されたデータ1をサーバ20に送信し(ステップS202)、また、サーバ20では、データ受信部22は、データ送信部12から送信されてきたデータ1をデータ保存部27に保存している(ステップS203)。   Referring to FIG. 3A, in the client device 10, the data acquisition unit 14 acquires data 1 (step S201), and the data transmission unit 12 transmits the data 1 acquired by the data acquisition unit 14 to the server 20 ( In step S202), in the server 20, the data reception unit 22 stores the data 1 transmitted from the data transmission unit 12 in the data storage unit 27 (step S203).

サーバ20では、データ1の受信中に、ユーザから、別データとなるデータ2の受信命令を受信データ制御部26にて受け付けると(ステップS204)、受信データ制御部26は、データ2の優先受信命令をクライアント制御部24に通知し(ステップS205)、クライアント制御部24は、命令送信部23を介して、データ1の一時停止命令をクライアント装置10に送信する(ステップS206)。   In the server 20, when the reception data control unit 26 receives a reception command for the data 2 as another data from the user during reception of the data 1 (step S <b> 204), the reception data control unit 26 receives the priority reception of the data 2. The command is notified to the client control unit 24 (step S205), and the client control unit 24 transmits a temporary stop command for data 1 to the client device 10 via the command transmission unit 23 (step S206).

続いて、クライアント装置10では、データ1の一時停止命令が命令受信部13にて受信されると、送信データ制御部16は、データ1の一時停止命令を送信一時停止部17に通知し(ステップS207)、送信一時停止部17は、データ1の送信停止命令と停止箇所情報の返信命令とをデータ送信部12に通知する(ステップS208)。次に、データ送信部12は、データ1の送信を停止し(ステップS209)、データ1の停止箇所情報を送信一時停止部17に通知し(ステップS210)、送信一時停止部17は、データ1の停止箇所情報を記憶する(ステップS211)。なお、データ1の停止箇所情報とは、データ1の送信済み部分の末尾のアドレスである。次に、送信一時停止部17は、データ1の送信の一時停止が完了した旨を送信データ制御部16に通知し(ステップS212)、送信データ制御部16は、命令受信部13を介して、データ1の一時停止完了報告をサーバ20に送信する(ステップS213)。   Subsequently, in the client device 10, when the instruction receiving unit 13 receives the data 1 pause command, the transmission data control unit 16 notifies the data 1 pause command to the transmission pause unit 17 (Step S1). (S207) The transmission pause unit 17 notifies the data transmission unit 12 of a data 1 transmission stop command and a stop location information return command (step S208). Next, the data transmission unit 12 stops the transmission of the data 1 (step S209), notifies the transmission suspension unit 17 of the stop location information of the data 1 (step S210), and the transmission suspension unit 17 Is stored (step S211). The stop location information of data 1 is the end address of the transmitted portion of data 1. Next, the transmission pause unit 17 notifies the transmission data control unit 16 that the transmission of data 1 has been paused (step S212), and the transmission data control unit 16 passes the command reception unit 13 through the command reception unit 13. A temporary completion report of data 1 is transmitted to the server 20 (step S213).

続いて、サーバ20では、データ1の一時停止完了報告が命令送信部23にて受信されると、クライアント制御部24は、データ2の受信準備命令を受信データ制御部26に通知する(ステップS214)。次に、受信データ制御部26は、データ1の停止箇所情報の返信命令を受信データ保存部27に通知し(ステップS215)、受信データ保存部27は、データ1の停止箇所情報を受信データ制御部26に返信する(ステップS216)。なお、データ1の停止箇所情報とは、データ1の受信済み部分の末尾のアドレスである。次に、受信データ制御部26は、データ2の保存場所の確保命令を受信データ保存部27に通知し(ステップS217)、受信データ保存部27は、データ2の保存場所を確保し(ステップS218)、その旨とデータ2の保存場所情報とを受信データ制御部26に通知する(ステップS219)。なお、データ2の保存場所情報とは、受信データ保存部27上のデータ2を保存する領域である。   Subsequently, in the server 20, when the command transmission unit 23 receives the temporary completion report of the data 1, the client control unit 24 notifies the reception data control unit 26 of a data 2 reception preparation command (step S214). ). Next, the reception data control unit 26 notifies the reception data storage unit 27 of a reply command of the stop location information of the data 1 (step S215), and the reception data storage unit 27 receives the stop location information of the data 1 through the reception data control. It returns to the part 26 (step S216). The stop location information of data 1 is the end address of the received portion of data 1. Next, the reception data control unit 26 notifies the reception data storage unit 27 of an instruction to secure the storage location of the data 2 (step S217), and the reception data storage unit 27 secures the storage location of the data 2 (step S218). ), And notifies the reception data control unit 26 of the fact and the storage location information of the data 2 (step S219). The data 2 storage location information is an area for storing the data 2 on the received data storage unit 27.

図3Bを参照すると、続いて、サーバ20では、受信データ制御部26は、受信データの保存場所の切り替え命令とデータ2の保存場所情報とをデータ受信部22に通知し(ステップS220)、データ受信部22は、データ2の保存場所情報を基に受信データの保存場所を切り替え(ステップS221)、その旨を受信データ制御部26に通知する(ステップS222)。次に、受信データ制御部26は、データ2の受信準備が完了した旨をクライアント制御部24に通知し(ステップS223)、クライアント制御部24は、命令送信部23を介して、データ2の送信命令をクライアント装置10に送信する(ステップS224)。   Referring to FIG. 3B, subsequently, in the server 20, the received data control unit 26 notifies the data receiving unit 22 of a received data storage location switching command and data 2 storage location information (step S220). The receiving unit 22 switches the storage location of the received data based on the storage location information of the data 2 (step S221), and notifies the reception data control unit 26 to that effect (step S222). Next, the reception data control unit 26 notifies the client control unit 24 that preparation for reception of data 2 has been completed (step S223), and the client control unit 24 transmits the data 2 via the command transmission unit 23. The command is transmitted to the client device 10 (step S224).

続いて、クライアント装置10では、データ2の送信命令が命令受信部13にて受信されると、送信データ制御部16は、データ2の送信準備命令をデータ送信部12に通知し(ステップS225)、データ送信部12は、データ2の送信準備が完了すると、その旨を送信データ制御部16に通知する(ステップS226)。次に、送信データ制御部16は、データ2の取得および送信命令をデータ取得部14に通知する(ステップS227)。   Subsequently, in the client device 10, when the transmission command for data 2 is received by the command receiving unit 13, the transmission data control unit 16 notifies the data transmission unit 12 of a transmission preparation command for data 2 (step S225). When the preparation for transmission of data 2 is completed, the data transmission unit 12 notifies the transmission data control unit 16 to that effect (step S226). Next, the transmission data control unit 16 notifies the data acquisition unit 14 of an acquisition and transmission command for the data 2 (step S227).

これにより、以降、クライアント装置10では、データ取得部14は、データ2の取得を開始し(ステップS228)、データ送信部12は、データ取得部14で取得されたデータ2のサーバ20への送信を開始し(ステップS229)、また、サーバ20では、データ受信部22は、データ送信部12から送信されてきたデータ2の受信データ保存部27への保存を開始する(ステップS230)。   Thereby, in the client device 10, thereafter, the data acquisition unit 14 starts acquiring data 2 (step S 228), and the data transmission unit 12 transmits the data 2 acquired by the data acquisition unit 14 to the server 20. In the server 20, the data receiving unit 22 starts storing the data 2 transmitted from the data transmitting unit 12 in the received data storing unit 27 (step S230).

続いて、クライアント装置10では、データ取得部14は、データ2の取得および送信が完了すると、その旨を送信データ制御部16に通知し(ステップS231)、送信データ制御部16は、命令受信部13を介して、データ2の送信完了報告をサーバ20に送信する(ステップS232)。   Subsequently, in the client device 10, when the data acquisition unit 14 completes the acquisition and transmission of the data 2, the data acquisition unit 14 notifies the transmission data control unit 16 to that effect (step S <b> 231). The transmission completion report of data 2 is transmitted to the server 20 via 13 (step S232).

続いて、サーバ20では、データ2の送信完了報告が命令送信部23にて受信されると、クライアント制御部24は、データ2の受信が完了した旨とデータ1の再受信準備命令とを受信データ制御部26に通知する(ステップS233)。   Subsequently, in the server 20, when the transmission completion report of the data 2 is received by the command transmission unit 23, the client control unit 24 receives the fact that the reception of the data 2 is completed and the re-reception preparation command for the data 1 The data control unit 26 is notified (step S233).

図3Cを参照すると、続いて、サーバ20では、受信データ制御部26は、データ1の保存場所の確保命令とデータ1の停止箇所情報とを受信データ保存部27に通知し(ステップS234)、受信データ保存部27は、データ1の停止箇所情報を基にデータ1の保存場所を確保し(ステップS235)、その旨とデータ1の保存場所情報とを受信データ制御部26に通知する(ステップS236)。このとき、受信データ保存部27は、データ1の保存場所を、停止箇所情報が示すデータ1の末尾アドレスにして、データ1の残りの部分をその末尾アドレスから後ろに保存するものとする。次に、受信データ制御部26は、受信データの保存場所の切り替え命令とデータ1の保存場所情報とデータ1の停止箇所情報とをデータ受信部22に通知し(ステップS237)、データ受信部22は、データ1の保存場所情報を基に受信データの保存場所を切り替え(ステップS238)、その旨を受信データ制御部26に通知する(ステップS239)。次に、受信データ制御部26は、データ1の再受信準備が完了した旨をクライアント制御部24に通知し(ステップS240)、クライアント制御部24は、命令送信部23を介して、データ1の再送信命令をクライアント装置10に送信する(ステップS241)。   Referring to FIG. 3C, subsequently, in the server 20, the reception data control unit 26 notifies the reception data storage unit 27 of an instruction to secure the storage location of the data 1 and stop location information of the data 1 (step S 234). The reception data storage unit 27 secures the storage location of the data 1 based on the stop location information of the data 1 (step S235), and notifies the reception data control unit 26 of the fact and the storage location information of the data 1 (step S235). S236). At this time, the received data storage unit 27 sets the storage location of the data 1 as the end address of the data 1 indicated by the stop location information, and stores the remaining portion of the data 1 behind the end address. Next, the received data control unit 26 notifies the data receiving unit 22 of the received data storage location switching command, the data 1 storage location information, and the data 1 stop location information (step S237). Switches the storage location of the received data based on the storage location information of data 1 (step S238), and notifies the reception data control unit 26 to that effect (step S239). Next, the reception data control unit 26 notifies the client control unit 24 that preparation for re-reception of the data 1 is completed (step S240), and the client control unit 24 transmits the data 1 via the command transmission unit 23. A retransmission command is transmitted to the client device 10 (step S241).

続いて、クライアント装置10では、データ1の再送信命令が命令受信部13にて受信されると、送信データ制御部16は、データ1の再送信準備命令を送信一時停止部17に通知し(ステップS242)、送信一時停止部17は、データ1の再送信準備命令とデータ1の停止箇所情報とをデータ送信部12に通知し(ステップS243)、データ送信部12は、データ1の再送信準備が完了すると、その旨を送信一時停止部17に通知する(ステップS244)。次に、送信一時停止部17は、データ1の停止箇所からの取得準備命令とデータ1の停止箇所情報とをデータ取得部14に通知し(ステップS245)、データ取得部14は、データ1の停止箇所からの取得準備が完了すると、その旨を送信一時停止部17に通知し(ステップS245)、送信一時停止部17は、データ1の再送信準備が完了した旨を送信データ制御部16に通知する(ステップS247)。次に、送信データ制御部16は、データ1の停止箇所からの取得および送信命令をデータ取得部14に通知する(ステップS248)。   Subsequently, in the client device 10, when the command receiving unit 13 receives the data 1 retransmission command, the transmission data control unit 16 notifies the data temporary retransmission unit 17 of the data 1 retransmission preparation command ( In step S242), the transmission pause unit 17 notifies the data transmission unit 12 of the data 1 retransmission preparation instruction and the data 1 stop location information (step S243), and the data transmission unit 12 retransmits the data 1. When the preparation is completed, this is notified to the transmission pause unit 17 (step S244). Next, the transmission pause unit 17 notifies the data acquisition unit 14 of an acquisition preparation instruction from the stop location of the data 1 and the stop location information of the data 1 (step S245). When the preparation for acquisition from the stop point is completed, the transmission suspension unit 17 is notified of this (step S245), and the transmission suspension unit 17 notifies the transmission data control unit 16 that preparation for retransmission of data 1 is completed. Notification is made (step S247). Next, the transmission data control unit 16 notifies the data acquisition unit 14 of an acquisition and transmission command from the stop position of the data 1 (step S248).

これにより、以降、クライアント装置10では、データ取得部14は、データ1の停止箇所からの取得を再開し(ステップS249)、データ送信部12は、データ取得部14で取得されたデータ1の停止箇所からのサーバ20への送信を再開し(ステップS250)、また、サーバ20では、データ受信部22は、データ送信部12から送信されてきたデータ1の停止箇所からの受信データ保存部27への保存を再開する(ステップS251)。   Thereby, in the client device 10, thereafter, the data acquisition unit 14 resumes acquisition of the data 1 from the stop position (step S249), and the data transmission unit 12 stops the data 1 acquired by the data acquisition unit 14 The transmission from the location to the server 20 is resumed (step S250). In the server 20, the data reception unit 22 sends the data 1 transmitted from the data transmission unit 12 to the received data storage unit 27 from the stop location. Is saved again (step S251).

なお、図3A、図3B、図3Cには図示していないが、サーバ20では、データ1またはデータ2の受信中、サーバ20のリソース利用率が閾値を超えたか否かをリソース利用率監視部25により監視しており、リソース利用率が閾値を超えた場合は、図2のステップS103以降の処理を行うことになる。   Although not shown in FIGS. 3A, 3B, and 3C, the server 20 determines whether or not the resource utilization rate of the server 20 has exceeded a threshold during reception of data 1 or data 2. If the resource utilization rate exceeds the threshold value, the processing after step S103 in FIG. 2 is performed.

上述したように本実施形態においては、サーバ20は、データ1の受信中に、別のデータ2の受信命令を受け付けた場合、データ1の送信をクライアント装置10に一時停止させてからデータ2の受信準備をし、その後にデータ2の送信をクライアント装置10に開始させ、データ2の送信が完了すると、データ1の再受信準備をし、その後にデータ1の残りの部分の送信をクライアント装置10に再開させる。   As described above, in this embodiment, when the server 20 receives another data 2 reception command during reception of the data 1, the server 20 temporarily stops the transmission of the data 1 after the client device 10 temporarily stops transmission of the data 2. Preparation for reception is performed, and then transmission of data 2 is started by the client device 10. When transmission of data 2 is completed, preparation for re-reception of data 1 is made, and then transmission of the remaining portion of data 1 is performed by the client device 10. To resume.

したがって、サーバ20で受信中のデータ1が大容量であっても、割り込みをかけて別のデータ2を先に受信できるため、ユーザは、大容量のデータの保全中でも、別の必要なデータを保全することができるという効果が得られる。   Therefore, even if the data 1 being received by the server 20 has a large capacity, it is possible to receive another data 2 first by interrupting it. The effect that it can maintain is acquired.

10 クライアント装置
11 接続部
12 データ送信部
13 命令受信部
14 データ取得部
15 データ送信量制御部
16 送信データ制御部
17 送信一時停止部
20 サーバ
21 接続受付部
22 データ受信部
23 命令送信部
24 クライアント制御部
25 リソース利用率監視部
26 受信データ制御部
27 受信データ保存部
28 データビュー制御部
DESCRIPTION OF SYMBOLS 10 Client apparatus 11 Connection part 12 Data transmission part 13 Command reception part 14 Data acquisition part 15 Data transmission amount control part 16 Transmission data control part 17 Transmission temporary stop part 20 Server 21 Connection reception part 22 Data reception part 23 Command transmission part 24 Client Control unit 25 Resource utilization rate monitoring unit 26 Received data control unit 27 Received data storage unit 28 Data view control unit

Claims (8)

クライアント装置と、前記クライアント装置からデータを受信し、受信したデータを保全するサーバと、によるデータ保全方法であって、
前記サーバが、前記クライアント装置からのデータの受信中に、前記サーバのリソースのリソース利用率が予め設定された閾値を超えたか否かを監視するステップと、
前記サーバが、前記リソース利用率が前記閾値を超えた場合に、データを縮小するデータ縮小命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記データ縮小命令を受信した場合に、データを縮小し、縮小したデータを前記サーバに送信するステップと、を有するデータ保全方法。
A data security method by a client device and a server that receives data from the client device and secures the received data,
Monitoring whether or not the resource utilization rate of the resource of the server exceeds a preset threshold while the server receives data from the client device;
The server, when the resource utilization rate exceeds the threshold, sending a data reduction command to reduce data to the client device;
When the client device receives the data reduction command from the server, the client device reduces the data, and transmits the reduced data to the server.
前記サーバが、前記クライアント装置からの第1データの受信中に、第2データの受信命令を受け付けた場合に、前記第1データの送信を一時停止させる第1データ一時停止命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第1データ一時停止命令を受信した場合に、前記第1データの送信を一時停止し、第1データ一時停止完了報告を前記サーバに送信するステップと、
前記サーバが、前記クライアント装置から前記第1データ一時停止完了報告を受信した場合に、前記第2データの受信準備を開始するステップと、
前記サーバが、前記第2データの受信準備を完了した後に、前記第2データの送信を開始させる第2データ送信命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第2データ送信命令を受信した場合に、前記第2データの送信を開始し、前記第2データの送信を完了した後に、第2データ送信完了報告を前記サーバに送信するステップと、
前記サーバが、前記クライアント装置から前記第2データ送信完了報告を受信した場合に、前記第1データの再受信準備を開始するステップと、
前記サーバが、前記第1データの再受信準備を完了した後に、前記第1データの残りの部分の送信を再開させる第1データ再送信命令を前記クライアント装置に送信するステップと、
前記クライアント装置が、前記サーバから前記第1データ再送信命令を受信した場合に、前記第1データの残りの部分の送信を再開するステップと、をさらに有する請求項1に記載のデータ保全方法。
When the server receives a second data reception command while receiving the first data from the client device, the server device issues a first data suspension command to the client device to temporarily stop transmission of the first data. Sending, and
When the client device receives the first data suspension command from the server, temporarily stops transmission of the first data, and transmits a first data suspension completion report to the server;
When the server receives the first data suspension completion report from the client device, starts preparing to receive the second data;
After the server completes preparation for receiving the second data, a second data transmission command for starting transmission of the second data to the client device;
When the client device receives the second data transmission command from the server, the second data transmission completion report is sent to the server after starting the transmission of the second data and completing the transmission of the second data. Sending to
When the server receives the second data transmission completion report from the client device, starts preparing to receive the first data again;
After the server completes preparation for re-reception of the first data, a first data re-transmission command for resuming transmission of the remaining portion of the first data to the client device;
The data security method according to claim 1, further comprising a step of resuming transmission of the remaining portion of the first data when the client device receives the first data retransmission command from the server.
クライアント装置と、前記クライアント装置からデータを受信し、受信したデータを保全するサーバと、を有してなるデータ保全システムであって、
前記サーバは、
前記クライアント装置からデータを受信するデータ受信部と、
前記クライアント装置からのデータの受信中に、前記サーバのリソースのリソース利用率が予め設定された閾値を超えたか否かを監視するリソース利用率監視部と、
前記リソース利用率が前記閾値を超えた場合に、データを縮小するデータ縮小命令を前記クライアント装置に送信するクライアント制御部と、を有し、
前記クライアント装置は、
前記サーバから前記データ縮小命令を受信した場合に、データを縮小し、縮小したデータを前記サーバに送信するデータ送信部と、を有するデータ保全システム。
A data maintenance system comprising a client device and a server that receives data from the client device and maintains the received data,
The server
A data receiving unit for receiving data from the client device;
A resource utilization rate monitoring unit that monitors whether a resource utilization rate of the resource of the server exceeds a preset threshold during reception of data from the client device;
A client control unit that transmits a data reduction command to reduce the data to the client device when the resource utilization rate exceeds the threshold;
The client device is
A data maintenance system comprising: a data transmission unit configured to reduce data and transmit the reduced data to the server when the data reduction command is received from the server.
前記サーバは、
前記クライアント装置から受信したデータを保存する受信データ保存部をさらに有し、
前記クライアント制御部は、
前記クライアント装置からの第1データの受信中に、第2データの受信命令を受け付けた場合、
前記第1データの送信を一時停止させる第1データ一時停止命令を前記クライアント装置に送信し、
前記クライアント装置から、前記第1データの送信を一時停止した旨の第1データ一時停止完了報告を受信した場合に、前記データ受信部および前記受信データ保存部による前記第2データの受信準備を開始させ、
前記第2データの受信準備を完了した後に、前記第2データの送信を開始させる第2データ送信命令を前記クライアント装置に送信し、
前記クライアント装置から、前記第2データの送信を完了した旨の第2データ送信完了報告を受信した場合に、前記データ受信部および前記受信データ保存部による前記第1データの再受信準備を開始させ、
前記第1データの再受信準備を完了した後に、前記第1データの残りの部分の送信を再開させる第1データ再送信命令を前記クライアント装置に送信し、
前記クライアント装置は、
前記サーバから前記第1データ一時停止命令を受信した場合に、前記第1データの送信を前記データ送信部に一時停止させ、
前記サーバから前記第2データ送信命令を受信した場合に、前記第2データの送信を前記データ送信部に開始させ、
前記サーバから前記第1データ再送信命令を受信した場合に、前記第1データの残りの部分の送信を前記データ送信部に再開させる送信一時停止部と、
前記データ送信部による前記第1データの送信の一時停止が完了した後に、前記第1データ一時停止完了報告を前記サーバに送信し、
前記データ送信部による前記第2データの送信が完了した後に、前記第2データ完了報告を前記サーバに送信する送信データ制御部と、をさらに有する請求項3に記載のデータ保全システム。
The server
A reception data storage unit for storing data received from the client device;
The client control unit
When receiving a second data reception command while receiving the first data from the client device,
Transmitting a first data pause command to pause the transmission of the first data to the client device;
When receiving a first data suspension completion report indicating that the transmission of the first data has been suspended from the client device, preparation for receiving the second data by the data receiving unit and the received data storage unit is started. Let
After completing the preparation for receiving the second data, a second data transmission command for starting transmission of the second data is transmitted to the client device,
When receiving a second data transmission completion report indicating that the transmission of the second data is completed from the client device, the data reception unit and the reception data storage unit start preparation for re-reception of the first data. ,
After completing preparation for re-reception of the first data, a first data re-transmission command for resuming transmission of the remaining portion of the first data is transmitted to the client device;
The client device is
When the first data suspension instruction is received from the server, the transmission of the first data is suspended in the data transmission unit,
When the second data transmission command is received from the server, the data transmission unit starts transmission of the second data,
A transmission pause unit that, when receiving the first data retransmission command from the server, causes the data transmission unit to resume transmission of the remaining portion of the first data;
After the suspension of transmission of the first data by the data transmission unit is completed, the first data suspension completion report is transmitted to the server,
The data maintenance system according to claim 3, further comprising: a transmission data control unit configured to transmit the second data completion report to the server after the transmission of the second data by the data transmission unit is completed.
クライアント装置からデータを受信し、受信したデータを保全するサーバであって、
前記クライアント装置からデータを受信するデータ受信部と、
前記クライアント装置からのデータの受信中に、前記サーバのリソースのリソース利用率が予め設定された閾値を超えたか否かを監視するリソース利用率監視部と、
前記リソース利用率が前記閾値を超えた場合に、データを縮小する命令を前記クライアント装置に送信するクライアント制御部と、を有するサーバ。
A server that receives data from a client device and maintains the received data,
A data receiving unit for receiving data from the client device;
A resource utilization rate monitoring unit that monitors whether a resource utilization rate of the resource of the server exceeds a preset threshold during reception of data from the client device;
A client control unit that transmits an instruction to reduce data to the client device when the resource utilization rate exceeds the threshold;
前記クライアント装置から受信したデータを保存する受信データ保存部をさらに有し、
前記クライアント制御部は、
前記クライアント装置からの第1データの受信中に、第2データの受信命令を受け付けた場合、
前記第1データの送信を一時停止させる命令を前記クライアント装置に送信し、
前記クライアント装置から、前記第1データの送信を一時停止した旨の報告を受信した場合に、前記データ受信部および前記受信データ保存部による前記第2データの受信準備を開始させ、
前記第2データの受信準備を完了した後に、前記第2データの送信を開始させる命令を前記クライアント装置に送信し、
前記クライアント装置から、前記第2データの送信を完了した旨の報告を受信した場合に、前記データ受信部および前記受信データ保存部による前記第1データの再受信準備を開始させ、
前記第1データの再受信準備を完了した後に、前記第1データの残りの部分の送信を再開させる命令を前記クライアント装置に送信する、請求項5に記載のサーバ。
A reception data storage unit for storing data received from the client device;
The client control unit
When receiving a second data reception command while receiving the first data from the client device,
Sending an instruction to pause the transmission of the first data to the client device;
When receiving a report indicating that the transmission of the first data has been suspended from the client device, the data reception unit and the reception data storage unit start preparing to receive the second data,
After completing the preparation for receiving the second data, a command to start transmission of the second data is transmitted to the client device,
When receiving a report indicating that the transmission of the second data is completed from the client device, the preparation for re-reception of the first data by the data receiving unit and the received data storage unit is started,
The server according to claim 5, wherein after completing preparation for re-reception of the first data, an instruction to resume transmission of the remaining portion of the first data is transmitted to the client device.
保全するデータをサーバに送信するクライアント装置であって、
前記サーバから、データを縮小する命令を受信した場合に、データを縮小し、縮小したデータを前記サーバに送信するデータ送信部を有するクライアント装置。
A client device that transmits data to be maintained to a server,
A client device having a data transmission unit that, when receiving an instruction to reduce data from the server, reduces the data and transmits the reduced data to the server.
前記データ送信部による第1データの送信中に、前記サーバから、前記第1データの送信を一時停止させる命令を受信した場合に、前記第1データの送信を前記データ送信部に一時停止させ、
前記サーバから、第2データの送信を開始させる命令を受信した場合に、前記第2データの送信を前記データ送信部に開始させ、
前記サーバから、前記第1データの残りの部分の送信を再開させる命令を受信した場合に、前記第1データの残りの部分の送信を前記データ送信部に再開させる送信一時停止部と、
前記データ送信部による前記第1データの送信の一時停止が完了した後に、前記第1データの送信を一時停止した旨の報告を前記サーバに送信し、
前記データ送信部による前記第2データの送信が完了した後に、前記第2データの送信を完了した旨の報告を前記サーバに送信する送信データ制御部と、をさらに有する請求項7に記載のクライアント装置。
During the transmission of the first data by the data transmission unit, when receiving an instruction from the server to suspend the transmission of the first data, the data transmission unit suspends the transmission of the first data,
When receiving an instruction to start transmission of second data from the server, the data transmission unit starts transmission of the second data,
A transmission pause unit that causes the data transmission unit to resume transmission of the remaining portion of the first data when receiving an instruction from the server to resume transmission of the remaining portion of the first data;
After the suspension of transmission of the first data by the data transmission unit is completed, a report to the effect that the transmission of the first data has been suspended is transmitted to the server,
The client according to claim 7, further comprising: a transmission data control unit that transmits a report to the server that the transmission of the second data is completed after the transmission of the second data by the data transmission unit is completed. apparatus.
JP2009142520A 2009-06-15 2009-06-15 Data security method, data security system, server, and client device Pending JP2010287173A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009142520A JP2010287173A (en) 2009-06-15 2009-06-15 Data security method, data security system, server, and client device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009142520A JP2010287173A (en) 2009-06-15 2009-06-15 Data security method, data security system, server, and client device

Publications (1)

Publication Number Publication Date
JP2010287173A true JP2010287173A (en) 2010-12-24

Family

ID=43542803

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009142520A Pending JP2010287173A (en) 2009-06-15 2009-06-15 Data security method, data security system, server, and client device

Country Status (1)

Country Link
JP (1) JP2010287173A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016062535A (en) * 2014-09-22 2016-04-25 富士通株式会社 Information processing system, control method thereof, and control program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016062535A (en) * 2014-09-22 2016-04-25 富士通株式会社 Information processing system, control method thereof, and control program

Similar Documents

Publication Publication Date Title
JP4996077B2 (en) Network system, communication relay device, communication terminal device, and program for communication terminal device
US8073919B2 (en) Mobile terminal, method, and computer program for communicating data with servers with data collision control
US8732497B2 (en) Data processing apparatus, method for controlling data processing apparatus, and storage medium storing program
US20060224785A1 (en) Device and method for input and output of data
US9088603B2 (en) File transfer method and device
US8898312B2 (en) Element terminal and communication system
US20230199049A1 (en) Modifying content streaming based on device parameters
EP2918138B1 (en) Method and apparatus for providing web service in wireless communication system
WO2012013057A1 (en) Method, equipment and system for controlling short message center cluster
JP2007286776A (en) Data communication program, data communication method, and portable terminal equipment
CN107517167B (en) Data transmission control method and device and SoC chip
JP5871576B2 (en) Image forming apparatus, image forming apparatus control method, and program
US11283744B2 (en) Reactive backpressure for east-west messaging in an embedded control cluster
JP2010063090A (en) Control apparatus, image processing device, control method, and program
JP2010287173A (en) Data security method, data security system, server, and client device
US11700189B2 (en) Method for performing task processing on common service entity, common service entity, apparatus and medium for task processing
US20090285115A1 (en) Information collecting apparatus, method of controlling the information collecting apparatus, network apparatus, method of controlling the network apparatus, and storage medium
JPWO2006043411A1 (en) Communication device and terminal existence confirmation method
JP2013138302A (en) Communication controller, communication device, communication control method, and communication control program
JP2018037016A (en) Numerical control device
KR101783094B1 (en) Method and apparatus for reporting bundle capabilities between controller and network equipments
JP4069125B2 (en) Transmission method, transmission apparatus, and transmission / reception system
CN111163505A (en) Power consumption control method, system, device and medium for WiFi device
JP2019040307A (en) Administrative system, information processing equipment and image formation device
CN108572957B (en) Scheduling method and device for metadata base of operation network

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20110616