JP7084365B2 - Transporters and programs for content distribution systems - Google Patents

Transporters and programs for content distribution systems Download PDF

Info

Publication number
JP7084365B2
JP7084365B2 JP2019163250A JP2019163250A JP7084365B2 JP 7084365 B2 JP7084365 B2 JP 7084365B2 JP 2019163250 A JP2019163250 A JP 2019163250A JP 2019163250 A JP2019163250 A JP 2019163250A JP 7084365 B2 JP7084365 B2 JP 7084365B2
Authority
JP
Japan
Prior art keywords
content
attribute
transfer device
content name
chunk
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
JP2019163250A
Other languages
Japanese (ja)
Other versions
JP2021043543A (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 JP2019163250A priority Critical patent/JP7084365B2/en
Publication of JP2021043543A publication Critical patent/JP2021043543A/en
Application granted granted Critical
Publication of JP7084365B2 publication Critical patent/JP7084365B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

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

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

CCNにおいて、コンテンツを公開するサーバ装置は当該コンテンツを1つ以上のチャンクに分割し、クライアント装置は、この分割されたチャンク単位でコンテンツを取得する。また、CCNにおいて、チャンクの転送を行った通信装置(以下、転送装置と呼ぶ。)は、当該チャンクを保存(キャッシュ)できる。転送装置は、自装置がキャッシュしているチャンクを要求するインタレスト・パケット(要求パケット)をクライアント装置から受信すると、当該インタレスト・パケットをサーバ装置に向けて転送することなく、自装置がキャッシュしているチャンクを、当該インタレスト・パケットの送信元のクライアント装置に向けて送信できる。 In the CCN, the server device that publishes the content divides the content into one or more chunks, and the client device acquires the content in units of the divided chunks. Further, in the CCN, the communication device (hereinafter referred to as a transfer device) that has transferred the chunk can store (cache) the chunk. When the transfer device receives an interest packet (request packet) requesting a chunk cached by the own device from the client device, the transfer device caches the interest packet without forwarding the interest packet to the server device. The chunk can be sent to the client device that is the source of the interest 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: Ending Interest Table). CS is information indicating chunks cached by the own device. The FIB is information indicating the relationship between the chunk requested by the interest packet and the interface to which the interest packet should be forwarded. The PIT is information indicating the relationship between the chunk requested by the transferred interest packet and the interface that received the transferred interest packet.

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

この様に、CCNにおいて、チャンクを含むデータ・パケットは、当該チャンクを要求するインタレスト・パケットを受信したインタフェースに送信される。よって、チャンクは、当該チャンクを要求するインタレスト・パケットと同じ経路を逆向きに転送されて、当該チャンクを要求したクライアント装置に配信される。インタレスト・パケットには、要求チャンクを示す情報(チャンク名)が含まれるが、インタレスト・パケットの送信元のクライアント装置を特定するための情報は含まれない。したがって、保存しているチャンクを配信するサーバ装置や転送装置は、チャンクを要求したクライアント装置がどの地域又はネットワークに配置されているかを認識できない。つまり、サーバ装置や転送装置は、コンテンツの配信先の地域又はネットワークを制限することができない。 Thus, in the CCN, the data packet containing the chunk is transmitted to the interface that received the interest packet requesting the chunk. Therefore, the chunk is forwarded in the reverse direction on the same route as the interest packet requesting the chunk, and is delivered to the client device requesting the chunk. The interest packet contains information indicating a request chunk (chunk name), but does not include information for identifying the client device that is the source of the interest packet. Therefore, the server device or transfer device that distributes the stored chunk cannot recognize in which region or network the client device that requested the chunk is located. That is, the server device and the transfer device cannot limit the area or network to which the content is delivered.

特許文献1は、所定の地域又はネットワークへの所定のコンテンツの配信を制限する構成を開示している。特許文献1によると、当該所定の地域又はネットワークに配置される転送装置のFIBには、当該所定のコンテンツのチャンクを要求するインタレスト・パケットに対するエントリを設けないこととしている。この構成により、当該所定の地域又はネットワークに配置される転送装置は、当該所定のコンテンツのチャンクを要求するインタレスト・パケットを廃棄するため、当該所定のコンテンツは、当該所定の地域又はネットワークに配信されない。 Patent Document 1 discloses a configuration that restricts the distribution of a predetermined content to a predetermined area or network. According to Patent Document 1, the FIB of the transfer device located in the predetermined area or network is not provided with an entry for an interest packet requesting a chunk of the predetermined content. With this configuration, the transfer device located in the predetermined area or network discards the interest packet requesting the chunk of the predetermined content, so that the predetermined content is not delivered to the predetermined area or network. ..

特開2018-49474号公報Japanese Unexamined Patent Publication No. 2018-49474

FIBにおいてはエントリ数を削減するためにチャンク名のプレフィクスを使用する。例えば、20000個のチャンクに分割されたコンテンツ名"/Tokyo/olympic/soccer"のコンテンツがあり、そのチャンク名を"/Tokyo/olympic/soccer/1"~"/Tokyo/olympic/soccer/20000"とする。この20000個のチャンクの転送先インタフェースが総て同じ場合、それぞれが同じ転送先インタフェースを示す20000個のエントリをFIBに設けるのではなく、"/Tokyo/olympic/soccer"の1つのエントリのみをFIBに設ける構成とすることができる。 In the FIB, the chunk name prefix is used to reduce the number of entries. For example, there is content with a content name "/ Tokyo / Olympic / soccer" divided into 20000 chunks, and the chunk name is "/ Tokyo / Olympic / soccer / 1" to "/ Tokyo / Olympic / soccer / 20000". And. When all the transfer destination interfaces of these 20000 chunks are the same, instead of providing 20000 entries in the FIB, each of which indicates the same transfer destination interface, only one entry of "/ Tokyo / Olympic / soccer" is set in the FIB. It can be configured to be provided in.

さらに、10000個のチャンクに分割されたコンテンツ名"/Tokyo/olympic/basketball"のコンテンツがあり、そのチャンク名を"/Tokyo/olympic/basketball/1"~"/Tokyo/olympic/basketball/10000"とする。この10000個のチャンクの転送先インタフェースが総て、コンテンツ名"/Tokyo/olympic/soccer"の20000個のチャンクと同じ場合、合計30000個のチャンクそれぞれのエントリをFIBに設けるのではなく、"/Tokyo/olympic"の1つのエントリのみをFIBに設ける構成とすることもできる。 Furthermore, there is content with a content name "/ Tokyo / Olympic / basketball" divided into 10,000 chunks, and the chunk name is "/ Tokyo / Olympic / basketball / 1" to "/ Tokyo / Olympic / basketball / 10000". And. If the transfer destination interface of the 10,000 chunks is the same as the 20,000 chunks of the content name "/ Tokyo / Olympic / soccer", instead of providing an entry for each of the 30,000 chunks in the FIB, "/". It is also possible to provide the FIB with only one entry of "Tokyo / Olympic".

ここで、例えば、図1に示す様に、コンテンツ"/Tokyo/olympic/soccer"については配信可能であるが、コンテンツ"/Tokyo/olympic/basketball"の配信が不可のネットワークがあるものとする。このネットワークの転送装置が、"/Tokyo/olympic/soccer"のエントリをFIBに設け、"/Tokyo/olympic/basketball"のエントリをFIBに設けないことで、コンテンツ"/Tokyo/olympic/basketball"のチャンクが当該ネットワークに配信されることを防ぐことができる。しかしながら、当該ネットワークの転送装置が、図1に示す様に"/Tokyo/olympic"のエントリをFIBに設けた場合、"/Tokyo/olympic/basketball"のチャンクを要求するパケットもサーバ装置に向けて転送され、よって、配信を制限できなくなる。 Here, for example, as shown in FIG. 1, it is assumed that there is a network in which the content "/ Tokyo / Olympic / soccer" can be distributed, but the content "/ Tokyo / Olympic / basketball" cannot be distributed. The transfer device of this network provides the entry of "/ Tokyo / Olympic / soccer" in the FIB and does not provide the entry of "/ Tokyo / Olympic / basketball" in the FIB, so that the content "/ Tokyo / Olympic / basketball" It is possible to prevent chunks from being delivered to the network. However, when the transfer device of the network provides the entry of "/ Tokyo / Olympic" in the FIB as shown in FIG. 1, the packet requesting the chunk of "/ Tokyo / Olympic / basketball" is also directed to the server device. It will be forwarded and therefore delivery cannot be restricted.

本発明は、コンテンツ名に基づきコンテンツのルーティングを行うコンテンツ配信システムにおいて、コンテンツの配信先を制御できる仕組みを提供するものである。 The present invention provides a mechanism capable of controlling the distribution destination of a content in a content distribution system that routes the content based on the content name.

本発明の一態様によると、配信を要求するコンテンツのコンテンツ名を含む要求パケットを、当該コンテンツ名に基づき転送するコンテンツ配信システムの転送装置は、他の複数の装置と接続するための複数の通信インタフェースと、前記複数の通信インタフェースそれぞれの属性を示す属性情報と、コンテンツ名と当該コンテンツ名に関連付けられた1つ以上の属性とを示す制限情報と、を格納する格納手段と、前記要求パケットを受信すると、前記属性情報に基づき当該要求パケットを受信した通信インタフェースの第1属性を判定し、当該要求パケットに含まれる第1コンテンツ名が前記第1属性に前記制限情報において関連付けられているか否かに応じて受信した前記要求パケットを廃棄するか否かを判定する処理を行う処理手段と、を備えていることを特徴とする。 According to one aspect of the present invention, the transfer device of the content distribution system that transfers the request packet including the content name of the content for which distribution is requested based on the content name is a plurality of communications for connecting to a plurality of other devices. A storage means for storing the interface, attribute information indicating the attributes of each of the plurality of communication interfaces, and restriction information indicating the content name and one or more attributes associated with the content name, and the request packet. Upon reception, the first attribute of the communication interface that received the request packet is determined based on the attribute information, and whether or not the first content name included in the request packet is associated with the first attribute in the restriction information. It is characterized by comprising a processing means for performing a process of determining whether or not to discard the received request packet according to the above.

本発明によると、コンテンツ名に基づきコンテンツのルーティングを行うコンテンツ配信システムにおいて、コンテンツの配信先を制御することができる。 According to the present invention, it is possible to control the distribution destination of the content in the content distribution system that routes the content based on the content name.

課題の説明図。Explanatory diagram of the task. 一実施形態の説明図。Explanatory drawing of one embodiment. 一実施形態による転送装置が保持する情報を示す図。The figure which shows the information which the transfer apparatus by one Embodiment holds. 一実施形態による転送装置がインタレスト・パケットを受信した際に行う処理のフローチャート。A flowchart of processing performed when the transfer device according to the embodiment receives an interest packet. 一実施形態による転送装置の構成図。The block diagram of the transfer apparatus by 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 plurality of features described in the embodiments may be arbitrarily combined. In addition, the same or similar configuration will be given the same reference number, and duplicated explanations will be omitted.

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

図2は、本実施形態を説明するためのコンテンツ配信ネットワークの部分を示している。転送装置20は、IF#2により転送装置23に接続し、IF#3により転送装置22に接続し、IF#4により転送装置21に接続している。本実施形態においては、各転送装置に属性情報を与える。属性情報は、例えば、転送装置が配置される地域やネットワークを示す。図2において、転送装置20、21及び22には、属性情報"Tokyo"が付与され、転送装置23には、属性情報"Osaka"が付与されている。 FIG. 2 shows a part of a content distribution network for explaining the present embodiment. The transfer device 20 is connected to the transfer device 23 by IF # 2, is connected to the transfer device 22 by IF # 3, and is connected to the transfer device 21 by IF # 4. In this embodiment, attribute information is given to each transfer device. The attribute information indicates, for example, the area or network in which the transfer device is located. In FIG. 2, the transfer devices 20, 21 and 22 are given the attribute information "Tokyo", and the transfer device 23 is given the attribute information "Osaka".

図3(A)は、転送装置20のFIBを示している。なお、各図におけるFIBや制限情報のチャンク名フィールドは、チャンク名そのもの以外にも、チャンク名の共通するプレフィクスを示すものとすることができる。図3(A)によると、"/Tokyo/Olympic"をプレフィクスとする任意のチャンク名のチャンクを要求するインタレスト・パケットは、IF#4に、つまり、転送装置21に転送される。図3(B)は、転送装置20に格納されるインタフェース属性情報を示している。インタフェース属性情報は、転送装置20の各インタフェースの属性を示し、インタフェースの属性は、図2に示す様に、当該インタフェースにより接続される接続先の転送装置の属性情報と同じである。各転送装置は、インタフェースにより接続される転送装置から当該転送装置の属性情報を受信し、これを当該インタフェースの属性情報として格納する。図3(C)は、転送装置20に格納される制限情報を示している。図3(C)においては、"/Tokyo/Olympic/basketball"をプレフィクスとする任意のチャンク名のチャンクに関するインタレスト・パケット、或いは、データ・パケットは、属性情報"Tokyo"が付与されている転送装置のみに転送できることが示されている。言い換えると、"/Tokyo/Olympic/basketball"をプレフィクスとする任意のチャンク名のチャンクに関するインタレスト・パケット及びデータ・パケットは、属性情報"Osaka"が付与されている転送装置に転送できないことが示されている。 FIG. 3A shows the FIB of the transfer device 20. The chunk name field of the FIB and the restriction information in each figure may indicate a prefix common to the chunk names in addition to the chunk names themselves. According to FIG. 3A, an interest packet requesting a chunk with an arbitrary chunk name prefixed with "/ Tokyo / Olympic" is forwarded to IF # 4, that is, to the transfer device 21. FIG. 3B shows the interface attribute information stored in the transfer device 20. The interface attribute information indicates the attributes of each interface of the transfer device 20, and the attributes of the interface are the same as the attribute information of the transfer destination connected by the interface, as shown in FIG. Each transfer device receives the attribute information of the transfer device from the transfer device connected by the interface, and stores this as the attribute information of the interface. FIG. 3C shows the restriction information stored in the transfer device 20. In FIG. 3C, an interest packet or a data packet relating to a chunk with an arbitrary chunk name having "/ Tokyo / Olympic / basketball" as a prefix is a transfer to which the attribute information "Tokyo" is added. It has been shown that it can only be transferred to the device. In other words, it is shown that interest packets and data packets related to chunks with arbitrary chunk names prefixed with "/ Tokyo / Olympic / basketball" cannot be transferred to the transfer device to which the attribute information "Osaka" is attached. Has been done.

図4は、インタレスト・パケットを受信した際に転送装置20が実行する処理のフローチャートである。S10で、受信したインタレスト・パケットが要求するチャンク(以下、要求チャンク)のエントリが制限情報にあるかを判定する。図3(C)の制限情報の場合、要求チャンクのチャンク名が、"/Tokyo/olympic/basketball"をプレフィクスとする場合、S10の処理はYesとなる。一方、要求チャンクのチャンク名が、"/Tokyo/olympic/soccer"をプレフィクスとする場合、S10の処理はNoとなる。S10がYesの場合、転送装置20は、S11で、インタレスト・パケットを受信したインタフェースの属性が、S10で判定したエントリに含まれているかを判定する。図3(C)の制限情報の場合、"/Tokyo/olympic/basketball"のエントリには、属性情報"Tokyo"が示されているため、インタレスト・パケットを受信したインタフェースがIF#3である場合、S11はYesとなり、IF#2である場合、S11はNoとなる。S11がNoであると、転送装置20は、S12で、受信したインタレスト・パケットを廃棄して処理を終了する。 FIG. 4 is a flowchart of the process executed by the transfer device 20 when the interest packet is received. In S10, it is determined whether or not the entry of the chunk (hereinafter referred to as the request chunk) requested by the received interest packet is in the restriction information. In the case of the restriction information of FIG. 3C, if the chunk name of the request chunk is "/ Tokyo / Olympic / basketball" as a prefix, the processing of S10 is Yes. On the other hand, when the chunk name of the request chunk is "/ Tokyo / Olympic / soccer" as a prefix, the process of S10 is No. When S10 is Yes, the transfer device 20 determines in S11 whether the attribute of the interface that received the interest packet is included in the entry determined in S10. In the case of the restriction information of FIG. 3C, since the attribute information "Tokyo" is shown in the entry of "/ Tokyo / Olympic / basketball", the interface that received the interest packet is IF # 3. , S11 is Yes, and if it is IF # 2, S11 is No. If S11 is No, the transfer device 20 discards the received interest packet in S12 and ends the process.

一方、S10でNo、或いは、S11でYesの場合、転送装置20は、受信したインタレスト・パケットを廃棄せず、要求チャンクをインタレスト・パケットの送信元に送信するために必要な通常の処理を行う。つまり、要求チャンクをキャッシュしているかを判定し、キャッシュしている場合、キャッシュしている要求チャンクを、インタレスト・パケットの受信インタフェースから送信する。要求チャンクをキャッシュしていない場合、PITを検索して要求チャンクの受信待ち状態であるかを判定する。要求チャンクの受信待ち状態であると、PITの要求チャンクのエントリにインタレスト・パケットの受信インタフェースを追加する。したがって、要求チャンクを受信した際、要求チャンクは、インタレスト・パケットの受信インタフェースから送信される。また、要求チャンクの受信待ち状態ではないと、FIBに基づきインタレスト・パケットを転送すると共に、PITに要求チャンクのエントリを追加する。したがって、要求チャンクを受信した際、要求チャンクは、インタレスト・パケットの受信インタフェースから送信される。 On the other hand, in the case of No in S10 or Yes in S11, the transfer device 20 does not discard the received interest packet, but performs the usual processing necessary for transmitting the request chunk to the source of the interest packet. .. That is, it is determined whether the request chunk is cached, and if it is cached, the cached request chunk is transmitted from the receiving interface of the interest packet. If the request chunk is not cached, the PIT is searched to determine whether the request chunk is in the reception waiting state. When waiting for a request chunk to be received, the interface for receiving the interest packet is added to the entry of the request chunk of the PIT. Therefore, when a request chunk is received, the request chunk is transmitted from the receiving interface of the interest packet. Further, if the request chunk is not in the reception waiting state, the interest packet is transferred based on the FIB, and the request chunk entry is added to the PIT. Therefore, when a request chunk is received, the request chunk is transmitted from the receiving interface of the interest packet.

例えば、受信したインタレスト・パケットの要求チャンクが"/Tokyo/olympic/soccer/1"である場合、S10でNoとなるため、当該インタレスト・パケットを、どの転送装置から受信したかに拘わらず、要求チャンクは、インタレスト・パケットを送信した転送装置に送信される。一方、要求チャンクが"/Tokyo/olympic/basketball/1"であるが、当該インタレスト・パケットの受信インタフェースがIF#3である場合、S11でYesとなるため、要求チャンクは、インタレスト・パケットを送信した転送装置22に送信される。しかしながら、要求チャンクが"/Tokyo/olympic/basketball/1"であり、かつ、当該インタレスト・パケットの受信インタフェースがIF#2である場合、S11はNoとなるため、要求チャンクは転送装置23に送信されない。 For example, if the request chunk of the received interest packet is "/ Tokyo / Olympic / soccer / 1", the result is No in S10, so that the request is made regardless of which transfer device the interest packet is received from. Chunks are transmitted to the transfer device that sent the interest packet. On the other hand, when the request chunk is "/ Tokyo / Olympic / basketball / 1", but the receiving interface of the interest packet is IF # 3, it becomes Yes in S11, so that the request chunk transmits the interest packet. It is transmitted to the transfer device 22. However, if the request chunk is "/ Tokyo / Olympic / basketball / 1" and the reception interface of the interest packet is IF # 2, S11 is No, so the request chunk is transmitted to the transfer device 23. Not done.

以上の構成により所定のコンテンツの所定の地域又はネットワークへの配信を制限することができる。 With the above configuration, it is possible to limit the distribution of predetermined content to a predetermined area or network.

なお、図4では、インタレスト・パケットを受信時、制限情報に基づき当該インタレスト・パケットを廃棄することで、所定のコンテンツの所定の地域又はネットワークへの配信を制限していた。しかしながら、インタレスト・パケットの受信時には、通常の処理を行い、要求チャンクを含むデータ・パケットの送信時に制限する構成とすることができる。つまり、チャンクを、あるインタフェースから送信する前に、制限情報に基づき、当該チャンクを当該インタフェースから送信できるかを判定し、送信できると判定した場合にのみ当該チャンクを当該インタフェースから送信する構成とすることもできる。 In FIG. 4, when the interest packet is received, the interest packet is discarded based on the restriction information, thereby restricting the distribution of the predetermined content to the predetermined area or network. However, when the interest packet is received, normal processing can be performed, and the data packet including the request chunk can be restricted when being transmitted. That is, before transmitting a chunk from a certain interface, it is determined whether the chunk can be transmitted from the interface based on the restriction information, and the chunk is transmitted from the interface only when it is determined that the chunk can be transmitted. You can also do it.

例えば、送信するチャンクが"/Tokyo/olympic/soccer/1"である場合、制限情報には、当該チャンクのエントリがないため、転送装置20は、いずれのインタフェースであっても送信することができる。一方、送信するチャンクが"/Tokyo/olympic/basketball/1"である場合、属性情報に示されたTokyoを属性とするIF#3から送信はできるが、属性情報に示されないOsakaを属性とするIF#2からは送信できない。 For example, when the chunk to be transmitted is "/ Tokyo / Olympic / soccer / 1", the transfer device 20 can transmit at any interface because there is no entry for the chunk in the restriction information. .. On the other hand, when the chunk to be transmitted is "/ Tokyo / Olympic / basketball / 1", it can be transmitted from IF # 3 having Tokyo as an attribute shown in the attribute information, but Osaka not shown in the attribute information is used as an attribute. It cannot be sent from IF # 2.

また、本実施形態の制限情報は、制限されない属性を示していたが、制限する属性を示すものとすることができる。例えば、"/Tokyo/olympic/basketball"の転送装置23への配信を制限する場合、図3(C)の属性情報にOsakaを設定する構成とすることもできる。この場合、図4のS11でYesの場合、S12の処理が行われる。なお、制限情報が示す属性が、制限する属性であるか制限しない属性であるかに拘わらず、制限情報の1つのエントリには複数の属性を設定することができる。 Further, although the restriction information of the present embodiment indicates an attribute that is not restricted, it may indicate an attribute that restricts. For example, in the case of restricting the distribution of "/ Tokyo / Olympic / basketball" to the transfer device 23, Osaka may be set in the attribute information of FIG. 3C. In this case, in the case of Yes in S11 of FIG. 4, the process of S12 is performed. It should be noted that, regardless of whether the attribute indicated by the restriction information is an attribute that is restricted or an attribute that is not restricted, a plurality of attributes can be set in one entry of the restriction information.

図5は、本実施形態による転送装置の構成図である。通信部30は、複数の通信インタフェースを有し、インタレスト・パケットや要求パケットの送受信を行う。格納部32は、FIB、PIT、CSに加えて、インタフェース属性情報及び制限情報を格納する。なお、インタフェース情報は、例えば、各通信インタフェースを介して、接続先の転送情報から取得することができる。また、制限情報は、例えば、コンテンツ配信ネットワークのオペレータが設定する。 FIG. 5 is a configuration diagram of a transfer device according to the present embodiment. The communication unit 30 has a plurality of communication interfaces and transmits / receives interest packets and request packets. The storage unit 32 stores interface attribute information and restriction information in addition to the FIB, PIT, and CS. The interface information can be acquired from the transfer information of the connection destination via, for example, each communication interface. Further, the restriction information is set by, for example, an operator of the content distribution network.

要求パケットを廃棄することでコンテンツの配信先を制限する場合、処理部31は、制限情報において、受信したインタレスト・パケットに含まれる第1コンテンツ名(第1チャンク名)が、当該インタレスト・パケットを受信した通信インタフェースの第1属性に関連付けられているか否かに応じてインタレスト・パケットを廃棄するか否かを判定する。例えば、属性情報が配信できない属性を示す場合、処理部31は、制限情報に第1コンテンツ名があり、かつ、制限情報において第1コンテンツ名が第1属性に関連付けられている場合、当該インタレスト・パケットを廃棄すると判定する。一方、属性情報が配信できる属性を示す場合、処理部31は、制限情報に第1コンテンツ名があるが、制限情報において第1コンテンツ名が第1属性に関連付けられていない場合、当該インタレスト・パケットを廃棄すると判定する。それ以外の場合、処理部31は、コンテンツを配信するのに必要な通常の処理を行う。 When the delivery destination of the content is restricted by discarding the request packet, the processing unit 31 uses the restriction information that the first content name (first chunk name) included in the received interest packet determines the interest packet. It is determined whether to discard the interest packet depending on whether or not it is associated with the first attribute of the received communication interface. For example, when the attribute information indicates an attribute that cannot be delivered, the processing unit 31 considers that the restricted information has a first content name and the restricted information has the first content name associated with the first attribute. Determine to discard the packet. On the other hand, when the attribute information indicates an attribute that can be delivered, the processing unit 31 has the interest packet when the restriction information has the first content name but the first content name is not associated with the first attribute in the restriction information. Is determined to be discarded. In other cases, the processing unit 31 performs normal processing necessary for delivering the content.

一方、データ・パケットを廃棄することでコンテンツの配信先を制限する場合、処理部31は、第1コンテンツ名のコンテンツ(又はその断片)を含むデータ・パケットを第1属性の通信インタフェースから送信するか廃棄するかを、制限情報において、第1コンテンツ名が第1属性に関連付けられているか否かにより判定する。例えば、属性情報が配信できない属性を示す場合、処理部31は、制限情報に第1コンテンツ名があり、かつ、制限情報において第1コンテンツ名が第1属性に関連付けられている場合、データ・パケットを送信できず廃棄すると判定する。一方、属性情報が配信できる属性を示す場合、処理部31は、制限情報に第1コンテンツ名があるが、制限情報において第1コンテンツ名が第1属性に関連付けられていない場合、データ・パケットを送信できず廃棄すると判定する。それ以外の場合、処理部31は、データ・パケットを当該通信インタフェースから送信する。 On the other hand, when the distribution destination of the content is restricted by discarding the data packet, the processing unit 31 transmits the data packet including the content (or a fragment thereof) of the first content name from the communication interface of the first attribute. Whether to discard or to discard is determined by whether or not the first content name is associated with the first attribute in the restriction information. For example, when the attribute information indicates an attribute that cannot be delivered, the processing unit 31 indicates a data packet when the restriction information has a first content name and the first content name is associated with the first attribute in the restriction information. Cannot be sent and is determined to be discarded. On the other hand, when the attribute information indicates an attribute that can be delivered, the processing unit 31 sends a data packet when the restriction information has the first content name but the first content name is not associated with the first attribute in the restriction information. It is judged that it cannot be sent and is discarded. Otherwise, the processing unit 31 transmits the data packet from the communication interface.

なお、本発明による転送装置は、コンピュータを上記転送装置として動作させるプログラムにより実現することができる。これらコンピュータプログラムは、コンピュータが読み取り可能な記憶媒体に記憶されて、又は、ネットワーク経由で配布が可能なものである。 The transfer device according to the present invention can be realized by a program that operates the computer as the transfer device. These computer programs are stored in a computer-readable storage medium or can be distributed over a network.

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

32:格納部、31:処理部 32: Storage unit, 31: Processing unit

Claims (7)

配信を要求するコンテンツのコンテンツ名を含む要求パケットを、当該コンテンツ名に基づき転送するコンテンツ配信システムの転送装置であって、
他の複数の装置と接続するための複数の通信インタフェースと、
前記複数の通信インタフェースそれぞれの属性を示す属性情報と、コンテンツ名と当該コンテンツ名に関連付けられた1つ以上の属性とを示す制限情報と、を格納する格納手段と、
前記要求パケットを受信すると、前記属性情報に基づき当該要求パケットを受信した通信インタフェースの第1属性を判定し、当該要求パケットに含まれる第1コンテンツ名が前記第1属性に前記制限情報において関連付けられているか否かに応じて受信した前記要求パケットを廃棄するか否かを判定する処理を行う処理手段と、
を備えていることを特徴とする転送装置。
A transfer device of a content distribution system that transfers a request packet including the content name of the content for which distribution is requested based on the content name.
Multiple communication interfaces for connecting to multiple other devices,
A storage means for storing attribute information indicating the attributes of each of the plurality of communication interfaces and restriction information indicating the content name and one or more attributes associated with the content name.
When the request packet is received, the first attribute of the communication interface that received the request packet is determined based on the attribute information, and the first content name included in the request packet is associated with the first attribute in the restriction information. A processing means that performs a process of determining whether or not to discard the received request packet depending on whether or not the packet is received.
A transfer device characterized by being equipped with.
前記処理手段は、前記制限情報に前記第1コンテンツ名があり、かつ、前記制限情報において前記第1コンテンツ名が前記第1属性に関連付けられている場合、受信した前記要求パケットを廃棄すると判定することを特徴とする請求項1に記載の転送装置。 When the restriction information has the first content name and the first content name is associated with the first attribute in the restriction information, the processing means determines to discard the received request packet. The transfer device according to claim 1. 前記処理手段は、前記制限情報に前記第1コンテンツ名があるが、前記制限情報において前記第1コンテンツ名が前記第1属性に関連付けられていない場合、受信した前記要求パケットを廃棄すると判定することを特徴とする請求項1に記載の転送装置。 The processing means determines that the received request packet is discarded when the restriction information includes the first content name but the first content name is not associated with the first attribute in the restriction information. The transfer device according to claim 1. 他の複数の装置と接続するための複数の通信インタフェースを有し、配信を要求するコンテンツのコンテンツ名を含む要求パケットの受信の応答として、前記コンテンツを含むデータ・パケットを、当該要求パケットを受信した通信インタフェースから送信するコンテンツ配信システムの転送装置であって、
前記複数の通信インタフェースそれぞれの属性を示す属性情報と、コンテンツ名と当該コンテンツ名に関連付けられた1つ以上の属性とを示す制限情報と、を格納する格納手段と、
第1コンテンツ名のコンテンツを含むデータ・パケットを第1属性の通信インタフェースから送信できるか否かを、前記第1コンテンツ名が前記第1属性に前記制限情報において関連付けられているか否かにより判定する処理を行う処理手段と、
を備えていることを特徴とする転送装置。
It has multiple communication interfaces for connecting to a plurality of other devices, and receives a data packet containing the content as a response to receiving a request packet containing the content name of the content requested to be delivered. It is a transfer device of the content distribution system that transmits from the communication interface.
A storage means for storing attribute information indicating the attributes of each of the plurality of communication interfaces and restriction information indicating the content name and one or more attributes associated with the content name.
Whether or not a data packet containing the content of the first content name can be transmitted from the communication interface of the first attribute is determined by whether or not the first content name is associated with the first attribute in the restriction information. Processing means to perform processing and
A transfer device characterized by being equipped with.
前記処理手段は、前記制限情報に前記第1コンテンツ名があり、かつ、前記制限情報において前記第1コンテンツ名が前記第1属性に関連付けられている場合、前記データ・パケットを前記第1属性の通信インタフェースから送信できないと判定することを特徴とする請求項4に記載の転送装置。 When the restriction information has the first content name and the first content name is associated with the first attribute in the restriction information, the processing means sets the data packet as the first attribute. The transfer device according to claim 4, wherein it is determined that transmission cannot be performed from the communication interface. 前記処理手段は、前記制限情報に前記第1コンテンツ名があるが、前記制限情報において前記第1コンテンツ名が前記第1属性に関連付けられていない場合、前記データ・パケットを前記第1属性の通信インタフェースから送信できないと判定することを特徴とする請求項4に記載の転送装置。 When the processing means has the first content name in the restriction information, but the first content name is not associated with the first attribute in the restriction information, the data packet is communicated with the first attribute. The transfer device according to claim 4, wherein it is determined that transmission cannot be performed from the interface. 請求項1から6のいずれか1項に記載の転送装置としてコンピュータを機能させることを特徴とするプログラム。 A program according to any one of claims 1 to 6, wherein the computer functions as the transfer device.
JP2019163250A 2019-09-06 2019-09-06 Transporters and programs for content distribution systems Active JP7084365B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019163250A JP7084365B2 (en) 2019-09-06 2019-09-06 Transporters and programs for content distribution systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019163250A JP7084365B2 (en) 2019-09-06 2019-09-06 Transporters and programs for content distribution systems

Publications (2)

Publication Number Publication Date
JP2021043543A JP2021043543A (en) 2021-03-18
JP7084365B2 true JP7084365B2 (en) 2022-06-14

Family

ID=74864109

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019163250A Active JP7084365B2 (en) 2019-09-06 2019-09-06 Transporters and programs for content distribution systems

Country Status (1)

Country Link
JP (1) JP7084365B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120317307A1 (en) 2011-06-07 2012-12-13 Futurewei Technologies, Inc. Method and Apparatus for Content Identifier Based Radius Constrained Cache Flooding to Enable Efficient Content Routing

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120317307A1 (en) 2011-06-07 2012-12-13 Futurewei Technologies, Inc. Method and Apparatus for Content Identifier Based Radius Constrained Cache Flooding to Enable Efficient Content Routing

Also Published As

Publication number Publication date
JP2021043543A (en) 2021-03-18

Similar Documents

Publication Publication Date Title
JP2004070860A (en) Stream contents distribution system and proxy server
EP4009593A1 (en) Data transmission method and apparatus, network card and storage medium
KR20130088774A (en) System and method for delivering segmented content
KR102033999B1 (en) Method and apparatus for communication in content centric network
KR100460320B1 (en) File Transfer System, Apparatus, Method and Computer Readable Medium Storing File Transfer Program
US11184460B2 (en) Server device and transfer device for content distribution system
JP7084365B2 (en) Transporters and programs for content distribution systems
JP7164556B2 (en) TRANSFER DEVICE AND PROGRAM FOR CONTENT DISTRIBUTION SYSTEM
JP6495777B2 (en) Transfer device, server device, and program for content distribution network
JP6590774B2 (en) Server device, transfer device, and program for content distribution system
JP6591946B2 (en) Server device, transfer device, and program for content distribution system
JP6430849B2 (en) Transfer device for content distribution network
US11212359B2 (en) Transfer apparatus for content distribution network
JP7028811B2 (en) Content delivery network transporter
JP6894391B2 (en) Content delivery network client devices and programs
JP6516692B2 (en) Transfer device and program for content distribution network
JP2002247091A (en) Contents distribution server, method and system
JP2007233700A (en) Cache system, load monitoring server, cache management server, and cache server
JP6403567B2 (en) Communication device and program for content distribution network
JP6620761B2 (en) Information processing apparatus, information processing method, and program
JP7463314B2 (en) Content delivery network client device and program
JP2022053105A (en) Transfer device and program of content distribution system
JP6403566B2 (en) Transfer device, client device, and program for content distribution network
JP6718397B2 (en) Router device, control method thereof, and program
JP6901262B2 (en) Content distribution system transfer devices and programs

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: 20210225

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220118

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: 20220516

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220602

R150 Certificate of patent or registration of utility model

Ref document number: 7084365

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150