JP2010147802A - Receiving terminal which receives packet whose header is compressed - Google Patents

Receiving terminal which receives packet whose header is compressed Download PDF

Info

Publication number
JP2010147802A
JP2010147802A JP2008322770A JP2008322770A JP2010147802A JP 2010147802 A JP2010147802 A JP 2010147802A JP 2008322770 A JP2008322770 A JP 2008322770A JP 2008322770 A JP2008322770 A JP 2008322770A JP 2010147802 A JP2010147802 A JP 2010147802A
Authority
JP
Japan
Prior art keywords
cid
header
packet
address
unit
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.)
Granted
Application number
JP2008322770A
Other languages
Japanese (ja)
Other versions
JP5054664B2 (en
Inventor
Shuichi Aoki
秀一 青木
Katsunori Aoki
勝典 青木
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.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting 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 Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2008322770A priority Critical patent/JP5054664B2/en
Publication of JP2010147802A publication Critical patent/JP2010147802A/en
Application granted granted Critical
Publication of JP5054664B2 publication Critical patent/JP5054664B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To acquire desired datagram without recovering header information of a received packet to original IP header information. <P>SOLUTION: A CID header information storing and CID responding part 22 generates a CID record by a CID (a context identifier) identified from a received header-compressed packet and header information extracted from the packet, and stores the CID record in a CID table. The CID table is searched to specify the CID using a designated IP address. A filter 24 selects the desired header-compressed packet by the CID. Payload extracting parts 25-A to 25-C extract datagram from a payload of the desired header-compressed packet. Thereby, an application part 21-1 can acquire the desired datagram corresponding to designated IP address. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、コンテンツファイルをパケット化して伝送する際に、IPヘッダ情報をコンテクスト識別子(CID:Context Identifier)に置き換えてヘッダ圧縮し、そのヘッダ圧縮したパケットを送信する送信端末と、前記パケットを受信して元のコンテンツファイルに復元する受信端末とにより構成される伝送システムにおいて、圧縮されたヘッダ情報を元のIPヘッダ情報に復元することなく、パケットにより伝送されるコンテンツのデータグラムを取得する技術に関する。   In the present invention, when a content file is packetized and transmitted, the IP header information is replaced with a context identifier (CID: Context Identifier), the header is compressed, and a transmission terminal that transmits the header-compressed packet and the packet are received In a transmission system configured with a receiving terminal that restores an original content file, a technique for acquiring a datagram of content transmitted by a packet without restoring compressed header information to the original IP header information About.

従来、パケットのヘッダを圧縮するヘッダ圧縮技術として、RFC3095に規定されるROHC(RObust Header Compression)、RFC3545に規定されるEnhanced CRTP等が知られており、これらのヘッダ圧縮技術を実際の伝送システムに適用するための開発が進められてきた。例えば、端末及びサーバにより構成される伝送システムにおいて、上りチャンネルの回線と下りチャンネルの回線とが異なる非対象の伝送路であってもスループットが低下しないように、ヘッダ情報を圧縮して復元(解凍)するパケットと圧縮しないパケットとを区別して伝送する技術が知られている(特許文献1を参照)。また、圧縮されたヘッダ情報を有するパケットの紛失またはエラーが発生しても、そのヘッダ情報を正しく再構成できるように、特定のパケットを後続のパケットと共に、所定の条件が満たされるまで送信する技術が知られている(特許文献2を参照)。   Conventionally, ROHC (RObust Header Compression) defined in RFC3095, Enhanced CRTP defined in RFC3545, and the like are known as header compression techniques for compressing the header of a packet, and these header compression techniques are used in an actual transmission system. Development to apply has been underway. For example, in a transmission system composed of terminals and servers, header information is compressed and decompressed (decompressed) so that throughput does not decrease even on non-target transmission lines with different uplink and downlink channel lines. ) And a packet that is not compressed and transmitted (refer to Patent Document 1). Also, a technique for transmitting a specific packet together with subsequent packets until a predetermined condition is satisfied so that the header information can be correctly reconstructed even if a packet having compressed header information is lost or error occurs. Is known (see Patent Document 2).

一方、前述したヘッダ圧縮技術を用いた伝送システムのうち、IPヘッダ及びUDPヘッダからなるIPヘッダ情報を圧縮し、ヘッダ圧縮したパケット(ヘッダ圧縮パケット)として伝送するシステムがある(非特許文献1を参照)。この伝送システムは、全てのパケットが全てのヘッダ情報を備えて送信する代わりにヘッダ圧縮パケットを送信し、伝送システムにおける伝送効率の向上を図るものである。ここで、IPヘッダ情報はCIDと呼ばれるコンテクスト識別子に置き換えられて圧縮され、CIDはヘッダ圧縮パケットのIPデータフローを特定するための情報として用いられる。   On the other hand, among the transmission systems using the header compression technique described above, there is a system that compresses IP header information including an IP header and a UDP header and transmits the compressed header packet (header compressed packet) (Non-Patent Document 1). reference). In this transmission system, instead of transmitting all packets with all header information, header compressed packets are transmitted to improve transmission efficiency in the transmission system. Here, the IP header information is replaced with a context identifier called CID and compressed, and the CID is used as information for specifying the IP data flow of the header compressed packet.

図8は、IPパケットのIPヘッダ情報を圧縮しヘッダ圧縮パケットとして伝送するシステムの概略構成を示す図である。この伝送システムは、高度BSデジタル放送を実現する衛星放送システムであり、放送局に設けられたファイル送出装置及び多重化装置(送信端末1)、並びに、例えば一般家庭に設けられたチューナー装置(受信端末2)及びアプリケーション装置を備えて構成される。送信端末1と受信端末2とは、放送衛星を介して、放送伝送路である一方向伝送路3により接続される。また、放送局内のファイル送出装置と送信端末1とはIPネットワークにより接続され、一般家庭内の受信端末2とアプリケーション装置4とはホームネットワークを構成するIPネットワークにより接続される。   FIG. 8 is a diagram showing a schematic configuration of a system that compresses IP header information of an IP packet and transmits it as a header compressed packet. This transmission system is a satellite broadcasting system that realizes advanced BS digital broadcasting, a file transmission device and a multiplexing device (transmission terminal 1) provided in a broadcasting station, and a tuner device (reception) provided in a general household, for example. A terminal 2) and an application device are provided. The transmission terminal 1 and the reception terminal 2 are connected by a unidirectional transmission path 3 which is a broadcast transmission path via a broadcasting satellite. In addition, the file transmission device in the broadcasting station and the transmission terminal 1 are connected by an IP network, and the reception terminal 2 and the application device 4 in a general household are connected by an IP network constituting the home network.

送信端末1は、コンテンツファイルを送出するファイル送出装置からIPパケットを受信し、受信したIPパケットを多重化し、一方向伝送路3を介して放送波を受信端末2へ送信する。具体的には、送信端末1は、テレビ放送サービスを実現するための情報、及び、コンテンツロードサービスを実現するためのコンテンツを含むTLV(Type Length Value)を生成する。このとき、送信端末1は、IPパケットのIPヘッダ情報を圧縮してCIDに置き替え、CIDを含むヘッダを有するパケットをTLVに格納して送信する。尚、TLVには、配信されるコンテンツおよびダウンロードの制御に必要なダウンロード制御情報等を含むIPパケットが格納される。   The transmission terminal 1 receives an IP packet from a file transmission device that transmits a content file, multiplexes the received IP packet, and transmits a broadcast wave to the reception terminal 2 via the one-way transmission path 3. Specifically, the transmission terminal 1 generates a TLV (Type Length Value) including information for realizing a television broadcast service and content for realizing a content load service. At this time, the transmission terminal 1 compresses the IP header information of the IP packet and replaces it with the CID, and stores the packet having the header including the CID in the TLV and transmits the packet. The TLV stores IP packets including content to be distributed and download control information necessary for download control.

受信端末2は、送信端末1から一方向伝送路3を介して放送波を受信し、受信した放送波のパケットからCIDを取り出してIPヘッダ情報に復元し、IPパケットを生成する。そして、受信端末2は、生成したIPパケットを、IPネットワークを介してアプリケーション装置4へ送信する。アプリケーション装置4は、IPパケットを受信し、IPパケットのペイロードから所望のデータグラムを取得する。このように、一般家庭内のアプリケーション装置4は、ダウンロードアプリケーションのソフトウェアによって、放送局に設けられたファイル送出装置から、送信端末1、一方向伝送路3及び受信端末2を経由して、オペレータが所望するコンテンツのIPパケットを受信し、所望のデータグラムを取得することができる。これにより、オペレータは所望のコンテンツを視聴または録画することができる。   The receiving terminal 2 receives the broadcast wave from the transmitting terminal 1 via the one-way transmission path 3, extracts the CID from the received broadcast wave packet, restores it to IP header information, and generates an IP packet. Then, the receiving terminal 2 transmits the generated IP packet to the application device 4 via the IP network. The application device 4 receives the IP packet and acquires a desired datagram from the payload of the IP packet. As described above, the application device 4 in a general home can be downloaded from the file transmission device provided in the broadcasting station by the download application software via the transmission terminal 1, the one-way transmission path 3, and the reception terminal 2 by the operator. An IP packet of desired content can be received to obtain a desired datagram. Thereby, the operator can view or record desired content.

図9は、送信端末1においてヘッダ情報を圧縮し、受信端末2においてヘッダ情報を復元するヘッダ圧縮方式を説明する図である。図9を参照して、IPパケットは、「IPヘッダ」「UDPヘッダ」「ペイロード」により構成される。ヘッダ圧縮パケットはフルヘッダパケット及び圧縮ヘッダパケットに区別され、フルヘッダパケットは、「フルヘッダ」「ペイロード」により構成され、圧縮ヘッダパケットは、「圧縮ヘッダ」「ペイロード」により構成される。   FIG. 9 is a diagram illustrating a header compression method in which header information is compressed in the transmission terminal 1 and header information is restored in the reception terminal 2. Referring to FIG. 9, an IP packet is composed of an “IP header”, “UDP header”, and “payload”. The header compressed packet is classified into a full header packet and a compressed header packet. The full header packet is composed of “full header” and “payload”, and the compressed header packet is composed of “compressed header” and “payload”.

送信端末1は、送信したいIPパケットを受信し、IPパケットに付加されたIPヘッダ及びUDPヘッダに基づいてIPパケットを区別し、IPデータフローを特定する。ここで、IPヘッダにはプロトコル種別、送信元IPアドレス及び宛先IPアドレスが含まれており、UDPヘッダには送信元ポート番号及び宛先ポート番号が含まれており、これらのデータによりIPデータフローが特定される。IPデータフローとは、IPヘッダ及びUDPヘッダに含まれる、プロトコル種別、送信元IPアドレス、宛先IPアドレス、送信元ポート番号及び宛先ポート番号の5つのフィールドの値がユニークな組み合わせを持つIPパケットの集合をいう。つまり、IPヘッダ及びUDPヘッダに含まれる情報により特定されるIPデータフローは、図8に示したファイル送出装置により送出される同一のコンテンツファイルにおけるIPパケットの集合である。   The transmission terminal 1 receives an IP packet to be transmitted, distinguishes the IP packet based on an IP header and a UDP header added to the IP packet, and specifies an IP data flow. Here, the IP header includes a protocol type, a source IP address, and a destination IP address, and the UDP header includes a source port number and a destination port number. Identified. An IP data flow is an IP packet having a unique combination of the values of five fields of protocol type, source IP address, destination IP address, source port number, and destination port number included in the IP header and UDP header. A set. That is, the IP data flow specified by the information included in the IP header and the UDP header is a set of IP packets in the same content file sent by the file sending device shown in FIG.

送信端末1は、特定したIPデータフロー毎に割り当て可能なCIDを特定し、CID及びヘッダ情報からなるCIDテーブルを生成する。ここで、CIDは、前述したIPデータフローを識別するために用いる識別子である。   The transmission terminal 1 identifies a CID that can be assigned for each identified IP data flow, and generates a CID table including the CID and header information. Here, the CID is an identifier used to identify the IP data flow described above.

図11は、CIDテーブルの構成を示す図である。(1)は、IPヘッダがIPv4の場合のCIDテーブルであり、(2)は、IPヘッダがIPv6の場合のCIDテーブルである。(1)において、IPv4のCIDテーブルは、CID、IPv4ヘッダ及びUDPヘッダにより構成される。IPv4ヘッダは、IPヘッダのバージョンを示すVersion(バージョン)、IHL(Internet Header Length:IPヘッダ長)、TOS(Type Of Service:サービスタイプ)、IP−ID(IP−Identification:IP識別番号)、Flag(フラグ)、Fragment Offset(フラグメントオフセット)、TTL(Time To Live)、Protocol(プロトコル)、SrcAddr(送信元IPアドレス)及びDstAddr(宛先IPアドレス)により構成される。また、UDPヘッダは、SrcPort(送信元ポート番号)及びDstPort(宛先ポート番号)により構成される。IPv4ヘッダには、上記の他、Total Length(パケット長)、Header Checksum(ヘッダチェックサム)があり、UDPヘッダには、上記の他、Length(データ長)、Checksum(チェックサム)があるが、これらは、パケット毎に値が異なることが想定されることから、CIDテーブルには保持されない。   FIG. 11 is a diagram showing the configuration of the CID table. (1) is a CID table when the IP header is IPv4, and (2) is a CID table when the IP header is IPv6. In (1), the IPv4 CID table includes a CID, an IPv4 header, and a UDP header. The IPv4 header includes a version (version) indicating the version of the IP header, an IHL (Internet Header Length), a TOS (Type Of Service: service type), an IP-ID (IP-Identification: IP identification number), and a flag. (Flag), Fragment Offset (fragment offset), TTL (Time To Live), Protocol (protocol), SrcAddr (source IP address), and DstAddr (destination IP address). The UDP header is composed of SrcPort (source port number) and DstPort (destination port number). In addition to the above, the IPv4 header has Total Length (packet length) and Header Checksum (header checksum), and the UDP header has Length (data length) and Checksum (checksum) in addition to the above. Since these values are assumed to be different for each packet, they are not held in the CID table.

また、(2)において、IPv6のCIDテーブルは、CID、IPv6ヘッダ及びUDPヘッダにより構成される。IPv6ヘッダは、IPヘッダのバージョンを示すVersion(バージョン)、Traffic Class(トラフィッククラス)、Flow Label(フローラベル)、Next Header(ネクストヘッダ)、Hop Limit(ホップリミット)、SrcAddr(送信元IPアドレス)及びDstAddr(宛先IPアドレス)により構成される。また、UDPヘッダは、SrcPort(送信元ポート番号)及びDstPort(宛先ポート番号)により構成される。IPv6ヘッダには、上記の他、Payload Length(ペイロード長)があり、UDPヘッダには、上記の他、Length(データ長)、Checksum(チェックサム)があるが、これらは、パケット毎に値が異なることが想定されることから、CIDテーブルには保持されない。   In (2), the IPv6 CID table includes a CID, an IPv6 header, and a UDP header. The IPv6 header includes a version (version), a traffic class (traffic class), a flow label (flow label), a next header (next header), a hop limit (hop limit), and a srcAddr (source IP address) indicating the version of the IP header. And DstAddr (destination IP address). The UDP header is composed of SrcPort (source port number) and DstPort (destination port number). In addition to the above, the IPv6 header has a payload length (payload length), and the UDP header has a length (data length) and a checksum (checksum) in addition to the above. Since they are assumed to be different, they are not held in the CID table.

図9に戻って、送信端末1は、CID、IPヘッダ及びUDPヘッダを含むヘッダ情報を付加したフルヘッダパケットを生成して間欠的に送信する。また、それ以外のときに、CIDを含むヘッダ情報を付加した圧縮ヘッダパケットを生成して送信する。このように、フルヘッダパケット及び圧縮ヘッダパケットは、圧縮されたヘッダ情報が付加されたヘッダ圧縮パケットとして送信される。   Returning to FIG. 9, the transmission terminal 1 generates a full header packet to which header information including a CID, an IP header, and a UDP header is added and intermittently transmits the packet. At other times, a compressed header packet to which header information including CID is added is generated and transmitted. Thus, the full header packet and the compressed header packet are transmitted as a header compressed packet to which the compressed header information is added.

図12は、ヘッダ圧縮パケット(フルヘッダパケット及び圧縮ヘッダパケット)の構成を示す図である。(1)は、IPv4のフルヘッダパケットの構成を示し、(2)は、IPv4の圧縮ヘッダパケットの構成を示し、(3)は、IPv6のフルヘッダパケットの構成を示し、(4)は、IPv6の圧縮ヘッダパケットの構成を示している。尚、数字は、それぞれのデータ項目のバイト長を示している(図13〜15においても同じ)。   FIG. 12 is a diagram showing a configuration of header compressed packets (full header packet and compressed header packet). (1) shows the configuration of an IPv4 full header packet, (2) shows the configuration of an IPv4 compressed header packet, (3) shows the configuration of an IPv6 full header packet, and (4) 3 shows the structure of an IPv6 compressed header packet. The numbers indicate the byte length of each data item (the same applies to FIGS. 13 to 15).

(1)において、IPv4のフルヘッダパケットは、CID、同一のCIDを持つパケットの順序を示すSN(シーケンス番号)、ヘッダ情報のタイプを示すCID_header_type(CIDヘッダタイプ:0x20)、IPv4_header_wo_length、UDP_header_wo_length及びデータバイトにより構成される。CID、SN、CID_header_type(CIDヘッダタイプ)、IPv4_header_wo_length及びUDP_header_wo_lengthは、図9に示したフルヘッダパケットを構成するフルヘッダ部に相当し、データバイトはペイロード部に相当する。また、IPv4_header_wo_lengthは、IPパケットのIPヘッダ情報に含まれるIPv4ヘッダに対する部分的なIPvヘッダ(部分IPvヘッダ)であり、IPv4ヘッダからパケット長及びヘッダチェックサムを除いたものである。さらに、UDP_header_wo_lengthは、IPパケットのIPヘッダ情報に含まれるUDPヘッダに対する部分的なUDPヘッダ(部分UDPヘッダ)であり、IPパケットのUDPヘッダからデータ長及びチェックサムを除いたものである。   In (1), an IPv4 full header packet includes a CID, an SN (sequence number) indicating the order of packets having the same CID, a CID_header_type (CID header type: 0x20) indicating the type of header information, IPv4_header_wo_length, UDP_header_wo_length and data. Consists of bytes. CID, SN, CID_header_type (CID header type), IPv4_header_wo_length, and UDP_header_wo_length correspond to the full header part constituting the full header packet shown in FIG. 9, and the data byte corresponds to the payload part. IPv4_header_wo_length is a partial IPv header (partial IPv header) with respect to the IPv4 header included in the IP header information of the IP packet, and is obtained by removing the packet length and the header checksum from the IPv4 header. Furthermore, UDP_header_wo_length is a partial UDP header (partial UDP header) with respect to the UDP header included in the IP header information of the IP packet, and is obtained by removing the data length and the checksum from the UDP header of the IP packet.

また、(2)において、IPv4の圧縮ヘッダパケットは、CID、同一のCIDを持つパケットの順序を示すSN(シーケンス番号)、CID_header_type(CIDヘッダタイプ:0x21)、IPv4ヘッダの識別番号を示すidentification(識別番号)及びデータバイトにより構成される。CID、SN、CID_header_type(CIDヘッダタイプ)、identificationは、図9に示した圧縮ヘッダパケットを構成する圧縮ヘッダ部に相当し、データバイトはペイロード部に相当する。   In (2), the compressed header packet of IPv4 includes a CID, SN (sequence number) indicating the order of packets having the same CID, CID_header_type (CID header type: 0x21), and identification (identification) indicating the identification number of the IPv4 header. ID number) and data bytes. CID, SN, CID_header_type (CID header type), and identification correspond to the compressed header part that constitutes the compressed header packet shown in FIG. 9, and the data byte corresponds to the payload part.

また、(3)において、IPv6のフルヘッダパケットは、CID、同一のCIDを持つパケットの順序を示すSN(シーケンス番号)、CID_header_type(CIDヘッダタイプ:0x60)、IPv6_header_wo_length、UDP_header_wo_length及びデータバイトにより構成される。CID、SN、CID_header_type(CIDヘッダタイプ)、IPv6_header_wo_length及びUDP_header_wo_lengthは、図9に示したフルヘッダパケットを構成するフルヘッダ部に相当し、データバイトはペイロード部に相当する。また、IPv6_header_wo_lengthは、IPパケットのIPヘッダ情報に含まれるIPv6ヘッダに対する部分的なIPvヘッダ(部分IPvヘッダ)であり、IPv6ヘッダからペイロード長を除いたものである。さらに、UDP_header_wo_lengthは、IPパケットのIPヘッダ情報に含まれるUDPヘッダに対する部分的なUDPヘッダ(部分UDPヘッダ)であり、IPパケットのUDPヘッダからデータ長及びチェックサムを除いたものである。   In (3), the IPv6 full header packet is composed of CID, SN (sequence number) indicating the order of packets having the same CID, CID_header_type (CID header type: 0x60), IPv6_header_wo_length, UDP_header_wo_length, and data bytes. The CID, SN, CID_header_type (CID header type), IPv6_header_wo_length, and UDP_header_wo_length correspond to the full header part constituting the full header packet shown in FIG. 9, and the data byte corresponds to the payload part. IPv6_header_wo_length is a partial IPv header (partial IPv header) with respect to the IPv6 header included in the IP header information of the IP packet, and is obtained by removing the payload length from the IPv6 header. Furthermore, UDP_header_wo_length is a partial UDP header (partial UDP header) with respect to the UDP header included in the IP header information of the IP packet, and is obtained by removing the data length and the checksum from the UDP header of the IP packet.

また、(4)において、IPv6の圧縮ヘッダパケットは、CID、同一のCIDを持つパケットの順序を示すSN(シーケンス番号)、CID_header_type(CIDヘッダタイプ:0x61)及びデータバイトにより構成される。CID、SN及びCID_header_type(CIDヘッダタイプ)は、図9に示した圧縮ヘッダパケットを構成する圧縮ヘッダ部に相当し、データバイトはペイロード部に相当する。   In (4), the IPv6 compressed header packet is composed of a CID, an SN (sequence number) indicating the order of packets having the same CID, a CID_header_type (CID header type: 0x61), and a data byte. CID, SN, and CID_header_type (CID header type) correspond to the compressed header portion that constitutes the compressed header packet shown in FIG. 9, and the data byte corresponds to the payload portion.

これらのフルヘッダパケット及び圧縮ヘッダパケットにおけるCID_header_type(CIDヘッダタイプ)により、(1)〜(4)が区別される。また、(1)によるIPv4のフルヘッダパケットにおけるIPv4_header_wo_length及びUDP_header_wo_lengthが、図11(1)に示したIPv4のCIDテーブルにおけるIPv4ヘッダ及びUDPヘッダにそれぞれ相当する。また、(3)によるIPv6のフルヘッダパケットにおけるIPv6_header_wo_length及びUDP_header_wo_lengthが、図11(2)に示したIPv6のCIDテーブルにおけるIPv6ヘッダ及びUDPヘッダにそれぞれ相当する。   (1) to (4) are distinguished by CID_header_type (CID header type) in the full header packet and the compressed header packet. Further, IPv4_header_wo_length and UDP_header_wo_length in the IPv4 full header packet according to (1) respectively correspond to the IPv4 header and the UDP header in the IPv4 CID table shown in FIG. 11 (1). Further, IPv6_header_wo_length and UDP_header_wo_length in the IPv6 full header packet according to (3) correspond to the IPv6 header and the UDP header in the IPv6 CID table shown in FIG. 11 (2), respectively.

図13は、図12(1)に示したIPv4のフルヘッダパケットにおけるIPv4_header_wo_lengthの構成を示す図である。このIPv4_header_wo_lengthは、IPパケットのバージョンを示すVersion(バージョン)、IHL、TOS(Type Of Service:サービスタイプ)、IP−ID(IP−Identification:IP識別番号)、Flag(フラグ)、Fragment Offset(フラグメントオフセット)、TTL(Time To Live)、Protocol(プロトコル)、SrcAddr(送信元IPアドレス)及びDstAddr(宛先IPアドレス)により構成される。   FIG. 13 is a diagram illustrating a configuration of IPv4_header_wo_length in the IPv4 full header packet illustrated in FIG. This IPv4_header_wo_length is a version (version) indicating the version of the IP packet, IHL, TOS (Type Of Service: service type), IP-ID (IP-Identification: IP identification number), Flag (flag), Fragment Offset (fragment offset) ), TTL (Time To Live), Protocol (protocol), SrcAddr (source IP address) and DstAddr (destination IP address).

図14は、図12(3)に示したIPv6のフルヘッダパケットにおけるIPv6_header_wo_lengthの構成を示す図である。このIPv6_header_wo_lengthは、IPパケットのバージョンを示すVersion(バージョン)、Traffic Class(トラフィッククラス)、Flow Label(フローラベル)、Next Header(ネクストヘッダ)、Hop Limit(ホップリミット)、SrcAddr(送信元IPアドレス)及びDstAddr(宛先IPアドレス)により構成される。   FIG. 14 is a diagram illustrating a configuration of IPv6_header_wo_length in the IPv6 full header packet illustrated in FIG. This IPv6_header_wo_length is a version (version) indicating the version of the IP packet, traffic class (traffic class), flow label (flow label), next header (next header), Hop Limit (hop limit), SrcAddr (source IP address). And DstAddr (destination IP address).

図15は、図12(1)(3)に示したIPv4,6のフルヘッダパケットにおけるUDP_header_wo_lengthの構成を示す図である。このUDP_header_wo_lengthは、SrcPort(送信元ポート番号)及びDstPort(宛先ポート番号)により構成される。尚、図12〜図15に示した構成の詳細については、非特許文献1を参照されたい。   FIG. 15 is a diagram showing a configuration of UDP_header_wo_length in the IPv4 and 6 full header packets shown in FIGS. 12 (1) and 12 (3). This UDP_header_wo_length is composed of SrcPort (source port number) and DstPort (destination port number). Refer to Non-Patent Document 1 for details of the configuration shown in FIGS.

図9に戻って、受信端末2は、ヘッダ圧縮パケットを受信する。具体的には、受信端末2は、まずフルヘッダパケットを受信し、その後に引き続き圧縮ヘッダパケットを受信する。受信端末2は、圧縮されたヘッダ情報を送信時と同じIPヘッダ及びUDPヘッダに復元し、IPパケットを生成する必要がある。これは、アプリケーション装置4が、IPパケットを受信し、これらのヘッダ(IPヘッダ及びUDPヘッダ)に格納された送信元IPアドレス、宛先IPアドレス及び宛先ポート番号等に基づいてIPパケットを特定する必要があり、特定したIPパケットから所望のデータグラムを取得するためである。   Returning to FIG. 9, the receiving terminal 2 receives the header compressed packet. Specifically, the receiving terminal 2 first receives a full header packet, and subsequently receives a compressed header packet. The receiving terminal 2 needs to restore the compressed header information to the same IP header and UDP header as at the time of transmission and generate an IP packet. This is because the application device 4 receives the IP packet and needs to specify the IP packet based on the source IP address, the destination IP address, the destination port number, etc. stored in these headers (IP header and UDP header). This is because a desired datagram is obtained from the identified IP packet.

受信端末2は、受信したヘッダ圧縮パケットがフルヘッダパケットの場合、フルヘッダパケットのフルヘッダに含まれるCIDとIPヘッダ及びUDPヘッダとの間の対応付けを行い、これらの情報をCIDテーブルに保存する。また、受信端末2は、受信したヘッダ圧縮パケットが圧縮ヘッダパケットの場合、圧縮ヘッダパケットの圧縮ヘッダに含まれるCIDに基づいてCIDテーブルを検索し、CIDに対応付いているIPヘッダ及びUDPヘッダを取得し、CIDを元のIPヘッダ及びUDPヘッダに復元する。このようにして、受信端末2は、IPパケットを生成してアプリケーション装置4へ送信する。   When the received header compressed packet is a full header packet, the receiving terminal 2 associates the CID included in the full header of the full header packet with the IP header and the UDP header, and stores the information in the CID table. . In addition, when the received header compressed packet is a compressed header packet, the receiving terminal 2 searches the CID table based on the CID included in the compressed header of the compressed header packet, and obtains the IP header and UDP header associated with the CID. Acquire and restore the CID to the original IP header and UDP header. In this way, the receiving terminal 2 generates an IP packet and transmits it to the application device 4.

図10は、従来の受信端末2及びアプリケーション装置4の構成を示すブロック図であり、受信端末2がヘッダ圧縮パケットを受信してからアプリケーション装置4が所望のデータグラムを取得するまでの間の各処理を行う構成部を示している。この受信端末2は、CID識別部51、タイプ識別部52、CID・ヘッダ情報保存部53及びヘッダ復元部54を備えている。また、アプリケーション装置4は、フィルタ部55及びペイロード取り出し部56を備えている。   FIG. 10 is a block diagram showing the configuration of a conventional receiving terminal 2 and application device 4, and each period from when the receiving terminal 2 receives a header compressed packet until the application device 4 acquires a desired datagram. The component which performs a process is shown. The receiving terminal 2 includes a CID identification unit 51, a type identification unit 52, a CID / header information storage unit 53, and a header restoration unit 54. In addition, the application apparatus 4 includes a filter unit 55 and a payload extraction unit 56.

受信端末2がヘッダ圧縮パケットを受信すると、CID識別部51は、ヘッダ圧縮パケットを入力し、ヘッダ圧縮パケットのヘッダ情報からCIDを取り出し、CIDを識別する。そして、CID識別部51は、識別したCIDをCID・ヘッダ情報保存部53に出力し、入力したヘッダ圧縮パケットをタイプ識別部52に出力する。ヘッダ圧縮パケットのヘッダ(圧縮されたヘッダ)は、識別されたCID毎に、後段のヘッダ復元部54において元のIPヘッダ及びUDPヘッダに復元される。   When the receiving terminal 2 receives the header compressed packet, the CID identifying unit 51 inputs the header compressed packet, extracts the CID from the header information of the header compressed packet, and identifies the CID. Then, the CID identifying unit 51 outputs the identified CID to the CID / header information storage unit 53, and outputs the input header compressed packet to the type identifying unit 52. The header (compressed header) of the header compressed packet is restored to the original IP header and UDP header in the header restoration unit 54 at the subsequent stage for each identified CID.

タイプ識別部52は、CID識別部51からヘッダ圧縮パケットを入力し、ヘッダ圧縮パケットのヘッダ情報からCID_header_type(CIDヘッダタイプ)を取り出し、CIDヘッダタイプを識別する。図12に示したように、CIDヘッダタイプには、CID_header_type=0x20,0x21,0x60,0x61の4つが割り当てられている。タイプ識別部52は、CID_header_type=0x20の場合、ヘッダ圧縮パケットがIPv4のフルヘッダパケットであることを判定し、CID_header_type=0x21の場合、ヘッダ圧縮パケットがIPv4の圧縮ヘッダパケットであることを判定し、CID_header_type=0x60の場合、ヘッダ圧縮パケットがIPv6のフルヘッダパケットであることを判定し、CID_header_type=0x61の場合、ヘッダ圧縮パケットがIPv6の圧縮ヘッダパケットであることを判定する。   The type identifying unit 52 inputs the header compressed packet from the CID identifying unit 51, extracts CID_header_type (CID header type) from the header information of the header compressed packet, and identifies the CID header type. As shown in FIG. 12, four CID_header_type = 0x20, 0x21, 0x60, and 0x61 are assigned to the CID header type. The type identification unit 52 determines that the header compressed packet is an IPv4 full header packet when CID_header_type = 0x20, and determines that the header compressed packet is an IPv4 compressed header packet when CID_header_type = 0x21. When CID_header_type = 0x60, it is determined that the header compressed packet is an IPv6 full header packet. When CID_header_type = 0x61, it is determined that the header compressed packet is an IPv6 compressed header packet.

タイプ識別部52は、入力したヘッダ圧縮パケットがフルヘッダパケットであると判定した場合、フルヘッダパケットからヘッダ情報を取り出し、CID・ヘッダ情報保存部53に出力する。また、入力したヘッダ圧縮パケットをヘッダ復元部54に出力する。ここで、ヘッダ情報とは、図12に示したように、IPv4のフルヘッダパケットの場合、CID、SN、CID_header_type(CIDヘッダタイプ)、IPv4_header_wo_length及びUDP_header_wo_lengthであり、IPv6のフルヘッダパケットの場合、CID、SN、CID_header_type(CIDヘッダタイプ)、IPv6_header_wo_length及びUDP_header_wo_lengthである。   When it is determined that the input header compressed packet is a full header packet, the type identification unit 52 extracts header information from the full header packet and outputs the header information to the CID / header information storage unit 53. Also, the input header compressed packet is output to the header restoration unit 54. Here, as shown in FIG. 12, the header information is CID, SN, CID_header_type (CID header type), IPv4_header_wo_length, and UDP_header_wo_length in the case of an IPv4 full header packet. , SN, CID_header_type (CID header type), IPv6_header_wo_length, and UDP_header_wo_length.

CID・ヘッダ情報保存部53は、CID識別部51からCIDを入力すると共に、タイプ識別部52からヘッダ情報を入力し、入力したCIDと入力したヘッダ情報に含まれるCIDとを比較する。そして、CID・ヘッダ情報保存部53は、CIDが同じであると判定した場合に、入力したCIDと入力したヘッダ情報とを対応付け、図11に示したように、CIDレコードを生成しCIDテーブルに保存する。   The CID / header information storage unit 53 receives the CID from the CID identification unit 51 and the header information from the type identification unit 52, and compares the input CID with the CID included in the input header information. If the CID / header information storage unit 53 determines that the CIDs are the same, the CID / header information storage unit 53 associates the input CID with the input header information, and generates a CID record as shown in FIG. Save to.

ヘッダ復元部54は、タイプ識別部52からヘッダ圧縮パケットを入力し、タイプ識別部52においてタイプを識別してヘッダ圧縮パケットの種類を判定したのと同様の処理を行い、ヘッダ圧縮パケットがフルヘッダパケットであると判定した場合、フルヘッダパケットのヘッダ情報からCID、SN、CID_header_type(CIDヘッダタイプ)を取り除く。   The header restoration unit 54 receives the header compressed packet from the type identifying unit 52, performs the same processing as the type identifying unit 52 identifies the type and determines the type of the header compressed packet, and the header compressed packet is a full header. When it is determined that the packet is a packet, CID, SN, and CID_header_type (CID header type) are removed from the header information of the full header packet.

ヘッダ復元部54は、TLVの‘データの長さ’フィールドから算出したlengthにより、IPv4の場合はIPヘッダ中のパケット長及びヘッダチェックサムを算出し、IPv6の場合はペイロード長を算出し、また、UDPヘッダ中のデータ長及びチェックサムを算出する。そして、ヘッダ復元部54は、IPv4の場合は算出したパケット長及びヘッダチェックサムを部分IPv4ヘッダであるIPv4_header_wo_lengthに付加し、IPv6の場合は算出したペイロード長を部分IPv6ヘッダであるIPv6_header_wo_lengthに付加してIPヘッダに復元する。また、算出したデータ長及びチェックサムをUDP_header_wo_lengthに付加してUDPヘッダに復元する。そして、ヘッダ復元部54は、復元したIPヘッダ及びUDPヘッダをIPヘッダ情報として、IPパケットを生成する。   The header restoration unit 54 calculates the packet length and the header checksum in the IP header in the case of IPv4, the payload length in the case of IPv6, based on the length calculated from the “data length” field of the TLV. The data length and checksum in the UDP header are calculated. Then, the header restoration unit 54 adds the calculated packet length and header checksum to IPv4_header_wo_length that is a partial IPv4 header in the case of IPv4, and adds the calculated payload length to IPv6_header_wo_length that is a partial IPv6 header in the case of IPv6. Restore to IP header. Also, the calculated data length and checksum are added to UDP_header_wo_length to restore the UDP header. Then, the header restoring unit 54 generates an IP packet using the restored IP header and UDP header as IP header information.

一方、ヘッダ復元部54は、ヘッダ圧縮パケットが圧縮ヘッダパケットであると判定した場合、圧縮ヘッダパケットのヘッダ情報からCIDを取り出し、CIDをキーとしてCID・ヘッダ情報保存部53のCIDテーブルからCIDレコードを読み出す。そして、ヘッダ復元部54は、CIDレコードから部分IPv4,6ヘッダ及び部分UDPヘッダを取得し、前述したようにデータ長等を算出し、圧縮されたヘッダをIPヘッダ及びUDPヘッダに復元してIPパケットを生成する。受信端末2は、ヘッダ復元部54により生成されたIPパケットをアプリケーション装置4へ送信する。   On the other hand, if the header restoration unit 54 determines that the header compressed packet is a compressed header packet, the header restoration unit 54 extracts the CID from the header information of the compressed header packet, and uses the CID as a key to retrieve the CID record from the CID table of the CID / header information storage unit 53. Is read. Then, the header restoring unit 54 acquires the partial IPv4, 6 header and the partial UDP header from the CID record, calculates the data length and the like as described above, and restores the compressed header to the IP header and UDP header to obtain the IP header. Generate a packet. The receiving terminal 2 transmits the IP packet generated by the header restoring unit 54 to the application device 4.

アプリケーション装置4が受信端末2からIPパケットを受信すると、フィルタ部55は、IPパケットを入力し、IPパケットのヘッダ情報を参照し、所望するデータグラムを取得するために指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)及びポート番号(宛先ポート番号)を有するIPパケットのみを選定し、フィルタリングを行う。   When the application apparatus 4 receives an IP packet from the receiving terminal 2, the filter unit 55 inputs the IP packet, refers to the header information of the IP packet, and designates an IP address (transmission) to obtain a desired datagram. Only IP packets having a source IP address and a destination IP address) and a port number (destination port number) are selected and filtered.

具体的には、受信端末2とアプリケーション装置4との間には、IPマルチキャストパケットの受信制御プロトコルであるRFC2236に規定されるIGMP(Internet Group Management Protocol)またはRFC3810に規定されるMLD(Multicast Listener Discovery)等のプロトコルによる通信が確立している。アプリケーション装置4は、このようなプロトコルに従って、所望のIPマルチキャストグループアドレスを指定し、受信端末2から所望のIPアドレス(送信元IPアドレス及び宛先IPアドレス)を有するIPパケットのみを受信する。そして、フィルタ部55は、そのIPパケットのうち、所望のポート番号(宛先ポート番号)を有するIPパケットのみを選択するためのフィルタリングを行い、所望のIPパケットをペイロード取り出し部56に出力する。   Specifically, between the receiving terminal 2 and the application apparatus 4, IGMP (Internet Group Management Protocol) defined in RFC2236, which is a reception control protocol for IP multicast packets, or MLD (Multicast Listener Discovery) defined in RFC3810. ) And other protocols have been established. The application apparatus 4 specifies a desired IP multicast group address according to such a protocol, and receives only IP packets having a desired IP address (source IP address and destination IP address) from the receiving terminal 2. Then, the filter unit 55 performs filtering for selecting only an IP packet having a desired port number (destination port number) among the IP packets, and outputs the desired IP packet to the payload extracting unit 56.

ペイロード取り出し部56は、フィルタ部55からIPパケットを入力し、IPパケットのペイロードからデータグラムを取り出す。このようにして、アプリケーション装置4のダウンロードアプリケーションのソフトウェアは、所望のデータグラムを取得することができる。   The payload extraction unit 56 receives the IP packet from the filter unit 55 and extracts a datagram from the payload of the IP packet. In this way, the download application software of the application apparatus 4 can obtain a desired datagram.

“情報通信審議会情報通信技術分科会(第60回) 資料60−1−2放送システム委員会報告”、[online]、平成20年7月29日、情報通信審議会、[平成20年11月12日検索]、インターネット<URL:http://www.soumu.go.jp/joho_tsusin/policyreports/joho_tsusin/bunkakai/080729_1.html>"Information and Communication Council, Information and Communication Technology Subcommittee (60th) Report of the 60-1-2 Broadcasting System Committee", [online], July 29, 2008, Information and Communication Council, [November 2008] Search on May 12], Internet <URL: http://www.soumu.go.jp/joho_tsusin/policyreports/joho_tsusin/bunkakai/080729_1.html> 特許第3540641号公報Japanese Patent No. 3540641 特許第3559019号公報Japanese Patent No. 3559019

前述した伝送システムでは、受信端末2が、送信端末1により送信されたヘッダ圧縮パケットを受信し、ヘッダ圧縮パケットの圧縮されたヘッダ情報を元のIPヘッダ情報に復元し、IPパケットを生成する。そして、アプリケーション装置4が、IPパケットから所望のデータグラムを取得する。このように、アプリケーション装置4が所望のデータグラムを取得するためには、受信端末2において、IPヘッダ情報を復元してIPパケットを生成する必要がある。   In the transmission system described above, the receiving terminal 2 receives the header compressed packet transmitted by the transmitting terminal 1, restores the compressed header information of the header compressed packet to the original IP header information, and generates an IP packet. Then, the application device 4 acquires a desired datagram from the IP packet. Thus, in order for the application device 4 to obtain a desired datagram, the receiving terminal 2 needs to restore the IP header information and generate an IP packet.

しかしながら、前述した伝送システムでは、圧縮されたヘッダ情報をIPヘッダ情報に復元する必要がない場合もあり得る。例えば、IPパケットを転送する必要のあるネットワークが存在しない場合、または、受信端末2及びアプリケーション装置4が一体化して同一筐体内に設けられている場合には、IPヘッダ情報の復元処理は必要でなく、IPパケットを生成する必要もない。このように、ヘッダ圧縮パケットを受信する受信端末2において、IPヘッダ情報を必要としない場合には、IPヘッダ情報の復元処理を省略し、処理負荷を低減することが望まれていた。   However, in the transmission system described above, it may not be necessary to restore the compressed header information to the IP header information. For example, when there is no network that needs to transfer IP packets, or when the receiving terminal 2 and the application device 4 are integrated and provided in the same housing, the IP header information restoration processing is necessary. There is no need to generate an IP packet. As described above, when the receiving terminal 2 that receives the header compressed packet does not need the IP header information, it is desired to omit the restoration process of the IP header information and reduce the processing load.

そこで、本発明は前記課題を解決するためになされたものであり、その目的は、IPヘッダ情報が圧縮されたパケットを受信する受信端末において、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得可能な受信端末を提供することにある。   Therefore, the present invention has been made to solve the above-described problems, and an object of the present invention is to make the header information of the received packet the original IP header information in the receiving terminal that receives the packet in which the IP header information is compressed. An object of the present invention is to provide a receiving terminal capable of acquiring a desired datagram without restoring it.

前記課題を解決するため、本発明による受信端末は、伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送する伝送システムの下で、前記ヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、前記受信したパケットのヘッダからCIDを識別するCID識別部と、前記受信したパケットからヘッダタイプを識別し、前記識別したヘッダタイプが、ヘッダにIPアドレスを含むタイプの場合、前記パケットのヘッダからIPアドレスを取り出すタイプ識別部と、前記CID識別部により識別されたCIDと、前記タイプ識別部により取り出されたIPアドレスとを含むCIDレコードにより構成されたCIDテーブルと、前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレスに基づいて前記CIDテーブルを検索し、前記IPアドレスを含むCIDレコードからCIDを特定するCID特定部と、前記受信したパケットの中から、前記CID特定部により特定されたCIDを持つパケットを選定するフィルタ部と、前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする。   In order to solve the above problem, the receiving terminal according to the present invention determines an IP data flow of content to be transmitted based on an IP address and a port number, and adds a header including a context identifier (CID) for specifying the IP data flow. And receiving the header-compressed packet under a transmission system that transmits the packet as a header-compressed packet, and acquiring a datagram of a predetermined content from the packet, the CID is obtained from the header of the received packet. A CID identifying unit that identifies a header type from the received packet, and if the identified header type is a type that includes an IP address in a header, a type identifying unit that extracts an IP address from the header of the packet; The CID identified by the CID identification unit; A CID table configured by a CID record including an IP address extracted by an IP identification unit, and a search for the CID table based on an IP address designated to obtain a datagram of the predetermined content; A CID specifying unit that specifies a CID from a CID record including an IP address, a filter unit that selects a packet having a CID specified by the CID specifying unit from the received packets, and a filter unit selected by the filter unit A payload extracting unit that extracts a datagram of content from the payload of the packet.

また、本発明による受信端末は、前記CID特定部が、複数のCIDを特定し、前記フィルタ部が、前記受信したパケットの中から、前記CID特定部により特定された複数のCIDのうちのいずれかのCIDを持つパケットを、前記CID毎にそれぞれ選定し、前記ペイロード取り出し部は、前記フィルタ部により選定されたCID毎のパケットに対し、前記パケットのペイロードからコンテンツのデータグラムをそれぞれ取り出す、ことを特徴とする。   In the receiving terminal according to the present invention, the CID specifying unit specifies a plurality of CIDs, and the filter unit selects any one of the plurality of CIDs specified by the CID specifying unit from among the received packets. A packet having the CID is selected for each CID, and the payload retrieving unit retrieves a content datagram from the payload of the packet for each CID selected by the filter unit. It is characterized by.

また、本発明による受信端末は、前記タイプ識別部が、前記受信したパケットからヘッダタイプを識別し、前記識別したヘッダタイプが、ヘッダにIPアドレス及びポート番号を含むタイプの場合、前記パケットのヘッダからIPアドレス及びポート番号を取り出し、前記CIDテーブルが、前記CID識別部により識別されたCIDと、前記タイプ識別部により取り出されたIPアドレス及びポート番号とを含むCIDレコードにより構成され、前記CID特定部が、前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレス及びポート番号に基づいて前記CIDテーブルを検索し、前記IPアドレス及びポート番号を含むCIDレコードからCIDを特定する、ことを特徴とする。   In the receiving terminal according to the present invention, when the type identifying unit identifies a header type from the received packet, and the identified header type is a type including an IP address and a port number in the header, the header of the packet The IP address and the port number are extracted from the CID table, and the CID table is configured by a CID record including the CID identified by the CID identifying unit and the IP address and the port number retrieved by the type identifying unit. A unit searches the CID table based on an IP address and a port number designated for obtaining a datagram of the predetermined content, and specifies a CID from a CID record including the IP address and the port number; It is characterized by.

また、本発明による受信端末は、伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送する伝送システムの下で、前記ヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、予め設定されたCID、IPアドレス及びポート番号を含むCIDレコードにより構成されたCIDテーブルと、前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレスに基づいて前記CIDテーブルを検索し、前記IPアドレスを含むCIDレコードからCIDを特定するCID特定部と、前記受信したパケットの中から、前記CID特定部により特定されたCIDを持つパケットを選定するフィルタ部と、前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする。   The receiving terminal according to the present invention determines the IP data flow of the content to be transmitted based on the IP address and port number, adds a header including a context identifier (CID) for specifying the IP data flow, and compresses the header. A CID including a preset CID, IP address, and port number at a receiving terminal that receives the header-compressed packet and obtains a datagram of a predetermined content from the packet under a transmission system that transmits the packet. A CID specification that searches a CID table based on a CID table configured by records and an IP address designated to obtain a datagram of the predetermined content, and specifies a CID from a CID record including the IP address And the received packet A filter unit for selecting a packet having a CID specified by the CID specifying unit, and a payload extracting unit for extracting a datagram of content from the payload of the packet selected by the filter unit. Features.

また、本発明による受信端末は、伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送すると共に、前記コンテンツの所在情報、前記コンテンツの配信開始時刻及び配信終了時刻、コンテンツIDを含んで構成されるダウンロード制御情報に、前記CIDを記述し、前記ヘッダ圧縮したパケットの伝送に先立って前記ダウンロード制御情報を伝送する伝送システムの下で、前記ダウンロード制御情報及びヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、前記ダウンロード制御情報に記述されたCIDを、前記所定のコンテンツのデータグラムを取得するためのCIDとして指定するCID指定部と、前記受信したパケットの中から、前記CID指定部により指定されたCIDを持つパケットを選定するフィルタ部と、前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする。   The receiving terminal according to the present invention determines the IP data flow of the content to be transmitted based on the IP address and port number, adds a header including a context identifier (CID) for specifying the IP data flow, and compresses the header. In addition to transmitting as a packet, the CID is described in download control information including the location information of the content, the distribution start time and distribution end time of the content, and the content ID, and the header compressed packet is transmitted. A receiving terminal that receives the download control information and a header-compressed packet under a transmission system that transmits the download control information in advance, and obtains a datagram of a predetermined content from the packet. The described CID A CID specifying unit that specifies a CID for acquiring a datagram of a predetermined content; a filter unit that selects a packet having a CID specified by the CID specifying unit from the received packets; and the filter unit And a payload extracting unit that extracts a content datagram from the payload of the packet selected by.

以上のように本発明によれば、受信端末において、CIDを用いてパケットを選定し、選定したパケットからデータグラムを取り出すようにした。これにより、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得することが可能となる。   As described above, according to the present invention, a receiving terminal selects a packet using a CID and extracts a datagram from the selected packet. This makes it possible to acquire a desired datagram without restoring the header information of the received packet to the original IP header information.

以下、本発明を実施するための最良の形態について図面を用いて詳細に説明する。本発明の特徴は、受信端末が、IPヘッダ情報が圧縮されたヘッダ情報を持つパケットを受信し、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のパケットを選定し、選定したパケットのペイロードから所望のデータグラムを取得することにある。尚、以下に示す実施例1〜4では、受信端末2−1〜2−4として、図8に示した受信端末2とアプリケーション装置4とを一体化した装置を想定している。以下、実施例1〜4について詳細に説明する。   The best mode for carrying out the present invention will be described below in detail with reference to the drawings. A feature of the present invention is that a receiving terminal receives a packet having header information in which IP header information is compressed, and selects a desired packet without restoring the header information of the received packet to the original IP header information. The purpose is to obtain a desired datagram from the payload of the selected packet. In the first to fourth embodiments described below, an apparatus in which the receiving terminal 2 and the application apparatus 4 illustrated in FIG. 8 are integrated is assumed as the receiving terminals 2-1 to 2-4. Hereinafter, Examples 1-4 will be described in detail.

〔実施例1〕
実施例1は、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、IPアドレス(送信元IPアドレス及び宛先IPアドレス)を用いて所望のパケットを選定し、選定したパケットのペイロードから所望のデータグラムを取得する。この場合、異なる複数の宛先ポート番号を持つパケットも選定されてしまうが、1つの宛先ポート番号のみを使用するように制限することにより、所望のデータグラムを取得することができる。
[Example 1]
In the first embodiment, a desired packet is selected using an IP address (source IP address and destination IP address) without restoring the header information of the received packet to the original IP header information, and the payload of the selected packet is selected. To obtain a desired datagram. In this case, a packet having a plurality of different destination port numbers is also selected, but a desired datagram can be acquired by restricting use of only one destination port number.

図1は、本発明の実施形態(実施例1)による受信端末の構成を示すブロック図である。この受信端末2−1は、CID識別部51、タイプ識別部52、アプリケーション部21−1、CID・ヘッダ情報保存及びCID応答部(CID特定部)22、IGMP/MLD処理部23、フィルタ部24及びペイロード取り出し部25−A〜25−Cを備えている。尚、CID・ヘッダ情報保存及びCID応答部22のCIDテーブルには、アプリケーション部21−1により指定される1つのIPアドレス(送信元IPアドレス及び宛先IPアドレス)に対して3つの宛先ポート番号が存在するそれぞれのCIDレコードが保存されており、CID・ヘッダ情報保存及びCID応答部22が3つのCIDを特定し、フィルタ部24がCID毎に3つのヘッダ圧縮パケットA〜Cを選定し、ペイロード取り出し部25−A〜25−CがCID毎に3つのデータグラムA〜Cを取り出すものとする。   FIG. 1 is a block diagram showing a configuration of a receiving terminal according to an embodiment (Example 1) of the present invention. The receiving terminal 2-1 includes a CID identification unit 51, a type identification unit 52, an application unit 21-1, a CID / header information storage and CID response unit (CID identification unit) 22, an IGMP / MLD processing unit 23, and a filter unit 24. And payload take-out units 25-A to 25-C. In the CID / header information storage and CID response unit 22 CID table, there are three destination port numbers for one IP address (source IP address and destination IP address) specified by the application unit 21-1. Each existing CID record is stored, the CID / header information storage and CID response unit 22 specifies three CIDs, the filter unit 24 selects three header compressed packets A to C for each CID, and the payload Assume that the extraction units 25-A to 25-C extract three datagrams A to C for each CID.

CID識別部51及びタイプ識別部52は、図10に示したCID識別部51及びタイプ識別部52と同様の機能を有するので、説明を省略する。アプリケーション部21−1は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)を指定し、所望のデータグラムを取得する。IGMP/MLD処理部23は、アプリケーション部21−1が受信制御プロトコルであるIGMP、MLD等を用いて指定するIPアドレス(送信元IPアドレス及び宛先IPアドレス)を、CID・ヘッダ情報保存及びCID応答部22に通知する。   The CID identifying unit 51 and the type identifying unit 52 have the same functions as the CID identifying unit 51 and the type identifying unit 52 shown in FIG. The application unit 21-1 specifies an IP address (source IP address and destination IP address), and acquires a desired datagram. The IGMP / MLD processing unit 23 stores an IP address (source IP address and destination IP address) designated by the application unit 21-1 using IGMP, MLD or the like as a reception control protocol, and stores CID / header information and a CID response. Notification to the unit 22.

CID・ヘッダ情報保存及びCID応答部22は、図10に示したCID・ヘッダ情報保存部53のように、CID識別部51からCIDを入力すると共に、タイプ識別部52からヘッダ情報を入力し、CIDとヘッダ情報とを対応付け、図11に示したように、CIDレコードを生成しCIDテーブルに保存する。さらに、CID・ヘッダ情報保存及びCID応答部22は、IGMP、MLD等の受信制御プロトコルによって通知されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を用いてCIDテーブルを検索し、CIDを特定する。   The CID / header information storage and CID response unit 22 inputs the CID from the CID identification unit 51 and the header information from the type identification unit 52, like the CID / header information storage unit 53 shown in FIG. The CID is associated with the header information, and a CID record is generated and stored in the CID table as shown in FIG. Further, the CID / header information storage and CID response unit 22 searches the CID table using the IP address (source IP address and destination IP address) notified by the reception control protocol such as IGMP or MLD, and specifies the CID. To do.

フィルタ部24は、CID・ヘッダ情報保存及びCID応答部22により特定されたCIDを持つパケットのみを選定するためのフィルタリングを行う。ペイロード取り出し部25−A〜25−Cは、フィルタ部24により選定されたパケットのペイロードからデータグラムA,B,Cをそれぞれ取り出す。   The filter unit 24 performs filtering for selecting only packets having the CID specified by the CID / header information storage and CID response unit 22. The payload extraction units 25-A to 25-C extract datagrams A, B, and C from the payload of the packet selected by the filter unit 24, respectively.

次に、図1に示した受信端末2−1の処理について説明する。図2は、実施例1による受信端末2−1の処理について説明するフロー図である。まず、アプリケーション部21−1は、所望のデータグラムを取得するため、取得したいデータグラムのパケットに付加されるIPアドレス(送信元IPアドレス及び宛先IPアドレス)を指定し、フィルタ部24においてフィルタリングを開始させるための受信制御開始の指令をIGMP/MLD処理部23に出力する。受信制御開始の指令は、IGMP/MLD処理部23及びCID・ヘッダ情報保存及びCID応答部22を介してフィルタ部24に出力され、フィルタ部24においてフィルタリングによる受信制御が開始される。   Next, the process of the receiving terminal 2-1 shown in FIG. 1 will be described. FIG. 2 is a flowchart for explaining processing of the receiving terminal 2-1 according to the first embodiment. First, the application unit 21-1 specifies an IP address (source IP address and destination IP address) to be added to the packet of the datagram to be acquired in order to acquire a desired datagram, and filtering is performed in the filter unit 24. A command to start reception control for starting is output to the IGMP / MLD processing unit 23. The reception control start command is output to the filter unit 24 via the IGMP / MLD processing unit 23, the CID / header information storage and CID response unit 22, and the filter unit 24 starts reception control by filtering.

IGMP/MLD処理部23は、アプリケーション部21−1からIPアドレス(送信元IPアドレス及び宛先IPアドレス)を含む受信制御開始の指令を入力し、IGMPまたはMLDの受信制御プロトコルによってそのIPアドレス(送信元IPアドレス及び宛先IPアドレス)を含む受信制御開始の指令をCID・ヘッダ情報保存及びCID応答部22に通知する(ステップS21,22)。   The IGMP / MLD processing unit 23 receives a reception control start command including an IP address (a transmission source IP address and a destination IP address) from the application unit 21-1, and receives the IP address (transmission) by the IGMP or MLD reception control protocol. An instruction to start reception control including the original IP address and the destination IP address is sent to the CID / header information storage and CID response unit 22 (steps S21 and S22).

CID・ヘッダ情報保存及びCID応答部22は、IGMP/MLD処理部23からIPアドレス(送信元IPアドレス及び宛先IPアドレス)を含む受信制御開始の指令を受け、CIDテーブルを検索し、そのIPアドレス(送信元IPアドレス及び宛先IPアドレス)と同じデータを有するCIDレコードをCIDテーブルから読み出し、CIDを特定する(ステップS23)。CIDテーブルには、CIDと、IPアドレス(送信元IPアドレス及び宛先IPアドレス)を含むヘッダ情報とが対応付けられたCIDレコードが保存されているから、CID・ヘッダ情報保存及びCID応答部22は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)に基づいてCIDを特定することができる。そして、CID・ヘッダ情報保存及びCID応答部22は、特定したCIDを含む受信制御開始の指令を、入力したIPアドレス(送信元IPアドレス及び宛先IPアドレス)を含む受信制御開始の指令の応答としてフィルタ部24に出力する。   The CID / header information storage and CID response unit 22 receives an instruction to start reception control including the IP address (source IP address and destination IP address) from the IGMP / MLD processing unit 23, searches the CID table, and searches for the IP address. A CID record having the same data as (source IP address and destination IP address) is read from the CID table, and the CID is specified (step S23). The CID table stores a CID record in which a CID and header information including an IP address (source IP address and destination IP address) are associated with each other. Therefore, the CID / header information storage and CID response unit 22 The CID can be specified based on the IP address (source IP address and destination IP address). Then, the CID / header information storage and CID response unit 22 sends a reception control start command including the specified CID as a response to the reception control start command including the input IP address (source IP address and destination IP address). Output to the filter unit 24.

フィルタ部24は、CID・ヘッダ情報保存及びCID応答部22からCIDを含む受信制御開始の指令を入力し、そのCIDを持つヘッダ圧縮パケットのみを選定し、フィルタリングを行う(ステップS24)。CIDはIPアドレス(送信元IPアドレス及び宛先IPアドレス)によって特定された識別子であるから、CID・ヘッダ情報保存及びCID応答部22が複数のCIDを特定する場合もある。このため、フィルタ部24は、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を持つヘッダ圧縮パケットであって、異なる宛先ポート番号を持つヘッダ圧縮パケットも選定してしまう。   The filter unit 24 receives an instruction to start reception control including the CID from the CID / header information storage and CID response unit 22, selects only the header compressed packet having the CID, and performs filtering (step S24). Since the CID is an identifier specified by an IP address (source IP address and destination IP address), the CID / header information storage and CID response unit 22 may specify a plurality of CIDs. For this reason, the filter unit 24 selects header compressed packets having designated IP addresses (source IP address and destination IP address) and having different destination port numbers.

例えば、CID・ヘッダ情報保存及びCID応答部22が3つのCIDを特定した場合、フィルタ部24は、これらの3つのCID毎にフィルタリングを行う。そして、図1に示したように、フィルタ部24は、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を持つヘッダ圧縮パケットであって、第1の宛先ポート番号を持つヘッダ圧縮パケットAを選定し、ペイロード取り出し部25−Aに出力する。また、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を持つヘッダ圧縮パケットであって、第2の宛先ポート番号を持つヘッダ圧縮パケットBをペイロード取り出し部25−Bに出力する。また、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を持つヘッダ圧縮パケットであって、第3の宛先ポート番号を持つヘッダ圧縮パケットCをペイロード取り出し部25−Cに出力する。   For example, when the CID / header information storage and CID response unit 22 specifies three CIDs, the filter unit 24 performs filtering for each of these three CIDs. Then, as shown in FIG. 1, the filter unit 24 is a header compressed packet having a designated IP address (source IP address and destination IP address), and has a first destination port number. A is selected and output to the payload takeout unit 25-A. Further, the header compression packet B having the designated IP address (source IP address and destination IP address) and having the second destination port number is output to the payload extraction unit 25-B. Further, the header compression packet C having the specified IP address (source IP address and destination IP address) and having the third destination port number is output to the payload extraction unit 25-C.

ペイロード取り出し部25−Aは、フィルタ部24から第1の宛先ポート番号を持つヘッダ圧縮パケットAを入力し、ペイロードからデータグラムAを取り出し、アプリケーション部21−1に出力する(ステップS25)。同様に、ペイロード取り出し部25−Bは、フィルタ部24から第2の宛先ポート番号を持つヘッダ圧縮パケットBを入力し、ペイロードからデータグラムBを取り出し、アプリケーション部21−1に出力する。また、ペイロード取り出し部25−Cは、フィルタ部24から第3の宛先ポート番号を持つヘッダ圧縮パケットCを入力し、ペイロードからデータグラムCを取り出し、アプリケーション部21−1に出力する。   The payload extraction unit 25-A receives the header compressed packet A having the first destination port number from the filter unit 24, extracts the datagram A from the payload, and outputs it to the application unit 21-1 (step S25). Similarly, the payload extraction unit 25-B receives the header compressed packet B having the second destination port number from the filter unit 24, extracts the datagram B from the payload, and outputs it to the application unit 21-1. The payload takeout unit 25-C receives the header compressed packet C having the third destination port number from the filter unit 24, takes out the datagram C from the payload, and outputs it to the application unit 21-1.

アプリケーション部21−1は、ペイロード取り出し部25−A〜25−CからデータグラムA〜Cを入力する。これにより、アプリケーション部21−1は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)に対応した所望のデータグラムを、宛先ポート番号毎に取得することができる(ステップS26)。   The application unit 21-1 inputs the datagrams A to C from the payload extraction units 25-A to 25-C. Thereby, the application unit 21-1 can obtain a desired datagram corresponding to the designated IP address (source IP address and destination IP address) for each destination port number (step S26).

アプリケーション部21−1は、所望のデータグラムの取得を終了するため、受信制御が行われているIPアドレス(送信元IPアドレス及び宛先IPアドレス)を指定し、フィルタ部24においてフィルタリングを停止させるための受信制御終了の指令をIGMP/MLD処理部23に出力する。受信制御終了の指令は、IGMP/MLD処理部23及びCID・ヘッダ情報保存及びCID応答部22を介してフィルタ部24に出力され、フィルタ部24においてフィルタリングによる受信制御が終了する(ステップS27)。この場合、CID・ヘッダ情報保存及びCID応答部22は、IGMP/MLD処理部23を介してアプリケーション部21−1からIPアドレス(送信元IPアドレス及び宛先IPアドレス)を入力し、CIDテーブルを検索してCIDを特定し、特定したCIDを含む受信制御終了の指令をフィルタ部24に出力する。これにより、アプリケーション部21−1は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)に対応したデータグラムの入力を停止することができる。   The application unit 21-1 specifies an IP address (source IP address and destination IP address) on which reception control is performed in order to end acquisition of a desired datagram, and stops filtering in the filter unit 24. Command to end the reception control is output to the IGMP / MLD processing unit 23. The reception control end command is output to the filter unit 24 via the IGMP / MLD processing unit 23, the CID / header information storage and CID response unit 22, and the reception control by filtering ends in the filter unit 24 (step S27). In this case, the CID / header information storage and CID response unit 22 inputs the IP address (source IP address and destination IP address) from the application unit 21-1 via the IGMP / MLD processing unit 23, and searches the CID table. Then, the CID is specified, and a reception control end command including the specified CID is output to the filter unit 24. Thereby, the application unit 21-1 can stop the input of the datagram corresponding to the designated IP address (source IP address and destination IP address).

以上のように、実施例1の受信端末2−1によれば、CID・ヘッダ情報保存及びCID応答部22が、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)を用いてCIDを特定し、フィルタ部24が、そのCIDにより所望のヘッダ圧縮パケットを選定し、ペイロード取り出し部25−A〜25−Cが、所望のヘッダ圧縮パケットからデータグラムを取り出すようにした。これにより、アプリケーション部21−1は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)に対応する所望のデータグラムを取得することができる。したがって、受信端末2−1は、受信したヘッダ圧縮パケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得することができるから、簡易な構成により、処理負荷を低減することが可能となる。また、処理負荷が低減するから、高パケットレートの受信が可能となる。   As described above, according to the receiving terminal 2-1 of the first embodiment, the CID / header information storage and CID response unit 22 uses the designated IP address (source IP address and destination IP address) to specify the CID. The filter unit 24 selects a desired header compressed packet based on the CID, and the payload extraction units 25-A to 25-C extract datagrams from the desired header compressed packet. Thereby, the application part 21-1 can acquire the desired datagram corresponding to the designated IP address (source IP address and destination IP address). Therefore, the receiving terminal 2-1 can obtain a desired datagram without restoring the header information of the received header compressed packet to the original IP header information, so that the processing load is reduced with a simple configuration. It becomes possible to do. In addition, since the processing load is reduced, reception at a high packet rate is possible.

また、実施例1の受信端末2−1によれば、CID・ヘッダ情報保存及びCID応答部22が、CID識別部51により識別されたCIDと、タイプ識別部52によりフルヘッダパケットが判定された場合のヘッダ情報とを入力し、CIDレコードを生成してCIDテーブルに保存することに加えて、入力したIPアドレス(送信元IPアドレス及び宛先IPアドレス)を用いてCIDテーブルを参照しCIDを特定する。これにより、CIDテーブルにはCIDとヘッダ情報とが対応付いたCIDレコードが保存され、CIDとIPデータフローとはフルヘッダパケットのヘッダ情報を用いて対応付けられるため、CIDの運用は従来技術と同様になり、制限を受けることはない。   Further, according to the receiving terminal 2-1 of the first embodiment, the CID / header information storage and CID response unit 22 determines the CID identified by the CID identifying unit 51 and the full identifying packet by the type identifying unit 52. In addition to generating header information and generating a CID record and storing it in the CID table, the CID table is identified using the input IP address (source IP address and destination IP address). To do. As a result, a CID record in which the CID and the header information are associated with each other is stored in the CID table, and the CID and the IP data flow are associated with each other using the header information of the full header packet. It will be the same and will not be restricted.

尚、IGMP及びMLDは、IPマルチキャストパケットの受信開始及び終了を制御するために広く用いられており、実施例1では、IPアドレスを通知するための手段としてIGMP/MLD処理部23によるIGMPまたはMLDの受信制御プロトコルを用いたが、これらの受信制御プロトコルを用いることは必須ではない。   Note that IGMP and MLD are widely used for controlling the start and end of reception of IP multicast packets. In the first embodiment, IGMP or MLD by the IGMP / MLD processing unit 23 is used as means for notifying the IP address. However, it is not essential to use these reception control protocols.

〔実施例2〕
実施例2は、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いて所望のパケットを選定し、選定したパケットのペイロードから所望のデータグラムを取得する。実施例1と実施例2とを比較すると、実施例1では、特定したCIDによってフィルタリングしても、異なる複数の宛先ポート番号を持つパケットも選定してしまう。これに対し、実施例2では、特定したCIDでフィルタリングすることにより、所定の1つの宛先ポート番号を持つパケットのみを選定する。
[Example 2]
The second embodiment selects a desired packet by using the IP address (source IP address and destination IP address) and destination port number without restoring the header information of the received packet to the original IP header information. The desired datagram is obtained from the payload of the packet that has been received. Comparing Example 1 and Example 2, in Example 1, even if filtering is performed by the specified CID, packets having a plurality of different destination port numbers are also selected. On the other hand, in the second embodiment, only a packet having a predetermined destination port number is selected by filtering with the specified CID.

図3は、本発明の実施形態(実施例2)による受信端末の構成を示すブロック図である。この受信端末2−2は、CID識別部51、タイプ識別部52、アプリケーション部21−2、CID・ヘッダ情報保存及びCID応答部(CID特定部)22、フィルタ部24及びペイロード取り出し部25を備えている。   FIG. 3 is a block diagram showing a configuration of a receiving terminal according to the embodiment (Example 2) of the present invention. The receiving terminal 2-2 includes a CID identification unit 51, a type identification unit 52, an application unit 21-2, a CID / header information storage and CID response unit (CID identification unit) 22, a filter unit 24, and a payload extraction unit 25. ing.

CID識別部51及びタイプ識別部52は、図10に示したCID識別部51及びタイプ識別部52と同様の機能を有するので、説明を省略する。アプリケーション部21−2は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を指定し、所望のデータグラムを取得する。   The CID identifying unit 51 and the type identifying unit 52 have the same functions as the CID identifying unit 51 and the type identifying unit 52 shown in FIG. The application unit 21-2 specifies an IP address (source IP address and destination IP address) and a destination port number, and acquires a desired datagram.

CID・ヘッダ情報保存及びCID応答部22は、図10に示したCID・ヘッダ情報保存部53のように、CID識別部51からのCIDとタイプ識別部52からのヘッダ情報とを対応付け、図11に示したように、CIDレコードを生成しCIDテーブルに保存する。さらに、CID・ヘッダ情報保存及びCID応答部22は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いてCIDテーブルを検索し、CIDを特定する。   The CID / header information storage and CID response unit 22 associates the CID from the CID identification unit 51 with the header information from the type identification unit 52, like the CID / header information storage unit 53 shown in FIG. As shown in FIG. 11, a CID record is generated and stored in the CID table. Further, the CID / header information storage and CID response unit 22 searches the CID table using the IP address (source IP address and destination IP address) and the destination port number, and specifies the CID.

フィルタ部24は、CID・ヘッダ情報保存及びCID応答部22により特定されたCIDを持つパケットのみを選定するためのフィルタリングを行う。ペイロード取り出し部25は、フィルタ部24により選定されたパケットのペイロードからデータグラムを取り出す。   The filter unit 24 performs filtering for selecting only packets having the CID specified by the CID / header information storage and CID response unit 22. The payload extraction unit 25 extracts a datagram from the payload of the packet selected by the filter unit 24.

次に、図3に示した受信端末2−2の処理について説明する。図4は、実施例2による受信端末2−2の処理について説明するフロー図である。まず、アプリケーション部21−2は、所望のデータグラムを取得するため、取得したいデータグラムのパケットに付加されるIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を指定し、フィルタ部24においてフィルタリングを開始させるための受信制御開始の指令をCID・ヘッダ情報保存及びCID応答部22に出力する。受信制御開始の指令は、CID・ヘッダ情報保存及びCID応答部22を介してフィルタ部24に出力され、フィルタ部24においてフィルタリングによる受信制御が開始される(ステップS41,42)。   Next, processing of the receiving terminal 2-2 illustrated in FIG. 3 will be described. FIG. 4 is a flowchart for explaining processing of the receiving terminal 2-2 according to the second embodiment. First, the application unit 21-2 specifies an IP address (source IP address and destination IP address) and a destination port number to be added to a datagram packet to be acquired in order to acquire a desired datagram, and a filter unit In 24, a reception control start command for starting filtering is output to the CID / header information storage and CID response unit 22. The reception control start command is output to the filter unit 24 via the CID / header information storage and CID response unit 22, and the filter unit 24 starts reception control by filtering (steps S41 and S42).

CID・ヘッダ情報保存及びCID応答部22は、アプリケーション部21−2からIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を含む受信制御開始の指令を受け、CIDテーブルを検索し、そのIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号と同じデータを有するCIDレコードをCIDテーブルから読み出し、CIDを特定する(ステップS43)。CIDテーブルには、CIDと、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を含むヘッダ情報とが対応付けられたCIDレコードが保存されているから、CID・ヘッダ情報保存及びCID応答部22は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号に基づいてCIDを特定することができる。そして、CID・ヘッダ情報保存及びCID応答部22は、特定したCIDを含む受信制御開始の指令を、入力したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を含む受信制御開始の指令の応答としてフィルタ部24に出力する。   The CID / header information storage and CID response unit 22 receives an instruction to start reception control including the IP address (source IP address and destination IP address) and destination port number from the application unit 21-2, and searches the CID table. A CID record having the same data as the IP address (source IP address and destination IP address) and destination port number is read from the CID table, and the CID is specified (step S43). The CID table stores CID records in which CIDs are associated with header information including IP addresses (source IP address and destination IP address) and destination port numbers. The response unit 22 can specify the CID based on the IP address (source IP address and destination IP address) and the destination port number. Then, the CID / header information storage and CID response unit 22 issues a reception control start command including the specified CID to start reception control including the input IP address (source IP address and destination IP address) and destination port number. It outputs to the filter part 24 as a response of a command.

フィルタ部24は、CID・ヘッダ情報保存及びCID応答部22からCIDを含む受信制御開始の指令を入力し、そのCIDを持つヘッダ圧縮パケットのみを選定し、フィルタリングを行う(ステップS44)。CIDは、アプリケーション部21−2が指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号によって特定された識別子であるから、アプリケーション部21−2が所望するデータグラムを持つヘッダ圧縮パケットのみが、フィルタ部24によって選定される。フィルタ部24は、選定したヘッダ圧縮パケットをペイロード取り出し部25に出力する。   The filter unit 24 receives an instruction to start reception control including the CID from the CID / header information storage and CID response unit 22, selects only the header compressed packet having the CID, and performs filtering (step S44). Since the CID is an identifier specified by the IP address (source IP address and destination IP address) specified by the application unit 21-2 and the destination port number, the header compression with the datagram desired by the application unit 21-2 Only the packet is selected by the filter unit 24. The filter unit 24 outputs the selected header compressed packet to the payload extraction unit 25.

ペイロード取り出し部25は、フィルタ部24からヘッダ圧縮パケットを入力し、ペイロードからデータグラムを取り出し、アプリケーション部21−2に出力する(ステップS45)。   The payload extraction unit 25 receives the header compressed packet from the filter unit 24, extracts a datagram from the payload, and outputs the datagram to the application unit 21-2 (step S45).

アプリケーション部21−2は、ペイロード取り出し部25からデータグラムを入力する。これにより、アプリケーション部21−2は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号に対応した所望のデータグラムを取得することができる(ステップS46)。   The application unit 21-2 inputs a datagram from the payload extraction unit 25. Thereby, the application unit 21-2 can obtain a desired datagram corresponding to the designated IP address (source IP address and destination IP address) and destination port number (step S46).

アプリケーション部21−2は、所望のデータグラムの取得を終了するため、受信制御が行われているIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を指定し、フィルタ部24においてフィルタリングを停止させるための受信制御終了の指令をCID・ヘッダ情報保存及びCID応答部22に出力する。受信制御終了の指令は、CID・ヘッダ情報保存及びCID応答部22を介してフィルタ部24に出力され、フィルタ部24においてフィルタリングによる受信制御が終了する(ステップS47)。この場合、CID・ヘッダ情報保存及びCID応答部22は、アプリケーション部21−2からIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を入力し、CIDテーブルを検索してCIDを特定し、特定したCIDを含む受信制御終了の指令をフィルタ部24に出力する。これにより、アプリケーション部21−2は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号に対応したデータグラムの入力を停止することができる。   The application unit 21-2 specifies an IP address (source IP address and destination IP address) and a destination port number for which reception control is performed in order to end acquisition of a desired datagram, and the filtering unit 24 performs filtering. Is output to the CID / header information storage and CID response unit 22. The reception control end command is output to the filter unit 24 via the CID / header information storage and CID response unit 22, and the reception control by filtering ends in the filter unit 24 (step S47). In this case, the CID / header information storage and CID response unit 22 inputs the IP address (source IP address and destination IP address) and destination port number from the application unit 21-2, and searches the CID table to identify the CID. Then, a command to end reception control including the specified CID is output to the filter unit 24. Thereby, the application unit 21-2 can stop inputting the datagram corresponding to the designated IP address (source IP address and destination IP address) and destination port number.

以上のように、実施例2の受信端末2−2によれば、CID・ヘッダ情報保存及びCID応答部22が、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いてCIDを特定し、フィルタ部24が、そのCIDにより所望のヘッダ圧縮パケットを選定し、ペイロード取り出し部25が、所望のヘッダ圧縮パケットからデータグラムを取り出すようにした。これにより、アプリケーション部21−2は、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号に対応する所望のデータグラムを取得することができる。したがって、受信端末2−2は、受信したヘッダ圧縮パケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得することができるから、簡易な構成により、処理負荷を低減することが可能となる。また、処理負荷が低減するから、高パケットレートの受信が可能となる。   As described above, according to the receiving terminal 2-2 of the second embodiment, the CID / header information storage and CID response unit 22 sets the designated IP address (source IP address and destination IP address) and destination port number. The CID is specified, the filter unit 24 selects a desired header compressed packet based on the CID, and the payload extraction unit 25 extracts the datagram from the desired header compressed packet. As a result, the application unit 21-2 can acquire a desired datagram corresponding to the designated IP address (source IP address and destination IP address) and destination port number. Accordingly, the receiving terminal 2-2 can acquire a desired datagram without restoring the header information of the received header compressed packet to the original IP header information, and thus the processing load is reduced with a simple configuration. It becomes possible to do. In addition, since the processing load is reduced, reception at a high packet rate is possible.

また、実施例2の受信端末2−2によれば、CID・ヘッダ情報保存及びCID応答部22が、CIDとヘッダ情報とを対応付けたCIDレコードをCIDテーブルに保存することに加えて、入力したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いてCIDテーブルを参照しCIDを特定する。これにより、実施例1と同様に、CIDテーブルにはCIDとヘッダ情報とが対応付いたCIDレコードが保存され、CIDとIPデータフローとはフルヘッダパケットのヘッダ情報を用いて対応付けられるため、CIDの運用は従来技術と同様になり、制限を受けることはない。   Further, according to the receiving terminal 2-2 of the second embodiment, the CID / header information storage and CID response unit 22 inputs the CID record in which the CID and the header information are associated with each other in the CID table. The CID is specified by referring to the CID table using the IP address (source IP address and destination IP address) and destination port number. Thus, as in the first embodiment, the CID table stores the CID record in which the CID and the header information are associated with each other, and the CID and the IP data flow are associated with each other using the header information of the full header packet. The operation of the CID is the same as in the prior art and is not restricted.

また、実施例2の受信端末2−2によれば、アプリケーション部21−2が、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を指定し、所望のデータグラムを取得するようにしたから、IPアドレス(送信元IPアドレス及び宛先IPアドレス)のみを指定する実施例1に比べて、宛先ポート番号も自由に指定することができる。したがって、実施例1では、複数のデータグラムを取得するのに対し、実施例2では、所望する一つのデータグラムを取得することができる。   Further, according to the receiving terminal 2-2 of the second embodiment, the application unit 21-2 specifies an IP address (source IP address and destination IP address) and a destination port number, and acquires a desired datagram. Therefore, the destination port number can be freely specified as compared with the first embodiment in which only the IP address (source IP address and destination IP address) is specified. Therefore, in the first embodiment, a plurality of datagrams are acquired, while in the second embodiment, a desired one datagram can be acquired.

〔実施例3〕
実施例3は、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いて固定のCIDテーブルを参照して所望のパケットを選定し、選定したパケットのペイロードから所望のデータグラムを取得する。実施例2では、CIDとヘッダ情報とを対応付けたCIDレコードを生成してCIDテーブルに保存するのに対し、実施例3では、予め設定されたCIDレコードからなる固定のCIDテーブルを用いる。つまり、実施例3では、IPデータフローを特定するためのIPヘッダ情報とCIDとの対応付けを固定的に運用する。
Example 3
The third embodiment refers to the fixed CID table using the IP address (source IP address and destination IP address) and destination port number without restoring the header information of the received packet to the original IP header information. A desired packet is selected, and a desired datagram is acquired from the payload of the selected packet. In the second embodiment, a CID record in which CID and header information are associated with each other is generated and stored in the CID table. In the third embodiment, a fixed CID table including a preset CID record is used. That is, in the third embodiment, the association between the IP header information for specifying the IP data flow and the CID is fixedly used.

図5は、本発明の実施形態(実施例3)による受信端末の構成を示すブロック図である。この受信端末2−3は、アプリケーション部21−3、CID・ヘッダ情報対応テーブル部(CID特定部)26、フィルタ部24及びペイロード取り出し部25を備えている。   FIG. 5 is a block diagram showing a configuration of a receiving terminal according to the embodiment (Example 3) of the present invention. The receiving terminal 2-3 includes an application unit 21-3, a CID / header information correspondence table unit (CID identification unit) 26, a filter unit 24, and a payload extraction unit 25.

実施例3では、図1及び図3に示した実施例1,2のCID識別部51及びタイプ識別部52を備えていない。アプリケーション部21−3は、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を指定し、所望のデータグラムを取得する。   In the third embodiment, the CID identifying unit 51 and the type identifying unit 52 of the first and second embodiments illustrated in FIGS. 1 and 3 are not provided. The application unit 21-3 specifies an IP address (source IP address and destination IP address) and a destination port number, and acquires a desired datagram.

CID・ヘッダ情報対応テーブル部26は、予め設定されたCIDテーブルを不揮発性メモリ等の記憶媒体に備えている。CIDテーブルは、図11に示したように、CID及びIPアドレス(送信元IPアドレス及び宛先IPアドレス)等のヘッダ情報を備えて構成されている。   The CID / header information correspondence table unit 26 includes a preset CID table in a storage medium such as a nonvolatile memory. As shown in FIG. 11, the CID table includes header information such as a CID and an IP address (source IP address and destination IP address).

尚、CIDテーブルは、図11に示したヘッダ情報の全てを備えて構成されていなくてもよく、例えば、CID、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号のみを備えて構成されていてもよい。また、アプリケーション部21−3が宛先IPアドレス及び宛先ポート番号のみを指定する場合には、CID、宛先IPアドレス及び宛先ポート番号のみを備えて構成されていてもよく、さらに、送信元IPアドレス及び送信元ポート番号も備えて構成されていてもよい。この場合、少なくともCID、宛先IPアドレス及び宛先ポート番号を備えて構成されていればよい。   Note that the CID table does not have to be configured to include all of the header information shown in FIG. 11, and includes, for example, only the CID, IP address (source IP address and destination IP address), and destination port number. It may be configured. When the application unit 21-3 designates only the destination IP address and the destination port number, the application unit 21-3 may be configured to include only the CID, the destination IP address, and the destination port number. The transmission source port number may also be provided. In this case, it is only necessary to have at least a CID, a destination IP address, and a destination port number.

CID・ヘッダ情報対応テーブル部26は、アプリケーション部21−3からIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を含む受信制御開始の指令を入力し、IPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いてCIDテーブルを検索し、CIDを特定する。   The CID / header information correspondence table unit 26 inputs a reception control start command including an IP address (source IP address and destination IP address) and a destination port number from the application unit 21-3, and receives an IP address (source IP address). And the destination IP address) and the destination port number are searched to identify the CID.

フィルタ部24は、CID・ヘッダ情報対応テーブル部26により特定されたCIDを持つパケットのみを選定するためのフィルタリングを行う。ペイロード取り出し部25は、フィルタ部24により選定されたパケットのペイロードからデータグラムを取り出す。   The filter unit 24 performs filtering for selecting only packets having the CID specified by the CID / header information correspondence table unit 26. The payload extraction unit 25 extracts a datagram from the payload of the packet selected by the filter unit 24.

図5に示した受信端末2−3の処理は、図4に示した処理と同様であるから、説明を省略する。   The processing of the receiving terminal 2-3 shown in FIG. 5 is the same as the processing shown in FIG.

以上のように、実施例3の受信端末2−3によれば、CID・ヘッダ情報対応テーブル部26が、指定されたIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いて固定のCIDテーブルを参照してCIDを特定し、フィルタ部24が、そのCIDにより所望のヘッダ圧縮パケットを選定し、ペイロード取り出し部25が、所望のヘッダ圧縮パケットからデータグラムを取り出すようにした。これにより、アプリケーション部21−3は、CIDとヘッダ情報とを対応付けたCIDテーブルが固定的に運用される場合においても、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号に対応する所望のデータグラムを取得することができる。したがって、受信端末2−3は、受信したヘッダ圧縮パケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得することができるから、簡易な構成により、処理負荷を低減することが可能となる。また、処理負荷が低減するから、高パケットレートの受信が可能となる。   As described above, according to the receiving terminal 2-3 of the third embodiment, the CID / header information correspondence table unit 26 uses the designated IP address (source IP address and destination IP address) and destination port number. The CID is specified with reference to the fixed CID table, the filter unit 24 selects a desired header compressed packet based on the CID, and the payload extraction unit 25 extracts the datagram from the desired header compressed packet. Thereby, even when the CID table in which the CID and the header information are associated with each other is fixedly operated, the application unit 21-3 specifies the specified IP address (source IP address and destination IP address) and destination port number. A desired datagram corresponding to can be acquired. Therefore, the receiving terminal 2-3 can acquire a desired datagram without restoring the header information of the received header compressed packet to the original IP header information, so the processing load is reduced with a simple configuration. It becomes possible to do. In addition, since the processing load is reduced, reception at a high packet rate is possible.

また、実施例3では、予め設定されたCIDテーブルを用いて固定的に運用するようにしたから、送信端末1は、CIDとヘッダ情報とを対応付けるためのフルヘッダパケットを送信する必要がなく、受信端末2−3は、CID識別部51及びタイプ識別部52を備える必要がない。これにより、受信端末2−3は、IPヘッダ情報の復元処理を省略することに加え、CID識別及びタイプ識別の処理を省略することができるから、処理負荷を一層低減することが可能となる。   In the third embodiment, since the fixed operation is performed using the preset CID table, the transmission terminal 1 does not need to transmit a full header packet for associating the CID with the header information. The receiving terminal 2-3 does not need to include the CID identifying unit 51 and the type identifying unit 52. As a result, the receiving terminal 2-3 can omit the processing of CID identification and type identification in addition to omitting the restoration processing of the IP header information, so that the processing load can be further reduced.

〔実施例4〕
実施例4は、受信したパケットのヘッダ情報を元のIPヘッダ情報に復元することなく、指定したCIDによって所望のパケットを選定し、選定したパケットのペイロードから所望のデータグラムを取得する。実施例1〜3では、指定したIPアドレス(送信元IPアドレス及び宛先IPアドレス)、またはIPアドレス(送信元IPアドレス及び宛先IPアドレス)及び宛先ポート番号を用いてCIDテーブルを参照することによりCIDを特定するようにしたが、実施例4では、CIDを直接指定する。
Example 4
In the fourth embodiment, a desired packet is selected based on the designated CID without restoring the header information of the received packet to the original IP header information, and a desired datagram is acquired from the payload of the selected packet. In the first to third embodiments, the CID is obtained by referring to the CID table using the specified IP address (source IP address and destination IP address), or IP address (source IP address and destination IP address) and destination port number. In the fourth embodiment, the CID is directly specified.

図6は、本発明の実施形態(実施例4)による受信端末の構成を示すブロック図である。この受信端末2−4は、アプリケーション部(CID指定部)21−4、フィルタ部24及びペイロード取り出し部25を備えている。   FIG. 6 is a block diagram showing a configuration of a receiving terminal according to the embodiment (Example 4) of the present invention. The receiving terminal 2-4 includes an application unit (CID designation unit) 21-4, a filter unit 24, and a payload extraction unit 25.

実施例4では、図1及び図3に示した実施例1,2のCID識別部51及びタイプ識別部52を備えておらず、図1及び図3に示した実施例1,2のCID・ヘッダ情報保存及びCID応答部22、及び、図5に示した実施例3のCID・ヘッダ情報対応テーブル部26も備えていない。   In the fourth embodiment, the CID identifying unit 51 and the type identifying unit 52 of the first and second embodiments shown in FIGS. 1 and 3 are not provided, and the CIDs of the first and second embodiments shown in FIGS. The header information storage and CID response unit 22 and the CID / header information correspondence table unit 26 of the third embodiment shown in FIG. 5 are not provided.

アプリケーション部21−4は、後述するダウンロード制御情報(DCI:Download Control Information)から、所望のデータグラムに対応するCIDを取得し、そのCIDを指定してデータグラムを取得する。   The application unit 21-4 acquires a CID corresponding to a desired datagram from download control information (DCI: Download Control Information) described later, and acquires the datagram by specifying the CID.

フィルタ部24は、アプリケーション部21−4により指定されたCIDを持つパケットのみを選定するためのフィルタリングを行う。ペイロード取り出し部25は、フィルタ部24により選定されたパケットのペイロードからデータグラムを取り出す。   The filter unit 24 performs filtering for selecting only packets having the CID specified by the application unit 21-4. The payload extraction unit 25 extracts a datagram from the payload of the packet selected by the filter unit 24.

ここで、ダウンロード制御情報とは、一般に、データグラムを構成するコンテンツが保存されている所在情報(リンク情報:例えば、放送局のチャネルに相当するサービスID)、コンテンツの配信開始時刻及び配信終了時刻、コンテンツID、ライセンスID、ECG(Electronic Content Guide)メタデータの所在情報等の情報からなり、コンテンツをダウンロードして視聴または録画するために用いられる。   Here, the download control information generally includes location information (link information: for example, service ID corresponding to a channel of a broadcasting station), content distribution start time, and distribution end time. , Content ID, license ID, location information of ECG (Electronic Content Guide) metadata, etc., and is used for downloading and viewing or recording the content.

前述したとおり、放送局の送信端末1は、送信すべきコンテンツのIPパケットに対しIPデータフローを特定し、CIDを特定してCID及びヘッダ情報からなるCIDテーブルを生成する。そして、送信端末1は、CIDを含む圧縮されたヘッダ情報が付加されたヘッダ圧縮パケットをTLVに格納して一方向伝送路3を介して送信する。このとき、送信端末1は、カルーセル処理による所定の周期にて、所定期間内に送信されるコンテンツに関するダウンロード制御情報もTLVに格納し、予め送信している。送信端末1は、ヘッダ圧縮パケットの送信に先立って、特定したCIDをダウンロード制御情報に記述して送信する。つまり、送信端末1は、送信すべきコンテンツのヘッダ圧縮パケットの送信に先立って予めCIDを特定する。そして、送信端末1は、その送信すべきコンテンツに関する各種情報に加えて、特定したCIDもダウンロード制御情報に記述し、カルーセル処理による所定の周期にて、ダウンロード制御情報を送信する。そして、受信端末2−4がダウンロード制御情報を受信すると、アプリケーション部21−4は、ダウンロード制御情報から、所望するデータグラムのコンテンツに対応するCIDを取得し、CIDを指定してデータグラムを取得する。   As described above, the transmission terminal 1 of the broadcasting station specifies an IP data flow for the IP packet of the content to be transmitted, specifies the CID, and generates a CID table including the CID and header information. Then, the transmission terminal 1 stores the header compressed packet to which the compressed header information including the CID is added in the TLV and transmits the packet via the one-way transmission path 3. At this time, the transmission terminal 1 also stores download control information related to content transmitted within a predetermined period in the TLV at a predetermined cycle by the carousel process, and transmits it in advance. Prior to transmission of the header compressed packet, the transmission terminal 1 transmits the specified CID described in the download control information. That is, the transmission terminal 1 specifies the CID in advance prior to transmitting the header compressed packet of the content to be transmitted. Then, the transmission terminal 1 describes the specified CID in the download control information in addition to various information related to the content to be transmitted, and transmits the download control information in a predetermined cycle by the carousel process. When the receiving terminal 2-4 receives the download control information, the application unit 21-4 acquires the CID corresponding to the desired datagram content from the download control information, and acquires the datagram by specifying the CID. To do.

次に、図6に示した受信端末2−4の処理について説明する。図7は、実施例4による受信端末2−4の処理について説明するフロー図である。まず、アプリケーション部21−4は、所望のデータグラムのコンテンツに対応したCIDを、ダウンロード制御情報から取得する(ステップS71)。例えば、アプリケーション部21−4は、オペレータの操作に従って、オペレータが選択したコンテンツのID(コンテンツID)を特定し、ダウンロード制御情報からそのコンテンツIDに対応したCIDを取得する。   Next, processing of the reception terminal 2-4 illustrated in FIG. 6 will be described. FIG. 7 is a flowchart for explaining processing of the reception terminal 2-4 according to the fourth embodiment. First, the application unit 21-4 acquires the CID corresponding to the content of the desired datagram from the download control information (step S71). For example, the application unit 21-4 specifies the ID (content ID) of the content selected by the operator according to the operation of the operator, and acquires the CID corresponding to the content ID from the download control information.

アプリケーション部21−4は、取得したCIDを指定し、フィルタリングを開始させるための受信制御開始の指令をフィルタ部24に出力する。これにより、フィルタ部24においてフィルタリングによる受信制御が開始される(ステップS72,73)。   The application unit 21-4 designates the acquired CID, and outputs a reception control start command for starting filtering to the filter unit 24. Thereby, reception control by filtering is started in the filter unit 24 (steps S72 and 73).

フィルタ部24は、アプリケーション部21−4からCIDを含む受信制御開始の指令を入力し、そのCIDを持つヘッダ圧縮パケットのみを選定し、フィルタリングを行う(ステップS74)。CIDは、アプリケーション部21−4が所望するデータグラムに対応した識別子であるから、アプリケーション部21−4が所望するデータグラムを持つヘッダ圧縮パケットのみが、フィルタ部24によって選定される。そして、フィルタ部24は、選定したヘッダ圧縮パケットをペイロード取り出し部25に出力する。   The filter unit 24 inputs a reception control start command including the CID from the application unit 21-4, selects only the header compressed packet having the CID, and performs filtering (step S74). Since the CID is an identifier corresponding to the datagram desired by the application unit 21-4, only the header compressed packet having the datagram desired by the application unit 21-4 is selected by the filter unit 24. Then, the filter unit 24 outputs the selected header compressed packet to the payload extraction unit 25.

ペイロード取り出し部25は、フィルタ部24からヘッダ圧縮パケットを入力し、ペイロードからデータグラムを取り出し、アプリケーション部21−4に出力する(ステップS75)。   The payload extraction unit 25 receives the header compressed packet from the filter unit 24, extracts a datagram from the payload, and outputs the datagram to the application unit 21-4 (step S75).

アプリケーション部21−4は、ペイロード取り出し部25からデータグラムを入力する。これにより、アプリケーション部21−4は、指定したCIDに対応した所望のデータグラムを取得することができる(ステップS76)。   The application unit 21-4 inputs a datagram from the payload extraction unit 25. Thereby, the application part 21-4 can acquire the desired datagram corresponding to the designated CID (step S76).

アプリケーション部21−4は、所望のデータグラムの取得を終了するため、受信制御が行われているCIDを指定し、フィルタリングを停止させるための受信制御終了の指令をフィルタ部24に出力する。フィルタ部24は受信制御終了の指令を入力し、フィルタリングによる受信制御が終了する(ステップS77)。これにより、アプリケーション部21−4は、指定したCIDに対応したデータグラムの入力を停止することができる。   The application unit 21-4 specifies the CID for which reception control is performed in order to end acquisition of a desired datagram, and outputs a reception control end command for stopping filtering to the filter unit 24. The filter unit 24 inputs a reception control end command, and the reception control by filtering ends (step S77). Thereby, the application part 21-4 can stop the input of the datagram corresponding to the designated CID.

以上のように、実施例4によれば、送信端末1が、CIDを記述したダウンロード制御情報を送信し、受信端末2−4のアプリケーション部21−4が、ダウンロード制御情報に含まれるCIDを取得し、所望のデータグラムを取得するためにCIDを指定し、フィルタ部24が、アプリケーション部21−4によって指定されたCIDにより所望のヘッダ圧縮パケットを選定し、ペイロード取り出し部25が、所望のヘッダ圧縮パケットからデータグラムを取り出すようにした。これにより、アプリケーション部21−4は、指定したCIDに対応する所望のデータグラムを取得することができる。したがって、受信端末2−4は、受信したヘッダ圧縮パケットのヘッダ情報を元のIPヘッダ情報に復元することなく、所望のデータグラムを取得することができるから、簡易な構成により、処理負荷を低減することが可能となる。また、処理負荷が低減するから、高パケットレートの受信が可能となる。   As described above, according to the fourth embodiment, the transmission terminal 1 transmits the download control information describing the CID, and the application unit 21-4 of the reception terminal 2-4 acquires the CID included in the download control information. Then, a CID is specified to obtain a desired datagram, the filter unit 24 selects a desired header compressed packet based on the CID specified by the application unit 21-4, and the payload extraction unit 25 selects a desired header. The datagram was extracted from the compressed packet. Thereby, the application part 21-4 can acquire the desired datagram corresponding to the designated CID. Therefore, the receiving terminal 2-4 can obtain a desired datagram without restoring the header information of the received header compressed packet to the original IP header information, so that the processing load is reduced with a simple configuration. It becomes possible to do. In addition, since the processing load is reduced, reception at a high packet rate is possible.

また、実施例4では、CIDテーブルが不要であるから、送信端末1は、CIDとヘッダ情報とを対応付けるためのフルヘッダパケットを送信する必要がなく、受信端末2−4は、CID識別部51、タイプ識別部52、及び、CID・ヘッダ情報保存及びCID応答部22またはCID・ヘッダ情報対応テーブル部26を備える必要がない。これにより、受信端末2−4は、IPヘッダ情報の復元処理を省略することに加え、CID識別及びタイプ識別の処理を省略し、さらに、CIDテーブルに対する処理も省略することができるから、処理負荷を一層低減することが可能となる。   Further, in the fourth embodiment, since the CID table is unnecessary, the transmission terminal 1 does not need to transmit a full header packet for associating the CID and the header information, and the reception terminal 2-4 includes the CID identification unit 51 The type identification unit 52 and the CID / header information storage and CID response unit 22 or the CID / header information correspondence table unit 26 need not be provided. As a result, the receiving terminal 2-4 can omit the CID identification and type identification processes in addition to omitting the IP header information restoration process, and can also omit the process for the CID table. Can be further reduced.

以上、実施例を挙げて本発明を説明したが、本発明は前記実施例に限定されるものではなく、その技術思想を逸脱しない範囲で種々変形可能である。例えば、前記実施例1〜3では、IPアドレスとして送信元IPアドレス及び宛先IPアドレスを指定するようにしたが、宛先IPアドレスのみを指定するようにしてもよい。この場合、実施例1では、CID・ヘッダ情報保存及びCID応答部22が、アプリケーション部21−1により指定された宛先IPアドレスを用いてCIDテーブルを検索し、CIDを特定する。同様に、実施例2では、CID・ヘッダ情報保存及びCID応答部22が、アプリケーション部21−2により指定された宛先IPアドレス及び宛先ポート番号を用いてCIDテーブルを検索し、CIDを特定する。さらに、実施例3では、CID・ヘッダ情報対応テーブル部26が、アプリケーション部21−3により指定された宛先IPアドレス及び宛先ポート番号を用いてCIDテーブルを検索し、CIDを特定する。   The present invention has been described with reference to the embodiments. However, the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the technical idea thereof. For example, in the first to third embodiments, the transmission source IP address and the destination IP address are designated as the IP address, but only the destination IP address may be designated. In this case, in the first embodiment, the CID / header information storage and CID response unit 22 searches the CID table using the destination IP address specified by the application unit 21-1, and specifies the CID. Similarly, in the second embodiment, the CID / header information storage and CID response unit 22 searches the CID table using the destination IP address and the destination port number specified by the application unit 21-2, and specifies the CID. Furthermore, in the third embodiment, the CID / header information correspondence table unit 26 searches the CID table using the destination IP address and the destination port number specified by the application unit 21-3, and specifies the CID.

また、前記実施例4では、送信端末1が、特定したCIDをダウンロード制御情報に記述し、そのダウンロード制御情報をカルーセル処理による所定の周期にて一方向伝送路3を介して送信し、受信端末2−4が、一方向伝送路3を介してそのダウンロード制御情報を受信し、CIDを取得するようにした。しかし、本発明はダウンロード制御情報を受信する手法を限定するものではなく、インターネット等の通信回線を介してダウンロード制御情報を受信するようにしてもよい。具体的には、例えば、ダウンロード制御情報が放送局内のサーバに記憶されているものとする。ユーザが視聴または録画を希望するコンテンツの選択操作に従って、受信端末2−4のアプリケーション部21−4は、選択操作されたコンテンツに関するダウンロード制御情報を受信するため、そのリクエストを、通信回線を介して放送局内のサーバへ送信する。放送局内のサーバは、そのリクエストを受信すると送信端末1へ転送し、送信端末1から、そのリクエストが示すコンテンツについて特定したCIDを受信する。そして、サーバは、そのリクエストが示すコンテンツに関するダウンロード制御情報を記憶装置から読み出し、送信端末1から受信したCIDを記述し、通信回線を介して受信端末2−4へ送信する。このようにして、受信端末2−4のアプリケーション部21−4は、インターネット等の通信回線を介して、CIDが記述されたダウンロード制御情報を受信する。   In the fourth embodiment, the transmission terminal 1 describes the specified CID in the download control information, transmits the download control information via the one-way transmission path 3 at a predetermined cycle by the carousel process, and receives the reception terminal. 2-4 receives the download control information via the one-way transmission path 3 and acquires the CID. However, the present invention does not limit the method for receiving the download control information, and the download control information may be received via a communication line such as the Internet. Specifically, for example, it is assumed that download control information is stored in a server in a broadcast station. The application unit 21-4 of the receiving terminal 2-4 receives the download control information related to the selected and operated content according to the selection operation of the content that the user wants to view or record. Send to the server in the broadcasting station. When receiving the request, the server in the broadcast station transfers the request to the transmission terminal 1 and receives from the transmission terminal 1 the CID specified for the content indicated by the request. Then, the server reads the download control information related to the content indicated by the request from the storage device, describes the CID received from the transmission terminal 1, and transmits it to the reception terminal 2-4 via the communication line. In this way, the application unit 21-4 of the receiving terminal 2-4 receives the download control information in which the CID is described via a communication line such as the Internet.

本発明の実施形態(実施例1)による受信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the receiving terminal by embodiment (Example 1) of this invention. 実施例1の処理を説明するフロー図である。FIG. 6 is a flowchart for explaining processing of the first embodiment. 本発明の実施形態(実施例2)による受信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the receiving terminal by embodiment (Example 2) of this invention. 実施例2,3の処理を説明するフロー図である。It is a flowchart explaining the process of Example 2,3. 本発明の実施形態(実施例3)による受信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the receiving terminal by embodiment (Example 3) of this invention. 本発明の実施形態(実施例4)による受信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the receiving terminal by embodiment (Example 4) of this invention. 実施例4の処理を説明するフロー図である。FIG. 10 is a flowchart for explaining processing of the fourth embodiment. 高度BSデジタル放送を実現する送信端末及び受信端末を含む伝送システムの概略構成を示す図である。It is a figure which shows schematic structure of the transmission system containing the transmission terminal and receiving terminal which implement | achieve advanced BS digital broadcasting. 送信端末においてヘッダ情報を圧縮し、受信端末においてヘッダ情報を復元するヘッダ圧縮方式を説明する図である。It is a figure explaining the header compression system which compresses header information in a transmission terminal, and decompress | restores header information in a reception terminal. 従来の受信端末及びアプリケーション装置の構成を示すブロック図である。It is a block diagram which shows the structure of the conventional receiving terminal and application apparatus. (1)は、IPv4のCIDテーブルの構成を示す図である。(2)は、IPv6のCIDテーブルの構成を示す図である。(1) is a diagram showing a configuration of an IPv4 CID table. (2) is a diagram showing the configuration of an IPv6 CID table. (1)は、IPv4のフルヘッダパケットの構成を示す図である。(2)は、IPv4の圧縮ヘッダパケットの構成を示す図である。(3)は、IPv6のフルヘッダパケットの構成を示す図である。(4)は、IPv6の圧縮ヘッダパケットの構成を示す図である。(1) is a diagram showing a configuration of an IPv4 full header packet. (2) is a diagram showing a configuration of an IPv4 compressed header packet. (3) is a diagram illustrating a configuration of an IPv6 full header packet. (4) is a diagram showing a configuration of an IPv6 compressed header packet. IPv4のフルヘッダパケットにおけるIPv4_header_wo_lengthの構成を示す図である。It is a figure which shows the structure of IPv4_header_wo_length in the full header packet of IPv4. IPv6のフルヘッダパケットにおけるIPv6_header_wo_lengthの構成を示す図である。It is a figure which shows the structure of IPv6_header_wo_length in the full header packet of IPv6. IPv4及びIPv6のフルヘッダパケットにおけるUDP_header_wo_lengthの構成を示す図である。It is a figure which shows the structure of UDP_header_wo_length in the full header packet of IPv4 and IPv6.

符号の説明Explanation of symbols

1 送信端末
2 受信端末
3 一方向伝送路
4 アプリケーション装置
21 アプリケーション部
22 CID・ヘッダ情報保存及びCID応答部
23 IGMP/MLD処理部
24,55 フィルタ部
25,56 ペイロード取り出し部
26 CID・ヘッダ情報対応テーブル部
51 CID識別部
52 タイプ識別部
53 CID・ヘッダ情報保存部
54 ヘッダ復元部
DESCRIPTION OF SYMBOLS 1 Transmission terminal 2 Reception terminal 3 Unidirectional transmission line 4 Application apparatus 21 Application part 22 CID / header information storage and CID response part 23 IGMP / MLD processing part 24, 55 Filter part 25, 56 Payload extraction part 26 CID / header information correspondence Table unit 51 CID identification unit 52 Type identification unit 53 CID / header information storage unit 54 Header restoration unit

Claims (5)

伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送する伝送システムの下で、前記ヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、
前記受信したパケットのヘッダからCIDを識別するCID識別部と、
前記受信したパケットからヘッダタイプを識別し、前記識別したヘッダタイプが、ヘッダにIPアドレスを含むタイプの場合、前記パケットのヘッダからIPアドレスを取り出すタイプ識別部と、
前記CID識別部により識別されたCIDと、前記タイプ識別部により取り出されたIPアドレスとを含むCIDレコードにより構成されたCIDテーブルと、
前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレスに基づいて前記CIDテーブルを検索し、前記IPアドレスを含むCIDレコードからCIDを特定するCID特定部と、
前記受信したパケットの中から、前記CID特定部により特定されたCIDを持つパケットを選定するフィルタ部と、
前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする受信端末。
Under a transmission system in which an IP data flow of content to be transmitted is determined by an IP address and a port number, a header including a context identifier (CID) for identifying the IP data flow is added, and the packet is transmitted as a header compressed packet Receiving a header-compressed packet and obtaining a datagram of a predetermined content from the packet;
A CID identifying unit for identifying a CID from the header of the received packet;
Identifying a header type from the received packet, and if the identified header type is a type that includes an IP address in the header, a type identifying unit that extracts an IP address from the header of the packet;
A CID table configured by a CID record including the CID identified by the CID identification unit and the IP address extracted by the type identification unit;
A CID specifying unit that searches the CID table based on an IP address designated to obtain a datagram of the predetermined content, and specifies a CID from a CID record including the IP address;
A filter unit for selecting a packet having the CID specified by the CID specifying unit from the received packets;
A receiving terminal comprising: a payload extracting unit that extracts a datagram of content from a payload of a packet selected by the filter unit.
請求項1に記載の受信端末において、
前記CID特定部は、複数のCIDを特定し、
前記フィルタ部は、前記受信したパケットの中から、前記CID特定部により特定された複数のCIDのうちのいずれかのCIDを持つパケットを、前記CID毎にそれぞれ選定し、
前記ペイロード取り出し部は、前記フィルタ部により選定されたCID毎のパケットに対し、前記パケットのペイロードからコンテンツのデータグラムをそれぞれ取り出す、ことを特徴とする受信端末。
The receiving terminal according to claim 1,
The CID specifying unit specifies a plurality of CIDs,
The filter unit selects, for each CID, a packet having any one of the plurality of CIDs specified by the CID specifying unit from the received packets.
The receiving terminal, wherein for each packet of each CID selected by the filter unit, a content datagram is extracted from the payload of the packet.
請求項1に記載の受信端末において、
前記タイプ識別部は、前記受信したパケットからヘッダタイプを識別し、前記識別したヘッダタイプが、ヘッダにIPアドレス及びポート番号を含むタイプの場合、前記パケットのヘッダからIPアドレス及びポート番号を取り出し、
前記CIDテーブルは、前記CID識別部により識別されたCIDと、前記タイプ識別部により取り出されたIPアドレス及びポート番号とを含むCIDレコードにより構成され、
前記CID特定部は、前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレス及びポート番号に基づいて前記CIDテーブルを検索し、前記IPアドレス及びポート番号を含むCIDレコードからCIDを特定する、ことを特徴とする受信端末。
The receiving terminal according to claim 1,
The type identifying unit identifies a header type from the received packet, and when the identified header type is a type including an IP address and a port number in the header, extracts the IP address and the port number from the header of the packet,
The CID table is configured by a CID record including a CID identified by the CID identification unit and an IP address and a port number extracted by the type identification unit,
The CID specifying unit searches the CID table based on an IP address and a port number designated for acquiring a datagram of the predetermined content, and specifies a CID from a CID record including the IP address and the port number. A receiving terminal characterized by:
伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送する伝送システムの下で、前記ヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、
予め設定されたCID、IPアドレス及びポート番号を含むCIDレコードにより構成されたCIDテーブルと、
前記所定のコンテンツのデータグラムを取得するために指定されたIPアドレスに基づいて前記CIDテーブルを検索し、前記IPアドレスを含むCIDレコードからCIDを特定するCID特定部と、
前記受信したパケットの中から、前記CID特定部により特定されたCIDを持つパケットを選定するフィルタ部と、
前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする受信端末。
Under a transmission system in which an IP data flow of content to be transmitted is determined by an IP address and a port number, a header including a context identifier (CID) for identifying the IP data flow is added, and the packet is transmitted as a header compressed packet Receiving a header-compressed packet and obtaining a datagram of a predetermined content from the packet;
A CID table configured by a CID record including a preset CID, IP address, and port number;
A CID specifying unit that searches the CID table based on an IP address designated to obtain a datagram of the predetermined content, and specifies a CID from a CID record including the IP address;
A filter unit for selecting a packet having the CID specified by the CID specifying unit from the received packets;
A receiving terminal comprising: a payload extracting unit that extracts a datagram of content from a payload of a packet selected by the filter unit.
伝送するコンテンツのIPデータフローをIPアドレス及びポート番号により決定し、前記IPデータフローを特定するためのコンテクスト識別子(CID)を含むヘッダを付加し、ヘッダ圧縮したパケットとして伝送すると共に、前記コンテンツの所在情報、前記コンテンツの配信開始時刻及び配信終了時刻、コンテンツIDを含んで構成されるダウンロード制御情報に、前記CIDを記述し、前記ヘッダ圧縮したパケットの伝送に先立って前記ダウンロード制御情報を伝送する伝送システムの下で、前記ダウンロード制御情報及びヘッダ圧縮されたパケットを受信し、前記パケットから所定のコンテンツのデータグラムを取得する受信端末において、
前記ダウンロード制御情報に記述されたCIDを、前記所定のコンテンツのデータグラムを取得するためのCIDとして指定するCID指定部と、
前記受信したパケットの中から、前記CID指定部により指定されたCIDを持つパケットを選定するフィルタ部と、
前記フィルタ部により選定されたパケットのペイロードから、コンテンツのデータグラムを取り出すペイロード取り出し部と、を備えたことを特徴とする受信端末。
An IP data flow of content to be transmitted is determined by an IP address and a port number, a header including a context identifier (CID) for specifying the IP data flow is added, and the packet is transmitted as a header compressed packet. The download control information including the location information, the distribution start time and distribution end time of the content, and the content ID is described in the CID, and the download control information is transmitted prior to transmission of the header-compressed packet. A receiving terminal that receives the download control information and a header-compressed packet under a transmission system and obtains a datagram of a predetermined content from the packet.
A CID designating unit for designating a CID described in the download control information as a CID for obtaining a datagram of the predetermined content;
A filter unit for selecting a packet having a CID designated by the CID designation unit from the received packets;
A receiving terminal comprising: a payload extracting unit that extracts a datagram of content from a payload of a packet selected by the filter unit.
JP2008322770A 2008-12-18 2008-12-18 Receiving terminal that receives header compressed packets Expired - Fee Related JP5054664B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008322770A JP5054664B2 (en) 2008-12-18 2008-12-18 Receiving terminal that receives header compressed packets

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008322770A JP5054664B2 (en) 2008-12-18 2008-12-18 Receiving terminal that receives header compressed packets

Publications (2)

Publication Number Publication Date
JP2010147802A true JP2010147802A (en) 2010-07-01
JP5054664B2 JP5054664B2 (en) 2012-10-24

Family

ID=42567762

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008322770A Expired - Fee Related JP5054664B2 (en) 2008-12-18 2008-12-18 Receiving terminal that receives header compressed packets

Country Status (1)

Country Link
JP (1) JP5054664B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019054365A (en) * 2017-09-14 2019-04-04 住友電気工業株式会社 Broadcast receiver, broadcast reception method, and broadcast reception program
JP2020053762A (en) * 2018-09-25 2020-04-02 パナソニックIpマネジメント株式会社 Reception method, receiver unit and television receiver
US11973853B2 (en) 2019-08-09 2024-04-30 Sony Semiconductor Solutions Corporation Receiving apparatus and data decompression method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001237891A (en) * 2000-02-25 2001-08-31 Nippon Telegr & Teleph Corp <Ntt> Packet transfer unit
JP2002141931A (en) * 2000-10-30 2002-05-17 Sharp Corp Router and route control method
JP2005252855A (en) * 2004-03-05 2005-09-15 Nec Electronics Corp Apparatus and method of handling header-compressed packet
JP2008098698A (en) * 2006-10-05 2008-04-24 Yokogawa Electric Corp Radio communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001237891A (en) * 2000-02-25 2001-08-31 Nippon Telegr & Teleph Corp <Ntt> Packet transfer unit
JP2002141931A (en) * 2000-10-30 2002-05-17 Sharp Corp Router and route control method
JP2005252855A (en) * 2004-03-05 2005-09-15 Nec Electronics Corp Apparatus and method of handling header-compressed packet
JP2008098698A (en) * 2006-10-05 2008-04-24 Yokogawa Electric Corp Radio communication system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019054365A (en) * 2017-09-14 2019-04-04 住友電気工業株式会社 Broadcast receiver, broadcast reception method, and broadcast reception program
JP2020053762A (en) * 2018-09-25 2020-04-02 パナソニックIpマネジメント株式会社 Reception method, receiver unit and television receiver
US11973853B2 (en) 2019-08-09 2024-04-30 Sony Semiconductor Solutions Corporation Receiving apparatus and data decompression method

Also Published As

Publication number Publication date
JP5054664B2 (en) 2012-10-24

Similar Documents

Publication Publication Date Title
CN100414902C (en) Packet identifier search filtering
US7853620B2 (en) Datacast file transmission with meta-data retention
US10123079B2 (en) Method and apparatus for transmitting/receiving broadcast signal in hybrid broadcasting system
JP5485134B2 (en) Robust file cast for mobile TV
EP3070949A1 (en) Broadcast signal transmission apparatus, broadcast signal receiving apparatus, broadcast signal transmission method, and broadcast signal receiving method
JP2018515976A (en) Method and apparatus for transmitting and receiving service signaling for broadcast service
US11496542B2 (en) Apparatus for transmitting broadcast signal, apparatus for receiving broadcast signal, method for transmitting broadcast signal and method for receiving broadcast signal
JP5049151B2 (en) Receiver and transmission system
US10674233B2 (en) Method and device for transmitting/receiving broadcast signal
CN106063280A (en) Apparatus for transmitting broadcast signal, apparatus for receiving broadcast signal, method for transmitting broadcast signal and method for receiving broadcast signal
US11606293B2 (en) Broadcast signal transmission device, broadcast signal reception device, broadcast signal transmission method, and broadcast signal reception method
JP5276569B2 (en) Receiver
JP5054664B2 (en) Receiving terminal that receives header compressed packets
JP2024120983A (en) Transmission method and transmission device
JP5066064B2 (en) Transmitting terminal, receiving terminal and transmission system used in one-way transmission path
WO2007067012A2 (en) Method and apparatus for upper level protocol message
MX2014004432A (en) Gateway, and method, computer program and storage means corresponding thereto.
CN101395905A (en) Method and apparatus of communication between embedded cable modem and embedded set-top box
EP3241323A1 (en) A system and method of providing multimedia service to a user equipment
JP2004512772A (en) Method and apparatus for data transmission in a television system
JP4939520B2 (en) Transmitting terminal, receiving terminal and transmission system used in one-way transmission path
JP5183815B2 (en) Transmitting terminal, receiving terminal and transmission system used in one-way transmission path
CN103841086B (en) A kind of data transmission method, device and terminal
CA2920067C (en) Apparatus for transmitting broadcast signal, apparatus for receiving broadcast signal, method for transmitting broadcast signal and method for receiving broadcast signal
TWI405439B (en) Implementation method for data download and upload, network node, and communication system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110317

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120404

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120529

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120615

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120727

R150 Certificate of patent or registration of utility model

Ref document number: 5054664

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150803

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees