JP7164556B2 - TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM - Google Patents

TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM Download PDF

Info

Publication number
JP7164556B2
JP7164556B2 JP2020006705A JP2020006705A JP7164556B2 JP 7164556 B2 JP7164556 B2 JP 7164556B2 JP 2020006705 A JP2020006705 A JP 2020006705A JP 2020006705 A JP2020006705 A JP 2020006705A JP 7164556 B2 JP7164556 B2 JP 7164556B2
Authority
JP
Japan
Prior art keywords
content
communication interface
transfer device
request packet
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2020006705A
Other languages
Japanese (ja)
Other versions
JP2021114707A (en
Inventor
淳二 武政
一暁 植田
敦士 田上
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KDDI Corp filed Critical KDDI Corp
Priority to JP2020006705A priority Critical patent/JP7164556B2/en
Publication of JP2021114707A publication Critical patent/JP2021114707A/en
Application granted granted Critical
Publication of JP7164556B2 publication Critical patent/JP7164556B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本開示は、コンテンツ名に基づきルーティングを行うコンテンツ配信システムの転送装置及びプログラムに関する。 The present disclosure relates to a transfer device and a program for a content distribution system that performs routing based on content names.

コンテンツを示すコンテンツ名に基づきコンテンツの要求及び配信を行うコンテンツ配信システムが提案されている。非特許文献1は、その様なシステムの1つであるコンテンツ・セントリック・ネットワーク(CCN:Content Centric Networking)を開示している。 A content distribution system has been proposed that requests and distributes content based on a content name that indicates the content. Non-Patent Document 1 discloses one such system, Content Centric Networking (CCN).

CCNにおいて、コンテンツを公開するサーバ装置は当該コンテンツを1つ以上のチャンクに分割し、クライアント装置は、この分割されたチャンク単位でコンテンツを取得する。また、CCNにおいて、チャンクの転送を行った通信装置(以下、転送装置と呼ぶ。)は、当該チャンクを保存(キャッシュ)できる。転送装置は、キャッシュしているチャンクを要求するインタレスト・パケット(要求パケット)をクライアント装置から受信すると、当該インタレスト・パケットをサーバ装置に向けて転送することなく、キャッシュしているチャンクを、当該インタレスト・パケットの送信元のクライアント装置に向けて送信できる。 In CCN, a server device that publishes content divides the content into one or more chunks, and the client device acquires the content in chunk units. Also, in CCN, a communication device that has transferred a chunk (hereinafter referred to as a transfer device) can store (cache) the chunk. When a transfer device receives an interest packet (request packet) requesting a cached chunk from a client device, the transfer device receives the cached chunk without forwarding the interest packet to the server device. • Can be sent to the client device that is the source of the packet.

以下に、転送装置の動作の一例を説明する。転送装置は、CS(Contents Store)と、FIB(Forward Information Base)と、PIT(PIT:Pending Interest Table)を管理する。CSは、キャッシュしているチャンクを示す情報である。FIBは、インタレスト・パケットが要求するチャンクと、当該インタレスト・パケットの転送のために、当該インタレスト・パケットを送信するインタフェースとの関係を示す情報である。PITは、転送したインタレスト・パケットが要求するチャンクと、当該転送したインタレスト・パケットを受信したインタフェースとの関係を示す情報である。 An example of the operation of the transfer device will be described below. The transfer device manages CS (Contents Store), FIB (Forward Information Base), and PIT (PIT: Pending Interest Table). CS is information indicating cached chunks. The FIB is information indicating the relationship between the chunk requested by the interest packet and the interface that transmits the interest packet for the transfer of the interest packet. The PIT is information indicating the relationship between the chunk requested by the forwarded Interest packet and the interface that received the forwarded Interest packet.

転送装置は、インタレスト・パケットを受信すると、CSを検索し、当該インタレスト・パケットが要求するチャンク(以下、要求チャンク)をキャッシュしているか否かを判定する。要求チャンクをキャッシュしている場合には、キャッシュしている要求チャンクを含むデータ・パケットを、当該インタレスト・パケットの送信元のクライアント装置に向けて送信する。なお、当該データ・パケットを送信するインタフェースは、当該インタレスト・パケットを受信したインタフェースである。一方、要求チャンクをキャッシュしていない場合、転送装置は、PITを検索して、要求チャンクを要求する別のインタレスト・パケットを既に転送し、要求チャンクの受信待ち状態であるかを判定する。受信待ち状態であると、転送装置は、受信したインタレスト・パケットを転送せず、PITの当該要求チャンクのエントリに当該インタレスト・パケットの受信インタフェースを追加する。一方、要求チャンクの受信待ち状態ではない場合、転送装置は、FIBに基づき判定したインタフェースから当該インタレスト・パケットを送信(転送)し、PITに要求チャンクのエントリを追加する。このエントリは、要求チャンクを示す情報と、当該インタレスト・パケットを受信したインタフェースを示す情報を有する。 Upon receiving an interest packet, the transfer device searches the CS and determines whether or not the chunk requested by the interest packet (hereinafter referred to as request chunk) is cached. If the request chunk is cached, a data packet including the cached request chunk is sent to the client device that sent the interest packet. Note that the interface that transmits the data packet is the interface that received the interest packet. On the other hand, if the request chunk is not cached, the forwarding device searches the PIT to determine if it has already forwarded another interest packet requesting the request chunk and is waiting to receive the request chunk. When in the reception wait state, the forwarding device does not forward the received Interest packet, but adds the receiving interface of the Interest packet to the entry of the request chunk in the PIT. On the other hand, if it is not waiting to receive a request chunk, the transfer device transmits (transfers) the interest packet from the interface determined based on the FIB, and adds an entry for the request chunk to the PIT. This entry has information indicating the request chunk and information indicating the interface that received the interest packet.

また、転送装置は、チャンクを含むデータ・パケットを受信すると、当該データ・パケットを送信するインタフェースをPITに基づき判定し、判定したインタフェースから当該データ・パケットを送信し、当該チャンクのエントリをPITから削除する。なお、データ・パケットを送信するインタフェースは、当該チャンクを要求するインタレスト・パケットを受信したインタフェースである。また、転送装置は、受信したデータ・パケットに含まれるチャンクをキャッシュするとCSを更新する。 Further, upon receiving a data packet including a chunk, the transfer device determines an interface for transmitting the data packet based on the PIT, transmits the data packet from the determined interface, and updates the entry of the chunk from the PIT. delete. Note that the interface that transmits the data packet is the interface that received the interest packet requesting the chunk. Also, the forwarding device updates the CS when it caches the chunks contained in the received data packets.

この様に、CCNにおいて、チャンクを含むデータ・パケットは、当該チャンクを要求するインタレスト・パケットを受信したインタフェースに送信される。よって、チャンクは、当該チャンクを要求するインタレスト・パケットと同じ経路を逆向きに転送されて、当該チャンクを要求したクライアント装置に配信される。 Thus, in a CCN, data packets containing chunks are sent to the interface that received the Interest packet requesting the chunks. Therefore, the chunk is forwarded in the reverse direction along the same route as the Interest packet requesting the chunk and delivered to the client device that requested the chunk.

V.Jacobson,et al.,"Networking Named Content",in Proceedings of ACM CoNEXT 2009,2009年12月V. Jacobson, et al. , "Networking Named Content", in Proceedings of ACM CoNEXT 2009, December 2009

ある転送装置から、あるコンテンツを公開するサーバ装置に至る経路は、通常、1つではなく、複数の経路が存在する。このため、非特許文献1は、FIBにストラテジ情報を追加することも開示している。以下、非特許文献1が開示するストラテジ情報について説明する。図1は、あるオペレータが運用するCCNを示している。また、図2は、図1の転送装置91のFIBを示している。 There is usually not one path but multiple paths from a certain transfer device to a server device that publishes certain content. Therefore, Non-Patent Document 1 also discloses adding strategy information to the FIB. The strategy information disclosed in Non-Patent Document 1 will be described below. FIG. 1 shows a CCN operated by an operator. 2 also shows the FIB of the transfer device 91 of FIG.

チャンク名は、通常、コンテンツ名にチャンク番号を付与して構成される。例えば、コンテンツ名"/Ca/olympic/soccer/Japan-US/"のコンテンツが10000個のチャンクに分割されている場合、このコンテンツを構成するチャンクのチャンク名は、通常、"/Ca/olympic/soccer/Japan-US/1"~"/Ca/olympic/soccer/Japan-US/10000"である。なお、コンテンツ名の最初の部分は、通常、サーバ装置を特定する情報(名前)である。例えば、上記コンテンツ名は、"Ca"で特定されるサーバ装置の"olympic"フォルダ内の"soccer"フォルダ内のファイル名が"Japan-US"であるコンテンツを特定している。 A chunk name is usually formed by adding a chunk number to a content name. For example, if the content with the content name "/Ca/olympic/soccer/Japan-US/" is divided into 10000 chunks, the chunk names of the chunks that make up this content are usually "/Ca/olympic/ soccer/Japan-US/1"~"/Ca/olympic/soccer/Japan-US/10000". The first part of the content name is usually information (name) specifying the server device. For example, the content name specifies a content whose file name is "Japan-US" in the "soccer" folder in the "olympic" folder of the server device specified by "Ca".

この様に、プレフィクスが共通するチャンクを保持しているサーバ装置は、通常、同じであり、FIBにおいてはエントリ数を削減するためにチャンク名のプレフィクスを使用する。図2のFIBにおいて、チャンク名フィールドの"/Ca/"は、チャンク名が"/Ca/"で始まる任意のチャンク名を意味している。同様に、チャンク名フィールドの"/Cb/"は、チャンク名が"/Cb/"で始まる任意のチャンク名を意味している。 Thus, the server devices holding chunks with a common prefix are usually the same, and the chunk name prefix is used to reduce the number of entries in the FIB. In the FIB of FIG. 2, "/Ca/" in the chunk name field means any chunk name starting with "/Ca/". Similarly, "/Cb/" in the chunk name field means any chunk name starting with "/Cb/".

図1の構成において、チャンク名が"/Ca/"で始まる任意のチャンク名のコンテンツを公開するサーバ装置と、チャンク名が"/Cb/"で始まる任意のチャンク名のコンテンツを公開するサーバ装置に向けてインタレスト・パケットを転送するには、転送装置91は、当該インタレスト・パケットを転送装置95に向けて転送する必要がある。ここで、転送装置91が転送装置95に向けてインタレスト・パケットを転送するには、転送装置92又は転送装置93に当該インタレスト・パケットを送信する必要がある。なお、転送装置91は、そのインタフェース(IF)#1により転送装置92に接続し、IF#2により転送装置93に接続している。 In the configuration of FIG. 1, a server device that publishes content with an arbitrary chunk name starting with "/Ca/" and a server device that publishes content with an arbitrary chunk name starting with "/Cb/" , the transfer device 91 needs to transfer the interest packet to the transfer device 95 . Here, in order for the transfer device 91 to transfer an Interest packet to the transfer device 95 , it is necessary to send the Interest packet to the transfer device 92 or the transfer device 93 . The transfer device 91 is connected to the transfer device 92 via its interface (IF) #1, and is connected to the transfer device 93 via its IF #2.

このため、図2のFIBでは、チャンク名が"/Ca/"で始まる任意のチャンク名と、チャンク名が"/Cb/"で始まる任意のチャンク名を要求するインタレスト・パケットの送信インタフェースとして、IF#1とIF#2の両方を記載している。 Therefore, in the FIB of FIG. 2, as a transmission interface for an interest packet requesting an arbitrary chunk name starting with "/Ca/" and an arbitrary chunk name starting with "/Cb/", Both IF#1 and IF#2 are described.

ストラテジ情報とは、FIBに送信インタフェースとして複数のインタフェースが記載されている場合に、当該複数のインタフェースから転送装置が実際にインタレスト・パケットを送信するインタフェースを決定するための決定基準を特定するための情報である。より具体的には、転送装置には予め決められた複数の決定基準が設定されており、FIBのストラテジ・フィールドには、複数の決定基準の内の、どの決定基準を使用するかを特定する情報が格納される。例えば、リンク速度の最も速い、或いは、最も遅いインタフェースを選択することを決定基準とすることができる。或いは、トラフィック量の最も多い、或いは、トラフィック量の最も少ないインタフェースを選択することを決定基準とすることができる。転送装置は、インタレスト・パケットを転送してから、当該インタレスト・パケットの応答としてデータ・パケットを受信するまでの遅延時間を判定できるため、この遅延時間の最も少ないインタフェースを選択することを決定基準とすることができる。図2においては、チャンク名が"/Ca/"で始まる任意のチャンクに対しては決定基準Saを使用し、チャンク名が"/Cb/"で始まる任意のチャンクに対しては決定基準Sbを使用することがストラテジ情報として設定されている。 Strategy information is information for specifying a determination criterion for determining an interface from which a transfer device actually transmits an Interest packet from among multiple interfaces described as transmission interfaces in the FIB. Information. More specifically, a plurality of predetermined decision criteria are set in the transfer device, and the strategy field of the FIB specifies which one of the plurality of decision criteria is to be used. Information is stored. For example, the decision can be based on selecting the interface with the fastest or slowest link speed. Alternatively, the decision criteria can be to select the interface with the highest or lowest traffic volume. Since the transfer device can determine the delay time from the transfer of the Interest packet to the reception of the data packet as a response to the Interest packet, the selection of the interface with the shortest delay time is used as a decision criterion. can do. In FIG. 2, decision criterion Sa is used for any chunk whose name starts with "/Ca/", and decision criterion Sb is used for any chunk whose name starts with "/Cb/". Use is set as strategy information.

なお、ストラテジ情報は、オペレータのコンテンツ毎(或いは、コンテンツを公開するサーバ装置毎)のトラフィック管理基準に基づき決定され、各転送装置のFIBに設定される。よって、各転送装置に設定されるストラテジ情報は同じである。つまり、転送装置92~転送装置97のFIBにも、チャンク名が"/Ca/"で始まる任意のチャンクに対しては決定基準Saを使用し、チャンク名が"/Cb/"で始まる任意のチャンクに対しては決定基準Sbを使用することを示すストラテジ情報が設定される。これは、同じコンテンツに対する決定基準が転送装置毎に異なると、オペレータが決定したトラフィック管理基準を満たさなくなるからである。よって、図1の転送装置91~96のFIBには、転送装置毎に転送先インタフェースは異なるがストラテジ情報は同じに設定される。 The strategy information is determined based on the operator's traffic management criteria for each content (or for each server device that publishes content), and is set in the FIB of each transfer device. Therefore, the same strategy information is set for each transfer device. That is, the FIBs of the transfer devices 92 to 97 also use the decision criterion Sa for any chunk whose name starts with "/Ca/", and any chunk whose name starts with "/Cb/". Strategy information indicating that the decision criterion Sb is used is set for the chunk. This is because if the determination criteria for the same content differ for each transfer device, the traffic management criteria determined by the operator will not be met. Therefore, in the FIBs of the transfer devices 91 to 96 in FIG. 1, the transfer destination interface differs for each transfer device, but the same strategy information is set.

したがって、チャンク名が"/Ca/"で始まる任意のチャンクに対する決定基準を、オペレータがSaからScに変更する場合、オペレータは、管理する総ての転送装置のFIBを更新しなければならない。 Therefore, if the operator changes the decision criteria for any chunk whose name starts with "/Ca/" from Sa to Sc, the operator has to update the FIBs of all transfer devices that it manages.

本発明は、コンテンツの要求パケットを当該コンテンツのコンテンツ名に基づき転送するコンテンツ配信システムに対するオペレータの管理作業を低減するための技術を提供するものである。 The present invention provides a technique for reducing operator management work for a content distribution system that transfers content request packets based on the content name of the content.

本発明の一態様によると、コンテンツを要求する要求パケットを、当該コンテンツのコンテンツ名に基づき転送するコンテンツ配信システムの転送装置は、複数の通信インタフェースであって、所定装置と接続する少なくとも1つの第1通信インタフェースと、他の転送装置と接続する少なくとも1つの第2通信インタフェースと、を有する前記複数の通信インタフェースと、前記コンテンツ名に関連付けられた通信インタフェース情報及びストラテジ情報と、複数の決定基準を示す情報と、を保持する保持手段であって、前記通信インタフェース情報は、関連付けられた前記コンテンツ名のコンテンツを要求する前記要求パケットの送信候補となる1つ以上の通信インタフェースを示し、前記複数の決定基準は、それぞれ、前記通信インタフェース情報により判定される、前記要求パケットの送信候補となる通信インタフェースが複数ある場合に前記要求パケットを送信する通信インタフェースを決定するための基準を示し、前記ストラテジ情報は、前記複数の決定基準の内の、関連付けられた前記コンテンツ名のコンテンツを要求する前記要求パケットを送信する通信インタフェースを決定するために使用する決定基準を示す、前記保持手段と、前記第1通信インタフェースから受信した第1コンテンツ名の第1コンテンツを要求する第1要求パケットを転送する場合、前記第1コンテンツ名に関連付けられたストラテジ情報により、使用する第1決定基準を前記複数の決定基準から判定し、前記第1コンテンツ名に関連付けられた通信インタフェース情報が示す1つ以上の通信インタフェースから前記第1要求パケットを送信する第1転送先通信インタフェースを前記第1決定基準に基づき決定し、使用決定基準情報として前記第1決定基準を示す情報を前記第1要求パケットに含めて前記第1転送先通信インタフェースから送信する処理手段と、を有することを特徴とする。 According to one aspect of the present invention, a transfer device of a content distribution system that transfers a request packet for requesting content based on the content name of the content is a plurality of communication interfaces, and includes at least one communication interface connected to a predetermined device. one communication interface and at least one second communication interface connecting with another transfer device; communication interface information and strategy information associated with the content name; and a plurality of decision criteria. wherein the communication interface information indicates one or more communication interfaces that are transmission candidates for the request packet requesting the content with the associated content name; Each of the determination criteria indicates a criterion for determining a communication interface for transmitting the request packet when there are a plurality of communication interfaces that are candidates for transmitting the request packet, and is determined by the communication interface information. indicates a decision criterion, among the plurality of decision criteria, to be used for determining a communication interface for transmitting the request packet requesting the content of the associated content name; When forwarding a first request packet requesting a first content with a first content name received from a communication interface, strategy information associated with the first content name determines a first decision criterion to be used according to the plurality of decision criteria. from one or more communication interfaces indicated by the communication interface information associated with the first content name, determining a first destination communication interface for transmitting the first request packet based on the first determination criterion; and processing means for including information indicating the first decision criterion as use decision criterion information in the first request packet and transmitting the information from the first transfer destination communication interface.

本発明によると、コンテンツの要求パケットを当該コンテンツのコンテンツ名に基づき転送するコンテンツ配信システムに対するオペレータの管理作業を低減することができる。 According to the present invention, it is possible to reduce operator's management work for a content distribution system that transfers content request packets based on the content name of the content.

課題の説明図。Explanatory diagram of the task. 課題の説明図。Explanatory diagram of the task. 一実施形態によるコンテンツ配信システムの内の、オペレータが運用する部分の構成を示す図。The figure which shows the structure of the part which an operator operates among the content distribution systems by one Embodiment. 一実施形態による第1転送装置及び第2転送装置のFIBを示す図。FIG. 3 illustrates FIBs of a first forwarding device and a second forwarding device according to one embodiment; 一実施形態による第1転送装置での処理の説明図。FIG. 4 is an explanatory diagram of processing in the first transfer device according to one embodiment; 一実施形態による第1転送装置及び第2転送装置の構成図。FIG. 2 is a configuration diagram of a first transfer device and a second transfer device according to one embodiment;

以下、添付図面を参照して実施形態を詳しく説明する。尚、以下の実施形態は特許請求の範囲に係る発明を限定するものでなく、また実施形態で説明されている特徴の組み合わせの全てが発明に必須のものとは限らない。実施形態で説明されている複数の特徴うち二つ以上の特徴が任意に組み合わされてもよい。また、同一若しくは同様の構成には同一の参照番号を付し、重複した説明は省略する。 Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. It should be noted that the following embodiments do not limit the invention according to the claims, and not all combinations of features described in the embodiments are essential to the invention. Two or more of the features described in the embodiments may be combined arbitrarily. Also, the same or similar configurations are denoted by the same reference numerals, and redundant explanations are omitted.

以下では、コンテンツ配信システム(コンテンツ配信ネットワーク)が、CCNであるものとして本実施形態の説明を行う。しかしながら、コンテンツ名に基づきルーティングを行う任意のコンテンツ配信システムに対して本発明を適用することができる。特に、以下ではCCNによるコンテンツの配信に従い、チャンクと呼ばれるコンテンツの断片を単位としてコンテンツを配信する形態で本実施形態の説明を行うが、コンテンツを分割することなく配信するネットワークに対しても本発明を適用することができる。したがって、以下の説明におけるチャンク及びチャンク名は、コンテンツ及びコンテンツ名に置換可能である。 In the following, the present embodiment will be described assuming that the content delivery system (content delivery network) is a CCN. However, the present invention can be applied to any content distribution system that routes based on content name. In particular, the present embodiment will be described below in a form in which content is distributed in units of content fragments called chunks according to content distribution by CCN, but the present invention also applies to networks that distribute content without dividing it. can be applied. Therefore, chunks and chunk names in the following description can be replaced with content and content names.

図3は、本実施形態によるコンテンツ配信システムの内の、あるオペレータが運用するネットワーク30を示している。本実施形態においては、2つのタイプの転送装置を定義する。第1転送装置10は、ユーザ装置又は他のオペレータが運用する転送装置(以下、外部転送装置と表記する。)との接続を有する転送装置である。また、第2転送装置は、ネットワーク30内の転送装置のみと接続し、ユーザ装置や外部転送装置との接続を有さない転送装置である。 FIG. 3 shows a network 30 operated by an operator in the content distribution system according to this embodiment. In this embodiment, two types of transfer devices are defined. The first transfer device 10 is a transfer device that is connected to a user device or a transfer device operated by another operator (hereinafter referred to as an external transfer device). Also, the second transfer device is a transfer device that is connected only to transfer devices within the network 30 and has no connection to user devices or external transfer devices.

図4(A)は、第1転送装置10が保持するFIBを示し、図4(B)は、第2転送装置20が保持するFIBを示している。FIBは、チャンク名(或いは、そのプレフィクス)に関連付けられた送信インタフェース情報と、ストラテジ情報と、を有する。送信インタフェース情報は、関連付けられたチャンク名のチャンクを要求するインタレスト・パケットの送信候補となる1つ以上のインタフェースを示す情報である。また、ストラテジ情報は、関連付けられたチャンク名のチャンクを要求するインタレスト・パケットの送信候補となるインタフェースが複数ある場合、複数のインタフェースから当該インタレスト・パケットを送信するインタフェースを決定するための決定基準を特定する情報である。送信インタフェース情報は、FIBの送信インタフェース・フィールドに設定され、ストラテジ情報は、FIBのストラテジ・フィールドに設定される。なお、送信インタフェース・フィールドに設定される送信インタフェース情報は、転送装置毎に異なるため、図4(A)及び図4(B)においては、送信インタフェース・フィールドの値を省略している。 4A shows the FIB held by the first transfer device 10, and FIG. 4B shows the FIB held by the second transfer device 20. FIG. The FIB has transmission interface information and strategy information associated with the chunk name (or its prefix). The transmission interface information is information indicating one or more interfaces that are candidates for transmission of Interest packets requesting chunks with associated chunk names. In addition, when there are multiple interfaces that are candidate transmission candidates for an Interest packet requesting a chunk with an associated chunk name, the strategy information sets a determination criterion for determining an interface for transmitting the Interest packet from multiple interfaces. Identifying information. The transmission interface information is set in the transmission interface field of the FIB and the strategy information is set in the strategy field of the FIB. Since the transmission interface information set in the transmission interface field differs for each transfer device, the values of the transmission interface field are omitted in FIGS. 4A and 4B.

図4(A)に示す第1転送装置10が保持するFIBは、図2と同じである。一方、図4(B)に示す様に、第2転送装置20が保持するFIBには、ストラテジ・フィールドが設けられない。 The FIB held by the first transfer device 10 shown in FIG. 4A is the same as in FIG. On the other hand, as shown in FIG. 4B, the FIB held by the second transfer device 20 does not have a strategy field.

図5(A)及び図5(B)は、第1転送装置10が、ユーザ装置又は外部転送装置と接続するインタフェースでインタレスト・パケットを受信し、当該インタレスト・パケットを転送する際の処理の説明図である。図5(A)は、第1転送装置10が、ユーザ装置又は外部転送装置と接続するインタフェースで受信したインタレスト・パケットを示している。インタレスト・パケットは、要求するチャンクのチャンク名(Name)が、"/Ca/olympic/soccer/Japan-US/1"であることを示している。 5(A) and 5(B) illustrate processing when the first transfer device 10 receives an Interest packet through an interface connected to a user device or an external transfer device and transfers the Interest packet. It is a diagram. FIG. 5A shows an interest packet received by the first transfer device 10 at the interface connecting the user device or the external transfer device. The interest packet indicates that the chunk name (Name) of the requested chunk is "/Ca/olympic/soccer/Japan-US/1".

第1転送装置10は、受信したインタレスト・パケットのチャンク名のプレフィクスに一致するFIBのエントリを判定し、判定したエントリのストラテジ・フィールドが示す決定基準に基づき、インタレスト・パケットを送信するインタフェースを決定する。なお、受信したインタレスト・パケットのチャンク名のプレフィクスに一致するエントリが複数ある場合、第1転送装置10は、一致する長さが最も長いエントリに基づき、インタレスト・パケットを送信するインタフェースを決定する。 The first transfer device 10 determines an FIB entry that matches the prefix of the chunk name of the received Interest packet, and selects an interface for transmitting the Interest packet based on the determination criteria indicated by the strategy field of the determined entry. decide. If there are multiple entries that match the prefix of the chunk name of the received Interest packet, the first transfer device 10 determines the interface for transmitting the Interest packet based on the entry with the longest matching length. .

図4(A)のFIBから、第1転送装置10は、最初のエントリのストラテジ・フィールドから決定基準Saを特定し、特定した決定基準Saに従い、最初のエントリの送信インタフェース・フィールドが示す複数のインタフェースから、インタレスト・パケットを送信するインタフェースを決定する。なお、最初のエントリの送信インタフェース・フィールドが1つのインタフェースのみを示す場合には、使用する決定基準に拘わらず、この1つのインタフェースが、インタレスト・パケットを送信するインタフェースに決定される。そして、第1転送装置10は、特定した決定基準Saを示す使用決定基準情報をインタレスト・パケットに追加し、決定したインタフェースから送信する。図4(B)は、第1転送装置10が送信するインタレスト・パケットを示している。図4(B)には、使用決定基準情報(Strategy)として、決定基準Saを示す情報が追加されている。 From the FIB of FIG. 4A, the first transfer device 10 identifies the decision criterion Sa from the strategy field of the first entry, and according to the identified decision criterion Sa, a plurality of transmission interface fields indicated by the first entry. From the interface, determine the interface on which to send the Interest packet. Note that if the sending interface field of the first entry indicates only one interface, then this one interface is determined to be the interface to send the Interest packet, regardless of the decision criteria used. Then, the first transfer device 10 adds usage decision criterion information indicating the specified decision criterion Sa to the Interest packet, and transmits the interest packet from the decided interface. FIG. 4B shows an interest packet transmitted by the first transfer device 10. FIG. In FIG. 4B, information indicating the decision criterion Sa is added as use decision criterion information (Strategy).

したがって、第2転送装置20は、要求するチャンク名を示す情報に加えて、使用決定基準情報を含むインタレスト・パケットを受信する。第2転送装置20は、インタレスト・パケットに含まれる使用決定基準情報に基づき、そのFIB(図4(B))が示す送信インタフェースからインタレスト・パケットを送信するインタフェースを決定する。 Therefore, the second forwarding device 20 receives an Interest packet containing usage decision criteria information in addition to information indicating the requested chunk name. The second transfer device 20 determines an interface for transmitting the Interest packet from the transmission interfaces indicated by the FIB (FIG. 4(B)) based on the usage decision criteria information included in the Interest packet.

なお、第1転送装置10は、第2転送装置や他の第1転送装置10からインタレスト・パケットを受信した場合、受信したインタレスト・パケットに含まれる使用決定基準情報に基づきインタレスト・パケットを送信するインタフェースを決定し、かつ、転送の際、インタレスト・パケットに含まれる使用決定基準情報を変更しない。つまり、第1転送装置10は、第2転送装置20や他の第1転送装置10からインタレスト・パケットを受信した場合、そのFIBに設定されたストラテジ情報を使用しない。 Note that when the first transfer device 10 receives an Interest packet from the second transfer device or another first transfer device 10, the first transfer device 10 transmits the Interest packet based on the usage determination criteria information included in the received Interest packet. Determine the interface and do not change the usage decision criteria information contained in the Interest packet during forwarding. That is, when the first transfer device 10 receives an interest packet from the second transfer device 20 or another first transfer device 10, it does not use the strategy information set in the FIB.

以上の構成により、オペレータがストラテジ情報を変更する場合、第1転送装置10のFIBのみを更新すれば良く、第2転送装置20のFIBを更新する必要はない。したがって、ストラテジ情報の変更のための処理量を削減することができる。したがって、オペレータの管理作業を低減することができる。 With the above configuration, when the operator changes the strategy information, it is sufficient to update only the FIB of the first transfer device 10, and it is not necessary to update the FIB of the second transfer device 20. FIG. Therefore, the amount of processing for changing strategy information can be reduced. Therefore, the operator's management work can be reduced.

図6は、第1転送装置10及び第2転送装置20の構成図である。図6に示す様に、第1転送装置10及び第2転送装置20の構成は基本的には同じである。但し、記憶部3に保持されるFIBは上述した様に異なる。また、処理部2での処理も上述した様に異なる。 FIG. 6 is a configuration diagram of the first transfer device 10 and the second transfer device 20. As shown in FIG. As shown in FIG. 6, the configurations of the first transfer device 10 and the second transfer device 20 are basically the same. However, the FIB held in the storage unit 3 is different as described above. Also, the processing in the processing unit 2 is different as described above.

まず、図6が第1転送装置10であるとした場合の各機能ブロックについて説明する。インタフェース部1は、複数のインタフェース(複数の通信インタフェース)を有する。各インタフェースの内の少なくとも1つは、ユーザ装置又は外部転送装置と接続するリンクを終端する。また、各インタフェースの内の少なくとも1つは第2転送装置20又は他の第1転送装置10に接続するリンクを終端する。 First, each functional block will be described assuming that FIG. 6 is the first transfer device 10 . The interface unit 1 has multiple interfaces (multiple communication interfaces). At least one of each interface terminates a link connecting a user device or an external transport device. Also, at least one of each interface terminates a link connecting to the second transfer device 20 or another first transfer device 10 .

記憶部3は、決定基準情報を有する。決定基準情報は、複数の決定基準それぞれについて、複数のインタフェースからインタレスト・パケットを送信するインタフェースを決定するための具体的な処理内容を記述した情報である。また、記憶部3は、PIT、FIB及びCSを有する。図4(A)に示す様に、転送装置10のFIBは、ストラテジ情報を有する。ストラテジ情報は、上述した様に、インタレスト・パケットを送信するインタフェースを決定するために、決定基準情報が示す複数の決定基準の内の、どの決定基準を使用するかを特定する情報である。なお、図6には明記していないが、キャッシュするチャンクも記憶部3に格納される。 The storage unit 3 has determination criterion information. The determination criterion information is information describing specific processing contents for determining an interface for transmitting an Interest packet from a plurality of interfaces for each of a plurality of determination criteria. In addition, the storage unit 3 has PIT, FIB and CS. As shown in FIG. 4A, the FIB of the transfer device 10 has strategy information. As described above, the strategy information is information specifying which of the plurality of decision criteria indicated by the decision criteria information is used to determine the interface for transmitting the interest packet. Although not clearly shown in FIG. 6, chunks to be cached are also stored in the storage unit 3 .

処理部2は、ユーザ装置又は外部転送装置から受信したインタレスト・パケットを転送する場合、FIBのストラテジ情報に基づき使用する決定基準を特定し、特定した決定基準に従い、インタレスト・パケットを送信するインタフェースを決定する。そして、インタレスト・パケットに、特定した決定基準を示す使用決定基準情報を追加し、決定したインタフェースからインタレスト・パケットを送信する。なお、第1転送装置10又は第2転送装置20から受信したインタレスト・パケットを転送する場合、インタレスト・パケットに含まれる使用決定基準情報に基づき、インタレスト・パケットを送信するインタフェースを決定する。なお、このとき、受信したインタレスト・パケットに含まれる使用決定基準情報の変更は行わない。 When transferring an Interest packet received from a user device or an external transfer device, the processing unit 2 specifies a decision criterion to be used based on the strategy information of the FIB, and selects an interface for transmitting the Interest packet according to the specified decision criterion. decide. Then, use decision criterion information indicating the specified decision criterion is added to the interest packet, and the interest packet is transmitted from the decided interface. When forwarding an Interest packet received from the first transfer device 10 or the second transfer device 20, the interface for transmitting the Interest packet is determined based on the usage decision criteria information included in the Interest packet. At this time, the usage decision criteria information included in the received interest packet is not changed.

続いて、図6が第2転送装置20であるとした場合の各機能ブロックについて説明する。なお、図6が第1転送装置10であるとした場合からの変更点のみについて以下では説明する。インタフェース部1は、複数のインタフェースを有する。各インタフェースは、第1転送装置10又は第2転送装置20と接続するリンクを終端する。この様に、第2転送装置20は、ユーザ装置や外部転送装置と接続するリンクを有さない。また、FIBは、図4(B)に示す様に、ストラテジ情報を含まない。 Next, each functional block when FIG. 6 is assumed to be the second transfer device 20 will be described. Only changes from the first transfer device 10 shown in FIG. 6 will be described below. The interface section 1 has a plurality of interfaces. Each interface terminates a link connecting to the first transfer device 10 or the second transfer device 20 . As such, the second forwarding device 20 does not have a link to connect it to a user device or an external forwarding device. Also, the FIB does not include strategy information, as shown in FIG. 4(B).

処理部2は、インタレスト・パケットを転送する場合、インタレスト・パケットに含まれる使用決定基準情報に基づき、インタレスト・パケットを送信するインタフェースを決定する。また、転送の際、受信したインタレスト・パケットに含まれる使用決定基準情報の変更は行わない。 When forwarding an Interest packet, the processing unit 2 determines an interface for transmitting the Interest packet based on the usage determination criteria information included in the Interest packet. Also, during transfer, the usage decision criteria information included in the received Interest packet is not changed.

なお、本実施形態において、第1転送装置10は、外部転送装置又はユーザ装置と接続する転送装置とした。しかしながら、外部転送装置においてもインタレスト・パケットに使用決定基準情報を追加する処理を行う場合、第1転送装置10は、少なくとも1つのユーザ装置に接続する転送装置とし、第2転送装置20は、オペレータの異同に拘わらず他の転送装置とのみ接続する転送装置とすることができる。 In this embodiment, the first transfer device 10 is a transfer device connected to an external transfer device or a user device. However, when the external transfer device also performs the process of adding the usage decision criteria information to the Interest packet, the first transfer device 10 is a transfer device connected to at least one user device, and the second transfer device 20 is an operator The transfer device can be configured to be connected only to other transfer devices regardless of whether the transfer device is different or not.

また、本発明による第1転送装置10や、第2転送装置20は、1つ以上のプロセッサを有する装置の当該1つ以上のプロセッサで実行されると、当該装置を上記第1転送装置10や、上記第2転送装置20として動作させるプログラムにより実現することができる。これらコンピュータプログラムは、コンピュータが読み取り可能な記憶媒体に記憶されて、又は、ネットワーク経由で配布が可能なものである。 In addition, when the first transfer device 10 and the second transfer device 20 according to the present invention are executed by one or more processors of a device having one or more processors, the devices are transferred to the first transfer device 10 or the second transfer device 20. , can be implemented by a program that causes the second transfer device 20 to operate. These computer programs can be stored in a computer-readable storage medium or distributed via a network.

発明は上記の実施形態に制限されるものではなく、発明の要旨の範囲内で、種々の変形・変更が可能である。 The invention is not limited to the above embodiments, and various modifications and changes are possible within the scope of the invention.

1:インタフェース部、3:記憶部、2:処理部 1: interface unit, 3: storage unit, 2: processing unit

Claims (6)

コンテンツを要求する要求パケットを、当該コンテンツのコンテンツ名に基づき転送するコンテンツ配信システムの転送装置であって、
複数の通信インタフェースであって、所定装置と接続する少なくとも1つの第1通信インタフェースと、他の転送装置と接続する少なくとも1つの第2通信インタフェースと、を有する前記複数の通信インタフェースと、
前記コンテンツ名に関連付けられた通信インタフェース情報及びストラテジ情報と、複数の決定基準を示す情報と、を保持する保持手段であって、前記通信インタフェース情報は、関連付けられた前記コンテンツ名のコンテンツを要求する前記要求パケットの送信候補となる1つ以上の通信インタフェースを示し、前記複数の決定基準は、それぞれ、前記通信インタフェース情報により判定される、前記要求パケットの送信候補となる通信インタフェースが複数ある場合に前記要求パケットを送信する通信インタフェースを決定するための基準を示し、前記ストラテジ情報は、前記複数の決定基準の内の、関連付けられた前記コンテンツ名のコンテンツを要求する前記要求パケットを送信する通信インタフェースを決定するために使用する決定基準を示す、前記保持手段と、
前記第1通信インタフェースから受信した第1コンテンツ名の第1コンテンツを要求する第1要求パケットを転送する場合、前記第1コンテンツ名に関連付けられたストラテジ情報により、使用する第1決定基準を前記複数の決定基準から判定し、前記第1コンテンツ名に関連付けられた通信インタフェース情報が示す1つ以上の通信インタフェースから前記第1要求パケットを送信する第1転送先通信インタフェースを前記第1決定基準に基づき決定し、使用決定基準情報として前記第1決定基準を示す情報を前記第1要求パケットに含めて前記第1転送先通信インタフェースから送信する処理手段と、
を有することを特徴とする転送装置。
A transfer device of a content delivery system that transfers a request packet requesting content based on the content name of the content,
a plurality of communication interfaces, the plurality of communication interfaces having at least one first communication interface connected to a predetermined device and at least one second communication interface connected to another transfer device;
A holding means for holding communication interface information and strategy information associated with the content name, and information indicating a plurality of decision criteria, wherein the communication interface information requests content with the associated content name. indicating one or more communication interfaces that are candidates for transmission of the request packet, wherein the plurality of determination criteria are each determined by the communication interface information, when there are a plurality of communication interfaces that are candidates for transmission of the request packet; indicating a criterion for determining a communication interface for transmitting the request packet, wherein the strategy information is a communication interface for transmitting the request packet requesting the content of the associated content name among the plurality of determination criteria; said holding means indicating a decision criterion used to determine the
When forwarding a first request packet requesting a first content with a first content name received from the first communication interface, strategy information associated with the first content name determines the first decision criteria to be used in the plurality of and determining a first transfer destination communication interface to which the first request packet is transmitted from one or more communication interfaces indicated by the communication interface information associated with the first content name based on the first determination criterion. processing means for determining, including information indicating the first determination criterion as usage determination criterion information in the first request packet and transmitting the information from the first transfer destination communication interface;
A transfer device comprising:
前記処理手段は、前記第2通信インタフェースから受信した第2コンテンツ名の第2コンテンツを要求する第2要求パケットを転送する場合、前記第2要求パケットに含まれる前記使用決定基準情報に基づき、使用する第2決定基準を前記複数の決定基準から判定し、前記第2コンテンツ名に関連付けられた通信インタフェース情報が示す1つ以上の通信インタフェースから前記第2要求パケットを送信する第2転送先通信インタフェースを前記第2決定基準に基づき決定し、前記第2要求パケットを前記第2転送先通信インタフェースから送信することを特徴とする請求項1に記載の転送装置。 When transferring a second request packet requesting a second content having a second content name received from the second communication interface, the processing means, based on the use determination criteria information included in the second request packet, uses a second destination communication interface for determining a second determination criterion to be used from the plurality of determination criteria, and transmitting the second request packet from one or more communication interfaces indicated by communication interface information associated with the second content name; is determined based on the second determination criterion, and the second request packet is transmitted from the second destination communication interface. 前記所定装置は、ユーザ装置であることを特徴とする請求項1又は2に記載の転送装置。 3. The transfer device according to claim 1, wherein said predetermined device is a user device. 前記所定装置は、前記コンテンツ配信システムのオペレータとは異なるオペレータが運用するコンテンツ配信システムの転送装置であることを特徴とする請求項1から3のいずれか1項に記載の転送装置。 4. The transfer device according to claim 1, wherein said predetermined device is a transfer device of a content distribution system operated by an operator different from the operator of said content distribution system. コンテンツを要求する要求パケットを、当該コンテンツのコンテンツ名に基づき転送するコンテンツ配信システムの転送装置であって、
他の転送装置と接続する複数の通信インタフェースと、
前記コンテンツ名に関連付けられた通信インタフェース情報と、複数の決定基準を示す情報と、を保持する保持手段であって、前記通信インタフェース情報は、関連付けられた前記コンテンツ名のコンテンツを要求する前記要求パケットの送信候補となる1つ以上の通信インタフェースを示し、前記複数の決定基準は、それぞれ、前記通信インタフェース情報により判定される、前記要求パケットの送信候補となる通信インタフェースが複数ある場合に前記要求パケットを送信する通信インタフェースを決定するための基準を示す、前記保持手段と、
受信した第1コンテンツ名の第1コンテンツを要求する第1要求パケットを転送する場合、前記第1要求パケットに含まれる使用決定基準情報に基づき、使用する第1決定基準を前記複数の決定基準から判定し、前記第1コンテンツ名に関連付けられた通信インタフェース情報が示す1つ以上の通信インタフェースから前記第1要求パケットを送信する転送先通信インタフェースを前記第1決定基準に基づき決定し、前記第1要求パケットを前記転送先通信インタフェースから送信することを特徴とする転送装置。
A transfer device of a content delivery system that transfers a request packet requesting content based on the content name of the content,
a plurality of communication interfaces that connect with other transfer devices;
holding means for holding communication interface information associated with the content name and information indicating a plurality of decision criteria, wherein the communication interface information is the request packet requesting the content with the associated content name and the plurality of determination criteria are each determined by the communication interface information, and if there are a plurality of communication interfaces that are candidates for transmitting the request packet said holding means indicating criteria for determining a communication interface to transmit a
When transferring a first request packet requesting a first content having a first content name received, the first decision criterion to be used is selected from the plurality of decision criteria based on use decision criterion information included in the first request packet. determine, based on the first determination criteria, a transfer destination communication interface to which the first request packet is to be transmitted from one or more communication interfaces indicated by the communication interface information associated with the first content name; A transfer device that transmits a request packet from the transfer destination communication interface.
1つ以上のプロセッサを有する装置の前記1つ以上のプロセッサで実行されると、前記1つ以上のプロセッサを有する装置を請求項1から5のいずれか1項に記載の転送装置として機能させることを特徴とするプログラム。 When executed on said one or more processors of a device having one or more processors, causing said device having one or more processors to act as a transfer device according to any one of claims 1 to 5. A program characterized by
JP2020006705A 2020-01-20 2020-01-20 TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM Active JP7164556B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020006705A JP7164556B2 (en) 2020-01-20 2020-01-20 TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020006705A JP7164556B2 (en) 2020-01-20 2020-01-20 TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM

Publications (2)

Publication Number Publication Date
JP2021114707A JP2021114707A (en) 2021-08-05
JP7164556B2 true JP7164556B2 (en) 2022-11-01

Family

ID=77077252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020006705A Active JP7164556B2 (en) 2020-01-20 2020-01-20 TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM

Country Status (1)

Country Link
JP (1) JP7164556B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7164556B2 (en) 2020-01-20 2022-11-01 Kddi株式会社 TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016024815A (en) 2014-07-18 2016-02-08 パロ アルト リサーチ センター インコーポレイテッド Reputation-based strategy for forwarding and responding to interests over content centric network
JP2016039630A (en) 2014-08-08 2016-03-22 パロ アルト リサーチ センター インコーポレイテッド Explicit strategy feedback in name-based transfer
US20170142226A1 (en) 2014-01-31 2017-05-18 Interdigital Patent Holdings, Inc. Methods, apparatuses and systems directed to enabling network federations through hash-routing and/or summary-routing based peering
US20190325001A1 (en) 2019-06-28 2019-10-24 Maria Ramirez Loaiza Information centric network distributed search with approximate cache
JP2021114707A (en) 2020-01-20 2021-08-05 Kddi株式会社 Transfer device and program for content distribution system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170142226A1 (en) 2014-01-31 2017-05-18 Interdigital Patent Holdings, Inc. Methods, apparatuses and systems directed to enabling network federations through hash-routing and/or summary-routing based peering
JP2016024815A (en) 2014-07-18 2016-02-08 パロ アルト リサーチ センター インコーポレイテッド Reputation-based strategy for forwarding and responding to interests over content centric network
JP2016039630A (en) 2014-08-08 2016-03-22 パロ アルト リサーチ センター インコーポレイテッド Explicit strategy feedback in name-based transfer
US20190325001A1 (en) 2019-06-28 2019-10-24 Maria Ramirez Loaiza Information centric network distributed search with approximate cache
JP2021114707A (en) 2020-01-20 2021-08-05 Kddi株式会社 Transfer device and program for content distribution system

Also Published As

Publication number Publication date
JP2021114707A (en) 2021-08-05

Similar Documents

Publication Publication Date Title
JP3875107B2 (en) Packet switching system, packet switching method, routing device, packet data and generation method thereof
JP2004070860A (en) Stream contents distribution system and proxy server
US7283463B2 (en) Non-disruptive reconfiguration of a publish/subscribe system
KR101607879B1 (en) Adaptive multi-interface use for content networking
KR101717000B1 (en) Method and device for packet handling
JP6225249B2 (en) Routing and forwarding method, apparatus and system
JP2017069950A (en) Information centric network by small multi-pass or single-pass transfer state
Ascigil et al. A native content discovery mechanism for the information-centric networks
JP7164556B2 (en) TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM
CN103546375B (en) content routing method and device
US11184460B2 (en) Server device and transfer device for content distribution system
JP6495777B2 (en) Transfer device, server device, and program for content distribution network
JP6430849B2 (en) Transfer device for content distribution network
JP6590774B2 (en) Server device, transfer device, and program for content distribution system
JP2007041899A (en) Content distribution apparatus, content distribution network and content distribution method
JP7084365B2 (en) Transporters and programs for content distribution systems
JP2007233700A (en) Cache system, load monitoring server, cache management server, and cache server
JP7028811B2 (en) Content delivery network transporter
JP6894391B2 (en) Content delivery network client devices and programs
WO2015029321A1 (en) Communication system, controller, communication method, and storage medium
JP6516692B2 (en) Transfer device and program for content distribution network
JP6591946B2 (en) Server device, transfer device, and program for content distribution system
JP7463314B2 (en) Content delivery network client device and program
JP7335216B2 (en) TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM
CN111404972B (en) Data processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20210203

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211222

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221003

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221011

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221020

R150 Certificate of patent or registration of utility model

Ref document number: 7164556

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150