JP2015076833A - Network coding device, network coding method, and network coding program - Google Patents

Network coding device, network coding method, and network coding program Download PDF

Info

Publication number
JP2015076833A
JP2015076833A JP2013213646A JP2013213646A JP2015076833A JP 2015076833 A JP2015076833 A JP 2015076833A JP 2013213646 A JP2013213646 A JP 2013213646A JP 2013213646 A JP2013213646 A JP 2013213646A JP 2015076833 A JP2015076833 A JP 2015076833A
Authority
JP
Japan
Prior art keywords
cache
storage unit
encoded
encoding
request
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.)
Pending
Application number
JP2013213646A
Other languages
Japanese (ja)
Inventor
淳 栗原
Atsushi Kurihara
淳 栗原
三宅 優
Masaru Miyake
優 三宅
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 JP2013213646A priority Critical patent/JP2015076833A/en
Publication of JP2015076833A publication Critical patent/JP2015076833A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a network coding device, a network coding method, and a network coding program which can enhance throughput in downloading a content.SOLUTION: A relay node 20 comprises: a cache storage unit 21 which stores a coded cache including linear combination of one or a plurality of Chunks transmitted among Chunks composing a content; a request storage unit 24 which, on receiving an Interest packet requiring any Chunk, when the cache storage unit 21 does not store a coded cache including the requested Chunk, stores the requested Chunk and data for identifying the request source; and a transfer unit 26 which transfers the Interest packet to a plurality of neighboring nodes.

Description

本発明は、ネットワークの中継ノードにおけるネットワーク符号化装置、ネットワーク符号化方法及びネットワーク符号化プログラムに関する。   The present invention relates to a network encoding device, a network encoding method, and a network encoding program in a relay node of a network.

従来のインターネットに代わって、より効率的なデータ伝送・拡散を実現する情報ネットワーク構成であるICN(Information−Centric Network)が提案されている(例えば、非特許文献1参照)。ICNでは、ネットワークを構成する中継ノードに、一度中継したデータをキャッシュする機能を持たせることで、効率的なデータ転送を実現している。
さらに、ICNに分類されるネットワーク構成の1つとしてCCN(Content−Centric Network)がある。CCNでは、前述のキャッシュ機能を持つノードは、コンテンツへのリクエストを示す「Interest」と、このInterestパケットに対応したコンテンツデータを包含する「Data」と呼ばれる2種類のパケットを処理する。
ICN (Information-Centric Network), which is an information network configuration that realizes more efficient data transmission / spreading, has been proposed in place of the conventional Internet (see, for example, Non-Patent Document 1). In the ICN, efficient data transfer is realized by providing a relay node constituting a network with a function of caching data relayed once.
Furthermore, there is CCN (Content-Centric Network) as one of the network configurations classified as ICN. In the CCN, a node having the above-described cache function processes two types of packets called “Interest” indicating a request for content and “Data” including content data corresponding to this Interest packet.

また、ICNに限らず、ネットワークの中継ノード(例えば、ルータ又はスイッチ)に、コピー及び転送機能とは異なる数学的な演算機能(符号化機能)を持たせることによって、伝送レート及びスループットの向上、並びに消費エネルギの低減を実現するネットワーク符号化と呼ばれる技術が提案されている(例えば、非特許文献2参照)。さらに、このネットワーク符号化をICNの構成に取り入れることが提案されている(例えば、非特許文献3及び4参照)。ネットワーク符号化されたICNでは、符号化されたデータが中継ノードにキャッシュされる。   Further, not only the ICN but also a network relay node (for example, a router or a switch) has a mathematical operation function (encoding function) different from the copy and transfer function, thereby improving the transmission rate and throughput. In addition, a technique called network coding that realizes reduction of energy consumption has been proposed (see, for example, Non-Patent Document 2). Furthermore, it has been proposed to incorporate this network coding into the configuration of ICN (for example, see Non-Patent Documents 3 and 4). In a network encoded ICN, the encoded data is cached in the relay node.

ネットワーク符号化を組み込んだICNの方式として、CCNにおける「CodingCache」と呼ばれる手法がある(例えば、非特許文献5参照)。コンテンツは複数の断片(Chunk)で構成される。通常のCCNでは、このChunk1つに対して要求元のノードがInterestパケット1つを使ってリクエストを送る。また、Chunk1つがDataパケットの1つを構成する。一方、CodingCacheを施したCCNでは、Interestパケットは、通常通りChunk1つ1つに対してそれぞれ送信される。ところが、このInterestパケットに応じて送られるDataパケットは、コンテンツを構成する複数のChunkのうち、少なくとも指定されたChunkを含む1又は複数のChunkの線形結合となる。コンテンツに対してInterestパケットは、Chunkの数だけ発行される。また、Interestパケットを発行したノードは、複数のDataパケットを受け取ることでコンテンツを復号する。CodingCacheを施したCCNでは、通常のCCNよりもネットワークの利用効率が向上することが知られている。   As a method of ICN incorporating network coding, there is a method called “CodingCache” in CCN (see, for example, Non-Patent Document 5). The content is composed of a plurality of fragments. In a normal CCN, a requesting node sends a request to one Chunk using one Interest packet. One Chunk constitutes one Data packet. On the other hand, in CCN which performed CodingCache, an Interest packet is transmitted to each Chunk as usual. However, the Data packet sent in response to the Interest packet is a linear combination of one or more Chunks including at least the designated Chunk among the plurality of Chunks constituting the content. The number of Interest packets for content is issued by the number of Chunks. The node that issued the Interest packet decodes the content by receiving a plurality of Data packets. It is known that CCN to which CodingCache has been applied is improved in network utilization efficiency compared to normal CCN.

また、CodingCacheでは、Interestパケットを受信したノード自身がこのInterestパケットに対応するDataパケットのキャッシュを有していない場合、Dataパケットを発行してくれる可能性のある隣接ノードを、Adaptive Forwardingを使って1つ選択し、この隣接ノードに対してInterestパケットを転送する(例えば、非特許文献6参照)。   In CodingCache, if the node that received the Interest packet itself does not have a cache of the Data packet corresponding to the Interest packet, an adjacent node that may issue the Data packet is used by using Adaptive Forwarding. One is selected and an Interest packet is transferred to this adjacent node (for example, see Non-Patent Document 6).

B. Ahlgen, C. Dannewitz, C. Imbrenda, D. Kutscher, and B. Ohlman, “A survey of information−centric networking”, IEEE Communications Magazine, vol. 50, no. 7, pp. 26−36, 2012.B. Ahlgen, C.I. Dannewitz, C.I. Imbrenda, D.M. Kutscher, and B.C. Ohlman, “A survey of information-centric networking”, IEEE Communications Magazine, vol. 50, no. 7, pp. 26-36, 2012. V. Jacobson, D. K. Smetters, J. D. Thornton, M. F. Plass, N. H. Briggs and R. L. Braynard, “Networking Named Content,” Proc. CoNEXT 2009, pp. 1−12, 2009.V. Jacobson, D.C. K. Smetters, J.A. D. Thornton, M.M. F. Plus, N.C. H. Briggs and R.M. L. Brainard, “Networking Named Content,” Proc. CoNEXT 2009, pp. 1-12, 2009. R. Ahlswede, N. Cai, S.−Y. R. Li, and R. W. Yeung, “Network information flow,” IEEE Transactions on Information Theory, vol. 46, no. 4, pp.1204−1216, 2000.R. Ahlswede, N.A. Cai, S.M. -Y. R. Li, and R.R. W. Yeung, “Network information flow,” IEEE Transactions on Information Theory, vol. 46, no. 4, pp. 1204-1216, 2000. M. Montpetit, C. Westphal, and D. Trossen, “Network coding meets information−centric networking: an architectural case for information dispersion through native network coding,” Proceedings of NoM 2012, pp. 31−36, 2012.M.M. Montpetit, C.I. Westphal, and D.C. Trossen, “Network coding meets information-centric networking: anarchical case for information dispersal through native network coding,” ProceedingMapping, 201. ProceedingMapping. 31-36, 2012. Q. Wu, Z. Li and G. Xie, “CodingCache: Multipath−aware CCN Cache with Network Coding,” Proc. ACM SIGCOMM workshop on information−centric networking 2013, pp. 41−−42, Aug. 2013.Q. Wu, Z. Li and G.L. Xie, “CodingCache: Multipath-aware CCN Cache with Network Coding,” Proc. ACM SIGCOMM workshop on information-centric networking 2013, pp. 41--42, Aug. 2013. C. Yi, A. Afanasyev, L. Wang, B. Zhang and L. Zhang, “Adaptive Forwarding in Named Data Networking,” ACM SIGCOMM Computer Communication Review, vol. 42, no.3, pp.62−−67, July 2012.C. Yi, A. Afanasyev, L.M. Wang, B.W. Zhang and L. Zhang, “Adaptive Forwarding in Named Data Networking,” ACM SIGCOMM Computer Communication Review, vol. 42, no. 3, pp. 62--67, July 2012.

しかしながら、前述のCodingCacheによっても、ネットワークの利用効率は十分ではなく、スループットの向上が望まれている。   However, even with the above-described CodingCache, the utilization efficiency of the network is not sufficient, and an improvement in throughput is desired.

本発明は、コンテンツダウンロードにおけるスループットを向上できるネットワーク符号化装置、ネットワーク符号化方法及びネットワーク符号化プログラムを提供することを目的とする。   An object of the present invention is to provide a network encoding device, a network encoding method, and a network encoding program that can improve the throughput in content download.

本発明に係るネットワーク符号化装置は、コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するキャッシュ記憶部と、前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュが前記キャッシュ記憶部に存在しない場合、当該要求された断片及び要求元を識別するデータを記憶するリクエスト記憶部と、複数の隣接ノードに対して、前記要求パケットを転送する転送部と、を備える。   The network encoding device according to the present invention includes a cache storage unit that stores an encoded cache based on a linear combination of one or a plurality of transmitted fragments, and a request packet that requests one of the fragments. And when there is no encoded cache including the requested fragment in the cache storage unit, a request storage unit that stores data identifying the requested fragment and the request source, and a plurality of adjacent nodes A transfer unit that transfers the request packet.

前記ネットワーク符号化装置は、前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュが前記キャッシュ記憶部に存在する場合、当該要求された断片を含む1又は複数の符号化キャッシュに対して、ランダム係数に基づく再符号化を行い、当該再符号化したデータを含むデータパケットを、要求元へ送信する符号化部を備えてもよい。   When the network encoding apparatus receives a request packet requesting one of the fragments, and the encoded cache including the requested fragment exists in the cache storage unit, the network encoding device includes the requested fragment. An encoding unit that performs re-encoding based on a random coefficient for one or a plurality of encoding caches and transmits a data packet including the re-encoded data to the request source may be provided.

前記符号化部は、データパケットを受信した場合、当該データパケットに含まれている前記要求された断片を含む符号化キャッシュ、及び前記キャッシュ記憶部に記憶されている前記コンテンツを構成するいずれかの断片を含む符号化キャッシュに対して再符号化を行い、当該再符号化したデータを含むデータパケットを、要求元へ送信してもよい。   When the encoding unit receives a data packet, any one of the encoding cache including the requested fragment included in the data packet and the content stored in the cache storage unit Re-encoding may be performed on the encoding cache including the fragment, and a data packet including the re-encoded data may be transmitted to the request source.

前記キャッシュ記憶部は、前記受信したデータパケットに基づいて再符号化されたデータを、新たな符号化キャッシュとして記憶してもよい。   The cache storage unit may store data re-encoded based on the received data packet as a new encoded cache.

前記キャッシュ記憶部は、記憶する符号化キャッシュが所定の閾値を超える場合、線形従属な符号化キャッシュを優先して削除してもよい。   The cache storage unit may preferentially delete the linearly dependent encoded cache when the stored encoded cache exceeds a predetermined threshold.

前記キャッシュ記憶部は、記憶している符号化キャッシュの利用率に基づいて、削除対象を決定してもよい。   The cache storage unit may determine a deletion target based on a usage rate of a stored encoded cache.

本発明に係るネットワーク符号化方法は、コンテンツを伝送する中継ノードが、前記コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するステップと、前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュを記憶していない場合、当該要求された断片及び要求元を識別するデータを記憶するステップと、複数の隣接ノードに対して、前記要求パケットを転送するステップと、を実行する。   The network encoding method according to the present invention includes a step in which a relay node that transmits content stores an encoding cache based on a linear combination of one or a plurality of fragments transmitted among the fragments constituting the content; When receiving a request packet requesting any of the above, if the encoded cache including the requested fragment is not stored, storing the data identifying the requested fragment and the request source; Forwarding the request packet to an adjacent node.

本発明に係るネットワーク符号化プログラムは、コンテンツを伝送する中継ノードに、前記コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するステップと、前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュを記憶していない場合、当該要求された断片及び要求元を識別するデータを記憶するステップと、複数の隣接ノードに対して、前記要求パケットを転送するステップと、を実行させる。   The network coding program according to the present invention stores a coding cache based on a linear combination of one or a plurality of fragments transmitted among fragments constituting the content in a relay node that transmits the content; When receiving a request packet requesting any of the above, if the encoded cache including the requested fragment is not stored, storing the data identifying the requested fragment and the request source; Forwarding the request packet to an adjacent node.

本発明によれば、コンテンツダウンロードにおけるスループットが向上する。   According to the present invention, throughput in content download is improved.

実施形態に係るネットワーク符号化システムの構成を示す図である。It is a figure which shows the structure of the network coding system which concerns on embodiment. 実施形態に係る中継ノードの機能構成を示すブロック図である。It is a block diagram which shows the function structure of the relay node which concerns on embodiment. 実施形態に係るネットワーク符号化によって伝送されるコンテンツの構成例を示す図である。It is a figure which shows the structural example of the content transmitted by the network encoding which concerns on embodiment. 実施形態に係る中継ノードがInterestパケットを受信したとき、対応する符号化キャッシュがある場合の機能を示す図である。It is a figure which shows a function when there exists a corresponding encoding cache when the relay node which concerns on embodiment receives an Interest packet. 実施形態に係る中継ノードがInterestパケットを受信したとき、対応する符号化キャッシュがない場合の機能を示す図である。It is a figure which shows a function when there is no corresponding encoding cache when the relay node which concerns on embodiment receives an Interest packet. 実施形態に係る中継ノードがInterestパケットを受信したとき、対応する符号化キャッシュはないが、リクエスト記憶部に同一のChunkを要求するエントリが存在する場合の機能を示す図である。When a relay node according to the embodiment receives an Interest packet, it is a diagram illustrating a function when there is no corresponding encoding cache but there is an entry requesting the same Chunk in the request storage unit. 実施形態に係る中継ノードがDataパケットを受信した場合の機能を示す図である。It is a figure which shows a function when the relay node which concerns on embodiment receives a Data packet. 実施形態に係る受信ノードの機能を示す図である。It is a figure which shows the function of the receiving node which concerns on embodiment. 実施形態に係る中継ノードがInterestパケットを受信した際の処理を示すフローチャートである。It is a flowchart which shows a process when the relay node which concerns on embodiment receives an Interest packet. 実施形態に係る中継ノードがDataパケットを受信した際の処理を示すフローチャートである。It is a flowchart which shows a process when the relay node which concerns on embodiment receives a Data packet.

本発明の実施形態の一例について説明する。
図1は、本実施形態に係るネットワーク符号化システム1の構成を示す図である。
本実施形態では、CCNに対してネットワーク符号化が適用される。
An example of an embodiment of the present invention will be described.
FIG. 1 is a diagram showing a configuration of a network coding system 1 according to the present embodiment.
In this embodiment, network coding is applied to CCN.

送信ノード10から送信されるコンテンツ等のデータは、ネットワーク内の複数の中継ノード20(ネットワーク符号化装置)を経由して、受信ノード30で受信される。中継ノード20では、後述の符号化処理により符号化されたデータがキャッシュ記憶部21に記憶される。このキャッシュ記憶部21は、受信ノード30からのダウンロード要求に応じて参照される。   Data such as contents transmitted from the transmission node 10 is received by the reception node 30 via a plurality of relay nodes 20 (network encoding devices) in the network. In the relay node 20, data encoded by an encoding process described later is stored in the cache storage unit 21. This cache storage unit 21 is referred to in response to a download request from the receiving node 30.

図2は、本実施形態に係る中継ノード20の機能構成を示すブロック図である。
中継ノード20は、キャッシュ記憶部21と、符号化部22と、乱数生成部23と、リクエスト記憶部24と、転送情報記憶部25と、転送部26と、インタフェース27とを備える。
FIG. 2 is a block diagram illustrating a functional configuration of the relay node 20 according to the present embodiment.
The relay node 20 includes a cache storage unit 21, an encoding unit 22, a random number generation unit 23, a request storage unit 24, a transfer information storage unit 25, a transfer unit 26, and an interface 27.

キャッシュ記憶部21(Cache Storage)は、符号化部22により符号化された符号化キャッシュを記憶する。
符号化部22(Encoder)は、受信したDataパケット及びキャッシュ記憶部21の符号化キャッシュに対して、所定の符号化演算を行う。
乱数生成部23(Random Generator)は、符号化部22に対する入力として、乱数を生成する。
リクエスト記憶部24(PIT;Pending Interest Table)は、隣接ノードから受信したInterestパケットのリクエスト情報を記憶する。
転送情報記憶部25(FIB;Forwarding Information Base)は、Dataパケットが発行される可能性のあるInterestパケットの転送先を記憶する。
転送部26(Forwarder)は、転送情報記憶部25の情報に従って、Interestパケットを隣接ノードへ転送する。
インタフェース27(Face)は、隣接ノードとの間でInterestパケット又はDataパケットを送受信する。
The cache storage unit 21 (Cache Storage) stores the encoded cache encoded by the encoding unit 22.
The encoding unit 22 (Encoder) performs a predetermined encoding operation on the received Data packet and the encoded cache of the cache storage unit 21.
A random number generator 23 (Random Generator) generates a random number as an input to the encoding unit 22.
A request storage unit 24 (PIT; Pending Interest Table) stores request information of an Interest packet received from an adjacent node.
A transfer information storage unit 25 (FIB; Forwarding Information Base) stores a transfer destination of an Interest packet to which a Data packet may be issued.
The transfer unit 26 (Forwarder) transfers the Interest packet to the adjacent node according to the information in the transfer information storage unit 25.
The interface 27 (Face) transmits / receives an Interest packet or a Data packet to / from an adjacent node.

図3は、本実施形態に係るネットワーク符号化によって伝送されるコンテンツの構成例を示す図である。
コンテンツは、送信ノード10により複数のChunkに分割されて送信される。本実施形態では、例として、コンテンツAは、3つの断片(Chunk)C1〜C3で構成されているものとして説明する。
Dataパケットは、この3つのChunkのうち、いずれかの線形結合となる。Dataパケットには、例えばヘッダ部に、コンテンツの識別子及び線形結合の係数等の符号化情報が記述される。なお、それぞれのChunkに対するInterestパケットは全て発行され、コンテンツA全体に対するリクエストが行われているものとする。
FIG. 3 is a diagram illustrating a configuration example of content transmitted by network coding according to the present embodiment.
The content is divided into a plurality of chunks by the transmission node 10 and transmitted. In the present embodiment, as an example, the content A will be described as including three pieces (chunks) C1 to C3.
The Data packet is a linear combination of any of these three Chunks. In the Data packet, for example, encoded information such as a content identifier and a linear combination coefficient is described in a header portion. It is assumed that all Interest packets for each Chunk are issued and a request is made for the entire content A.

以下、中継ノード20の機能を、ケース1〜4に場合分けして詳述する。
<ケース1>
図4は、本実施形態に係る中継ノード20がInterestパケットを受信したとき、対応する符号化キャッシュがある場合の機能を示す図である。
Hereinafter, the function of the relay node 20 will be described in detail for each of cases 1 to 4.
<Case 1>
FIG. 4 is a diagram illustrating a function when there is a corresponding encoded cache when the relay node 20 according to the present embodiment receives an Interest packet.

中継ノード20は、インタフェース27(Face F1)から、Chunk C2を要求するInterestパケットを受信する。
このとき、キャッシュ記憶部21(Cache Storage)は、要求されたChunk C2を含むChunkの線形結合である符号化キャッシュを1又は複数個記憶している。
The relay node 20 receives an Interest packet requesting Chunk C2 from the interface 27 (Face F1).
At this time, the cache storage unit 21 (Cache Storage) stores one or more encoded caches that are linear combinations of Chunks including the requested Chunk C2.

符号化部22(Encoder)は、キャッシュ記憶部21から抽出した複数の符号化キャッシュ、及び乱数生成部23(Random Generator)により生成されたランダム係数を入力として再符号化を行い、符号化キャッシュのランダムな線形結合を生成する。
符号化部22は、このランダムな線形結合を、受信したInterestパケットに対応するDataパケットとして送り返す。
なお、符号化部22は、要求されたChunk以外の同一コンテンツに関するChunk(C1又はC3)から構成される符号化キャッシュを含めて再符号化してもよい。
The encoding unit 22 (Encoder) performs re-encoding using a plurality of encoding caches extracted from the cache storage unit 21 and the random coefficient generated by the random number generation unit 23 (Random Generator) as input of the encoding cache. Generate a random linear combination.
The encoding unit 22 sends back this random linear combination as a Data packet corresponding to the received Interest packet.
Note that the encoding unit 22 may perform re-encoding including an encoding cache including a Chunk (C1 or C3) related to the same content other than the requested Chunk.

<ケース2>
図5は、本実施形態に係る中継ノード20がInterestパケットを受信したとき、対応する符号化キャッシュがない場合の機能を示す図である。
<Case 2>
FIG. 5 is a diagram illustrating a function when there is no corresponding encoded cache when the relay node 20 according to the present embodiment receives an Interest packet.

中継ノード20は、インタフェース27(Face F1)から、Chunk C2を要求するInterestパケットを受信する。
このとき、キャッシュ記憶部21は、要求されたChunk C2を含む符号化キャッシュを記憶していない。
The relay node 20 receives an Interest packet requesting Chunk C2 from the interface 27 (Face F1).
At this time, the cache storage unit 21 does not store the encoded cache including the requested Chunk C2.

また、中継ノード20は、Chunk C2に対するInterestパケットを過去に受信しておらず、リクエスト記憶部24(PIT;Pending Interest Table)には、Chunk C2に関する未処理のエントリがない。そこで、中継ノード20は、いずれのインタフェース27から、どのChunkに対するInterestパケットを受信したかを示す情報(Face F1からChunk C2に対するリクエスト)を、リクエスト記憶部24に追加記憶する。   Further, the relay node 20 has not received an Interest packet for Chunk C2 in the past, and there is no unprocessed entry for Chunk C2 in the request storage unit 24 (PIT; Pending Interest Table). Therefore, the relay node 20 additionally stores in the request storage unit 24 information indicating which Chunk the Internet packet is received from which interface 27 (request from Face F1 to Chunk C2).

続いて、転送部26は、転送情報記憶部25(FIB;Forwarding Information Base)から、Chunk C2を含むDataパケットが発行される可能性のある隣接ノード又はネットワークに対するインタフェース27のリストを取得する。そして、転送部26は、これらのインタフェース27(例えば、Face F2及びF3)から、隣接ノードへInterestパケットを転送する。
なお、転送先は、転送情報記憶部25から取得された複数のインタフェース27の全て、又は所定数がランダムに選択されてもよい。
Subsequently, the transfer unit 26 acquires, from the transfer information storage unit 25 (FIB: Forwarding Information Base), a list of interfaces 27 for adjacent nodes or networks to which a Data packet including Chunk C2 may be issued. Then, the transfer unit 26 transfers the Interest packet from these interfaces 27 (for example, Faces F2 and F3) to the adjacent node.
Note that all or a predetermined number of the plurality of interfaces 27 acquired from the transfer information storage unit 25 may be selected at random as the transfer destination.

<ケース3>
図6は、本実施形態に係る中継ノード20がInterestパケットを受信したとき、対応する符号化キャッシュはないが、リクエスト記憶部に同一のChunkを要求するエントリが存在する場合の機能を示す図である。
<Case 3>
FIG. 6 is a diagram illustrating a function when there is no corresponding encoding cache when the relay node 20 according to the present embodiment receives an Interest packet, but there is an entry requesting the same Chunk in the request storage unit. is there.

中継ノード20は、インタフェース27(Face F1)から、Chunk C2を要求するInterestパケットを受信する。
中継ノード20は、Chunk C2に対するInterestパケットを過去に受信しており、リクエスト記憶部24(PIT;Pending Interest Table)には、Chunk C2に関する未処理のエントリ(例えば、Face F2からのリクエスト)がある。
The relay node 20 receives an Interest packet requesting Chunk C2 from the interface 27 (Face F1).
The relay node 20 has received an Interest packet for Chunk C2 in the past, and there is an unprocessed entry (for example, a request from Face F2) regarding Chunk C2 in the request storage unit 24 (PIT; Pending Interest Table). .

中継ノード20は、いずれのインタフェース27から、どのChunkに対するInterestパケットを受信したかを示す情報(Face F1からChunk C2に対するリクエスト)を、リクエスト記憶部24に追加記憶する。この場合、既にChunk C2に対するInterestパケットは送信されているので、更に転送処理は行われない。   The relay node 20 additionally stores, in the request storage unit 24, information indicating which Chunk received the Internet packet from which interface 27 (request from Face F1 to Chunk C2). In this case, since the Interest packet for Chunk C2 has already been transmitted, no further transfer processing is performed.

<ケース4>
図7は、本実施形態に係る中継ノード20がDataパケットを受信した場合の機能を示す図である。
<Case 4>
FIG. 7 is a diagram illustrating a function when the relay node 20 according to the present embodiment receives a Data packet.

中継ノード20は、インタフェース27(Face F3)から、Chunk C2を含むDataパケットを受信する。
このとき、キャッシュ記憶部21(Cache Storage)は、コンテンツAを構成するいずれかのChunk(C1又はC3)の線形結合である他の符号化キャッシュを記憶しているものとする。
The relay node 20 receives a Data packet including Chunk C2 from the interface 27 (Face F3).
At this time, it is assumed that the cache storage unit 21 (Cache Storage) stores another encoded cache that is a linear combination of any one of the Chunks (C1 or C3) constituting the content A.

中継ノード20は、リクエスト記憶部24(PIT)に、受信したDataパケットに対応するエントリがあるか否かを確認する。そして、符号化部22(Encoder)は、エントリの数だけ、再符号化した符号化キャッシュを生成し、各エントリに記載されているInterestパケットの要求元のインタフェース27(Face F1及びF2)に対してDataパケットを送信する。   The relay node 20 checks whether there is an entry corresponding to the received Data packet in the request storage unit 24 (PIT). Then, the encoding unit 22 (Encoder) generates re-encoded encoding caches corresponding to the number of entries, and the interface 27 (Face F1 and F2) requesting the Interest packet described in each entry. To transmit a Data packet.

具体的には、符号化部22は、Face F3から受信したDataパケット、及びキャッシュ記憶部21から抽出したコンテンツAに関する符号化キャッシュと、乱数生成部23(Random Generator)により生成されたランダム係数とを入力として、当該エントリの数の符号化キャッシュの線形結合を新たに生成する。
なお、キャッシュ記憶部21に対象の符号化キャッシュがない場合、受信したDataパケットに対する再符号化は省略可能である。
Specifically, the encoding unit 22 includes a Data packet received from Face F3, an encoding cache related to the content A extracted from the cache storage unit 21, and a random coefficient generated by a random number generation unit 23 (Random Generator). As an input, a new linear combination of encoding caches corresponding to the number of entries is generated.
When there is no target encoding cache in the cache storage unit 21, re-encoding for the received Data packet can be omitted.

また、中継ノード20は、再符号化された符号化キャッシュを、キャッシュ記憶部21に追加記憶する。このとき、規定の閾値を超える場合には、キャッシュ記憶部21は、古い符号化キャッシュを上書きする。あるいは、キャッシュ記憶部21は、線形従属の関係にあるいずれかの符号化キャッシュ、又は利用率の低い符号化キャッシュを優先して削除してもよい。   Further, the relay node 20 additionally stores the re-encoded encoding cache in the cache storage unit 21. At this time, if the specified threshold value is exceeded, the cache storage unit 21 overwrites the old encoded cache. Alternatively, the cache storage unit 21 may preferentially delete any encoding cache having a linear dependency relationship or an encoding cache having a low utilization rate.

図8は、本実施形態に係る受信ノード30の機能を示す図である。
受信ノード30は、キャッシュ記憶部31(Cache Storage)と、復号部32(Decoder)と、インタフェース33(Face F4)とを備える。
FIG. 8 is a diagram illustrating functions of the receiving node 30 according to the present embodiment.
The reception node 30 includes a cache storage unit 31 (Cache Storage), a decryption unit 32 (Decoder), and an interface 33 (Face F4).

受信ノード30は、コンテンツAを構成する全てのChunk(C1〜C3)に対するInterestパケットを発行し、これらへの応答として、Dataパケットを受信し、キャッシュ記憶部31に記憶する。
この例では、受信ノード30は、Chunk C1及びC2に続いて、Chunk C3に関するDataパケットをインタフェース27(Face F4)から受信している。
The receiving node 30 issues an Interest packet for all Chunks (C1 to C3) constituting the content A, receives a Data packet as a response thereto, and stores it in the cache storage unit 31.
In this example, the receiving node 30 receives a data packet related to Chunk C3 from the interface 27 (Face F4) following Chunks C1 and C2.

復号部32は、キャッシュ記憶部31から、コンテンツAを構成するChunkの符号化キャッシュを抽出し、線形結合を解くことで復号してコンテンツAを取得する。   The decoding unit 32 extracts the Chunk encoded cache constituting the content A from the cache storage unit 31, and decodes it by solving the linear combination to obtain the content A.

図9は、本実施形態に係る中継ノード20がInterestパケットを受信した際の処理を示すフローチャートである。   FIG. 9 is a flowchart showing processing when the relay node 20 according to the present embodiment receives an Interest packet.

ステップS1において、中継ノード20は、隣接ノードからインタフェース27を介してInterestパケットを受信する。   In step S <b> 1, the relay node 20 receives an Interest packet from the adjacent node via the interface 27.

ステップS2において、中継ノード20は、受信したInterestパケットにより要求されているChunkを含む符号化キャッシュがキャッシュ記憶部21に記憶されているか否かを判定する。この判定がYESの場合、処理はステップS3に移り、判定がNOの場合、処理はステップS5に移る。   In step S <b> 2, the relay node 20 determines whether or not the encoded cache including the chunk requested by the received Interest packet is stored in the cache storage unit 21. If this determination is YES, the process proceeds to step S3, and if the determination is NO, the process proceeds to step S5.

ステップS3において、中継ノード20は、符号化部22により、要求されたChunkを含む符号化キャッシュの再符号化を行い、新たな符号化キャッシュを生成する。   In step S3, the relay node 20 re-encodes the encoding cache including the requested Chunk by the encoding unit 22, and generates a new encoding cache.

ステップS4において、中継ノード20は、生成した新たな符号化キャッシュを、Dataパケットとして要求元へ送信する。   In step S4, the relay node 20 transmits the generated new encoded cache to the request source as a Data packet.

ステップS5において、中継ノード20は、リクエスト記憶部24(PIT)に、要求されたChunkに関する他のリクエストが存在するか否かを判定する。この判定がYESの場合、処理はステップS6に移り、判定がNOの場合、処理はステップS7に移る。   In step S <b> 5, the relay node 20 determines whether another request related to the requested Chunk exists in the request storage unit 24 (PIT). If this determination is YES, the process proceeds to step S6, and if the determination is NO, the process proceeds to step S7.

ステップS6において、中継ノード20は、リクエスト記憶部24(PIT)に、受信したInterestパケットに対応するエントリを追加し、処理を終了する。   In step S6, the relay node 20 adds an entry corresponding to the received Interest packet to the request storage unit 24 (PIT), and ends the process.

ステップS7において、中継ノード20は、リクエスト記憶部24(PIT)に、受信したInterestパケットに対応するエントリを追加する。   In step S7, the relay node 20 adds an entry corresponding to the received Interest packet to the request storage unit 24 (PIT).

ステップS8において、中継ノード20は、転送情報記憶部25(FIB)から転送すべきインタフェース27の情報を抽出し、複数の転送先を決定する。   In step S8, the relay node 20 extracts information on the interface 27 to be transferred from the transfer information storage unit 25 (FIB), and determines a plurality of transfer destinations.

ステップS9において、中継ノード20は、ステップS8で決定した複数のインタフェース27に対してInterestパケットを転送する。   In step S9, the relay node 20 transfers the Interest packet to the plurality of interfaces 27 determined in step S8.

図10は、本実施形態に係る中継ノード20がDataパケットを受信した際の処理を示すフローチャートである。   FIG. 10 is a flowchart showing processing when the relay node 20 according to the present embodiment receives a Data packet.

ステップS11において、中継ノード20は、隣接ノードからインタフェース27を介してDataパケットを受信する。   In step S <b> 11, the relay node 20 receives a Data packet from the adjacent node via the interface 27.

ステップS12において、中継ノード20は、受信したDataパケットに含まれるChunkと同一のコンテンツに関する符号化キャッシュを、キャッシュ記憶部21から抽出する。   In step S <b> 12, the relay node 20 extracts from the cache storage unit 21 an encoded cache related to the same content as the Chunk included in the received Data packet.

ステップS13において、中継ノード20は、リクエスト記憶部24(PIT)に、受信したDataパケットに含まれるChunkを要求するエントリが存在すれば、このエントリの数だけ、ランダムな再符号化を実行して新たな符号化キャッシュを生成する。
なお、リクエスト記憶部24(PIT)にエントリが存在しない場合、及びキャッシュ記憶部21に関連する符号化キャッシュが存在しない場合には、再符号化は省略されてもよい。
In step S13, if there is an entry requesting a chunk included in the received data packet in the request storage unit 24 (PIT), the relay node 20 executes random re-encoding for the number of entries. Create a new encoding cache.
Note that re-encoding may be omitted when there is no entry in the request storage unit 24 (PIT) and when there is no encoded cache related to the cache storage unit 21.

ステップS14において、中継ノード20は、新たな符号化キャッシュを含むDataパケットを、リクエスト記憶部24(PIT)のエントリで指定されているChunkの要求元へ送信する。   In step S14, the relay node 20 transmits a Data packet including a new encoding cache to the request source of the Chunk specified by the entry of the request storage unit 24 (PIT).

ステップS15において、中継ノード20は、リクエスト記憶部24(PIT)から、ステップS14で送信したDataパケットに関するエントリを削除する。   In step S15, the relay node 20 deletes the entry related to the Data packet transmitted in step S14 from the request storage unit 24 (PIT).

ステップS16において、中継ノード20は、ステップS13で生成した符号化キャッシュを、キャッシュ記憶部21に追加記憶する。   In step S16, the relay node 20 additionally stores the encoded cache generated in step S13 in the cache storage unit 21.

以上のように、本実施形態によれば、ネットワーク符号化装置としての中継ノード20は、キャッシュ記憶部21を備える。そして、中継ノード20は、Interestパケットを受信した際に、要求されたChunkを記憶していない場合、要求されたChunk及び要求元を示すリクエスト情報を記憶した上で、このChunkを含むDataパケットの発行が期待できる複数の隣接ノードに対してInterestパケットを転送する。   As described above, according to the present embodiment, the relay node 20 as the network encoding device includes the cache storage unit 21. When the relay node 20 does not store the requested Chunk when receiving the Interest packet, the relay node 20 stores the requested Chunk and the request information indicating the request source, and then the Data packet including this Chunk. The Interest packet is transferred to a plurality of adjacent nodes that can be expected to be issued.

すなわち、従来の技術(CodingCache)では、可能性のある隣接ノードをランダムに1つだけ選択するのに対して、本実施形態では、可能性のある隣接ノードの全て又は任意に選択した複数個に対してInterestパケットを転送する。
したがって、単一パスのみを利用して該当Interestパケットを発行し、この単一パスのみから対応するDataパケットを受信する場合に比べて、本実施形態のInterestパケットの転送手法によれば、中継ノード20は、より多くの種類の線形結合を取得でき、効率的にコンテンツを伝送及び拡散できる。この結果、たとえキャッシュ容量がCCNと同等であっても、コンテンツダウンロードにおけるスループットの向上が期待できると共に、より確実なコンテンツの復号が担保される。
さらに、符号化キャッシュが拡散されることにより、ネットワーク障害に強いダウンロードシステムが構成される。
That is, in the conventional technique (CodingCache), only one possible neighboring node is randomly selected. In the present embodiment, all of the possible neighboring nodes or a plurality of arbitrarily selected neighboring nodes are selected. In contrast, the Interest packet is transferred.
Therefore, according to the method for transferring an Interest packet according to the present embodiment, compared to a case in which a corresponding Interest packet is issued using only a single path and a corresponding Data packet is received only from this single path, the relay node 20 can acquire more kinds of linear combinations, and can transmit and spread content efficiently. As a result, even if the cache capacity is equivalent to the CCN, it is possible to expect an improvement in throughput in content download, and more reliable content decoding is ensured.
Further, the spread of the encoding cache forms a download system that is resistant to network failures.

また、中継ノード20は、Interestパケットに対して、Dataパケットを返信する場合、要求されたChunkを含む複数の符号化キャッシュに対して、ランダム係数に基づく再符号化を行って要求元へ送信する。
従来の技術(CodingCache)では、この再符号化処理が行われないため、同じChunkに対するInterestパケットを受けたノードは、常に同じDataパケットを返す。一方、本実施形態の符号化手法では、中継ノード20は、ランダム係数による再符号化を行うので、複数個のInterestパケットを発行しても、これらに対して隣接ノードから発行される複数のDataパケットは、高い確率で線形独立となる。したがって、復号時に収集される符号化キャッシュが互いに線形独立となる確率が向上するので、コンテンツ全体の送付に関して、ネットワークの利用効率の向上が期待できる。
When the relay node 20 returns a Data packet to the Interest packet, the relay node 20 performs re-encoding based on a random coefficient for a plurality of encoding caches including the requested Chunk and transmits the result to the request source. .
In the conventional technique (CodingCache), since this re-encoding process is not performed, nodes that receive an Interest packet for the same Chunk always return the same Data packet. On the other hand, in the encoding method of the present embodiment, the relay node 20 performs re-encoding with a random coefficient. Therefore, even if a plurality of Interest packets are issued, a plurality of Data issued from adjacent nodes are issued. Packets are linearly independent with high probability. Therefore, since the probability that the encoded caches collected at the time of decoding are linearly independent from each other is improved, it is possible to expect an improvement in the network utilization efficiency with respect to sending of the entire content.

同様に、中継ノード20は、Interestパケットに対するDataパケットを受信した場合にも、同一のコンテンツに関して記憶している符号化キャッシュを含めて再符号化を行い、要求元へ送信する。
これにより、発行されるDataパケットが高い確率で線形独立となるので、コンテンツ全体の送付に関して、ネットワークの利用効率の向上が期待できる。
Similarly, when the relay node 20 receives the Data packet for the Interest packet, the relay node 20 performs re-encoding including the encoding cache stored for the same content, and transmits the encoded packet to the request source.
As a result, since the issued Data packet becomes linearly independent with a high probability, an improvement in network utilization efficiency can be expected for sending the entire content.

このとき、中継ノード20は、受信したDataパケットに基づいて再符号化されたデータを、新たな符号化キャッシュとしてキャッシュ記憶部21に記憶する。
従来の技術(CodingCache)では、単一の線形結合を生成・キャッシュして転送を行うが、本実施形態の符号化及びキャッシュ手法では、中継ノード20は、複数個の異なる線形結合を生成し、キャッシュを更新し続ける。これにより、発行されるDataパケットが高い確率で線形独立となるので、コンテンツ全体の送付に関して、ネットワークの利用効率の向上が期待できる。
At this time, the relay node 20 stores the data re-encoded based on the received Data packet in the cache storage unit 21 as a new encoded cache.
In the conventional technique (CodingCache), a single linear combination is generated, cached, and transferred. However, in the encoding and caching method of the present embodiment, the relay node 20 generates a plurality of different linear combinations, Keep updating the cache. As a result, since the issued Data packet becomes linearly independent with a high probability, an improvement in network utilization efficiency can be expected for sending the entire content.

また、中継ノード20は、キャッシュ記憶部21を最適化する手段を備え、キャッシュ容量に所定の閾値が設けられると、線形従属な符号化キャッシュ、又は利用率が相対的に低い符号化キャッシュを優先的に削除できる。
したがって、キャッシュ記憶部21の利用効率が向上すると共に、ネットワークに拡散される符号化キャッシュの線形独立性が高まることが期待できる。
Further, the relay node 20 includes means for optimizing the cache storage unit 21, and when a predetermined threshold is provided for the cache capacity, priority is given to a linearly dependent encoded cache or an encoded cache having a relatively low utilization rate. Can be deleted.
Therefore, it can be expected that the utilization efficiency of the cache storage unit 21 is improved and the linear independence of the encoded cache spread in the network is increased.

以上、本発明の実施形態について説明したが、本発明は前述した実施形態に限るものではない。また、本実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、本実施形態に記載されたものに限定されるものではない。   As mentioned above, although embodiment of this invention was described, this invention is not restricted to embodiment mentioned above. Further, the effects described in the present embodiment are merely a list of the most preferable effects resulting from the present invention, and the effects of the present invention are not limited to those described in the present embodiment.

本実施形態では、コンテンツは、複数のChunkにより構成されることとしたが、Chunkの数が多くなることにより伝送効率が低下するのを抑制するため、例えばコンテンツの容量に応じて、コンテンツを複数のグループに分割し、このグループ毎に複数のChunkの線形結合によりネットワーク符号化を行ってもよい。   In the present embodiment, the content is configured by a plurality of chunks. However, in order to suppress a decrease in transmission efficiency due to an increase in the number of chunks, for example, a plurality of contents are provided according to the content capacity. It is also possible to perform network coding by linear combination of a plurality of Chunks for each group.

また、本実施形態では、CCNにネットワーク符号化を適用した場合を説明したが、本発明は、種々のネットワークにおける、データセンタサービス又はクラウドサービス等に適用可能である。   Moreover, although this embodiment demonstrated the case where network coding was applied to CCN, this invention is applicable to the data center service or cloud service in various networks.

本実施形態に係るネットワーク符号化方法は、ソフトウェアにより実現される。ソフトウェアによって実現される場合には、このソフトウェアを構成するプログラムが、情報処理装置(コンピュータ)にインストールされる。また、これらのプログラムは、CD−ROMのようなリムーバブルメディアに記録されてユーザに配布されてもよいし、ネットワークを介してユーザのコンピュータにダウンロードされることにより配布されてもよい。   The network encoding method according to the present embodiment is realized by software. When realized by software, a program constituting the software is installed in an information processing apparatus (computer). Also, these programs may be recorded on a removable medium such as a CD-ROM and distributed to the user, or may be distributed by being downloaded to the user's computer via a network.

1 ネットワーク符号化システム
10 送信ノード
20 中継ノード(ネットワーク符号化装置)
21 キャッシュ記憶部
22 符号化部
23 乱数生成部
24 リクエスト記憶部
25 転送情報記憶部
26 転送部
27 インタフェース
30 受信ノード
31 キャッシュ記憶部
32 復号部
33 インタフェース
DESCRIPTION OF SYMBOLS 1 Network coding system 10 Transmission node 20 Relay node (network coding apparatus)
21 cache storage unit 22 encoding unit 23 random number generation unit 24 request storage unit 25 transfer information storage unit 26 transfer unit 27 interface 30 receiving node 31 cache storage unit 32 decoding unit 33 interface

Claims (8)

コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するキャッシュ記憶部と、
前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュが前記キャッシュ記憶部に存在しない場合、当該要求された断片及び要求元を識別するデータを記憶するリクエスト記憶部と、
複数の隣接ノードに対して、前記要求パケットを転送する転送部と、を備えるネットワーク符号化装置。
A cache storage unit that stores an encoded cache based on a linear combination of one or a plurality of transmitted fragments among the fragments constituting the content;
When a request packet requesting one of the fragments is received, if an encoded cache including the requested fragment does not exist in the cache storage unit, data for identifying the requested fragment and a request source is stored. A request storage unit,
And a transfer unit that transfers the request packet to a plurality of adjacent nodes.
前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュが前記キャッシュ記憶部に存在する場合、当該要求された断片を含む1又は複数の符号化キャッシュに対して、ランダム係数に基づく再符号化を行い、当該再符号化したデータを含むデータパケットを、要求元へ送信する符号化部を備える請求項1に記載のネットワーク符号化装置。   When an encoded cache including the requested fragment is present in the cache storage unit when a request packet requesting any of the fragments is received, one or more encoded caches including the requested fragment The network encoding device according to claim 1, further comprising: an encoding unit that performs re-encoding based on a random coefficient and transmits a data packet including the re-encoded data to the request source. 前記符号化部は、データパケットを受信した場合、当該データパケットに含まれている前記要求された断片を含む符号化キャッシュ、及び前記キャッシュ記憶部に記憶されている前記コンテンツを構成するいずれかの断片を含む符号化キャッシュに対して再符号化を行い、当該再符号化したデータを含むデータパケットを、要求元へ送信する請求項2に記載のネットワーク符号化装置。   When the encoding unit receives a data packet, any one of the encoding cache including the requested fragment included in the data packet and the content stored in the cache storage unit The network encoding device according to claim 2, wherein re-encoding is performed on an encoding cache including a fragment, and a data packet including the re-encoded data is transmitted to a request source. 前記キャッシュ記憶部は、前記受信したデータパケットに基づいて再符号化されたデータを、新たな符号化キャッシュとして記憶する請求項3に記載のネットワーク符号化装置。   The network encoding device according to claim 3, wherein the cache storage unit stores data re-encoded based on the received data packet as a new encoding cache. 前記キャッシュ記憶部は、記憶する符号化キャッシュが所定の閾値を超える場合、線形従属な符号化キャッシュを優先して削除する請求項1から請求項4のいずれかに記載のネットワーク符号化装置。   5. The network encoding device according to claim 1, wherein the cache storage unit preferentially deletes a linearly dependent encoded cache when the stored encoded cache exceeds a predetermined threshold. 前記キャッシュ記憶部は、記憶している符号化キャッシュの利用率に基づいて、削除対象を決定する請求項5に記載のネットワーク符号化装置。   The network encoding device according to claim 5, wherein the cache storage unit determines a deletion target based on a usage rate of a stored encoded cache. コンテンツを伝送する中継ノードが、
前記コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するステップと、
前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュを記憶していない場合、当該要求された断片及び要求元を識別するデータを記憶するステップと、
複数の隣接ノードに対して、前記要求パケットを転送するステップと、を実行するネットワーク符号化方法。
A relay node that transmits content
Storing a coding cache by linear combination of one or more transmitted fragments among the fragments constituting the content;
Storing the data identifying the requested fragment and the requester if the encoded cache including the requested fragment is not stored when a request packet requesting any of the fragments is received; ,
Transferring the request packet to a plurality of adjacent nodes.
コンテンツを伝送する中継ノードに、
前記コンテンツを構成する断片のうち、送信した1又は複数の断片の線形結合による符号化キャッシュを記憶するステップと、
前記断片のいずれかを要求する要求パケットを受信した際に、当該要求された断片を含む符号化キャッシュを記憶していない場合、当該要求された断片及び要求元を識別するデータを記憶するステップと、
複数の隣接ノードに対して、前記要求パケットを転送するステップと、を実行させるためのネットワーク符号化プログラム。
To relay nodes that transmit content,
Storing a coding cache by linear combination of one or more transmitted fragments among the fragments constituting the content;
Storing the data identifying the requested fragment and the requester if the encoded cache including the requested fragment is not stored when a request packet requesting any of the fragments is received; ,
And a step of transferring the request packet to a plurality of adjacent nodes.
JP2013213646A 2013-10-11 2013-10-11 Network coding device, network coding method, and network coding program Pending JP2015076833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013213646A JP2015076833A (en) 2013-10-11 2013-10-11 Network coding device, network coding method, and network coding program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013213646A JP2015076833A (en) 2013-10-11 2013-10-11 Network coding device, network coding method, and network coding program

Publications (1)

Publication Number Publication Date
JP2015076833A true JP2015076833A (en) 2015-04-20

Family

ID=53001353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013213646A Pending JP2015076833A (en) 2013-10-11 2013-10-11 Network coding device, network coding method, and network coding program

Country Status (1)

Country Link
JP (1) JP2015076833A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016086297A (en) * 2014-10-27 2016-05-19 Kddi株式会社 Distribution device for content distribution network, transfer device, client device and program
JP2017182665A (en) * 2016-03-31 2017-10-05 富士通株式会社 Information processing device, data providing system, data providing method, and data providing program
CN111245497A (en) * 2020-01-10 2020-06-05 展讯通信(上海)有限公司 Relay control method, system, electronic device, and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130151584A1 (en) * 2011-12-09 2013-06-13 Futurewei Technologies, Inc. Method for Network Coding Packets in Content-Centric Networking Based Networks
CN103179037A (en) * 2012-12-13 2013-06-26 清华大学 Data transmission method of content-centric datacenter network

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130151584A1 (en) * 2011-12-09 2013-06-13 Futurewei Technologies, Inc. Method for Network Coding Packets in Content-Centric Networking Based Networks
CN103179037A (en) * 2012-12-13 2013-06-26 清华大学 Data transmission method of content-centric datacenter network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MARIE-JOSE MONTPETIT, CEDRIC WESTPHAL, DIRK TROSSEN: "Network coding meets information-centric networking: an architectual case for information dispersion", NOM '12 PROCEEDINGS OF THE 1ST ACM WORKSHOP ON EMERGING NAME-ORIENTED MOBILE NETWORKING DESIGN - ARC, JPN7017001614, 11 June 2012 (2012-06-11), pages 31 - 36 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016086297A (en) * 2014-10-27 2016-05-19 Kddi株式会社 Distribution device for content distribution network, transfer device, client device and program
JP2017182665A (en) * 2016-03-31 2017-10-05 富士通株式会社 Information processing device, data providing system, data providing method, and data providing program
CN111245497A (en) * 2020-01-10 2020-06-05 展讯通信(上海)有限公司 Relay control method, system, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
ES2761615T3 (en) Procedure and system for optimally caching content in an Information Centered Network (ICN)
CN107925674B (en) Method and apparatus for pushing data in a content-centric network (CCN)
US8938417B2 (en) Integrity checking and selective deduplication based on network parameters
CN105376160B (en) Reputation-based instruction processing on information-centric networks
JP6236435B2 (en) Stream-based data deduplication in a multitenant shared infrastructure using an asynchronous data dictionary
KR20150050370A (en) Interest messages with a payload for a named data network
EP2847963B1 (en) Method and apparatus for accelerating connections in a cloud network
EP3476105B1 (en) Method and system for interest groups in a content centric network
JP2018506936A (en) Method and system for an end-to-end solution for distributing content in a network
US20180034889A1 (en) System and method for content retrieval from remote network regions
JP2012234530A (en) Method for uploading file in on-line storage system and corresponding on-line storage system
ITTO20091056A1 (en) &#34;PROCEDURE AND SYSTEMS FOR THE DISTRIBUTION OF MEDIAL CONTENT AND ITS COMPUTER PRODUCT&#34;
US20130215756A1 (en) Apparatus and method for managing contents cache considering network cost
US20130227168A1 (en) Location manager, information processing system and location design method
JP2021526328A (en) Lattice mesh
JP2015076833A (en) Network coding device, network coding method, and network coding program
KR102376496B1 (en) System for distributed forwarding service stream and method for the same
CN106027555B (en) A kind of method and system improving content distributing network safety using SDN technology
US10701038B2 (en) Content negotiation in a content centric network
JP6506001B2 (en) Terminal device, gateway device and relay device
US10051071B2 (en) Method and system for collecting historical network information in a content centric network
JP5741956B2 (en) Relay device and relay method
Ando et al. In-network cache simulations based on a youtube traffic analysis at the edge network
US20160054949A1 (en) Method for storing data in a computer system performing data deduplication
Wu et al. Could end system caching and cooperation replace in-network caching in CCN?

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160721

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170413

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170523

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20171114