WO2023162130A1 - Data collection system, method, and program - Google Patents

Data collection system, method, and program Download PDF

Info

Publication number
WO2023162130A1
WO2023162130A1 PCT/JP2022/007865 JP2022007865W WO2023162130A1 WO 2023162130 A1 WO2023162130 A1 WO 2023162130A1 JP 2022007865 W JP2022007865 W JP 2022007865W WO 2023162130 A1 WO2023162130 A1 WO 2023162130A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
communication path
server
data source
connection request
Prior art date
Application number
PCT/JP2022/007865
Other languages
French (fr)
Japanese (ja)
Inventor
諒平 津上
達也 福井
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2022/007865 priority Critical patent/WO2023162130A1/en
Publication of WO2023162130A1 publication Critical patent/WO2023162130A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1069Session establishment or de-establishment

Definitions

  • This disclosure relates to communication control for data collection.
  • RDMA Remote Direct Memory Access
  • RDMA performs DMA transfer of data from the memory of a local computer to the memory of a different remote computer (direct data transfer between peripheral devices, main memory (RAM), etc. without CPU intervention). Therefore, since RDMA does not require CPU processing for data transfer, it is possible to avoid the aforementioned bottleneck on the receiving side.
  • Non-Patent Document 1 A remote transfer technology using this RDMA has been proposed (see, for example, Non-Patent Document 1).
  • Non-Patent Document 1 in order to transfer data by RDMA in a wide area communication network, it is necessary to set a communication path for each flow in advance. Therefore, collecting data from many data sources requires a large amount of network resources.
  • the present disclosure aims to provide a system that does not require a large amount of network resources even when collecting data from many data sources.
  • the systems and methods of the present disclosure include: A system for collecting data from multiple data sources on a server and a method performed by the system, comprising: a network device for transferring data from the plurality of data sources to the server is determined for each data source; When data to be transmitted to the server is generated, each of the plurality of data sources transmits a communication path connection request to a network device determined in the own device.
  • the data source apparatus and method of the present disclosure are A method executed by the data source device and the data source provided in a system that collects data from a plurality of data source devices on a server, the data source device When data to be transmitted to the server is generated, a communication path connection request is transmitted to the network device determined in the self-device.
  • Devices such as the controller and data source of the present disclosure can also be realized by a computer and a program, and the program can be recorded on a recording medium or provided through a communication network.
  • the program of the present disclosure is a program for realizing a computer as each functional unit provided in the apparatus according to the present disclosure, and is a program for causing the computer to execute each step included in the method executed by the apparatus according to the present disclosure. .
  • 1 shows a system configuration example of the present disclosure
  • 1 shows a configuration example of a communication network
  • a configuration example of a server is shown.
  • a configuration example of a data source is shown.
  • An example of information stored in the requirement table of each data source is shown.
  • 4 shows a configuration example of a transmission control controller; It is an example of a transmission policy decision sequence in the present disclosure.
  • An example of the operation in the transmission policy determination function is shown.
  • 4 shows an example of information stored in a transmission policy table;
  • An example of the Attribute ID area is shown.
  • An example of a sequence for creating and releasing a communication path is shown.
  • An example of a sequence for creating and releasing a communication path is shown.
  • 4 shows an example of transmission of sensing data from data source B to the server.
  • 4 shows an example of transmission of sensing data from data source A to the server.
  • An example of transmission of sensing data from data source C to the server is shown.
  • Fig. 1 shows a system configuration example of the present disclosure.
  • the system of the present disclosure comprises multiple data sources 10 , a transmission controller 20 and a server 40 .
  • a plurality of data sources 10 , transmission controllers 20 and servers 40 are connected by a communication network 80 .
  • a data source 10 is a terminal having user-side sensing data.
  • the server 40 is a terminal that collects data from data sources.
  • the data source 10, transmission controller 20, and server 40 of the present disclosure can also be realized by a computer and a program, and the program can be recorded on a recording medium or provided through a communication network.
  • FIG. 2 shows a configuration example of the communication network 80.
  • a communication network 80 is composed of a plurality of network devices 81 .
  • a network device 81 for transferring data from the data source 10 to the server 40 is determined for each data source 10 .
  • the data source 10A and server 40 are connected by network devices 81A and 81B
  • the data source 10B and server 40 are connected by network devices 81A and 81C
  • the data source 10C and server 40 are connected by network devices 81D and 81E.
  • each of the network devices 81A-81E When each of the network devices 81A-81E receives data addressed to the server 40 from the data sources 10A-10C, it knows to which network device it should be transferred. Therefore, even if the data sources 10A to 10C do not know which network device 81 to use, if they specify the server 40 and send data, the data will be sent to the server 40 . Thus, the present disclosure can transfer data losslessly and broadband when a communication path is being created.
  • This disclosure proposes a method of allocating lossless and broadband communication paths to required data sources 10 at required timings in order to realize data transfer by RDMA.
  • each of the plurality of data sources 10 when data to be transmitted to the server 40 is generated, transmits the network device 81 determined in the device at the transmission timing determined in the transmission policy of the device itself. to generate a communication path.
  • each data source 10 can autonomously transmit sensing data to the server 40 based on its own transmission policy.
  • Transmission policies can be exemplified by the following, for example.
  • First transmission policy Immediately after generation of data, a communication path is generated and data is transferred, and immediately after completion of data transfer, the communication path is released.
  • Second transmission policy After a certain amount of data is accumulated, a communication path is generated and data is transferred, and the communication path is released immediately after the completion of data transfer.
  • Third transmission policy A communication path is generated immediately after data is generated, data is transferred, and the communication path is maintained for a certain period of time after data transfer is completed.
  • Fourth transmission policy After a certain amount of data is accumulated, a communication path is generated and data is transferred, and the communication path is maintained for a certain period of time even after the data transfer is completed.
  • a transmission policy that meets the data transfer requirements of the data source 10 is distributed. Then, each data source 10 autonomously transmits sensing data according to a transmission policy that considers sensor characteristics and data transfer requirements for each application. As a result, the present embodiment controls the trade-off between immediacy of data transmission and shortening of communication path usage time.
  • the data source 10 directly transmits communication path connection requests to the network devices 81A to 81E.
  • the network devices 81A to 81E By reflecting the settings received by the network devices 81A to 81E, it is possible to save time and effort until the communication paths are generated. Thereby, the present disclosure can set up a communication path in a shorter time. A detailed description will be given below.
  • FIG. 3 shows a configuration example of the server 40.
  • the server 40 has a data reception function 41 , a memory 42 and an application 43 .
  • the data reception function 41 receives sensing data from each data source 10 .
  • Memory 42 stores sensing data from sensor 50 .
  • Application 43 collects sensing data from sensor 50 .
  • the application 43 is any application that collects any sensing data detected or generated by a user terminal, sensor, in-vehicle system, or the like.
  • FIG. 4 shows a configuration example of the data source 10.
  • the data source 10 includes a requirement notification function 11, a transmission policy reception function 12, a data transmission timing control function 13, a communication path setting function 14, a data transmission function 15, a communication path release function 16, a generated data storage function 17, a requirement table 18, A transmission policy table 19 is provided.
  • the generated data storage function 17 stores sensing data from the sensor 50 .
  • the requirement notification function 11 reads data transfer requirements from the requirement table 18 and notifies the transmission controller 20 of the read data transfer requirements.
  • the transmission policy reception function 12 receives transmission policies from the transmission control controller 20 .
  • Data transmission timing control function 13 controls communication path setting function 14 , data transmission function 15 and communication path release function 16 according to transmission policy table 19 .
  • the communication path setting function 14 transmits a connection request for creating a communication path with the server 40 to the network device 81 .
  • the data transmission function 15 transmits sensing data stored in the generated data storage function 17 to the server 40 .
  • the communication path release function 16 transmits a release request for releasing the communication path with the server 40 to the network device 81 .
  • the requirement table 18 stores data transfer requirements for each data source 10 .
  • the transmission policy table 19 stores policies for transmitting sensing data from the data source 10 to the server 40 .
  • FIG. 5 shows an example of information stored in the requirement table 18 of each data source.
  • the permissible delay time is the permissible delay time from when data is generated until it reaches the server.
  • the amount of data generated is the amount of data generated in the sensor 50 at one time.
  • FIG. 6 shows a configuration example of the transmission controller 20.
  • the transmission controller 20 has a requirement reception function 21 , a transmission policy determination function 22 , a transmission policy delivery function 23 and a transmission policy determination rule 24 .
  • FIG. 7 shows an example of the operation of the transmission controller 20.
  • Each data source 10 notifies the transmission controller 20 of data transfer requirements based on the information in the requirement table 18 (S101).
  • the data transfer requirements include the allowable delay time and data generation frequency of each data source 10, as shown in FIG.
  • a requirement reception function 21 of the transmission control controller 20 receives data transfer requirements from the data source 10 .
  • the transmission policy determination function 22 determines the transmission policy for each data source 10 according to the data transfer requirements according to the transmission policy determination rule 24 (S102).
  • the transmission policy distribution function 23 of the transmission controller 20 distributes the determined transmission policy to each data source 10 (S103).
  • FIG. 8 shows an example of the operation of the transmission policy determination function 22.
  • the transmission controller 20 acquires the data transfer requirements from the data source 10 (S11), it determines the allowable delay time requirements (S12). If the allowable delay time requirement is 100 ms or less (Yes in S12), a method of generating and transmitting a path immediately after data generation is determined (S13). On the other hand, if the allowable delay time requirement is more than 100 ms (No in S12), a method of storing a certain amount of sensing data and transmitting it is determined (S14). Next, the transmission controller 20 determines the data generation frequency (S15).
  • the method of releasing the path immediately after data transmission is determined (S16). On the other hand, if the data generation frequency is more than 4 times/s (No in S15), the method of waiting for a certain period of time after completion of data transmission and releasing the path is determined (S17).
  • the transmission policy determination function 22 determines as follows. ⁇ Data source A: Since the allowable delay time is set to 1000 ms and the data generation frequency is set to 4, the transmission controller 20 determines the second transmission policy as the transmission policy. ⁇ Data source B: Since the allowable delay time is set to 200 ms and the data generation frequency is set to 10 times, the transmission controller 20 determines the fourth transmission policy as the transmission policy. ⁇ Data source C: Since the set time of the allowable delay time is 100 ms and the set value of the data generation frequency is 5 times, the transmission controller 20 determines the third transmission policy as the transmission policy. As a result, transmission policies as shown in FIG. 9 are given to data sources A to C. FIG.
  • the data transfer requirements may include application information.
  • the transmission controller 20 in steps S12 and S15, sets the threshold considering the requirements contained in the application information.
  • the data source 10 When the data source 10 receives the transmission policy from the transmission controller 20, it stores it in the transmission policy table 19. As a result, the transmission policy suitable for each data source 10 is stored in the transmission policy table 19 of each data source 10, as shown in FIG.
  • the data source 10 transmits a communication path connection request to the network device 81 when sensing data is generated.
  • the received device 81 reflects the setting. For example, when the data source 10A transmits sensing data, the data source 10A transmits a communication path connection request to the network device 81B. The network device 81B then creates a communication path with the data source 10A.
  • the connection destination of the sensing data communication path is set in advance.
  • predetermined network devices 81B and 81A connecting between data source 10A and server 40 create communication paths between data source 10A and server 40.
  • the communication path can use any means capable of transmitting sensing data, and may be virtual such as VLAN or physical such as optical path.
  • Data in any format readable by the network device 81 can be used for the communication path connection request.
  • RDMA Remote Direct Memory Access
  • Fig. 10 shows an example of the Attribute ID area.
  • RoCE RDMA over Converged Ethernet
  • UDP User Datagram Protocol
  • the network device 81 can identify the negotiation based on the description of the Attribute ID field in the MAD Header.
  • the MAD Header is stored in the DATH Header in the Base Transport Header.
  • Attribute ID is determined for each negotiation. For example, if Attribute ID is 0x0010, it can be used as a trigger for path generation in network device 81B.
  • Fig. 11 shows an example of a sequence for creating and releasing a communication path.
  • the data source 10A When using RDMA, the data source 10A generates a communication path to the server 40 with ConnectRequest as a trigger. At this time, the network device 81B transfers the ConnectRequest to the next network device 81A. The network device 81A also transfers the ConnectRequest to the server 40 after completing the generation of the communication path.
  • the server 40 uses the generated communication path to send ConnectReply to the data source 10A.
  • the data source 10A transmits ReadyToUse to the server 40 upon receiving the ConnectReply from the server 40 . This enables RDMA communication from the data source 10A to the server 40.
  • FIG. 11 shows an example of a sequence for creating and releasing a communication path.
  • the data source 10A releases the communication path to the server 40 with the Disconnect Request as a trigger.
  • the network device 81B transfers the Disconnect Request to the network device 81A.
  • the server 40 receives the Disconnect Request, it sends a Disconnect Reply to the data source 10A.
  • the timing for transferring the ConnectRequest in the network devices 81B and 81A is, for example, after the completion of the generation of the communication path.
  • the present disclosure is not so limited.
  • the network devices 81B and 81A may transfer the ConnectRequest without waiting for the completion of communication path generation.
  • Fig. 12 shows an example of a sequence for creating and releasing a communication path.
  • the network devices 81B and 81A forward the ConnectRequest without waiting for the completion of communication path generation.
  • the network devices 81B and 81A have a function of transmitting a path setting completion notification to the data source 10A, which is the source of the ConnectRequest.
  • the data source 10A since the transmission route of the sensing data is determined in advance, the data source 10A counts the number of path setting completion notifications transmitted from the network devices 81B and 81A so that all the network devices 81B on the transmission route and 81A, it can be confirmed that the setting of the communication path has been completed. After this confirmation, the data source 10A transmits ReadyToUse to the server 40 . This enables RDMA communication from the data source 10A to the server 40.
  • the data source 10A When releasing the communication path, the data source 10A sends a Disconnect Request to the server 40. Server 40 releases the communication path and sends a DisconnectReply to data source 10A. Since the communication paths are released in the server 40, the communication paths are also released in the network devices 81A and 81B.
  • FIG. 13 shows an example of transmission of sensing data from the data source 10B to the server 40.
  • the data source 10B transmits sensing data according to the fourth transmission policy.
  • the data source 10B accumulates the sensing data generated by the sensor 50, and when the data reaches 20 MB, it creates a communication path with the server 40 (S202).
  • the data source 10B transmits sensing data to the server 40 (S204-1, S204-2).
  • the data source 10B waits for the next 50 ms before transmitting a communication path release request.
  • the sensing data is generated during that time, the sensing data is transmitted each time (S204-3).
  • the data source 10B releases the communication path (S205) when 50 ms have passed since the last data transmission (step S204-3).
  • FIG. 14 shows an example of transmission of sensing data from the data source 10A to the server 40.
  • the data source 10A transmits sensing data according to the second transmission policy.
  • the data source 10A accumulates sensing data generated by the sensor 50, and when the data reaches 15 MB, it creates a communication path with the server 40 (S302).
  • the data source 10A collectively transmits the accumulated sensing data to the server 40 (S304-1, S304-2, S304-3).
  • the data source 10A releases the communication path (S305).
  • FIG. 15 shows an example of transmission of sensing data from the data source 10C to the server 40.
  • the data source 10C transmits sensing data according to the third transmission policy.
  • the data source 10C creates a communication path with the server 40 (S402).
  • the data source 10C transmits sensing data to the server 40 (S404-1), and then waits for transmission of a communication path release request for 20 ms.
  • the sensing data is transmitted each time (S404-2, S404-3).
  • the data source 10C releases the communication path (S405) when 20 ms have passed since the last data transmission (step S404-3).
  • this embodiment prevents exhaustion of network resources and realizes RDMA communication with a large amount of data sources by time-divisionally allocating communication paths at necessary timings. Since a communication path is allocated to the data source 10 to which sensing data is to be transmitted only for the required period, the utilization rate of the path can be improved and network resources can be reduced.
  • the present disclosure determines a transmission policy for each data source 10 and generates communication paths for each data source 10 according to the transmission policy, so communication paths can be allocated in a time division manner at required timings. . For this reason, the present disclosure shortens the communication path utilization time from each data source 10 to the server 40, facilitates reuse of the communication path, and reduces the trade-off between data transmission immediacy and communication path utilization time reduction. It can be controlled to reduce the number of required communication paths for the communication network 80 as a whole.
  • the present disclosure can realize a lossless and broadband communication network 80 with communication paths, and enable RDMA communication with multiple data sources without requiring a large amount of network resources. Furthermore, the present disclosure can prevent data loss in the communication network 80, so that data transfer using reliable RDMA can be realized.
  • the data collected by the server 40 is sensing data
  • the present disclosure can be applied to any data that is required to be collected, such as user terminals, sensors, and in-vehicle systems.
  • This disclosure can be applied to the information and communications industry.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The purpose of this disclosure is to provide a system that does not require a large amount of network resources even when collecting data from a large number of data sources. This disclosure provides a system for collecting, in a server, data from multiple data sources, wherein the respective data sources transmit a data transfer requirement to a controller, the controller determines a transmission policy for each data source on the basis of the data transfer requirement, a data source autonomously transmits a communication path connection request on the basis of the transmission policy, the controller generates a communication path on the basis of the communication path connection request from the data source, and the data source transmits data using the generated communication path.

Description

データを収集するシステム、方法及びプログラムSystems, methods and programs for collecting data
 本開示は、データ収集のための通信制御に関する。 This disclosure relates to communication control for data collection.
 ユーザ端末やセンサ、車載システムが発展しており、センサの数や各センサから生成されるデータ量が大幅に増している。それらデータを収集する際に従来の通信方法では、受信側の通信の処理がボトルネックとなる可能性がある。 With the development of user terminals, sensors, and in-vehicle systems, the number of sensors and the amount of data generated from each sensor has increased significantly. When collecting such data, in the conventional communication method, communication processing on the receiving side may become a bottleneck.
 高速なデータ転送手法として、RDMA(Remote Direct Memory Access)が検討されている。RDMAでは、ローカルのコンピュータのメモリから、異なるリモートのコンピュータのメモリへ、データのDMA転送(CPUを介さずに周辺機器やメインメモリ(RAM)などの間で直接データ転送)を行う。このため、RDMAは、データ転送にCPU処理を必要としないため、受信側での前記ボトルネックを回避することができる。 RDMA (Remote Direct Memory Access) is being considered as a high-speed data transfer method. RDMA performs DMA transfer of data from the memory of a local computer to the memory of a different remote computer (direct data transfer between peripheral devices, main memory (RAM), etc. without CPU intervention). Therefore, since RDMA does not require CPU processing for data transfer, it is possible to avoid the aforementioned bottleneck on the receiving side.
 このRDMAを用いた遠隔転送技術が提案されている(例えば、非特許文献1参照。)。しかし、非特許文献1では、広域な通信ネットワークにおいてRDMAでデータ転送するには、あらかじめフロー毎に通信パスを設定する必要がある。そのため、多数のデータソースからデータを収集する場合、大量のネットワークリソースが必要となる。 A remote transfer technology using this RDMA has been proposed (see, for example, Non-Patent Document 1). However, according to Non-Patent Document 1, in order to transfer data by RDMA in a wide area communication network, it is necessary to set a communication path for each flow in advance. Therefore, collecting data from many data sources requires a large amount of network resources.
 本開示は、多数のデータソースからデータを収集する場合であっても、大量のネットワークリソースが必要とならないシステムの提供を目的とする。 The present disclosure aims to provide a system that does not require a large amount of network resources even when collecting data from many data sources.
 本開示のシステム及び方法は、
 複数のデータソースからのデータをサーバに収集するシステム及び当該システムが実行する方法であって、
 前記複数のデータソースから前記サーバにデータを転送するネットワーク機器が、データソースごとに定められており、
 前記複数のデータソースは、それぞれ、前記サーバに送信すべきデータが発生すると、自装置に定められているネットワーク機器に対して通信パスの接続要求を送信する。
The systems and methods of the present disclosure include:
A system for collecting data from multiple data sources on a server and a method performed by the system, comprising:
a network device for transferring data from the plurality of data sources to the server is determined for each data source;
When data to be transmitted to the server is generated, each of the plurality of data sources transmits a communication path connection request to a network device determined in the own device.
 本開示のデータソース装置及び方法は、
 複数のデータソース装置からのデータをサーバに収集するシステムに備わる前記データソース装置及び当該データソースが実行する方法であって、
 前記データソース装置が、
 前記サーバに送信すべきデータが発生すると、自装置に定められている前記ネットワーク機器に対して通信パスの接続要求を送信する。
The data source apparatus and method of the present disclosure are
A method executed by the data source device and the data source provided in a system that collects data from a plurality of data source devices on a server,
the data source device
When data to be transmitted to the server is generated, a communication path connection request is transmitted to the network device determined in the self-device.
 本開示のコントローラ及びデータソースなどの装置はコンピュータとプログラムによっても実現でき、プログラムを記録媒体に記録することも、通信ネットワークを通して提供することも可能である。本開示のプログラムは、本開示に係る装置に備わる各機能部としてコンピュータを実現させるためのプログラムであり、本開示に係る装置が実行する方法に備わる各ステップをコンピュータに実行させるためのプログラムである。 Devices such as the controller and data source of the present disclosure can also be realized by a computer and a program, and the program can be recorded on a recording medium or provided through a communication network. The program of the present disclosure is a program for realizing a computer as each functional unit provided in the apparatus according to the present disclosure, and is a program for causing the computer to execute each step included in the method executed by the apparatus according to the present disclosure. .
 本開示によれば、多数のデータソースからデータを収集する場合であっても、大量のネットワークリソースが必要とならないシステムを提供することができる。 According to the present disclosure, it is possible to provide a system that does not require a large amount of network resources even when collecting data from many data sources.
本開示のシステム構成例を示す。1 shows a system configuration example of the present disclosure; 通信ネットワークの構成例を示す。1 shows a configuration example of a communication network; サーバの構成例を示す。A configuration example of a server is shown. データソースの構成例を示す。A configuration example of a data source is shown. 各データソースの要件テーブルに格納されている情報の一例を示す。An example of information stored in the requirement table of each data source is shown. 送信制御コントローラの構成例を示す。4 shows a configuration example of a transmission control controller; 本開示における送信ポリシー決定シーケンスの一例である。It is an example of a transmission policy decision sequence in the present disclosure. 送信ポリシー決定機能における動作の一例を示す。An example of the operation in the transmission policy determination function is shown. 送信ポリシーテーブルに格納される情報の一例を示す。4 shows an example of information stored in a transmission policy table; Attribute ID領域の一例を示す。An example of the Attribute ID area is shown. 通信パスを生成及び解放する際のシーケンスの一例を示す。An example of a sequence for creating and releasing a communication path is shown. 通信パスを生成及び解放する際のシーケンスの一例を示す。An example of a sequence for creating and releasing a communication path is shown. データソースBからサーバへのセンシングデータの送信例を示す。4 shows an example of transmission of sensing data from data source B to the server. データソースAからサーバへのセンシングデータの送信例を示す。4 shows an example of transmission of sensing data from data source A to the server. データソースCからサーバへのセンシングデータの送信例を示す。An example of transmission of sensing data from data source C to the server is shown.
 以下、本開示の実施形態について、図面を参照しながら詳細に説明する。なお、本開示は、以下に示す実施形態に限定されるものではない。これらの実施の例は例示に過ぎず、本開示は当業者の知識に基づいて種々の変更、改良を施した形態で実施することができる。なお、本明細書及び図面において符号が同じ構成要素は、相互に同一のものを示すものとする。 Hereinafter, embodiments of the present disclosure will be described in detail with reference to the drawings. Note that the present disclosure is not limited to the embodiments shown below. These implementation examples are merely illustrative, and the present disclosure can be implemented in various modified and improved forms based on the knowledge of those skilled in the art. In addition, in this specification and the drawings, constituent elements having the same reference numerals are the same as each other.
 図1に、本開示のシステム構成例を示す。本開示のシステムは、複数のデータソース10、送信制御コントローラ20、及びサーバ40を備える。複数のデータソース10、送信制御コントローラ20、及びサーバ40は、通信ネットワーク80で接続されている。データソース10は、ユーザ側のセンシングデータを持つ端末である。サーバ40は、データソースからのデータを収集する端末である。 Fig. 1 shows a system configuration example of the present disclosure. The system of the present disclosure comprises multiple data sources 10 , a transmission controller 20 and a server 40 . A plurality of data sources 10 , transmission controllers 20 and servers 40 are connected by a communication network 80 . A data source 10 is a terminal having user-side sensing data. The server 40 is a terminal that collects data from data sources.
 本開示のデータソース10、送信制御コントローラ20、及びサーバ40は、コンピュータとプログラムによっても実現でき、プログラムを記録媒体に記録することも、通信ネットワークを通して提供することも可能である。 The data source 10, transmission controller 20, and server 40 of the present disclosure can also be realized by a computer and a program, and the program can be recorded on a recording medium or provided through a communication network.
 図2に、通信ネットワーク80の構成例を示す。通信ネットワーク80は、複数のネットワーク機器81で構成されている。本実施形態では、データソース10からサーバ40にデータを転送するネットワーク機器81が、データソース10ごとに定められている。例えば、データソース10Aとサーバ40がネットワーク機器81A及び81Bで接続され、データソース10Bとサーバ40がネットワーク機器81A及び81Cで接続され、データソース10Cとサーバ40がネットワーク機器81D及び81Eで接続されている。 FIG. 2 shows a configuration example of the communication network 80. A communication network 80 is composed of a plurality of network devices 81 . In this embodiment, a network device 81 for transferring data from the data source 10 to the server 40 is determined for each data source 10 . For example, the data source 10A and server 40 are connected by network devices 81A and 81B, the data source 10B and server 40 are connected by network devices 81A and 81C, and the data source 10C and server 40 are connected by network devices 81D and 81E. there is
 各ネットワーク機器81A~81Eは、データソース10A~10Cからサーバ40宛のデータを受信すると、どのネットワーク機器へ転送したらよいか知っている。そのため、データソース10A~10Cは、どのネットワーク機器81を利用するかをわからなくても、サーバ40を指定してデータ送信すれば、データはサーバ40へ送られる。これより、本開示は、通信パスが生成されているときは、ロスレスかつ広帯域でデータを転送することができる。 When each of the network devices 81A-81E receives data addressed to the server 40 from the data sources 10A-10C, it knows to which network device it should be transferred. Therefore, even if the data sources 10A to 10C do not know which network device 81 to use, if they specify the server 40 and send data, the data will be sent to the server 40 . Thus, the present disclosure can transfer data losslessly and broadband when a communication path is being created.
 本開示では、RDMAによるデータ転送を実現するため、ロスレスかつ広帯域な通信パスを、必要なデータソース10に必要なタイミングで割り当てる方式を提案する。本開示のシステムでは、複数のデータソース10は、それぞれ、サーバ40に送信すべきデータが発生すると、自装置の送信ポリシーで定められた送信タイミングに、自装置に定められているネットワーク機器81を用いて通信パスを生成する。これにより、各データソース10は、自装置の送信ポリシーに基づいて、自律的に、センシングデータをサーバ40へ送信することができる。 This disclosure proposes a method of allocating lossless and broadband communication paths to required data sources 10 at required timings in order to realize data transfer by RDMA. In the system of the present disclosure, each of the plurality of data sources 10, when data to be transmitted to the server 40 is generated, transmits the network device 81 determined in the device at the transmission timing determined in the transmission policy of the device itself. to generate a communication path. Thereby, each data source 10 can autonomously transmit sensing data to the server 40 based on its own transmission policy.
 送信ポリシーは、例えば、以下が例示できる。
 第1の送信ポリシー:データ発生後即座に通信パスを生成してデータ転送を行い、データ転送完了後即座に通信パスを解放する。
 第2の送信ポリシー:データが一定量蓄積してから通信パスを生成してデータ転送を行い、データ転送完了後即座に通信パスを解放する。
 第3の送信ポリシー:データ発生後即座に通信パスを生成してデータ転送を行い、データ転送完了後も一定時間通信パスを保持し続ける。
 第4の送信ポリシー:データが一定量蓄積してから通信パスを生成してデータ転送を行い、データ転送完了後も一定時間通信パスを保持し続ける。
Transmission policies can be exemplified by the following, for example.
First transmission policy: Immediately after generation of data, a communication path is generated and data is transferred, and immediately after completion of data transfer, the communication path is released.
Second transmission policy: After a certain amount of data is accumulated, a communication path is generated and data is transferred, and the communication path is released immediately after the completion of data transfer.
Third transmission policy: A communication path is generated immediately after data is generated, data is transferred, and the communication path is maintained for a certain period of time after data transfer is completed.
Fourth transmission policy: After a certain amount of data is accumulated, a communication path is generated and data is transferred, and the communication path is maintained for a certain period of time even after the data transfer is completed.
 本実施形態では、送信制御コントローラ20を備えることで、データソース10のデータ転送要件に合った送信ポリシーを配布する。そして、センサ特性及びアプリ毎のデータ転送要件を考慮した送信ポリシーに従って、各データソース10が自律的にセンシングデータを送信する。これにより、本実施形態は、データ送信の即時性と通信パス利用時間短縮のトレードオフを制御する。 In this embodiment, by providing the transmission controller 20, a transmission policy that meets the data transfer requirements of the data source 10 is distributed. Then, each data source 10 autonomously transmits sensing data according to a transmission policy that considers sensor characteristics and data transfer requirements for each application. As a result, the present embodiment controls the trade-off between immediacy of data transmission and shortening of communication path usage time.
 ここで、パスの生成についてもコントローラで一括制御すると、パス生成が大量にリクエストされた場合、コントローラの負荷が高くなり、通信パス生成ができなくなる、または、生成に通常よりも時間がかかる可能性がある。そこで、本開示では、データソース10は、直接、ネットワーク機器81A~81Eへ通信パスの接続要求を送信する。ネットワーク機器81A~81Eが受け取った設定を反映することで、通信パスを生成するまでの手間を省略することができる。これにより、本開示は、より短時間で通信パスの設定することができる。以下、詳細に説明する。 Here, if the path generation is also collectively controlled by the controller, if a large number of path generation requests are received, the load on the controller will increase and communication path generation may not be possible or generation may take longer than usual. There is Therefore, in the present disclosure, the data source 10 directly transmits communication path connection requests to the network devices 81A to 81E. By reflecting the settings received by the network devices 81A to 81E, it is possible to save time and effort until the communication paths are generated. Thereby, the present disclosure can set up a communication path in a shorter time. A detailed description will be given below.
 図3に、サーバ40の構成例を示す。サーバ40は、データ受信機能41、メモリ42、アプリケーション43を備える。
 データ受信機能41は、各データソース10からセンシングデータを受信する。
 メモリ42は、センサ50からのセンシングデータを格納する。
 アプリケーション43は、センサ50からのセンシングデータを収集する。アプリケーション43は、ユーザ端末やセンサ、車載システムなどで検出又は発生した任意のセンシングデータを収集する任意のアプリケーションである。
FIG. 3 shows a configuration example of the server 40. As shown in FIG. The server 40 has a data reception function 41 , a memory 42 and an application 43 .
The data reception function 41 receives sensing data from each data source 10 .
Memory 42 stores sensing data from sensor 50 .
Application 43 collects sensing data from sensor 50 . The application 43 is any application that collects any sensing data detected or generated by a user terminal, sensor, in-vehicle system, or the like.
 図4に、データソース10の構成例を示す。データソース10は、要件通知機能11、送信ポリシー受信機能12、データ送信タイミング制御機能13、通信パス設定機能14、データ送信機能15、通信パス解放機能16、発生データ格納機能17、要件テーブル18、送信ポリシーテーブル19を備える。 FIG. 4 shows a configuration example of the data source 10. The data source 10 includes a requirement notification function 11, a transmission policy reception function 12, a data transmission timing control function 13, a communication path setting function 14, a data transmission function 15, a communication path release function 16, a generated data storage function 17, a requirement table 18, A transmission policy table 19 is provided.
 発生データ格納機能17は、センサ50からのセンシングデータを格納する。
 要件通知機能11は、要件テーブル18からデータ転送要件を読み出し、読み出したデータ転送要件を送信制御コントローラ20に通知する。
 送信ポリシー受信機能12は、送信制御コントローラ20から送信ポリシーを受信する。
 データ送信タイミング制御機能13は、送信ポリシーテーブル19に従い、通信パス設定機能14、データ送信機能15及び通信パス解放機能16を制御する。
 通信パス設定機能14は、サーバ40との通信パスを生成するための接続要求をネットワーク機器81に送信する。
 データ送信機能15は、発生データ格納機能17に格納されているセンシングデータを、サーバ40に送信する。
 通信パス解放機能16は、サーバ40との通信パスを解放するための解放要求をネットワーク機器81に送信する。
 要件テーブル18は、データソース10ごとのデータ転送要件を格納する。
 送信ポリシーテーブル19は、データソース10からサーバ40へセンシングデータを送信する際のポリシーを格納する。
The generated data storage function 17 stores sensing data from the sensor 50 .
The requirement notification function 11 reads data transfer requirements from the requirement table 18 and notifies the transmission controller 20 of the read data transfer requirements.
The transmission policy reception function 12 receives transmission policies from the transmission control controller 20 .
Data transmission timing control function 13 controls communication path setting function 14 , data transmission function 15 and communication path release function 16 according to transmission policy table 19 .
The communication path setting function 14 transmits a connection request for creating a communication path with the server 40 to the network device 81 .
The data transmission function 15 transmits sensing data stored in the generated data storage function 17 to the server 40 .
The communication path release function 16 transmits a release request for releasing the communication path with the server 40 to the network device 81 .
The requirement table 18 stores data transfer requirements for each data source 10 .
The transmission policy table 19 stores policies for transmitting sensing data from the data source 10 to the server 40 .
 図5に、各データソースの要件テーブル18に格納されている情報の一例を示す。要件テーブルには、データ転送要件として、各データソース10の許容遅延時間、データ発生頻度、データ発生量が、アプリケーションに紐づけて格納されている。許容遅延時間は、データが発生してから前記サーバに到達するまでの許容遅延時間である。データ発生量は、センサ50において一度に発生するデータ量である。 FIG. 5 shows an example of information stored in the requirement table 18 of each data source. In the requirement table, as data transfer requirements, the permissible delay time, data generation frequency, and data generation amount of each data source 10 are stored in association with the application. The permissible delay time is the permissible delay time from when data is generated until it reaches the server. The amount of data generated is the amount of data generated in the sensor 50 at one time.
 図6に、送信制御コントローラ20の構成例を示す。送信制御コントローラ20は、要件受信機能21、送信ポリシー決定機能22、送信ポリシー配信機能23、送信ポリシー決定ルール24を備える。 FIG. 6 shows a configuration example of the transmission controller 20. As shown in FIG. The transmission controller 20 has a requirement reception function 21 , a transmission policy determination function 22 , a transmission policy delivery function 23 and a transmission policy determination rule 24 .
 図7に、送信制御コントローラ20における動作の一例を示す。
 各データソース10が、要件テーブル18の情報に基づいて、送信制御コントローラ20に、データ転送要件を通知する(S101)。データ転送要件には、図5に示すような、各データソース10の許容遅延時間及びデータ発生頻度が含まれる。
 送信制御コントローラ20の要件受信機能21は、データソース10からのデータ転送要件を受信する。送信ポリシー決定機能22は、送信ポリシー決定ルール24に従い、データ転送要件に応じてデータソース10ごとに送信ポリシーを決定する(S102)。
 送信制御コントローラ20の送信ポリシー配信機能23は、決定した送信ポリシーを、各データソース10に配信する(S103)。
FIG. 7 shows an example of the operation of the transmission controller 20. As shown in FIG.
Each data source 10 notifies the transmission controller 20 of data transfer requirements based on the information in the requirement table 18 (S101). The data transfer requirements include the allowable delay time and data generation frequency of each data source 10, as shown in FIG.
A requirement reception function 21 of the transmission control controller 20 receives data transfer requirements from the data source 10 . The transmission policy determination function 22 determines the transmission policy for each data source 10 according to the data transfer requirements according to the transmission policy determination rule 24 (S102).
The transmission policy distribution function 23 of the transmission controller 20 distributes the determined transmission policy to each data source 10 (S103).
 図8に、送信ポリシー決定機能22における動作の一例を示す。
 送信制御コントローラ20は、データソース10からデータ転送要件を取得すると(S11)、許容遅延時間の要件を判定する(S12)。許容遅延時間の要件が100ms以下である場合(S12においてYes)、データ発生後即座にパスを生成し、送信する方式に決定する(S13)。一方、許容遅延時間の要件が100ms超である場合(S12においてNo)、センシングデータを一定量溜めて送信する方式に決定する(S14)。
 次に、送信制御コントローラ20は、データ発生頻度を判定する(S15)。データ発生頻度が4回/s以下である場合(S15においてYes)、データ送信後即座にパス解放する方式に決定する(S16)。一方、データ発生頻度が4回/s超である場合(S15においてNo)、データ送信完了後一定時間待機してパス解放する方式に決定する(S17)。
FIG. 8 shows an example of the operation of the transmission policy determination function 22. As shown in FIG.
When the transmission controller 20 acquires the data transfer requirements from the data source 10 (S11), it determines the allowable delay time requirements (S12). If the allowable delay time requirement is 100 ms or less (Yes in S12), a method of generating and transmitting a path immediately after data generation is determined (S13). On the other hand, if the allowable delay time requirement is more than 100 ms (No in S12), a method of storing a certain amount of sensing data and transmitting it is determined (S14).
Next, the transmission controller 20 determines the data generation frequency (S15). If the data generation frequency is 4 times/s or less (Yes in S15), the method of releasing the path immediately after data transmission is determined (S16). On the other hand, if the data generation frequency is more than 4 times/s (No in S15), the method of waiting for a certain period of time after completion of data transmission and releasing the path is determined (S17).
 例えば、図5に示すデータ転送要件の場合、送信ポリシー決定機能22は以下のように決定する。
・データソースA:
 許容遅延時間の設定時間が1000msであり、データ発生頻度の設定値が4回であるため、送信制御コントローラ20は送信ポリシーを第2の送信ポリシーに決定する。
・データソースB:
 許容遅延時間の設定時間が200msであり、データ発生頻度の設定値が10回であるため、送信制御コントローラ20は送信ポリシーを第4の送信ポリシーに決定する。
・データソースC:
 許容遅延時間の設定時間が100msであり、データ発生頻度の設定値が5回であるため、送信制御コントローラ20は送信ポリシーを第3の送信ポリシーに決定する。
 これにより、図9に示すような送信ポリシーがデータソースA~Cに与えられる。
For example, for the data transfer requirements shown in FIG. 5, the transmission policy determination function 22 determines as follows.
・Data source A:
Since the allowable delay time is set to 1000 ms and the data generation frequency is set to 4, the transmission controller 20 determines the second transmission policy as the transmission policy.
・Data source B:
Since the allowable delay time is set to 200 ms and the data generation frequency is set to 10 times, the transmission controller 20 determines the fourth transmission policy as the transmission policy.
・Data source C:
Since the set time of the allowable delay time is 100 ms and the set value of the data generation frequency is 5 times, the transmission controller 20 determines the third transmission policy as the transmission policy.
As a result, transmission policies as shown in FIG. 9 are given to data sources A to C. FIG.
 ここで、データ転送要件は、アプリケーションの情報が含まれていてもよい。この場合、送信制御コントローラ20は、ステップS12及びS15において、アプリケーションの情報に含まれる要件を考慮してしきい値を設定する。 Here, the data transfer requirements may include application information. In this case, the transmission controller 20, in steps S12 and S15, sets the threshold considering the requirements contained in the application information.
 データソース10は、送信制御コントローラ20から送信ポリシーを受信すると、送信ポリシーテーブル19に格納する。これにより、図9に示すように、各データソース10の送信ポリシーテーブル19に、各データソース10に適した送信ポリシーが格納される。 When the data source 10 receives the transmission policy from the transmission controller 20, it stores it in the transmission policy table 19. As a result, the transmission policy suitable for each data source 10 is stored in the transmission policy table 19 of each data source 10, as shown in FIG.
 データソース10は、センシングデータが発生すると、ネットワーク機器81へ通信パスの接続要求を送信する。受け取った機器81は、設定を反映する。例えば、データソース10Aがセンシングデータを送信する場合、データソース10Aが通信パスの接続要求をネットワーク機器81Bに送信する。すると、ネットワーク機器81Bは、データソース10Aとの通信パスを生成する。 The data source 10 transmits a communication path connection request to the network device 81 when sensing data is generated. The received device 81 reflects the setting. For example, when the data source 10A transmits sensing data, the data source 10A transmits a communication path connection request to the network device 81B. The network device 81B then creates a communication path with the data source 10A.
 センシングデータの送信ルートに設定されている各ネットワーク機器81には、予めセンシングデータの通信パスの接続先が設定されている。これにより、本開示では、データソース10Aとサーバ40との間を接続する予め定められたネットワーク機器81B及び81Aが、データソース10Aとサーバ40の間の通信パスを生成する。通信パスは、センシングデータを伝送可能な任意の手段を用いることが可能であり、VLAN等の仮想的なものであってもよいし、光パス等の物理的なものであってもよい。 For each network device 81 that is set as a sensing data transmission route, the connection destination of the sensing data communication path is set in advance. Thus, in the present disclosure, predetermined network devices 81B and 81A connecting between data source 10A and server 40 create communication paths between data source 10A and server 40. FIG. The communication path can use any means capable of transmitting sensing data, and may be virtual such as VLAN or physical such as optical path.
 通信パスの接続要求は、ネットワーク機器81で読み取り可能な任意のフォーマットのデータを用いることができる。例えば、RDMA(Remote Direct Memory Access)のパケットのヘッダに備わるAttribute ID領域を用いることができる。 Data in any format readable by the network device 81 can be used for the communication path connection request. For example, it is possible to use the Attribute ID area provided in the RDMA (Remote Direct Memory Access) packet header.
 図10に、Attribute ID領域の一例を示す。UDP(User Datagram Protocol)プロトコルで用いられるRoCE(RDMA over Converged Ethernet) v2を利用する場合、ネットワーク機器81は、MAD Header内のAttribute IDフィールドの記載に基づいて、ネゴシエーションを識別することができる。MAD Headerは、Base Transport Headerにおける、DATH Header内に格納されている。 Fig. 10 shows an example of the Attribute ID area. When using RoCE (RDMA over Converged Ethernet) v2 used in the UDP (User Datagram Protocol) protocol, the network device 81 can identify the negotiation based on the description of the Attribute ID field in the MAD Header. The MAD Header is stored in the DATH Header in the Base Transport Header.
 ネゴシエーションは、例えば、RDMAの接続要求を行うConnectRequest、RDMAの接続応答を示すConnectReply、使用可能な状態であることを示すReadyToUse、RDMAの解放要求を行うDisconnectRequest、RDMAの解放応答を示すDisconnectReplyが含まれる。ネゴシエーションごとにAttribute IDの値が定められており、例えば、Attribute IDが0x0010であれば、ネットワーク機器81Bにおけるパス生成のトリガーとすることができる。 Negotiation includes, for example, ConnectRequest for requesting RDMA connection, ConnectReply for indicating RDMA connection response, ReadyToUse for indicating a usable state, DisconnectRequest for requesting RDMA release, and DisconnectReply for indicating RDMA release response. . The value of Attribute ID is determined for each negotiation. For example, if Attribute ID is 0x0010, it can be used as a trigger for path generation in network device 81B.
 図11に、通信パスを生成及び解放する際のシーケンスの一例を示す。RDMAを用いる場合、データソース10Aは、ConnectRequestをトリガーとして、サーバ40までの通信パスの生成を行う。このとき、ネットワーク機器81Bは、ConnectRequestを次のネットワーク機器81Aへ転送する。ネットワーク機器81Aも、通信パスの生成完了後、ConnectRequestをサーバ40へ転送する。サーバ40は、生成された通信パスを用いて、ConnectReplyをデータソース10Aに送信する。データソース10Aは、サーバ40からConnectReplyを受信すると、ReadyToUseをサーバ40に送信する。これにより、データソース10Aからサーバ40へのRDMA通信が可能になる。  Fig. 11 shows an example of a sequence for creating and releasing a communication path. When using RDMA, the data source 10A generates a communication path to the server 40 with ConnectRequest as a trigger. At this time, the network device 81B transfers the ConnectRequest to the next network device 81A. The network device 81A also transfers the ConnectRequest to the server 40 after completing the generation of the communication path. The server 40 uses the generated communication path to send ConnectReply to the data source 10A. The data source 10A transmits ReadyToUse to the server 40 upon receiving the ConnectReply from the server 40 . This enables RDMA communication from the data source 10A to the server 40. FIG.
 通信パスを解放する際も、通信パスを生成する際と同様である。具体的には、データソース10Aは、Disconnect Requestをトリガーとして、サーバ40までの通信パスの解放を行う。このとき、ネットワーク機器81Bは、通信パスの解放が完了すると、Disconnect Requestをネットワーク機器81Aに転送する。ネットワーク機器81Aも同様である。サーバ40は、Disconnect Requestを受信すると、DisconnectReplyをデータソース10Aに送信する。  When releasing a communication path, it is the same as when creating a communication path. Specifically, the data source 10A releases the communication path to the server 40 with the Disconnect Request as a trigger. At this time, when the release of the communication path is completed, the network device 81B transfers the Disconnect Request to the network device 81A. The same applies to the network device 81A. When the server 40 receives the Disconnect Request, it sends a Disconnect Reply to the data source 10A.
 ネットワーク機器81B及び81Aにおいて、ConnectRequestを転送するタイミングは、例えば、通信パスの生成完了後である。しかし、本開示は、これに限定されない。例えば、ネットワーク機器81B及び81Aは、通信パスの生成の完了を待たずに、ConnectRequestを転送してもよい。 The timing for transferring the ConnectRequest in the network devices 81B and 81A is, for example, after the completion of the generation of the communication path. However, the present disclosure is not so limited. For example, the network devices 81B and 81A may transfer the ConnectRequest without waiting for the completion of communication path generation.
 図12に、通信パスを生成及び解放する際のシーケンスの一例を示す。この例では、ネットワーク機器81B及び81Aは、通信パスの生成の完了を待たずに、ConnectRequestを転送する。この場合、ネットワーク機器81B及び81Aは、ConnectRequestの送信元であるデータソース10Aに、パス設定完了通知を送信する機能を備える。本開示では、センシングデータの送信ルートは予め定められているため、データソース10Aはネットワーク機器81B及び81Aから送信されるパス設定完了通知の数をカウントすることで、送信ルートの全てのネットワーク機器81B及び81Aにおいて通信パスの設定が完了したことを確認することができる。この確認ができたら、データソース10Aは、ReadyToUseをサーバ40に送信する。これにより、データソース10Aからサーバ40へのRDMA通信が可能になる。  Fig. 12 shows an example of a sequence for creating and releasing a communication path. In this example, the network devices 81B and 81A forward the ConnectRequest without waiting for the completion of communication path generation. In this case, the network devices 81B and 81A have a function of transmitting a path setting completion notification to the data source 10A, which is the source of the ConnectRequest. In the present disclosure, since the transmission route of the sensing data is determined in advance, the data source 10A counts the number of path setting completion notifications transmitted from the network devices 81B and 81A so that all the network devices 81B on the transmission route and 81A, it can be confirmed that the setting of the communication path has been completed. After this confirmation, the data source 10A transmits ReadyToUse to the server 40 . This enables RDMA communication from the data source 10A to the server 40. FIG.
 通信パスを解放する際、データソース10Aは、Disconnect Requestをサーバ40に送信する。サーバ40は、通信パスを解放し、DisconnectReplyをデータソース10Aに送信する。サーバ40で通信パスが解放されるため、ネットワーク機器81A及び81Bにおいても通信パスが解放される。 When releasing the communication path, the data source 10A sends a Disconnect Request to the server 40. Server 40 releases the communication path and sends a DisconnectReply to data source 10A. Since the communication paths are released in the server 40, the communication paths are also released in the network devices 81A and 81B.
 図13に、データソース10Bからサーバ40へのセンシングデータの送信例を示す。データソース10Bは、第4の送信ポリシーに従い、センシングデータを送信する。
 データソース10Bは、センサ50で発生したセンシングデータを蓄積し、データが20MBに達すると、サーバ40との間で通信パスを生成する(S202)。
 データソース10Bは、通信パスの生成が完了すると、サーバ40へセンシングデータを送信する(S204-1、S204-2)。データソース10Bは、サーバ40へのセンシングデータの送信が完了すると、その後の50msの間、通信パスの解放要求の送信を待機する。その間にセンシングデータが発生した場合、その都度センシングデータを送信する(S204-3)。
 データソース10Bは、最後のデータ送信(ステップS204-3)から50msが経過すると、通信パスを解放する(S205)。
FIG. 13 shows an example of transmission of sensing data from the data source 10B to the server 40. As shown in FIG. The data source 10B transmits sensing data according to the fourth transmission policy.
The data source 10B accumulates the sensing data generated by the sensor 50, and when the data reaches 20 MB, it creates a communication path with the server 40 (S202).
When the communication path generation is completed, the data source 10B transmits sensing data to the server 40 (S204-1, S204-2). After completing the transmission of the sensing data to the server 40, the data source 10B waits for the next 50 ms before transmitting a communication path release request. When sensing data is generated during that time, the sensing data is transmitted each time (S204-3).
The data source 10B releases the communication path (S205) when 50 ms have passed since the last data transmission (step S204-3).
 図14に、データソース10Aからサーバ40へのセンシングデータの送信例を示す。データソース10Aは、第2の送信ポリシーに従い、センシングデータを送信する。
 データソース10Aは、センサ50で発生したセンシングデータを蓄積し、データが15MBに達すると、サーバ40との間で通信パスを生成する(S302)。そして、データソース10Aは、通信パスの生成が完了すると、蓄積したセンシングデータをまとめてサーバ40へ送信する(S304-1、S304-2、S304-3)。
 データソース10Aは、サーバ40へのセンシングデータの送信が完了すると、通信パスを解放する(S305)。
FIG. 14 shows an example of transmission of sensing data from the data source 10A to the server 40. As shown in FIG. The data source 10A transmits sensing data according to the second transmission policy.
The data source 10A accumulates sensing data generated by the sensor 50, and when the data reaches 15 MB, it creates a communication path with the server 40 (S302). When the communication path generation is completed, the data source 10A collectively transmits the accumulated sensing data to the server 40 (S304-1, S304-2, S304-3).
When the transmission of the sensing data to the server 40 is completed, the data source 10A releases the communication path (S305).
 図15に、データソース10Cからサーバ40へのセンシングデータの送信例を示す。データソース10Cは、第3の送信ポリシーに従い、センシングデータを送信する。
 データソース10Cは、センシングデータが発生すると、サーバ40との間で通信パスを生成する(S402)。データソース10Cは、通信パスの生成が完了すると、サーバ40へセンシングデータを送信し(S404-1)、その後の20msの間、通信パスの解放要求の送信を待機する。その間にセンシングデータが発生した場合、その都度センシングデータを送信する(S404-2、S404-3)。データソース10Cは、最後のデータ送信(ステップS404-3)から20msが経過すると、通信パスを解放する(S405)。
FIG. 15 shows an example of transmission of sensing data from the data source 10C to the server 40. As shown in FIG. The data source 10C transmits sensing data according to the third transmission policy.
When sensing data is generated, the data source 10C creates a communication path with the server 40 (S402). When the communication path generation is completed, the data source 10C transmits sensing data to the server 40 (S404-1), and then waits for transmission of a communication path release request for 20 ms. When sensing data is generated during that time, the sensing data is transmitted each time (S404-2, S404-3). The data source 10C releases the communication path (S405) when 20 ms have passed since the last data transmission (step S404-3).
 図13から図15に示すように、本実施形態は、通信パスを必要なタイミングで時分割に割り当てることで、ネットワークリソースの枯渇を防ぎ、大量のデータソースとのRDMA通信を実現する。センシングデータを送信したいデータソース10に必要な期間だけ通信パスを割り当てるため、パスの利用率を向上できるとともに、ネットワークリソースを削減できる。 As shown in FIGS. 13 to 15, this embodiment prevents exhaustion of network resources and realizes RDMA communication with a large amount of data sources by time-divisionally allocating communication paths at necessary timings. Since a communication path is allocated to the data source 10 to which sensing data is to be transmitted only for the required period, the utilization rate of the path can be improved and network resources can be reduced.
(本開示の効果)
 以上説明したように、本開示は、送信ポリシーをデータソース10ごとに決定し、送信ポリシーに従って各データソース10の通信パスを生成するため、通信パスを必要なタイミングで時分割に割り当てることができる。このため、本開示は、データ送信の即時性と通信パス利用時間短縮のトレードオフに対し、各データソース10からサーバ40への通信パス利用時間を短縮し、通信パスの使いまわしを容易にし、通信ネットワーク80の全体としての通信パス必要数を削減するよう、制御することができる。
(Effect of the present disclosure)
As described above, the present disclosure determines a transmission policy for each data source 10 and generates communication paths for each data source 10 according to the transmission policy, so communication paths can be allocated in a time division manner at required timings. . For this reason, the present disclosure shortens the communication path utilization time from each data source 10 to the server 40, facilitates reuse of the communication path, and reduces the trade-off between data transmission immediacy and communication path utilization time reduction. It can be controlled to reduce the number of required communication paths for the communication network 80 as a whole.
 したがって、本開示は、ロスレスかつ広帯域な通信ネットワーク80を通信パスで実現し、大量のネットワークリソースを要せず、多数のデータソースとのRDMA通信を可能にすることができる。さらに、本開示は、通信ネットワーク80でのデータのロスを防ぐことができるため、確実なRDMAを用いたデータ転送を実現することができる。 Therefore, the present disclosure can realize a lossless and broadband communication network 80 with communication paths, and enable RDMA communication with multiple data sources without requiring a large amount of network resources. Furthermore, the present disclosure can prevent data loss in the communication network 80, so that data transfer using reliable RDMA can be realized.
 なお、本実施形態では、サーバ40の収集するデータがセンシングデータである例を示したが、ユーザ端末やセンサ、車載システムなど、本開示は収集の要求される任意のデータに適用可能である。 In this embodiment, an example in which the data collected by the server 40 is sensing data is shown, but the present disclosure can be applied to any data that is required to be collected, such as user terminals, sensors, and in-vehicle systems.
 また、上述の実施形態ではデータソース10とサーバ40との間でロスレスかつ広帯域の通信パスを設定する例を示したが、品質が保証されていないデータの転送経路を通信パスとして設定してもよい。 Further, in the above-described embodiment, an example of setting a lossless and broadband communication path between the data source 10 and the server 40 has been shown. good.
 本開示は情報通信産業に適用することができる。 This disclosure can be applied to the information and communications industry.
10、10A、10B、10C:データソース
20:送信制御コントローラ
40:サーバ
50:センサ
11:要件通知機能
12:送信ポリシー受信機能
13:データ送信タイミング制御機能
14:通信パス設定機能
15:データ送信機能
16:通信パス解放機能
17:発生データ格納機能
18:要件テーブル
19:送信ポリシーテーブル
21:要件受信機能
22:送信ポリシー決定機能
23:送信ポリシー配信機能
24:送信ポリシー決定ルール
41:データ受信機能
42:メモリ
43:アプリケーション
80:通信ネットワーク
81A、81B、81C、81D、81E:ネットワーク機器
10, 10A, 10B, 10C: data source 20: transmission control controller 40: server 50: sensor 11: requirement notification function 12: transmission policy reception function 13: data transmission timing control function 14: communication path setting function 15: data transmission function 16: Communication path release function 17: Generated data storage function 18: Requirement table 19: Transmission policy table 21: Requirement reception function 22: Transmission policy determination function 23: Transmission policy distribution function 24: Transmission policy determination rule 41: Data reception function 42 : memory 43: application 80: communication network 81A, 81B, 81C, 81D, 81E: network equipment

Claims (8)

  1.  複数のデータソースからのデータをサーバに収集するシステムにおいて、
     前記複数のデータソースから前記サーバにデータを転送するネットワーク機器が、前記データソースごとに定められており、
     前記複数のデータソースは、それぞれ、前記サーバに送信すべきデータが発生すると、自装置に定められている前記ネットワーク機器に対して通信パスの接続要求を送信する、
     システム。
    In a system that collects data from multiple data sources into a server,
    a network device for transferring data from the plurality of data sources to the server is determined for each data source;
    When data to be transmitted to the server is generated, each of the plurality of data sources transmits a communication path connection request to the network device determined in the device itself.
    system.
  2.  前記ネットワーク機器は、
     予め定められたデータソース又はネットワーク機器から通信パスの接続要求を受信すると、
     前記通信パスの接続要求の送信元との間で通信パスを生成し、
     前記通信パスの接続要求の送信元に応じて定められたネットワーク機器又はサーバに通信パスの接続要求を送信し、当該通信パスの接続要求の送信先との間で通信パスを生成する、
     請求項1に記載のシステム。
    The network equipment is
    Upon receiving a communication path connection request from a predetermined data source or network device,
    generating a communication path with a source of a connection request for the communication path;
    transmitting a communication path connection request to a network device or server determined according to the source of the communication path connection request, and generating a communication path with the transmission destination of the communication path connection request;
    The system of claim 1.
  3.  前記通信パスの接続要求は、RDMA(Remote Direct Memory Access)のパケットのヘッダを用いて送信され、
     前記データソースと前記サーバとの間でRDMAを用いたデータの転送が可能な通信パスが生成される、
     請求項1又は2に記載のシステム。
    The communication path connection request is transmitted using a RDMA (Remote Direct Memory Access) packet header,
    A communication path is created between the data source and the server that allows data to be transferred using RDMA.
    3. A system according to claim 1 or 2.
  4.  前記通信パスの接続要求は、RDMAのパケットのヘッダに備わるAttribute ID領域を用いて、ネットワーク機器に送信される、
     請求項3に記載のシステム。
    The communication path connection request is transmitted to the network device using an Attribute ID area provided in the RDMA packet header,
    4. The system of claim 3.
  5.  複数のデータソースからのデータをサーバに収集するシステムが実行する方法であって、
     前記システムは、前記複数のデータソースから前記サーバにデータを転送するネットワーク機器が、前記データソースごとに定められており、
     前記複数のデータソースは、それぞれ、前記サーバに送信すべきデータが発生すると、自装置に定められている前記ネットワーク機器に対して通信パスの接続要求を送信する、
     方法。
    A method performed by a system for collecting data from multiple data sources on a server, comprising:
    In the system, a network device for transferring data from the plurality of data sources to the server is defined for each data source,
    When data to be transmitted to the server is generated, each of the plurality of data sources transmits a communication path connection request to the network device determined in the device itself.
    Method.
  6.  複数のデータソース装置からのデータをサーバに収集するシステムに備わる前記データソース装置であって、
     前記サーバにデータを転送するネットワーク機器が予め定められており、
     前記サーバに送信すべきデータが発生すると、自装置に定められている前記ネットワーク機器に対して通信パスの接続要求を送信する、
     データソース装置。
    The data source device provided in a system that collects data from a plurality of data source devices to a server,
    A network device for transferring data to the server is predetermined,
    When data to be transmitted to the server is generated, a communication path connection request is transmitted to the network device defined in the device itself;
    Data source device.
  7.  複数のデータソース装置からのデータをサーバに収集するシステムに備わる前記データソース装置が実行する方法であって、
     前記データソース装置は、
     前記サーバに送信すべきデータが発生すると、自装置に定められているネットワーク機器に対して通信パスの接続要求を送信する、
     方法。
    A method executed by a data source device provided in a system for collecting data from a plurality of data source devices on a server,
    The data source device
    When data to be transmitted to the server is generated, a communication path connection request is transmitted to a network device determined in the own device.
    Method.
  8.  請求項1から4のいずれかに記載のシステムに備わる前記データソースとしてコンピュータを実現させるためのプログラム。 A program for implementing a computer as the data source provided in the system according to any one of claims 1 to 4.
PCT/JP2022/007865 2022-02-25 2022-02-25 Data collection system, method, and program WO2023162130A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/007865 WO2023162130A1 (en) 2022-02-25 2022-02-25 Data collection system, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/007865 WO2023162130A1 (en) 2022-02-25 2022-02-25 Data collection system, method, and program

Publications (1)

Publication Number Publication Date
WO2023162130A1 true WO2023162130A1 (en) 2023-08-31

Family

ID=87765027

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/007865 WO2023162130A1 (en) 2022-02-25 2022-02-25 Data collection system, method, and program

Country Status (1)

Country Link
WO (1) WO2023162130A1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020017821A (en) * 2018-07-24 2020-01-30 富士通フロンテック株式会社 External information reception and distribution device, data transmission method, and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020017821A (en) * 2018-07-24 2020-01-30 富士通フロンテック株式会社 External information reception and distribution device, data transmission method, and program

Similar Documents

Publication Publication Date Title
US7930446B2 (en) Methods and apparatuses for wireless network communication wherein a universal serial bus request block (URB) is generated that will vary parameters that controls wireless transmission commands between devices
EP3547580B1 (en) Data sending method and apparatus, and data receiving method and apparatus
CN106411767B (en) Pass through method, system and the medium of the transmission operation that Remote Direct Memory accesses
KR101021566B1 (en) Mechanism for providing quality of service in a network utilizing priority and reserved bandwidth protocols
EP2193634B1 (en) Bandwidth reservation for data flows in interconnection networks
US10484472B2 (en) Methods and systems for efficiently moving data between nodes in a cluster
US11513985B2 (en) RoCE over wireless
KR101426217B1 (en) Reducing the maximum latency of reserved streams
JP2023511889A (en) Service level configuration method and apparatus
US7580410B2 (en) Extensible protocol processing system
US11177969B2 (en) Interface device and data communication method
CN112398754B (en) Data transmission method, device, medium, electronic equipment and network access equipment
WO2023162130A1 (en) Data collection system, method, and program
WO2014010189A1 (en) Proxy device, communication system, program
WO2023162128A1 (en) System, method, and program for collecting data
WO2023162127A1 (en) System, method, and program for collecting data
WO2018142866A1 (en) Transfer device, transfer method and program
WO2023012878A1 (en) System, method, and program for collecting data
WO2024150299A1 (en) Device and method for preliminarily predicting and executing establishment of communication path
WO2023162134A1 (en) Data collecting system, method and program
WO2024150298A1 (en) Device and method for predicting release of communication path in advance and performing same
WO2024150300A1 (en) Device and method for transferring data by method according to situation of communication network
JP6488557B2 (en) Communication control system, communication system, communication control method, and communication control program
JPH10190734A (en) Packet transfer device/method
EP3955115B1 (en) Flexible link level retry for shared memory switches

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22928657

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2024502363

Country of ref document: JP

Kind code of ref document: A