Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP6469148B2 - Communications system - Google Patents
[go: Go Back, main page]

JP6469148B2 - Communications system - Google Patents

Communications system Download PDF

Info

Publication number
JP6469148B2
JP6469148B2 JP2017031633A JP2017031633A JP6469148B2 JP 6469148 B2 JP6469148 B2 JP 6469148B2 JP 2017031633 A JP2017031633 A JP 2017031633A JP 2017031633 A JP2017031633 A JP 2017031633A JP 6469148 B2 JP6469148 B2 JP 6469148B2
Authority
JP
Japan
Prior art keywords
data
request
client device
server device
data name
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
JP2017031633A
Other languages
Japanese (ja)
Other versions
JP2018136804A (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.)
Contec Co Ltd
Original Assignee
Contec 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 Contec Co Ltd filed Critical Contec Co Ltd
Priority to JP2017031633A priority Critical patent/JP6469148B2/en
Publication of JP2018136804A publication Critical patent/JP2018136804A/en
Application granted granted Critical
Publication of JP6469148B2 publication Critical patent/JP6469148B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、サーバ装置とクライアント装置とがネットワークを介して通信を行う通信システムに関するものである。   The present invention relates to a communication system in which a server device and a client device communicate via a network.

従来、データの管理を行うサーバ装置に対して、インターネットなどのネットワークを介してクライアント装置が通信を行うことにより、サーバ装置とは異なる装置であるクライアント装置が、サーバ装置の管理するデータへアクセスすることが可能となる通信システムが運用されている。こうした通信システムの一例として、遠隔地に存在する監視対象(サーバ装置による管理対象)の状態(ステータス)を、ウェブブラウザを用いて(インターネットを介して)業者の営業所や個人宅などに設置されたクライアント装置(コンピュータなど)から監視するシステムが挙げられる。   Conventionally, when a client device communicates with a server device that manages data via a network such as the Internet, a client device that is a device different from the server device accesses data managed by the server device. A communication system that enables this is operated. As an example of such a communication system, the status (status) of a monitoring target (managed by a server device) that exists in a remote place is installed in a business office of a contractor or a private house using a web browser (via the Internet). Monitoring system from a client device (such as a computer).

こうした通信システムにおいては、クライアント装置は、サーバ装置の管理するデータのうちアクセス対象とするデータを指定する要求(リクエスト)を、ネットワークを介してサーバ装置へ送信し、サーバ装置は受信した要求によって指定されたデータをクライアント装置へ送信する。   In such a communication system, the client device transmits a request (request) for designating data to be accessed among data managed by the server device to the server device via the network, and the server device is designated by the received request. The transmitted data is transmitted to the client device.

以上のような従来の通信システムにおいては、クライアント装置が同一の要求をサーバ装置へ送信することを何度も繰り返す場合に、クライアント装置とサーバ装置との間の通信量が膨大になってしまうという問題点があった。   In the conventional communication system as described above, when the client device repeatedly transmits the same request to the server device, the amount of communication between the client device and the server device becomes enormous. There was a problem.

例えばクライアント装置が監視対象を遠隔地から監視し続ける場合には、クライアント装置は監視対象に関するステータスの全てをサーバ装置へ定期的に(例えば1秒に1度)要求する。このとき、クライアント装置がサーバ装置へ送信する要求は毎回同じであるが、その要求は複数のデータを指定している。したがって、指定するデータの数に比例した大きさの通信量となる要求が定期的に送信されることになり、例えば監視対象に関するステータスが10種類あるならば、ネットワーク上の通信量は(10×経過秒数)に比例して増加していくことになる。そして、クライアント装置が複数存在するならばそのクライアント装置の数にも比例して通信量は増加していく。   For example, when the client device continues to monitor the monitoring target from a remote place, the client device requests all of the statuses related to the monitoring target from the server device periodically (for example, once per second). At this time, the request transmitted from the client device to the server device is the same every time, but the request specifies a plurality of data. Therefore, a request having a communication amount proportional to the number of data to be specified is periodically transmitted. For example, if there are ten types of statuses related to the monitoring target, the communication amount on the network is (10 × It will increase in proportion to the number of seconds elapsed. If there are a plurality of client devices, the amount of communication increases in proportion to the number of client devices.

このように、従来の通信システムでは、クライアント装置が定期的にサーバ装置へ同一の要求を繰り返すだけでネットワーク上の通信量が膨大になってしまうという問題点があった。   As described above, the conventional communication system has a problem that the amount of communication on the network becomes enormous if the client device periodically repeats the same request to the server device.

また、サーバ装置は要求されたデータを全てクライアント装置へ送信するため、同一の要求が定期的に繰り返された場合、前回の要求の時点からデータが変化していなくとも大量のデータが毎度クライアント装置へ送信されてしまい、やはり通信量が大きくなってしまうという問題点もあった。   In addition, since the server device transmits all requested data to the client device, if the same request is periodically repeated, a large amount of data is received each time even if the data has not changed since the previous request. There is also a problem that the amount of communication is also increased.

本発明は、上記問題点に鑑み、サーバ装置とクライアント装置との間の通信量、特に、クライアント装置がサーバ装置へデータを要求する際の通信量を低減することを課題とする。   In view of the above problems, an object of the present invention is to reduce the amount of communication between a server device and a client device, in particular, the amount of communication when the client device requests data from the server device.

本発明に係る通信システムは、複数のデータを管理する少なくとも1つのサーバ装置と、ネットワークを介して前記サーバ装置と通信することにより前記複数のデータにアクセスする少なくとも1つのクライアント装置と、を含み、前記クライアント装置は、前記複数のデータのうち必要とするデータに対応するデータ名を記した要求データ名リストを前記サーバ装置へ送信し、前記サーバ装置は、受信した前記要求データ名リストに記されているデータ名に対応するデータを、前記要求データ名リストを送信したクライアント装置へ送信する通信システムにおいて、前記サーバは、前記クライアント装置から前記要求データ名リストを受信した際に、前記要求データ名リストに記されたデータ名の組み合わせに応じて一意なリクエストIDを生成して前記リクエストIDを前記クライアント装置へ送信するとともに、前記要求データ名リストと前記リクエストIDとを紐付けたリクエストIDリストを記録し、前記クライアント装置が前記リクエストIDを受信した後、前記クライアント装置が前回送信したものと同一の前記要求データ名リストを前記サーバ装置へ再度送信しようとする際には、前記クライアント装置は前記要求データ名リストの代わりに前記リクエストIDを前記サーバ装置へ送信し、前記リクエストIDを受信したサーバ装置は、前記リクエストIDに紐付いた前記要求データ名リストに記されたデータ名に対応するデータを、前記リクエストIDを送信した前記クライアント装置へ送信することを特徴とする。   A communication system according to the present invention includes at least one server device that manages a plurality of data, and at least one client device that accesses the plurality of data by communicating with the server device via a network, The client device transmits a request data name list in which data names corresponding to necessary data among the plurality of data are transmitted to the server device, and the server device is recorded in the received request data name list. In the communication system for transmitting data corresponding to the data name to the client device that has transmitted the request data name list, the server receives the request data name list from the client device and receives the request data name list. A unique request ID depending on the combination of data names in the list Generate and transmit the request ID to the client device, record a request ID list in which the request data name list and the request ID are linked, and after the client device receives the request ID, the client ID When trying to send the request data name list that is the same as that sent last time by the device to the server device again, the client device sends the request ID to the server device instead of the request data name list. The server apparatus that has received the request ID transmits data corresponding to the data name described in the request data name list associated with the request ID to the client apparatus that has transmitted the request ID. To do.

また、本発明に係る通信システムにおいては、前記サーバ装置は、前記クライアント装置へデータを送信する際に、送信時刻を示す送信タイムスタンプを付加して送信し、前記クライアント装置は、前記サーバ装置へ前記リクエストIDを送信する際に、前記サーバ装置から受信した最新の前記送信タイムスタンプを前記リクエストIDに付加して送信し、前記サーバ装置は、前記クライアント装置から受信した前記リクエストIDに紐付いたデータ名リストに記されたデータ名に対応するデータのうち、前記リクエストIDに付加された前記送信タイムスタンプが示す時刻における状態と現在時刻における状態とで差異があるデータのみを前記クライアント装置へ送信するようにしてもよい。   In the communication system according to the present invention, when the server device transmits data to the client device, the server device adds a transmission time stamp indicating a transmission time, and the client device transmits the data to the server device. When transmitting the request ID, the latest transmission time stamp received from the server device is added to the request ID and transmitted, and the server device transmits data associated with the request ID received from the client device. Of the data corresponding to the data names listed in the name list, only data having a difference between the state at the time indicated by the transmission time stamp added to the request ID and the state at the current time is transmitted to the client device. You may do it.

また、本発明に係る通信システムにおいては、前記クライアント装置にはアクセス可能なデータとアクセス不可能なデータが設定されており、前記クライアント装置が前記サーバ装置へ送信した前記要求データ名リストに、前記クライアント装置がアクセス不可能なデータに対応するデータ名が含まれている場合には、前記サーバ装置は、前記要求データ名リストに記されたデータ名に対応するデータのうち、前記クライアント装置がアクセス可能なデータのみを前記クライアント装置へ送信するとともに、前記要求データ名リストに記されたデータ名のうち、前記クライアント装置がアクセス可能なデータに対応するデータ名のみに基づいて生成したリクエストIDを前記クライアント装置へ送信するようにしてもよい。   In the communication system according to the present invention, accessible data and inaccessible data are set in the client device, and the request data name list transmitted from the client device to the server device includes: When the data name corresponding to the data that cannot be accessed by the client device is included, the server device accesses the data corresponding to the data name described in the request data name list by the client device. And transmitting only requestable data to the client device, and out of the data names listed in the request data name list, the request ID generated based only on the data name corresponding to the data accessible by the client device is You may make it transmit to a client apparatus.

また、本発明に係る通信システムにおいては、前記サーバ装置が前記リクエストIDを生成する際に、前記要求データ名リストに記されたデータ名から計算されたハッシュ値を前記リクエストIDとするようにしてもよい。   In the communication system according to the present invention, when the server device generates the request ID, a hash value calculated from a data name written in the request data name list is used as the request ID. Also good.

本発明に係る通信システムによれば、クライアント装置が以前の要求と同じ組み合わせのデータをサーバ装置へ要求する際には、複数のデータ名が含まれる要求データ名リストではなく、リクエストIDをサーバ装置へ送信するため、要求データ名リストに多量のデータ名が含まれていたとしても、二度目以降の通信の際にはリクエストIDのみが送信されるため、クライアント装置が同一の要求を繰り返す際の通信量が低減される。   According to the communication system of the present invention, when the client device requests the server device for the same combination of data as the previous request, the request ID is not the request data name list including a plurality of data names but the server device. Even if a large amount of data names are included in the request data name list, only the request ID is transmitted in the second and subsequent communications, so the client device repeats the same request. The amount of communication is reduced.

また、リクエストIDに付加された送信タイムスタンプが示す時刻における状態と現在時刻における状態とで差異があるデータのみがサーバ装置からクライアント装置へ送信される場合は、以前にクライアント装置へ送信された時刻以降に変化のないデータは送信されないため、クライアント装置へ送信されるデータの通信量が低減される。   In addition, when only data having a difference between the state at the time indicated by the transmission time stamp added to the request ID and the state at the current time is transmitted from the server device to the client device, the time previously transmitted to the client device Since data that does not change thereafter is not transmitted, the communication amount of data transmitted to the client device is reduced.

また、クライアント装置がアクセス可能なデータに対応するデータ名のみに基づいてリクエストIDが生成されるようになっていると、複数のクライアント装置に別々のアクセス権(アクセス可能なデータとアクセス不可能なデータの割り当て)が設定されている場合に、異なるアクセス権を持つ2つ以上のクライアント装置が同一の要求データ名リストをそれぞれサーバ装置に送信したとしても、アクセス権に応じて別々のリクエストIDが生成されることになり、各クライアント装置のアクセス権が適切に管理される。また、クライアント装置がアクセス不可能なデータは送信されないため、通信量の低減も図られる。   In addition, if the request ID is generated based only on the data name corresponding to the data accessible to the client device, the access rights (accessible data and inaccessible) are separately assigned to the plurality of client devices. Even if two or more client devices having different access rights transmit the same request data name list to the server device respectively when the data allocation is set, different request IDs are assigned according to the access rights. The access right of each client apparatus is appropriately managed. Further, since data that cannot be accessed by the client device is not transmitted, the amount of communication can be reduced.

また、要求データ名リストに記されたデータ名から計算されたハッシュ値がリクエストIDとされる場合には、データ名の組み合わせに応じて一意なリクエストIDを容易に生成することができる。   Further, when a hash value calculated from a data name written in the request data name list is used as a request ID, a unique request ID can be easily generated according to a combination of data names.

本発明に係る通信システムの実施形態の一例におけるサーバ装置とクライアント装置との関係を概略的に示す図。The figure which shows schematically the relationship between the server apparatus and client apparatus in an example of embodiment of the communication system which concerns on this invention. 同実施形態においてクライアント装置がデータ名リストをサーバ装置へ送信した場合の通信を概略的に示す図。FIG. 3 is a diagram schematically showing communication when the client device transmits a data name list to the server device in the embodiment. 同実施形態においてクライアント装置がリクエストIDをサーバ装置へ送信した場合の通信を概略的に示す図。The figure which shows schematically communication when a client apparatus transmits request ID to a server apparatus in the embodiment. 同実施形態においてサーバ装置が行う処理の手順を示すフローチャート。The flowchart which shows the procedure of the process which a server apparatus performs in the embodiment. 同実施形態におけるアクセス権の取り扱いを示す図。The figure which shows the handling of the access right in the same embodiment.

図1に、本発明に係る通信システムの実施形態の一例を概略的に示す。図1に示すように、サーバ装置20とクライアント装置30はネットワーク10(インターネットや電話回線のような公共のネットワーク、あるいは専用の通信網)を介して接続されており、複数存在するクライアント装置30はそれぞれサーバ装置20と通信を行うことが可能である。   FIG. 1 schematically shows an example of an embodiment of a communication system according to the present invention. As shown in FIG. 1, the server apparatus 20 and the client apparatus 30 are connected via a network 10 (a public network such as the Internet or a telephone line, or a dedicated communication network). Each can communicate with the server device 20.

サーバ装置20は複数のデータを管理するためのデータベース(メインDB22)を備えている。このメインDB22にはクライアント装置30が監視対象とするオブジェクトに関する複数のデータが記録されており、クライアント装置30はネットワーク10を介してサーバ装置20へ要求を送信することによってこのメインDB22に記録されたデータへアクセスする。なお、メインDB22に記録されるデータは、そのデータが記録された時刻に関するデータと組にして記録される。   The server device 20 includes a database (main DB 22) for managing a plurality of data. A plurality of data relating to objects to be monitored by the client device 30 are recorded in the main DB 22, and the client device 30 is recorded in the main DB 22 by transmitting a request to the server device 20 via the network 10. Access data. Note that the data recorded in the main DB 22 is recorded in combination with data relating to the time when the data was recorded.

なお、監視対象の具体例としては、山間部に設けられておりダムなどの複数の水源と水路でつながった貯水池40が挙げられる。すなわち、本実施形態の通信システムを用いることにより、システムのユーザは、山間部から離れた都市部に居ながらにして、山間部の貯水池に蓄積されている水の現在水位、水位の変化率(流量)、その貯水池が達するべき目標水位、水門の開閉状態、などの様々なデータを、都市部に設けられたクライアント装置30を利用して監視することが可能となる。また、目標水位や水門の開閉状態などの一部のデータについては、都市部から指令を送って変更することも可能となる。この例では貯水池に設置された各種センサ(水位を測定するセンサなど)およびマニュピレータ(水門を開閉する装置など)と接続されたサーバ装置20が貯水池の近隣に設けられ、このサーバ装置20は各種センサが測定する貯水池のデータを時系列に沿ってメインDB22へ記録したり、マニュピレータを制御(そしてその結果をメインDB22へ記録)したりして貯水池に関するデータを管理する。ここで例えば現在水位の測定データは時間経過と共に変動するが、測定が行われた時刻のデータと組にして記録されることにより、「この時刻においてはこの水位だった」という、時系列に沿った情報が記録される。そして、都市部に分散して存在する多数のクライアント装置30が、ユーザの操作に応じてネットワーク10を介してサーバ装置20と通信を行い、現在水位のデータを閲覧したり、目標水位のデータを変更したりする。   As a specific example of the monitoring target, there is a reservoir 40 provided in a mountainous area and connected to a plurality of water sources such as a dam by a water channel. That is, by using the communication system of this embodiment, the user of the system can stay in an urban area away from the mountainous area and change the current water level of the water accumulated in the mountainous reservoir and the rate of change of the water level ( Various data such as the flow rate), the target water level that the reservoir should reach, the open / close state of the sluice, and the like can be monitored using the client device 30 provided in the urban area. In addition, some data such as the target water level and the open / close state of the sluice can be changed by sending a command from the urban area. In this example, a server device 20 connected to various sensors (such as a sensor for measuring a water level) installed in a reservoir and a manipulator (such as a device for opening and closing a sluice) is provided in the vicinity of the reservoir, and the server device 20 includes various sensors. The data related to the reservoir is managed by recording the data of the reservoir to be measured in the main DB 22 in time series or controlling the manipulator (and recording the result in the main DB 22). Here, for example, the measurement data of the current water level fluctuates with time, but it is recorded in combination with the data of the time at which the measurement was performed. Information is recorded. A large number of client devices 30 distributed in urban areas communicate with the server device 20 via the network 10 according to the user's operation to browse the current water level data or to obtain the target water level data. Or change it.

こうした通信システムにおいてサーバ装置20によって管理されているデータへクライアント装置30が初めてアクセスする場合、クライアント装置30は、図2に示すように、必要とするデータに対応するデータ名を記した(列挙した)データ名リスト52(要求データ名リスト)を作成し、このデータ名リスト52をサーバ装置20に対するメッセージに含めて送信する(通信A1)。データ名リスト52に記されるデータ名は、貯水池の例でいえば「水位」、「流量」といった、データに設定された属性(アトリビュート)である。   When the client device 30 accesses the data managed by the server device 20 in such a communication system for the first time, the client device 30 writes the data names corresponding to the required data as shown in FIG. ) A data name list 52 (request data name list) is created, and the data name list 52 is included in a message to the server device 20 and transmitted (communication A1). The data names listed in the data name list 52 are attributes (attributes) set in the data such as “water level” and “flow rate” in the case of the reservoir.

サーバ装置20は、データ名リスト52をクライアント装置30から受信した際に、そのデータ名リスト52に記されているデータ名に対応するデータ54をメインDB22から取得する(通信A2)とともに、データ名リスト52に記されているデータ名を基にリクエストID55を生成する。このとき、データ名リスト52に記されているデータ名の組み合わせに対して一意なリクエストID55が生成されるようにする。例えば2つのデータ名リスト52について、両方のデータ名リスト52に記されたデータ名の組み合わせが同一ならば、両方のデータ名リスト52に対して生成されるリクエストID55は同一となり、データ名の組み合わせが異なっていれば、2つの異なるリクエストID55が生成される。例えばデータ名の羅列を1つのデータとしてハッシュ関数に入力することによって得られるハッシュ値をリクエストID55とすることができる。   When the server device 20 receives the data name list 52 from the client device 30, the server device 20 acquires the data 54 corresponding to the data name described in the data name list 52 from the main DB 22 (communication A2) and the data name. A request ID 55 is generated based on the data name described in the list 52. At this time, a unique request ID 55 is generated for the combination of data names described in the data name list 52. For example, if two data name lists 52 have the same combination of data names written in both data name lists 52, the request IDs 55 generated for both data name lists 52 are the same, and the combination of data names Are different, two different request IDs 55 are generated. For example, a request ID 55 can be a hash value obtained by inputting an enumeration of data names as one data into the hash function.

サーバ装置20はメインDB22とは別にリクエストID用データベース(IDDB24)を備えている。サーバ装置20がリクエストID55を生成した際に、生成されたリクエストID55と、そのリクエストID55の基となったデータ名リスト52に記されたデータ名とが紐付けられたリクエストIDリスト56が、IDDB24に記録される(通信A3)。   The server device 20 includes a request ID database (IDDB 24) separately from the main DB 22. When the server device 20 generates the request ID 55, the request ID list 56 in which the generated request ID 55 is associated with the data name described in the data name list 52 that is the basis of the request ID 55 is the IDDB 24. (Communication A3).

データ54の取得とリクエストID55の生成が完了したら、サーバ装置20は取得したデータ54と、生成したリクエストID55とをクライアント装置30へ返信(送信)する。このとき、サーバ装置20からクライアント装置30への送信が行われる時刻を示す送信タイムスタンプt1が、データ54およびリクエストID55に付加されてクライアント装置30へ送信される(通信A4)。   When the acquisition of the data 54 and the generation of the request ID 55 are completed, the server device 20 returns (transmits) the acquired data 54 and the generated request ID 55 to the client device 30. At this time, a transmission time stamp t1 indicating the time when transmission from the server device 20 to the client device 30 is performed is added to the data 54 and the request ID 55 and transmitted to the client device 30 (communication A4).

以上のようにして、クライアント装置30はサーバ装置20からデータ54を受信することができる。このときにリクエストID55も受信するので、以降の通信においてはデータ名リスト52の代わりにリクエストID55を用いることができる。図3に、リクエストID55を用いた通信の様子を示す。リクエストID55を得たクライアント装置30は、サーバ装置20にデータ54を要求する際に、リクエストID55を送信する(通信B1)。このとき、好ましくは前回の通信でサーバ装置20から受信した送信タイムスタンプt1もリクエストID55に付加されて送信される。   As described above, the client device 30 can receive the data 54 from the server device 20. Since the request ID 55 is also received at this time, the request ID 55 can be used instead of the data name list 52 in subsequent communications. FIG. 3 shows a state of communication using the request ID 55. The client device 30 that has obtained the request ID 55 transmits the request ID 55 when requesting the data 54 from the server device 20 (communication B1). At this time, the transmission time stamp t1 received from the server device 20 in the previous communication is preferably added to the request ID 55 and transmitted.

リクエストID55を受信したサーバ装置20は、そのリクエストID55をIDDB24に記録されているリクエストIDリスト56と照合して、リクエストID55と紐付いているデータ名の組み合わせを取得する(通信B2)。そして、サーバ装置20はそのデータ名に対応するデータ54をメインDB22から取得する(通信B3)。   The server device 20 that has received the request ID 55 checks the request ID 55 against the request ID list 56 recorded in the IDDB 24, and acquires a combination of data names associated with the request ID 55 (communication B2). And the server apparatus 20 acquires the data 54 corresponding to the data name from main DB22 (communication B3).

データ54を取得したサーバ装置20は、そのデータ54に、今回の送信時刻を示す新規タイムスタンプt2を付加してクライアント装置30へ返信する(通信B4)。このとき、好ましくはクライアント装置30から受信した前回の送信タイムスタンプt1が示す時刻から変更のあったデータのみを送信する。図3の例では、目標水位のデータに変更がないため、通信B4においてクライアント装置30へ送信されるデータ54に目標水位が含まれていない。   The server device 20 that has acquired the data 54 adds a new time stamp t2 indicating the current transmission time to the data 54 and returns it to the client device 30 (communication B4). At this time, preferably, only data that has changed from the time indicated by the previous transmission time stamp t1 received from the client device 30 is transmitted. In the example of FIG. 3, since the target water level data is not changed, the data 54 transmitted to the client device 30 in communication B4 does not include the target water level.

以上のようにして、クライアント装置30はリクエストID55を用いてデータ54を取得することができる。図2においてデータ名リスト52を用いて通信を行った場合と比較すると、通信A1において送信されるデータ名リスト52には多数のデータ名が含まれるために通信A1の通信量が大きくなっているのに対し、図3の通信B1ではリクエストID55(および前回の送信タイムスタンプt1)のみが送信されるため、通信B1の通信量は通信A1に比べて大幅に低減される。すなわち、リクエストID55を用いた通信ではクライアント装置30がデータ名リスト52を送信する場合に比べて通信量が低減される。   As described above, the client device 30 can acquire the data 54 using the request ID 55. Compared to the case where communication is performed using the data name list 52 in FIG. 2, the data name list 52 transmitted in the communication A1 includes a large number of data names, so the communication amount of the communication A1 is large. On the other hand, since only the request ID 55 (and the previous transmission time stamp t1) is transmitted in the communication B1 in FIG. 3, the communication amount of the communication B1 is significantly reduced compared to the communication A1. That is, in communication using the request ID 55, the amount of communication is reduced as compared with the case where the client device 30 transmits the data name list 52.

図4のフローチャートに、サーバ装置20がクライアント装置30からメッセージを受信した場合の処理の手順を示す。ステップS01においてクライアント装置30からメッセージを受信したサーバ装置20は、まずそのメッセージにリクエストID55が含まれているかどうかを判定する(ステップS02)。メッセージにリクエストID55が含まれていない場合(ステップS02−NO)、クライアント装置30はメッセージを詳しく解析する(ステップS03)。   The flowchart of FIG. 4 shows a processing procedure when the server device 20 receives a message from the client device 30. The server device 20 that has received the message from the client device 30 in step S01 first determines whether or not the request ID 55 is included in the message (step S02). When the request ID 55 is not included in the message (step S02—NO), the client device 30 analyzes the message in detail (step S03).

クライアント装置30から送信されるデータ名リスト52を含むメッセージには、実際には単にデータ名が列挙されているだけではなく、マークアップ言語の一種であるXMLなどを用いてデータの形式(数値なのか文字列なのかなど)といったメタデータも含めた記述がなされており、具体的にどのようなデータ名が記されているかについては、サーバ装置20においてメッセージおよびデータ名リスト52の解析を行う必要がある。ステップS03にてメッセージを解析したサーバ装置20は、データ名リスト52に記されている(クライアント装置30が要求している)データ名の組み合わせを抽出し、それらのデータ名からリクエストID55を生成する(ステップS04)。そして、データ名の組み合わせとリクエストID55とを紐付けたリクエストIDリスト56をIDDB24へ記録する(ステップS05)。   In the message including the data name list 52 transmitted from the client device 30, the data names are not simply listed, but the data format (numerical value) is used using XML which is a kind of markup language. The server device 20 needs to analyze the message and the data name list 52 as to what specific data names are described. There is. The server device 20 that has analyzed the message in step S03 extracts a combination of data names described in the data name list 52 (requested by the client device 30), and generates a request ID 55 from these data names. (Step S04). Then, the request ID list 56 in which the combination of data names and the request ID 55 are associated is recorded in the IDDB 24 (step S05).

一方、ステップS02においてクライアント装置30からのメッセージにリクエストID55が含まれていた場合(ステップS02−YES)には、サーバ装置20はそのリクエストID55をIDDB24と照合し、リクエストID55に紐付いている(クライアント装置30が要求している)データ名の組み合わせを取得する(ステップS06)。   On the other hand, if the request ID 55 is included in the message from the client device 30 in step S02 (step S02-YES), the server device 20 collates the request ID 55 with the IDDB 24 and associates it with the request ID 55 (client A combination of data names (requested by the device 30) is acquired (step S06).

ステップS05においてIDDB24への記録が完了した後、またはステップS06においてデータ名の組み合わせの取得が完了した後、サーバ装置20は、クライアント装置30が要求しているデータ名に対応するデータ54をメインDB22から取得する(ステップS07)。ここで、クライアント装置30から受信したメッセージに前回の送信タイムスタンプt1が含まれているかどうかが判定され(ステップS08)、送信タイムスタンプt1が含まれていた場合(ステップS08−YES)には、前回の送信タイムスタンプt1が示す時刻におけるデータ(前回データ)と現在時刻におけるデータ(現在データ)との比較が行われる(ステップS09)。メインDB22に記録されているデータは、そのデータが記録された時刻に関するデータと組にして記録されているため、サーバ装置20は、前回データと現在データとを比較することができる。比較の結果、メインDB22から取得したデータ54のうち、現在データが前回データから変化していない項目が含まれていた場合には、その変化していない項目をデータ54から削除する。   After the recording in the IDDB 24 is completed in step S05 or the acquisition of the combination of data names is completed in step S06, the server device 20 stores the data 54 corresponding to the data name requested by the client device 30 in the main DB 22. (Step S07). Here, it is determined whether or not the previous transmission time stamp t1 is included in the message received from the client device 30 (step S08). If the transmission time stamp t1 is included (step S08-YES), The data at the time indicated by the previous transmission time stamp t1 (previous data) and the data at the current time (current data) are compared (step S09). Since the data recorded in the main DB 22 is recorded in combination with the data related to the time when the data was recorded, the server device 20 can compare the previous data with the current data. As a result of the comparison, if the data 54 acquired from the main DB 22 includes an item whose current data has not changed from the previous data, the item that has not changed is deleted from the data 54.

ステップS08においてメッセージに送信タイムスタンプt1が含まれていないと判定された後(ステップS08−NO)、またはステップS09における比較が完了した後、サーバ装置20はクライアント装置30が要求しているデータ名に対応するデータ54をクライアント装置30へ返信する(ステップS10)。このとき、ステップS09において現在データが前回データから変化していない項目がデータ54から削除されていた場合には、クライアント装置30が送信したリクエストID55に付加されていた送信タイムスタンプt1が示す時刻における状態と現在時刻における状態とで差異があるデータのみがクライアント装置30へ送信されることになる。なお、ステップS10において送信されるデータ54には、今回の送信時刻を示すタイムスタンプが付加される。このタイムスタンプはクライアント装置30の側で送信タイムスタンプt1または新規タイムスタンプt2として扱われる。   After it is determined in step S08 that the message does not include the transmission time stamp t1 (step S08-NO) or after the comparison in step S09 is completed, the server device 20 requests the data name requested by the client device 30. Is returned to the client device 30 (step S10). At this time, if an item whose current data has not changed from the previous data has been deleted from the data 54 in step S09, at the time indicated by the transmission time stamp t1 added to the request ID 55 transmitted by the client device 30. Only data having a difference between the state and the state at the current time is transmitted to the client device 30. Note that a time stamp indicating the current transmission time is added to the data 54 transmitted in step S10. This time stamp is treated as a transmission time stamp t1 or a new time stamp t2 on the client device 30 side.

以上のようにして、サーバ装置20はクライアント装置30から受信したメッセージを処理する。図4のフローチャートからわかるように、クライアント装置30がリクエストID55を送信しなかった場合(データ名リスト52を送信した場合)には、サーバ装置20はステップS03においてメッセージの解析を行う必要があるが、リクエストID55が送信された場合には、ステップS03を実行する必要がなくなる。すなわち、リクエストID55が通信に用いられることで、サーバ装置20はクライアント装置30との通信のたびに毎回データ名リスト52の解析を行う必要がなくなり、処理速度が向上する。   As described above, the server device 20 processes the message received from the client device 30. As can be seen from the flowchart of FIG. 4, when the client device 30 does not transmit the request ID 55 (when the data name list 52 is transmitted), the server device 20 needs to analyze the message in step S03. When the request ID 55 is transmitted, there is no need to execute step S03. That is, by using the request ID 55 for communication, the server device 20 does not need to analyze the data name list 52 every time it communicates with the client device 30, and the processing speed is improved.

次に、クライアント装置30にアクセス権が設定されている場合の通信の様子を図5に示す。例として、メインDB22に記録されているデータは「公開データ」と「機密データ」の2種類に分かれており、クライアント装置30は公開データにはアクセス可能であるが、機密データにはアクセス不可能であるという設定がなされているものとする。   Next, FIG. 5 shows a state of communication when the access right is set in the client device 30. As an example, the data recorded in the main DB 22 is divided into two types of “public data” and “confidential data”, and the client device 30 can access the public data, but cannot access the confidential data. It is assumed that the setting is made.

図2に示す場合と同様に、クライアント装置30は自身が必要とするデータに対応するデータ名を記したデータ名リスト52を作成し、このデータ名リスト52をサーバ装置20に対するメッセージに含めて送信する(通信Z1)。このとき、データ名リスト52には「機密データ」に属するデータに対応するデータ名が含まれているものとする(説明をわかりやすくするため、ここではデータ名自体が「機密データ」であるとする)。   As in the case shown in FIG. 2, the client device 30 creates a data name list 52 in which data names corresponding to the data required by the client device 30 are written, and includes the data name list 52 in a message to the server device 20 and transmits it. (Communication Z1). At this time, it is assumed that the data name list 52 includes data names corresponding to data belonging to “confidential data” (in order to simplify the explanation, the data name itself is “confidential data” here). To do).

クライアント装置30からメッセージを受信したサーバ装置20は、クライアント装置30からのメッセージを解析することにより、データ名リスト52に「機密データ」のデータ名が含まれていることを発見する。するとサーバ装置20は、データ名リスト52に記されているデータ名のうち「機密データ」以外のデータ名に対応するデータ、すなわちクライアント装置30がアクセス可能な「公開データ」に属するデータのみをメインDB22から取得する(通信Z2)。さらに、リクエストID55を生成するにあたっては、データ名リスト52に記されているデータ名のうち「機密データ」のデータ名を無視し、「公開データ」のデータ名のみに基づいてリクエストID55を生成する。   The server device 20 that has received the message from the client device 30 analyzes the message from the client device 30 to find that the data name list 52 includes the data name “confidential data”. Then, the server device 20 selects only data corresponding to a data name other than “confidential data” among the data names described in the data name list 52, that is, data belonging to “public data” accessible by the client device 30. Obtained from the DB 22 (communication Z2). Further, when generating the request ID 55, the data name “confidential data” among the data names described in the data name list 52 is ignored, and the request ID 55 is generated based only on the data name “public data”. .

そして、サーバ装置20によって生成されたリクエストID55と、そのリクエストID55の基となったデータ名の組み合わせ(「公開データ」のデータ名のみが含まれ、「機密データ」のデータ名を含まない組み合わせ)とが紐付けられたリクエストIDリスト56が、IDDB24に記録される(通信Z3)。   A combination of the request ID 55 generated by the server device 20 and the data name that is the basis of the request ID 55 (a combination that includes only the data name of “public data” and does not include the data name of “confidential data”) Is recorded in the IDDB 24 (communication Z3).

データ54の取得とリクエストID55の生成が完了したら、サーバ装置20は取得したデータ54と、生成したリクエストID55とをクライアント装置30へ返信(送信)する。このときは図2における通信A4と同様に、サーバ装置20からクライアント装置30への送信が行われる時刻を示す送信タイムスタンプt1が、データ54およびリクエストID55に付加されてクライアント装置30へ送信される(通信Z4)。   When the acquisition of the data 54 and the generation of the request ID 55 are completed, the server device 20 returns (transmits) the acquired data 54 and the generated request ID 55 to the client device 30. At this time, similarly to the communication A4 in FIG. 2, a transmission time stamp t1 indicating the time when transmission from the server device 20 to the client device 30 is performed is added to the data 54 and the request ID 55 and transmitted to the client device 30. (Communication Z4).

以上の通信Z1〜通信Z4によれば、クライアント装置30が「機密データ」に属するデータをサーバ装置20に要求しても、クライアント装置30が最終的に受信するデータ54には「機密データ」に属するデータが含まれないことになり、クライアント装置30のアクセス権が適切に管理される。また、リクエストID55は「機密データ」のデータ名を含まないデータ名の組み合わせと紐付けられるため、クライアント装置30がリクエストID55をサーバ装置20へ送信した場合には、サーバ装置20は改めてクライアント装置30のアクセス権の判定を行う必要がなくなり、処理が高速化される。   According to the above communication Z1 to communication Z4, even if the client device 30 requests the data belonging to “confidential data” to the server device 20, the data 54 finally received by the client device 30 is “confidential data”. The data to which it belongs is not included, and the access right of the client device 30 is appropriately managed. Further, since the request ID 55 is associated with a combination of data names that do not include the “confidential data” data name, when the client device 30 transmits the request ID 55 to the server device 20, the server device 20 revisits the client device 30. The access right is not required to be determined, and the processing is speeded up.

なおここでは1つのクライアント装置30のみについて考えたが、複数のクライアント装置30にそれぞれ別々のアクセス権が設定されている(どのデータが「機密データ」に相当するのかがクライアント装置30によって異なる)場合には、サーバ装置20は、リクエストID55の生成の際に、データ名リスト52を送信したクライアント装置30がどれなのかを考慮して、各クライアント装置30にとっての「公開データ」のみに関するリクエストID55およびデータ54を返信するようにすれば、各クライアント装置30のアクセス権が適切に管理される。またリクエストID55を用いた通信を行うことにより、複数のクライアント装置30それぞれに対してアクセス権の判定を行うのが1回ずつで済み、処理が高速化される。   Although only one client device 30 is considered here, different access rights are set for each of the plurality of client devices 30 (which data corresponds to “confidential data” varies depending on the client device 30). The server apparatus 20 considers which client apparatus 30 has transmitted the data name list 52 when generating the request ID 55, and requests ID 55 related to only “public data” for each client apparatus 30 and If the data 54 is returned, the access right of each client device 30 is appropriately managed. Further, by performing communication using the request ID 55, it is only necessary to determine the access right for each of the plurality of client devices 30 once, and the processing speed is increased.

以上に説明した実施形態における通信システムによれば、ネットワーク10上での通信量が低減され、またサーバ装置20が行う処理の負担も低減されるため、全体として通信が高速化する。   According to the communication system in the embodiment described above, the communication amount on the network 10 is reduced, and the processing load performed by the server device 20 is also reduced, so that the communication speed is increased as a whole.

なお上記の実施形態においてはリクエストID55を生成する方法としてハッシュ値を用いることを例示したが、リクエストID55の生成方法はこれに限るものではなく、例えば受信したデータ名リスト52に対して、受信順に連番となるシリアル番号を割り当ててもよい。またハッシュ値を用いる場合、異なるデータ名の組み合わせに対して同一のハッシュ値が得られる(衝突する)ことがあるので、サーバ装置20がリクエストID55を生成する際に、こうしたハッシュ値の衝突が起こった場合の対策がなされるとよい。例えばサーバ装置20はハッシュ値を生成した際にリクエストIDリスト56を確認し、生成したハッシュ値が既に他のデータ名の組み合わせに対して紐付けられている場合には、生成したハッシュ値に所定の数値を加算するなどして、既存のリクエストID55と異なる値のリクエストID55を生成するようにすればよい。   In the above embodiment, the hash value is used as a method for generating the request ID 55. However, the method for generating the request ID 55 is not limited to this. For example, the request ID 55 is generated in the order received. A serial number as a serial number may be assigned. In addition, when hash values are used, the same hash value may be obtained (collision) for different combinations of data names. Therefore, when the server apparatus 20 generates the request ID 55, such hash value collision occurs. It is recommended that countermeasures should be taken. For example, the server device 20 checks the request ID list 56 when generating a hash value, and if the generated hash value is already associated with another data name combination, the generated hash value is predetermined. The request ID 55 having a value different from the existing request ID 55 may be generated by adding the numerical values of.

また、クライアント装置30から送信されるデータ名リスト52が頻繁に更新される場合には、リクエストID55が大量に生成されることとなり、リクエストIDリスト56が肥大化してしまうので、一定の期間以上使用されなかったリクエストID55は破棄される(IDDB24から削除される)ようにするとよい。   Further, when the data name list 52 transmitted from the client device 30 is frequently updated, a large number of request IDs 55 are generated, and the request ID list 56 is enlarged. The request ID 55 that has not been received may be discarded (deleted from the IDDB 24).

10 ネットワーク
20 サーバ装置
30 クライアント装置
52 データ名リスト
55 リクエストID
10 Network 20 Server device 30 Client device 52 Data name list 55 Request ID

Claims (4)

複数のデータを管理する少なくとも1つのサーバ装置と、ネットワークを介して前記サーバ装置と通信することにより前記複数のデータにアクセスする少なくとも1つのクライアント装置と、を含み、
前記クライアント装置は、前記複数のデータのうち必要とするデータに対応するデータ名を記した要求データ名リストを前記サーバ装置へ送信し、
前記サーバ装置は、受信した前記要求データ名リストに記されているデータ名に対応するデータを、前記要求データ名リストを送信したクライアント装置へ送信する通信システムにおいて、
前記サーバは、前記クライアント装置から前記要求データ名リストを受信した際に、前記要求データ名リストに記されたデータ名の組み合わせに応じて一意なリクエストIDを生成して前記リクエストIDを前記クライアント装置へ送信するとともに、前記要求データ名リストに記されたデータ名と前記リクエストIDとを紐付けたリクエストIDリストを記録し、
前記クライアント装置が前記リクエストIDを受信した後、前記クライアント装置が前回送信したものと同一の前記要求データ名リストを前記サーバ装置へ再度送信しようとする際には、前記クライアント装置は前記要求データ名リストの代わりに前記リクエストIDを前記サーバ装置へ送信し、
前記リクエストIDを受信したサーバ装置は、前記リクエストIDに紐付いたデータ名に対応するデータを、前記リクエストIDを送信した前記クライアント装置へ送信すること
を特徴とする通信システム。
At least one server device that manages a plurality of data; and at least one client device that accesses the plurality of data by communicating with the server device via a network;
The client device transmits a request data name list in which data names corresponding to necessary data among the plurality of data are written to the server device,
In the communication system for transmitting the data corresponding to the data name described in the received request data name list to the client device that has transmitted the request data name list, the server device,
When the server receives the request data name list from the client device, the server generates a unique request ID according to a combination of data names described in the request data name list, and assigns the request ID to the client device. A request ID list in which the data name written in the request data name list and the request ID are associated with each other,
After the client device receives the request ID, when the client device tries to retransmit the request data name list that is the same as that previously transmitted by the client device to the server device, the client device Send the request ID to the server device instead of a list,
The server apparatus that has received the request ID transmits data corresponding to a data name associated with the request ID to the client apparatus that has transmitted the request ID.
前記サーバ装置は、前記クライアント装置へデータを送信する際に、送信時刻を示す送信タイムスタンプを付加して送信し、
前記クライアント装置は、前記サーバ装置へ前記リクエストIDを送信する際に、前記サーバ装置から受信した最新の前記送信タイムスタンプを前記リクエストIDに付加して送信し、
前記サーバ装置は、前記クライアント装置から受信した前記リクエストIDに紐付いたデータ名に対応するデータのうち、前記リクエストIDに付加された前記送信タイムスタンプが示す時刻における状態と現在時刻における状態とで差異があるデータのみを前記クライアント装置へ送信すること
を特徴とする請求項1に記載の通信システム。
When transmitting data to the client device, the server device adds a transmission time stamp indicating a transmission time and transmits the data,
When the client device transmits the request ID to the server device, the latest transmission time stamp received from the server device is added to the request ID and transmitted,
The server device has a difference between the state at the time indicated by the transmission time stamp added to the request ID and the state at the current time among the data corresponding to the data name associated with the request ID received from the client device. The communication system according to claim 1, wherein only certain data is transmitted to the client device.
前記クライアント装置にはアクセス可能なデータとアクセス不可能なデータが設定されており、
前記クライアント装置が前記サーバ装置へ送信した前記要求データ名リストに、前記クライアント装置がアクセス不可能なデータに対応するデータ名が含まれている場合には、前記サーバ装置は、前記要求データ名リストに記されたデータ名に対応するデータのうち、前記クライアント装置がアクセス可能なデータのみを前記クライアント装置へ送信するとともに、前記要求データ名リストに記されたデータ名のうち、前記クライアント装置がアクセス可能なデータに対応するデータ名のみに基づいて生成したリクエストIDを前記クライアント装置へ送信すること
を特徴とする請求項1または請求項2に記載の通信システム。
The client device is set with accessible data and inaccessible data,
When the request data name list transmitted from the client device to the server device includes a data name corresponding to data that cannot be accessed by the client device, the server device transmits the request data name list. Among the data corresponding to the data names described in the above, only the data accessible by the client device is transmitted to the client device, and the client device accesses the data names listed in the request data name list. The communication system according to claim 1, wherein a request ID generated based only on a data name corresponding to possible data is transmitted to the client device.
前記サーバ装置が前記リクエストIDを生成する際に、前記要求データ名リストに記されたデータ名から計算されたハッシュ値を前記リクエストIDとすること
を特徴とする請求項1ないし請求項3のいずれか1項に記載の通信システム。
4. The server device according to claim 1, wherein when the server device generates the request ID, a hash value calculated from a data name described in the request data name list is used as the request ID. The communication system according to claim 1.
JP2017031633A 2017-02-23 2017-02-23 Communications system Active JP6469148B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017031633A JP6469148B2 (en) 2017-02-23 2017-02-23 Communications system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017031633A JP6469148B2 (en) 2017-02-23 2017-02-23 Communications system

Publications (2)

Publication Number Publication Date
JP2018136804A JP2018136804A (en) 2018-08-30
JP6469148B2 true JP6469148B2 (en) 2019-02-13

Family

ID=63366863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017031633A Active JP6469148B2 (en) 2017-02-23 2017-02-23 Communications system

Country Status (1)

Country Link
JP (1) JP6469148B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002189646A (en) * 2000-12-22 2002-07-05 Matsushita Electric Ind Co Ltd Relay device
JP4808173B2 (en) * 2007-03-23 2011-11-02 株式会社日立製作所 Distributed system, data management server, and data distribution method
JP2011204090A (en) * 2010-03-26 2011-10-13 Brother Industries Ltd Delivery system, apparatus and program for processing information and marker information management method
US9232022B2 (en) * 2013-06-27 2016-01-05 Aol Inc. Systems and methods for reduced bandwidth data transmission between network connected devices

Also Published As

Publication number Publication date
JP2018136804A (en) 2018-08-30

Similar Documents

Publication Publication Date Title
CN111475728B (en) Cloud resource information searching method, device, equipment and storage medium
US20240086399A1 (en) Web services for creation and maintenance of smart entities for connected devices
US20190089597A1 (en) Device Manager
JP2023504549A5 (en)
CN116339277A (en) Over-the-air (OTA) mobile service platform
US10911308B2 (en) Auto-determining and installing missing components to a to-be-managed device by a single execution of unique device setup command
CN111260396B (en) An advertisement preloading method, device, electronic equipment and storage medium
JP2017111501A (en) Data flow control device and data flow control method
CN101681340A (en) Non-intrusive method and system for collecting information transmitted over a network
EP3647982B1 (en) Cyber attack evaluation method and cyber attack evaluation device
CN111371889B (en) Message processing method and device, internet of things system and storage medium
CN117527568A (en) Data access method and system of data integration platform
CN110622477A (en) Rule-based information exchange in the internet of things
CN113206886A (en) Method, device, equipment and medium for accessing equipment to Internet of things platform
CN119025566A (en) Cache data management method and system based on distributed encrypted storage
CN111966967A (en) Copyright storage method and system based on block chain technology and CDN
JP6469148B2 (en) Communications system
KR101082586B1 (en) Method, Apparatus, and Storage Medium for Collecting Equipment Data
CN112738212B (en) Method and system for operation and maintenance of motor vehicle electronic identification read-write equipment
JP2003233417A (en) Data communication device and method, data communication program and recording medium recording the program
JP7100607B2 (en) Anomaly detection system and anomaly detection method
JP2003525497A (en) System modeling method and system modeling device
KR101702583B1 (en) A system for monitoring a network performance using xmpp and method thereof
CN116405399A (en) Method, device, electronic device, and storage medium for generating a topological relationship diagram
JP7122159B2 (en) Data processing system, data processing method and program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181130

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20181218

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190115

R150 Certificate of patent or registration of utility model

Ref document number: 6469148

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250