WO2022034693A1 - 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム - Google Patents

通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム Download PDF

Info

Publication number
WO2022034693A1
WO2022034693A1 PCT/JP2020/030911 JP2020030911W WO2022034693A1 WO 2022034693 A1 WO2022034693 A1 WO 2022034693A1 JP 2020030911 W JP2020030911 W JP 2020030911W WO 2022034693 A1 WO2022034693 A1 WO 2022034693A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication quality
application
communication
dpi
dpi rule
Prior art date
Application number
PCT/JP2020/030911
Other languages
English (en)
French (fr)
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 US18/020,187 priority Critical patent/US20240039814A1/en
Priority to PCT/JP2020/030911 priority patent/WO2022034693A1/ja
Priority to JP2022542569A priority patent/JP7452665B2/ja
Publication of WO2022034693A1 publication Critical patent/WO2022034693A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/06Generation of reports
    • H04L43/062Generation of reports related to network traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/02Capturing of monitoring data
    • H04L43/028Capturing of monitoring data by filtering
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/12Network monitoring probes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0852Delays
    • H04L43/0864Round trip delays

Definitions

  • This disclosure relates to a system for measuring the communication quality of an application that uses communication.
  • application is referred to as application and the communication may be referred to as application communication).
  • application communication the communication quality of application communication between user terminals and servers
  • the demand for wanting is increasing.
  • the first method of measuring the communication quality by executing the Ping command for confirming the communication from the user terminal to the server see, for example, Non-Patent Document 1
  • the server side A second method of providing the communication quality acquired in the application to the user terminal (see, for example, Non-Patent Document 2), and a third method of acquiring and analyzing a capture of the communication traffic can be considered.
  • the measurement is performed by the DPI (Deep Packet Inspection) that reads the header in the payload specified by the application layer.
  • DPI Deep Packet Inspection
  • the communication system of the present disclosure holds the DPI rule for each application in the DPI rule management server in advance, duplicates the packet extracted based on the filtering rule for extracting the packet of the specified application, and duplicates the packet extracted from the DPI rule management server. Information is extracted from the packet based on the acquired DPI rule of the application, and the communication quality is calculated based on the extracted information.
  • the DPI rule for each application is stored in the DPI rule management server in advance, the packet extracted based on the filtering rule for extracting the packet of the specified application is duplicated, and the DPI rule management is performed. Information is extracted from the packet based on the DPI rule of the application acquired from the server, and the communication quality is calculated based on the extracted information.
  • the gateway device of the present disclosure holds the DPI rule for each application in the DPI rule management server in advance, duplicates the packet extracted based on the filtering rule for extracting the packet of the specified application, and duplicates the packet extracted from the DPI rule management server. Information is extracted from the packet based on the acquired DPI rule of the application, and the communication quality is calculated based on the extracted information.
  • the program of the present disclosure is a program for realizing a computer as each functional unit provided in the communication device according to the present disclosure, and for causing the computer to execute each step provided in the communication method executed by the communication device according to the present disclosure. It is a program.
  • the communication quality such as RTT of the application communication itself can be continuously and easily grasped without depending on the protocol type.
  • An example of a system configuration showing the outline of the present disclosure is shown.
  • An example of the configuration of the system according to the embodiment is shown.
  • An example of the configuration of the terminal according to the embodiment is shown.
  • a configuration example of the home gateway according to the embodiment is shown.
  • An example of the configuration of the application server according to the embodiment is shown.
  • a configuration example of the DPI rule management server according to the embodiment is shown.
  • An example of the update flow of the communication status table in the terminal is shown.
  • An example of a flow requesting measurement of communication quality in a terminal is shown.
  • An example of the communication quality measurement flow in the home gateway is shown.
  • An example of the request flow of the DPI rule in the home gateway is shown.
  • An example of the response flow of the DPI rule request in the DPI rule management server is shown.
  • An example of the processing flow of the DPI rule request response in the home gateway is shown.
  • An example of the information extraction flow in the home gateway is shown.
  • An example of the DPI rule table is shown.
  • An example of extracting packet information is shown.
  • An example of the data stored in the packet data storage unit is shown.
  • An example of the communication quality measurement flow in the home gateway is shown.
  • An example of calculating communication quality is shown.
  • An example of the communication quality display flow in the terminal is shown.
  • FIG. 1 shows an example of a system configuration showing an outline of the present disclosure.
  • the DPI rule database 195 and the HGW (home gateway) 91 cooperate to perform DPI and present only the quality. Specifically, capture and DPI analysis are performed in the apparatus of HGW91 based on the DPI rule obtained from the DPI rule database 195, and only the analysis result is provided to the user terminal 193. By doing so, the user can easily grasp the communication quality such as RTT of the application communication itself regardless of the type of the application and the application provider does not disclose the packet header information. Build a capable architecture.
  • FIG. 2 shows a configuration example of the system according to the embodiment.
  • the terminal 93 communicates with the application server 94 via the home gateway (HGW) 91.
  • the DPI rule management server 95 is connected to the home gateway 91 via the network 92.
  • the system of the present disclosure is a communication quality display system that drives a home gateway 91 and displays the communication quality of an application executed on the terminal 93 on the terminal 93.
  • the terminal 93, the home gateway 91, and the DPI rule management server 95 each have the following functions.
  • the terminal 93 has a function of requesting the home gateway 91 to measure the communication quality.
  • the terminal 93 is When the user specifies the application for which communication quality is to be acquired, the filtering rule generation function that identifies the communication flow of the application and generates the filtering rule, and A DPI rule request function that sends a signal requesting a DPI rule for analyzing the packet of the application to the DPI rule management server 95, and The home gateway setting function that sets the home gateway 91 to analyze the communication quality based on the DPI rule and filtering rule obtained by the DPI rule request function, and Have.
  • the home gateway 91 has a function of measuring the communication quality requested by the terminal 93.
  • the home gateway 91 is The DPI function that duplicates the packet extracted based on the filtering rule and obtains the packet time series data extracted from the header of the duplicated packet based on the DPI rule in real time.
  • a communication quality display function that calculates and displays communication quality information in real time from the packet time series data obtained by the DPI function, and Have.
  • the DPI rule management server 95 DPI rule registration function that registers DPI rules based on the DPI rule registration signal from the application provider, A DPI rule response function that reads the DPI rule from the DPI rule database 53 based on the DPI rule request signal transmitted from the terminal 93 and transmits it to the terminal 93 as a response signal. Have.
  • FIG. 3 shows a configuration example of the terminal 93 according to the embodiment.
  • the terminal 93 has a communication IF (interface) 31, a communication application 32, a TCP / UDP communication unit 33, a communication process monitoring unit 34, a communication status table 35, a communication quality measurement application 36, a communication quality measurement request unit 37, and a communication quality display request.
  • a unit 38 is provided.
  • the communication IF (interface) 31 is communicatively connected to the home gateway 91.
  • the communication application 32 executes the application provided by the application server 94.
  • the TCP / UDP communication unit 33 performs TCP / UDP communication with the application server 94.
  • the communication process monitoring unit 34 acquires the communication status of the TCP / UDP communication unit 33 and the name of the communication application 32, and obtains the application name, the IP address used by the application, and the TCP / UDP port number as communication status information. Is registered in the communication status table 35.
  • the method of acquiring information of TCP / UDP communication is arbitrary, and for example, when the OS of the terminal 93 is windows, the netstat function can be used.
  • the communication status table 35 stores communication status information including the IP address used by the application and the TCP / UDP port number.
  • the communication quality measurement application 36 displays the information stored in the communication status table 35 on the display unit (not shown) of the terminal 93.
  • the communication quality measurement request unit 37 notifies the home gateway 91 of the communication status information notified from the communication quality measurement application 36 as a communication quality request.
  • the communication quality display request unit 38 transmits the communication quality acquisition request to the home gateway 91.
  • FIG. 4 shows a configuration example of the home gateway 91 according to the embodiment.
  • the home gateway 91 includes WAN IF11, WAN communication unit 12, LAN communication unit 13, LAN IF14, packet copy unit 15, information extraction unit 16, packet data storage unit 17, communication quality measurement unit 18, communication quality data storage unit 19, and so on. It includes a communication quality providing unit 20, a DPI rule requesting unit 21, a DPI rule table 22, a communication quality measurement request processing unit 23, and a filtering rule table 24.
  • the WAN IF 11 is communicatively connected to the network 92.
  • the WAN communication unit 12 communicates with the application server 94 via the network 92.
  • the LAN communication unit 13 performs LAN communication with the terminal 93.
  • the LAN IF 14 is communicatively connected to the terminal 93.
  • the DPI rule request unit 21 transmits a DPI rule request to request the DPI rule information regarding the application name notified from the communication quality measurement request processing unit 23 to the DPI rule management server 95.
  • the DPI rule table 22 stores the DPI rule information described in the DPI rule request response.
  • the communication quality measurement request processing unit 23 registers the information of the IP address and the TCP / UDP port number in the filtering rule table 24 among the communication quality requests received from the terminal 93.
  • the filtering rule table 24 stores information on the IP address and the TCP / UDP port number.
  • the packet copy unit 15 copies only the packets that match the filtering rules listed in the filtering rule table 24, and transfers the copied packets to the information extraction unit 16.
  • the information extraction unit 16 extracts the copied packet information based on the DPI rule described in the DPI rule table 22, and stores the extracted information in the packet data storage unit 17.
  • the packet data storage unit 17 stores the extraction information.
  • the communication quality measuring unit 18 measures the communication quality using the extracted information stored in the packet data storage unit 17.
  • the communication quality data storage unit 19 stores the communication quality measured by the communication quality measurement unit 18.
  • FIG. 5 shows a configuration example of the application server 94 according to the embodiment.
  • the application server 94 includes a communication IF 41, a TCP / UDP communication unit 42, and a communication application 43.
  • the communication IF 41 is communicatively connected to the network 92.
  • the TCP / UDP communication unit 42 communicates with the terminal 93 via the network 92.
  • the communication application 43 provides an application to the terminal 93 via the network 92.
  • FIG. 6 shows a configuration example of the DPI rule management server 95 according to the embodiment.
  • the DPI rule management server 95 includes a communication IF 51, a DPI rule response unit 52, and a DPI rule database 53.
  • the communication IF 51 is communicatively connected to the network 92.
  • the DPI rule database 53 stores DPI rules based on the DPI rule registration signal from the application provider.
  • the DPI rule response unit 52 reads the DPI rule from the DPI rule database 53 based on the DPI rule request signal transmitted from the terminal 93, and transmits it to the terminal 93 as a response signal.
  • FIG. 7 shows an example of the update flow of the communication status table in the terminal 93.
  • the communication process monitoring unit 34 acquires the communication status of the TCP / UDP communication unit 33 and the name of the communication application 32 (S101). Among the acquired information, the communication process monitoring unit 34 registers the application name, the IP address used by the application, and the TCP / UDP port number in the communication status table 35 as communication status information (S102). The timing of these processes is arbitrary, but they can also be executed periodically.
  • FIG. 8 shows an example of a flow for requesting measurement of communication quality in the terminal 93.
  • the communication quality measurement application 36 displays the contents of the communication status table 35 on the display unit (not shown) of the terminal 93 (S211).
  • the communication quality measurement application 36 notifies the communication quality measurement request unit 37 of communication status information regarding the selected application (S213).
  • the communication quality measurement request unit 37 notifies the home gateway 91 of the communication status information notified from the communication quality measurement application 36 as a communication quality request (S214).
  • FIG. 9 shows an example of the communication quality measurement flow in the home gateway 91.
  • the home gateway 91 receives the communication quality request from the terminal 93
  • the home gateway 91 transfers the communication quality request to the communication quality measurement request processing unit 23 (S221).
  • the communication quality measurement request processing unit 23 registers the information of the IP address and the TCP / UDP port number in the filtering rule table 24 among the communication quality requests received from the terminal 93 (S222).
  • the communication quality measurement request processing unit 23 notifies the DPI rule request unit 21 of the application name among the communication quality requests received from the terminal 93 (S223).
  • FIG. 10 shows an example of the request flow of the DPI rule in the home gateway 91.
  • the DPI rule request unit 21 transmits a DPI rule request to request the DPI rule information regarding the application name notified from the communication quality measurement request processing unit 23 to the DPI rule management server 95 (S231).
  • FIG. 11 shows an example of the response flow of the DPI rule request in the DPI rule management server 95.
  • the DPI rule management server 95 transfers the DPI rule request to the DPI rule request response unit 52 (S241).
  • the DPI rule request response unit 52 reads the DPI rule information of the application from the application name described in the DPI rule request from the DPI rule database 53 (S242).
  • the DPI rule request / response unit 52 transmits a DPI rule request / response describing the read DPI rule information to the home gateway 91 (S243).
  • FIG. 12 shows an example of the processing flow of the DPI rule request response in the home gateway 91.
  • the home gateway 91 receives the DPI rule request response, it forwards it to the DPI rule request unit 21 (S251).
  • the DPI rule request unit 21 registers the DPI rule information described in the DPI rule request response in the DPI rule table 22 (S252).
  • FIG. 16 shows an example of the DPI rule.
  • DPI rules include application, start position, sequence number position, sequence number byte order, ACK sequence number position, ACK sequence byte order, ACK sequence rule.
  • FIG. 13 shows an example of the information extraction flow in the home gateway 91.
  • the packet copy unit 15 copies only the packets that match the filtering rules listed in the filtering rule table 24 among the packets sent and received by the home gateway 91, and transfers the copied packets to the information extraction unit 16 (S311). ).
  • the information extraction unit 16 extracts the copied packet information based on the DPI rule described in the DPI rule table 22, and stores the extracted information in the packet data storage unit 17 (S312).
  • FIG. 14 shows an example of extracting packet information.
  • the DPI rule is information extraction from the payload as shown in FIG. 15
  • the information defined by the DPI rule is extracted from the payload.
  • FIG. 16 shows an example of the data stored in the packet data storage unit 17.
  • FIG. 17 shows an example of the communication quality measurement flow in the home gateway 91.
  • the communication quality providing unit 20 calculates the communication quality from the analysis method described in the DPI rule table 22 and the extracted information stored in the packet data storage unit 17, and stores the calculation result in the communication quality data storage unit 19 ( S321).
  • FIG. 18 shows an example of calculating communication quality.
  • the RTT is calculated using the time and direction of the ACK corresponding to the sequence number.
  • the ACK for sequence number 51749 is sequence number 51370
  • the ACK for the sequence number 51750 is the sequence number 51370
  • FIG. 19 shows an example of the communication quality display flow in the terminal 93.
  • the communication quality measurement application 36 receives an operation from the user to display the measured communication quality
  • the communication quality measurement application 36 transmits a request for acquiring the communication quality to the communication quality display requesting unit 38 (S401).
  • the communication quality display request unit 38 receives the request for acquiring the communication quality
  • the communication quality display request unit 38 transmits the communication quality acquisition request to the home gateway 91 (S402).
  • the home gateway 91 receives the communication quality acquisition request, it transfers it to the communication quality providing unit 20 (S403).
  • the communication quality providing unit 20 takes out the communication quality data from the communication quality data storage unit 19 and transmits it to the terminal 93 as a communication quality data acquisition response (S404).
  • the communication quality display requesting unit 38 of the terminal 93 Upon receiving the communication quality data acquisition response, the communication quality display requesting unit 38 of the terminal 93 transfers the communication quality data to the communication quality measurement application 36 (S405).
  • the communication quality measurement application 36 displays communication quality data on a display unit (not shown) provided in the terminal 93 (S406). As a result, the present embodiment can grasp the communication quality of the application communication.
  • the present disclosure information is extracted from the packet passing through the HGW 91 and the communication quality of the application communication is measured. Therefore, the present disclosure can continuously grasp the communication quality of application communication without depending on the protocol type. Further, in the present disclosure, the user of the terminal 93 only needs to select the communication state information regarding the application. Therefore, the present disclosure can easily grasp the communication quality of the application communication. Therefore, in the present disclosure, the communication quality such as RTT of the application communication itself can be continuously and easily grasped without depending on the protocol type.
  • the device of the present invention can also be realized by a computer and a program, and the program can be recorded on a recording medium or provided through a network.
  • This disclosure can be applied to the information and communication industry.

Landscapes

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

Abstract

本開示は、アプリ通信そのもののRTTなどの通信品質を、プロトコル種別に依存することなく、継続的かつ容易に把握することを目的とする。 本開示の通信システムは、予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する。

Description

通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム
 本開示は、通信を利用するアプリケーションの通信品質を測定するシステムに関する。
 eSportsや遠隔操作などの双方向アプリケーションの普及に伴い、ユーザ端末及びサーバ間でのアプリケーションの通信(以下、アプリケーションをアプリと称し、その通信をアプリ通信と称する場合がある。)の通信品質を知りたいという要求が高まっている。アプリ通信の通信品質を取得する方法として、ユーザ端末からサーバに疎通を確認するためのPingコマンドを実行し、通信品質を測定する第1の方法(例えば、非特許文献1参照。)、サーバ側が当該アプリケーション内で取得している通信品質をユーザ端末に提供する第2の方法(例えば、非特許文献2参照。)、通信トラヒックのキャプチャを取得して分析する第3の方法、が考えられる。第3の方法では、アプリレイヤで規定するペイロード内のヘッダ読みとりを行うDPI(Deep Packet Inspection)で測定する。
 しかしながら、これらの方法には以下の課題がある。
 第1の方法で得られるのは、Pingを実行した瞬間のPingパケットのRTT(Round Trip Time)のみであるため、アプリ通信そのもののRTTを測定しているわけではないこと、アプリケーションを実行している時間中のRTTを時系列的に得ることができないこと、といった課題がある。
 第2の方法の場合、アプリ通信そのもののRTTを測定することが可能であるものの、1秒~数秒ごとに通信品質が表示されるのみであるため瞬間的な通信品質変動を検知することができない、といった課題がある。
 第3の方法の場合、アプリ通信そのもののRTTを、継続的かつ客観的に正しい形で計測することが可能であるものの、TCP(Transmission Control Protocol)のようにヘッダ情報が一般的にアプリケーションの場合、RTTを測定するためのパケット上のシーケンス番号、ACK番号の所在位置をユーザが把握した上で測定する仕組みを構築しなければならず、非常に煩雑である。これらのパケットの構造はアプリケーションごとに異なるため、各アプリケーションそれぞれに対してシーケンス番号、ACK番号の所在位置を把握しなければならない。
https://pecolife.com/ping-down-onlinegame/ https://pecolife.com/ping-down-onlinegame/
 したがって、本発明では、アプリ通信そのもののRTTなどの通信品質を、プロトコル種別に依存することなく、継続的かつ容易に把握することを目的とする。
 本開示の通信システムは、予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する。
 本開示の通信品質測定方法は、予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する。
 本開示のゲートウェイ装置は、予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する。
 本開示のプログラムは、本開示に係る通信装置に備わる各機能部としてコンピュータを実現させるためのプログラムであり、本開示に係る通信装置が実行する通信方法に備わる各ステップをコンピュータに実行させるためのプログラムである。
 本開示によれば、アプリ通信そのもののRTT等の通信品質を、プロトコル種別に依存することなく、継続的かつ容易に把握することができる。
本開示の概略を表すシステム構成例を示す。 実施形態に係るシステムの構成例を示す。 実施形態に係る端末の構成例を示す。 実施形態に係るホームゲートウェイの構成例を示す。 実施形態に係るアプリケーションサーバの構成例を示す。 実施形態に係るDPIルール管理サーバの構成例を示す。 端末における通信状態テーブルの更新フローの一例を示す。 端末における通信品質の測定を要求するフローの一例を示す。 ホームゲートウェイにおける通信品質の測定フローの一例を示す。 ホームゲートウェイにおけるDPIルールの要求フローの一例を示す。 DPIルール管理サーバにおけるDPIルール要求の応答フローの一例を示す。 ホームゲートウェイにおけるDPIルール要求応答の処理フローの一例を示す。 ホームゲートウェイにおける情報の抽出フローの一例を示す。 DPIルールテーブルの一例を示す。 パケットの情報の抽出例を示す。 パケットデータ格納部に格納されたデータの一例を示す。 ホームゲートウェイにおける通信品質の測定フローの一例を示す。 通信品質の計算例を示す。 端末における通信品質の表示フローの一例を示す。
 以下、本開示の実施形態について、図面を参照しながら詳細に説明する。なお、本開示は、以下に示す実施形態に限定されるものではない。これらの実施の例は例示に過ぎず、本開示は当業者の知識に基づいて種々の変更、改良を施した形態で実施することができる。なお、本明細書及び図面において符号が同じ構成要素は、相互に同一のものを示すものとする。
(本開示の概要)
 図1に、本開示の概略を表すシステム構成例を示す。本開示のシステムは、DPIルールデータベース195とHGW(home gateway)91が連携してDPIを行い、品質のみを提示する。具体的には、DPIルールデータベース195から得たDPIルールに基づきHGW91の装置内でキャプチャとDPI解析を行い、解析結果のみユーザ端末193に提供する。このようにすることで、アプリ通信そのもののRTTなどの通信品質を、アプリの種類にとらわれることなく、また、アプリ提供事業者がパケットヘッダ情報を開示することなく、ユーザが簡易に把握することができるアーキテクチャを構築する。
 図2に、実施形態に係るシステムの構成例を示す。本開示のシステムでは、端末93が、ホームゲートウェイ(HGW)91を介してアプリケーションサーバ94と通信を行う。本開示のシステムでは、DPIルール管理サーバ95がネットワーク92を介してホームゲートウェイ91に接続されている。本開示のシステムは、ホームゲートウェイ91を駆動し、端末93で実行されているアプリケーションの通信品質を端末93に表示する通信品質表示システムである。端末93、ホームゲートウェイ91、DPIルール管理サーバ95は、それぞれ以下の機能を具備する。
 端末93は、通信品質の測定をホームゲートウェイ91に要求する機能を備える。具体的には、端末93は、
 ユーザが通信品質を取得したいアプリを指定すると当該アプリの通信フローを特定してフィルタリングルールを生成するフィルタリングルール生成機能と、
 当該アプリのパケットを分析するためのDPIルールを要求する信号をDPIルール管理サーバ95に送信するDPIルール要求機能と、
 DPIルール要求機能によって得られたDPIルールとフィルタリングルールに基づき通信品質を分析するようホームゲートウェイ91に設定するホームゲートウェイ設定機能と、
 を有する。
 ホームゲートウェイ91は、端末93から要求された通信品質を測定する機能を備える。具体的には、ホームゲートウェイ91は、
 フィルタリングルールに基づき抽出されたパケットを複製し、DPIルールに基づき複製されたパケットのヘッダを抽出したパケット時系列データをリアルタイムに得るDPI機能と、
 前記DPI機能によって得られたパケット時系列データから通信品質情報をリアルタイムに算出して表示する通信品質表示機能と、
 を有する。
 DPIルール管理サーバ95は、
 アプリ提供者からのDPIルール登録信号に基づきDPIルールを登録するDPIルール登録機能と、
 端末93から送信されたDPIルール要求信号に基づきDPIルールデータベース53からDPIルールを読みだし、応答信号として端末93に送信するDPIルール応答機能と、
 を有する。
 本開示のシステムは、これらのDPI機能を備えるため、端末93で実行されているアプリケーションの通信品質をリアルタイムで端末93に表示することができる。
 図3に、実施形態に係る端末93の構成例を示す。端末93は、通信IF(interface)31、通信アプリケーション32、TCP/UDP通信部33、通信プロセス監視部34、通信状態テーブル35、通信品質測定アプリ36、通信品質測定要求部37、通信品質表示要求部38を備える。
 通信IF(interface)31は、ホームゲートウェイ91と通信接続されている。
 通信アプリケーション32は、アプリケーションサーバ94の提供するアプリケーションを実行する。
 TCP/UDP通信部33は、アプリケーションサーバ94とTCP/UDP通信を行う。
 通信プロセス監視部34は、TCP/UDP通信部33の通信状態と通信アプリケーション32の名称を取得し、アプリケーション名と、当該アプリケーションが利用しているIPアドレスおよびTCP/UDPのポート番号を通信状態情報として通信状態テーブル35に登録する。TCP/UDP通信の情報の取得方法は任意であり、例えば、端末93のOSがwindowsである場合、netstat機能を用いることができる。
 通信状態テーブル35は、アプリケーションが利用しているIPアドレスおよびTCP/UDPのポート番号を含む通信状態情報を格納する。
 通信品質測定アプリ36は、通信状態テーブル35に格納されている情報を端末93の表示部(不図示)に表示する。表示している情報のいずれかがユーザに選択されると、選択されたアプリケーションに関する通信状態情報を通信品質測定要求部37に通知する。
 通信品質測定要求部37は、通信品質測定アプリ36から通知された通信状態情報を、通信品質要求としてホームゲートウェイ91に通知する。
 通信品質表示要求部38は、通信品質を取得する要求を受信すると、通信品質取得要求をホームゲートウェイ91に送信する。
 図4に、実施形態に係るホームゲートウェイ91の構成例を示す。ホームゲートウェイ91は、WAN IF11、WAN通信部12、LAN通信部13、LAN IF14、パケットコピー部15、情報抽出部16、パケットデータ格納部17、通信品質測定部18、通信品質データ格納部19、通信品質提供部20、DPIルール要求部21、DPIルールテーブル22、通信品質測定要求処理部23、フィルタリングルールテーブル24を備える。
 WAN IF11は、ネットワーク92と通信接続されている。
 WAN通信部12は、ネットワーク92を介してアプリケーションサーバ94と通信を行う。
 LAN通信部13は、端末93とLAN通信を行う。
 LAN IF14は、端末93に通信接続されている。
 DPIルール要求部21は、通信品質測定要求処理部23から通知されたアプリケーション名に関するDPIルール情報を要求する旨のDPIルール要求をDPIルール管理サーバ95に送信する。
 DPIルールテーブル22は、DPIルール要求応答に記載されているDPIルール情報を格納する。
 通信品質測定要求処理部23は、端末93から受信した通信品質要求のうち、IPアドレスおよびTCP/UDPのポート番号の情報をフィルタリングルールテーブル24に登録する。
 フィルタリングルールテーブル24は、IPアドレスおよびTCP/UDPのポート番号の情報を格納する。
 パケットコピー部15は、ホームゲートウェイ91が送受信するパケットのうち、フィルタリングルールテーブル24に記載されているフィルタリングルールに合致するパケットのみパケットコピーを行い、情報抽出部16にコピーしたパケットを転送する。
 情報抽出部16は、コピーしたパケットの情報を、DPIルールテーブル22に記載のDPIルールに基づき情報を抽出し、その抽出情報をパケットデータ格納部17に格納する。
 パケットデータ格納部17は、抽出情報を格納する。
 通信品質測定部18は、パケットデータ格納部17に格納されている抽出情報を用いて通信品質を測定する。
 通信品質データ格納部19は、通信品質測定部18の測定した通信品質を格納する。
 通信品質提供部20は、通信品質要求を端末93から受信すると、通信品質データ格納部19に格納されている通信品質を要求元の端末93に提供する。
 図5に、実施形態に係るアプリケーションサーバ94の構成例を示す。アプリケーションサーバ94は、通信IF41、TCP/UDP通信部42、通信アプリケーション43を備える。
 通信IF41は、ネットワーク92と通信接続されている。
 TCP/UDP通信部42は、ネットワーク92を介して端末93と通信を行う。
 通信アプリケーション43は、ネットワーク92を介して端末93にアプリケーションを提供する。
 図6に、実施形態に係るDPIルール管理サーバ95の構成例を示す。DPIルール管理サーバ95は、通信IF51、DPIルール応答部52、DPIルールデータベース53を備える。
 通信IF51は、ネットワーク92と通信接続されている。
 DPIルールデータベース53は、アプリ提供者からのDPIルール登録信号に基づきDPIルールを格納する。
 DPIルール応答部52は、端末93から送信されたDPIルール要求信号に基づきDPIルールデータベース53からDPIルールを読みだし、応答信号として端末93に送信する。
 図7に、端末93における通信状態テーブルの更新フローの一例を示す。
 通信プロセス監視部34は、TCP/UDP通信部33の通信状態と通信アプリケーション32の名称を取得する(S101)。
 通信プロセス監視部34は、取得した情報のうち、アプリケーション名と、当該アプリケーションが利用しているIPアドレスおよびTCP/UDPのポート番号を通信状態情報として通信状態テーブル35に登録する(S102)。
 これらの処理のタイミングでは任意であるが、周期的に実行することもできる。
 図8に、端末93における通信品質の測定を要求するフローの一例を示す。
 通信品質測定アプリ36は、通信状態テーブル35の中身を端末93の表示部(不図示)に表示する(S211)。
 ユーザが通信品質測定アプリ36を介して通信品質を測定したいアプリケーションを選択すると(S212)、 通信品質測定アプリ36は、選択されたアプリケーションに関する通信状態情報を通信品質測定要求部37に通知する(S213)。
 通信品質測定要求部37は、通信品質測定アプリ36から通知された通信状態情報を、通信品質要求としてホームゲートウェイ91に通知する(S214)。
 図9に、ホームゲートウェイ91における通信品質の測定フローの一例を示す。
 ホームゲートウェイ91は、通信品質要求を端末93から受信すると、通信品質測定要求処理部23に転送する(S221)。
 通信品質測定要求処理部23は、端末93から受信した通信品質要求のうち、IPアドレスおよびTCP/UDPのポート番号の情報をフィルタリングルールテーブル24に登録する(S222)。
 通信品質測定要求処理部23は、端末93から受信した通信品質要求のうち、アプリケーション名をDPIルール要求部21に通知する(S223)。
 図10に、ホームゲートウェイ91におけるDPIルールの要求フローの一例を示す。
 DPIルール要求部21は、通信品質測定要求処理部23から通知されたアプリケーション名に関するDPIルール情報を要求する旨のDPIルール要求をDPIルール管理サーバ95に送信する(S231)。
 図11に、DPIルール管理サーバ95におけるDPIルール要求の応答フローの一例を示す。
 DPIルール管理サーバ95は、ホームゲートウェイ91からDPIルール要求が通知されると、これをDPIルール要求応答部52に転送する(S241)。
 DPIルール要求応答部52は、DPIルール要求に記載されているアプリケーション名から当該アプリケーションのDPIルール情報を、DPIルールデータベース53から読み取る(S242)。
 DPIルール要求応答部52は、読み取ったDPIルール情報を記載したDPIルール要求応答を、ホームゲートウェイ91に送信する(S243)。
 図12に、ホームゲートウェイ91におけるDPIルール要求応答の処理フローの一例を示す。
 ホームゲートウェイ91は、DPIルール要求応答を受信すると、DPIルール要求部21に転送する(S251)。
 DPIルール要求部21は、DPIルール要求応答に記載されているDPIルール情報をDPIルールテーブル22に登録する(S252)。
 図16に、DPIルールの一例を示す。DPIルールは、アプリケーション、開始位置、シーケンス番号位置、シーケンス番号バイトオーダ、ACKシーケンス番号位置、ACKシーケンスバイトオーダ、ACKシーケンスルールを含む。
 図13に、ホームゲートウェイ91における情報の抽出フローの一例を示す。
 パケットコピー部15は、ホームゲートウェイ91が送受信するパケットのうち、フィルタリングルールテーブル24に記載されているフィルタリングルールに合致するパケットのみパケットコピーを行い、情報抽出部16にコピーしたパケットを転送する(S311)。
 情報抽出部16は、コピーしたパケットの情報を、DPIルールテーブル22に記載のDPIルールに基づき情報を抽出し、その抽出情報をパケットデータ格納部17に格納する(S312)。
 図14に、パケットの情報の抽出例を示す。例えば、DPIルールが図15に示すようなペイロードからの情報抽出の場合、ペイロードからDPIルールで定められた情を抽出する。パケットデータ格納部17に格納されたデータの一例を図16に示す。
 図17に、ホームゲートウェイ91における通信品質の測定フローの一例を示す。
 通信品質提供部20は、DPIルールテーブル22に記載の解析方法と、パケットデータ格納部17に格納されている抽出情報から通信品質を計算し、計算結果を通信品質データ格納部19に格納する(S321)。
 図18に、通信品質の計算例を示す。例えば、シーケンス番号に対応するACKの時刻と方向を用いて、RTTを算出する。シーケンス番号51749に対するACKがシーケンス番号51370である場合、1596440910.036-1596440910.003=0.33[s]がACKによって推定したRTTである。またシーケンス番号51750に対するACKがシーケンス番号51370である場合、1596440910.036-1596440910.010=0.26[s]がACKによって推定したRTTである。
 図19に、端末93における通信品質の表示フローの一例を示す。
 通信品質測定アプリ36は、ユーザからの測定した通信品質を表示したい旨の操作を受け付けたとき、通信品質表示要求部38に通信品質を取得する要求を送信する(S401)。通信品質表示要求部38は、通信品質を取得する要求を受信すると、通信品質取得要求をホームゲートウェイ91に送信する(S402)。
 ホームゲートウェイ91は、通信品質取得要求を受信すると、これを通信品質提供部20に転送する(S403)。通信品質提供部20は、通信品質取得要求を受信すると、通信品質データ格納部19から通信品質データを取り出し、端末93に通信品質データ取得応答として送信する(S404)。
 端末93の通信品質表示要求部38は、通信品質データ取得応答を受信すると、通信品質データを通信品質測定アプリ36に転送する(S405)。通信品質測定アプリ36は、通信品質データを端末93に備わる表示部(不図示)に表示する(S406)。これにより、本実施形態は、アプリ通信の通信品質を把握することができる。
 ここで、本開示では、HGW91を通過するパケットから情報を抽出してアプリ通信の通信品質を測定する。このため、本開示は、プロトコル種別に依存することなく、かつアプリ通信の通信品質を継続的に把握することができる。
 また、本開示では、端末93のユーザはアプリケーションに関する通信状態情報を選択するだけでよい。このため、本開示は、アプリ通信の通信品質を容易に把握することができる。
 よって、本開示は、アプリ通信そのもののRTT等の通信品質を、プロトコル種別に依存することなく、継続的かつ容易に把握することができる。
 なお、本発明の装置はコンピュータとプログラムによっても実現でき、プログラムを記録媒体に記録することも、ネットワークを通して提供することも可能である。
 本開示は情報通信産業に適用することができる。
11:WAN IF
12:WAN通信部
13:LAN通信部
14:LAN IF
15:パケットコピー部
16:情報抽出部
17:パケットデータ格納部
18:通信品質測定部
19:通信品質データ格納部
20:通信品質提供部
21:DPIルール要求部
22:DPIルールテーブル
23:通信品質測定要求処理部
24:フィルタリングルールテーブル
31:通信IF(interface)
32:通信アプリケーション
33:TCP/UDP通信部
34:通信プロセス監視部
35:通信状態テーブル
36:通信品質測定アプリ
37:通信品質測定要求部
38:通信品質表示要求部
41:通信IF
42:TCP/UDP通信部
43:通信アプリケーション
51:通信IF
52:DPIルール応答部
53:DPIルールデータベース
91、191:ホームゲートウェイ(HGW)
92:ネットワーク
93:端末
94:アプリケーションサーバ
95:DPIルール管理サーバ
193:ユーザ端末
194:サーバ
195:DPIルールデータベース

Claims (4)

  1.  予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、
     指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、
     DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、
     該抽出情報に基づいて通信品質を算出する、
     通信システム。
  2.  ゲートウェイ装置が、予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する、
     通信品質測定方法。
  3.  予めDPIルール管理サーバにアプリケーション毎のDPIルールを保持しておき、指定されたアプリケーションのパケットを抽出するフィルタリングルールに基づき抽出されたパケットを複製し、DPIルール管理サーバから取得した当該アプリケーションのDPIルールに基づいて、該パケットから情報を抽出し、該抽出情報に基づいて通信品質を算出する、
     ゲートウェイ装置。
  4.  請求項3に記載のゲートウェイ装置に備わる各機能部としてコンピュータを機能させるためのプログラム。
PCT/JP2020/030911 2020-08-14 2020-08-14 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム WO2022034693A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US18/020,187 US20240039814A1 (en) 2020-08-14 2020-08-14 Communication system, communication quality measuring method, gateway device and program
PCT/JP2020/030911 WO2022034693A1 (ja) 2020-08-14 2020-08-14 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム
JP2022542569A JP7452665B2 (ja) 2020-08-14 2020-08-14 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/030911 WO2022034693A1 (ja) 2020-08-14 2020-08-14 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム

Publications (1)

Publication Number Publication Date
WO2022034693A1 true WO2022034693A1 (ja) 2022-02-17

Family

ID=80247036

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/030911 WO2022034693A1 (ja) 2020-08-14 2020-08-14 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム

Country Status (3)

Country Link
US (1) US20240039814A1 (ja)
JP (1) JP7452665B2 (ja)
WO (1) WO2022034693A1 (ja)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008219383A (ja) * 2007-03-02 2008-09-18 Oki Electric Ind Co Ltd ネットワーク監視システム、方法及びプログラム

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006148532A (ja) 2004-11-19 2006-06-08 Nec Corp パケットフィルタ制御方法、装置及び記録媒体
JP4340653B2 (ja) 2005-12-16 2009-10-07 日本電信電話株式会社 通信処理装置及び通信処理方法
WO2011072733A1 (en) * 2009-12-16 2011-06-23 Telefonaktiebolaget L M Ericsson (Publ) Dynamic application charging identification
EP2781052B1 (en) 2011-11-15 2016-03-23 Telefonaktiebolaget LM Ericsson (publ) Policy controller based network statistics generation
KR20140041310A (ko) * 2012-09-27 2014-04-04 삼성전자주식회사 패킷 처리 방법 및 장치
US9258278B2 (en) * 2012-10-19 2016-02-09 Telefonaktiebolaget L M Ericsson (Publ) Unidirectional deep packet inspection
EP3039820B1 (en) * 2013-08-27 2018-08-01 Telefonaktiebolaget LM Ericsson (publ) Technique for maintaining network service identification rules
US9288290B2 (en) * 2013-12-10 2016-03-15 Cisco Technology, Inc. Interactive dynamic ordering of deep packet inspection rules
CN105991465B (zh) * 2015-02-09 2020-12-04 中兴通讯股份有限公司 一种应用程序业务处理的方法、设备和系统
US9930010B2 (en) * 2015-04-06 2018-03-27 Nicira, Inc. Security agent for distributed network security system
CN107493203A (zh) * 2016-06-12 2017-12-19 中兴通讯股份有限公司 Dpi规则下发方法及装置
US20190044873A1 (en) * 2018-06-29 2019-02-07 Intel Corporation Method of packet processing using packet filter rules
US11245668B1 (en) * 2019-03-06 2022-02-08 Juniper Networks, Inc. Critical firewall functionality management
US11489783B2 (en) * 2019-12-12 2022-11-01 Vmware, Inc. Performing deep packet inspection in a software defined wide area network

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008219383A (ja) * 2007-03-02 2008-09-18 Oki Electric Ind Co Ltd ネットワーク監視システム、方法及びプログラム

Also Published As

Publication number Publication date
JPWO2022034693A1 (ja) 2022-02-17
US20240039814A1 (en) 2024-02-01
JP7452665B2 (ja) 2024-03-19

Similar Documents

Publication Publication Date Title
KR100768387B1 (ko) 장해 해석 프로그램, 장해 해석 장치, 기록 매체 및 장해해석 방법
US7817568B2 (en) Method for measuring characteristics of path between nodes by using active testing packets based on priority
US9634851B2 (en) System, method, and computer readable medium for measuring network latency from flow records
CA3108301C (en) Machine learning for quality of experience optimization
JP2005506605A (ja) 任意のアプリケーション用のサーバサイトでの応答時間の計算
US20160119181A1 (en) Network state monitoring system
KR100363517B1 (ko) 네트워크 상태 모니터링 방법 및 장치
JP2008283621A (ja) ネットワーク輻輳状況監視装置、ネットワーク輻輳状況監視方法及びプログラム
WO2020135429A1 (zh) 流量的分析、检测方法及装置
JP2021513274A (ja) データ処理方法、サーバ、およびデータ収集デバイス
WO2022034693A1 (ja) 通信システム、通信品質測定方法、ゲートウェイ装置及びプログラム
TWI718068B (zh) 虛擬服務網路品質量測系統及其方法
KR20220029142A (ko) Sdn 컨트롤러 서버 및 이의 sdn 기반 네트워크 트래픽 사용량 분석 방법
JP6904600B2 (ja) データ取得装置、クライアントサーバシステム、データ取得方法、及び、プログラム
JP2002152266A (ja) パケット・ロス計測システム
JP3961415B2 (ja) プロトコル不具合自動検出方法、及び、プロトコル不具合自動検出装置
JP2013243534A (ja) 遅延時間評価装置および遅延時間評価方法
WO2022070295A1 (ja) メタデータを収集するシステム及び方法並びにセンサー端末
JP4331702B2 (ja) 片道転送遅延時間推定装置、方法、およびプログラム
JP2018032983A (ja) 端末装置および通信監視方法
JPWO2010089794A1 (ja) ネットワーク障害時情報収集装置、方法、及びプログラム
JP4989512B2 (ja) 管理装置及びその制御方法
JP4225855B2 (ja) ネットワーク監視装置、ネットワーク監視システム、ネットワーク監視方法及びプログラム
CN115118619A (zh) 网络监测方法、装置、电子设备、介质及程序产品
JP6459645B2 (ja) スループット計測プログラム、スループット計測方法及びスループット計測装置

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2022542569

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 18020187

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20949555

Country of ref document: EP

Kind code of ref document: A1