JP4185990B2 - Digital broadcasting system - Google Patents

Digital broadcasting system Download PDF

Info

Publication number
JP4185990B2
JP4185990B2 JP2002057637A JP2002057637A JP4185990B2 JP 4185990 B2 JP4185990 B2 JP 4185990B2 JP 2002057637 A JP2002057637 A JP 2002057637A JP 2002057637 A JP2002057637 A JP 2002057637A JP 4185990 B2 JP4185990 B2 JP 4185990B2
Authority
JP
Japan
Prior art keywords
data
tcp
session
subscriber
destination address
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.)
Expired - Fee Related
Application number
JP2002057637A
Other languages
Japanese (ja)
Other versions
JP2003259326A (en
Inventor
義典 六郷
一司 田原
博司 中本
健夫 松浦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
NTT Data Corp
NEC Corp
Pioneer Corp
National Institute of Information and Communications Technology
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
NTT Data Corp
NEC Corp
Pioneer Corp
National Institute of Information and Communications Technology
Matsushita Electric Industrial Co Ltd
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 Panasonic Corp, NTT Data Corp, NEC Corp, Pioneer Corp, National Institute of Information and Communications Technology, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP2002057637A priority Critical patent/JP4185990B2/en
Publication of JP2003259326A publication Critical patent/JP2003259326A/en
Application granted granted Critical
Publication of JP4185990B2 publication Critical patent/JP4185990B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、ケーブルテレビ(CATV: cable television)局を用いて双方向デジタル放送番組を提供するデジタル放送システム、デジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置、デジタル放送システムにおける放送局に設けられるデータ処理センター装置に関する。
【0002】
【従来の技術】
本明細書において使用する用語については、RFC(Request For Comments)-793で使用されている用語法に準拠している。すなわち、
セグメント(Segment): TCP(Transmission Control Protocol:トランスミッションコントロールプロトコル)層におけるデータの転送単位。
【0003】
データグラム(Datagram)とは、IP(Internet Protocol:インターネットプロトコル)層におけるデータの転送単位。
【0004】
また、本明細書においては次の如く用語を定義する。
【0005】
セッション(Session): アプリケーション層で提供される論理チャンネルである仮想コネクション。
【0006】
メッセージ(Message): セッション層(Session Layer)のプロトコルデータユニット(Protocol Data Unit: PDU)。
【0007】
デジタル放送システムは、番組を放送波(BS(Broadcasting Satellite)放送波、CS(Communication Satellite)放送波、或いは地上波デジタル放送波)にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網(CATV網)に配信するケーブルテレビ局(CATV局)と、ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データをケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えている。一般に、ケーブルテレビ局は、前記ケーブルテレビ網から受信した加入者応答データをインターネット経由で放送局に送信する。
【0008】
【発明が解決しようとする課題】
このようなケーブルテレビ網を用いたBS放送、CS放送、及び地上波デジタル放送における双方向サービスにおいて、クイズ番組などの上り応答データ(加入者応答データ)は、同一の放送局に対する加入者応答データが一斉に各視聴者から上がってくるというトラヒック特性を有し、インターネットを経由した場合、これらのTCP/IPセグメント・データグラムは、IP宛先アドレス(IPの宛先アドレス(Destination Address: DA))が同一であり、TCPポート番号(TCPのポート(Port)番号)も同一である。また、応答そのものとしてのクイズの解答自体が入るTCPデータの長さ自体も、クイズの解答自体が数Bytes以下であるから、極めて短パケットとなる。このためTCP/IPプロトコルスタックを用いてTCP/IPセグメント・データグラムをそのまま伝送した場合、IPv4のヘッダ24Bytes((96+32+32+32)bits)、TCPヘッダ24Bytesの計48Bytesとなり、データ部分(TCPデータ)に対して、ヘッダ部分(IPv4のヘッダ+TCPヘッダ)が約10倍となり、極めて非効率的なデータ転送方式となる。
【0009】
また、この様なデータがケーブルテレビ網の上り方向に一斉に集中した場合輻輳の原因となる。
【0010】
更に、TCPはエンド−ツー−エンドのコネクションであり、放送局のデータ収集装置として作用するデータ処理センター装置と、各視聴者宅の加入者宅内ネットワーク内に設置されるセットトップボックス(STB: Set-top box)との間で、双方向通信を実行する場合、該当する番組を視聴しているSTBからの視聴応答数分のコネクションがSTBとデータ処理センター装置(データ収集装置)との間で、応答データを送る度に確立、維持、解放され、この点からも、極めて非効率的なデータ転送方式であるといえる。
【0011】
すなわち、図13に示すように、TCPはデータの送出に先立って、3ウエイハンドシェークと呼ばれる手順によりコネクションを確立しなければならない。このコネクションの確立(TCPの確立)は、送り側(Sender)から、SYNを送り、受信側(Receiver)がSYN ACKを返し、更に送り側(Sender)がACKを送る事により確立される。また、コネクション確立の後、送り側(Sender)がデータ(Data)を送出する度に受信側(Receiver)はデータ(Data)を正しく受け取った事を通知するためにACKを返す。更に、コネクションの解放(TCPの解放)に当たっては、送り側(Sender)からFINを送り、受信側(Receiver)がFIN ACKを返した後FINを送り側(Sender)に送出する。送り側(Sender)はFINを受信したことを通知するFIN ACKを受信側(Receiver)に送り返す事により一連の手順が完了する。このため、TCPを用いたデータ伝送においては、送るデータ量が少ない場合、極めて非効率な伝送手順となる。更に、無数のエンド−ツー−エンドのコネクションの確立、維持、解放の必要がある。
【0012】
本発明の課題は、効率的なデータ転送が可能なデジタル放送システム、該デジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置、及び前記デジタル放送システムにおける放送局に設けられるデータ処理センター装置を提供することにある。
【0013】
本発明のもう一つの課題は、効率的なデータ転送が可能な加入者応答データのデータ処理方法及び加入者応答データのデータ伝送方法を提供することにある。
【0014】
【課題を解決するための手段】
本発明の第1の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおいて、前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムが得られる。
【0015】
本発明の第2の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記ケーブルテレビ局に設けられ、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置が得られる。
【0016】
本発明の第3の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記放送局に設けられるデータ処理センター装置であって、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信するものである場合において、
前記放送局に設けられる前記データ処理センター装置は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたTCPデータを、前記分離子を用いて各TCPデータに分離するものであることを特徴とするデジタル放送システムにおける放送局に設けられるデータ処理センター装置が得られる。
【0017】
本発明の第4の態様によれば、ケーブルテレビ局に設けられ、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データを処理し、処理結果をインターネット経由で放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするケーブルテレビ局に設けられるデータ処理ローカル装置が得られる。
【0018】
本発明の第5の態様によれば、第1の局において、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データを処理し、処理結果をインターネット経由で第2の局に送信する、加入者応答データのデータ処理方法であって、
前記第1の局において、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とする、加入者応答データのデータ処理方法が得られる。
【0019】
本発明の第6の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備え、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備えているデジタル放送システムであって、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備え、
前記データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムが得られる。
【0020】
本発明の第7の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備え、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備えたデジタル放送システムにおける前記データ処理ローカル装置であって、
IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置が得られる。
【0021】
本発明の第8の態様によれば、番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記放送局に設けられるデータ処理センター装置であって、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備え、
前記データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信するものである場合において、
前記放送局に設けられる前記データ処理センター装置は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたセッションメッセージを、前記分離子を基に各セッションメッセージに分離するものであることを特徴とするデジタル放送システムにおける放送局に設けられるデータ処理センター装置が得られる。
【0022】
本発明の第9の態様によれば、ケーブルテレビ局に設けられ、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データであって、各加入者応答データが、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有する前記複数個の加入者応答データを処理し、処理結果をインターネット経由で放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするケーブルテレビ局に設けられるデータ処理ローカル装置。
【0023】
本発明の第10の態様によれば、放送局と、ケーブルテレビ局と、該ケーブルテレビ局にケーブルテレビ網を介して接続された複数のセットトップボックスとを備え、該複数のセットトップボックスの各々からの加入者応答データは、前記ケーブルテレビ網を介して前記ケーブルテレビ局に送信され、かつ該ケーブルテレビ局からインターネット経由で前記放送局に送信されるデジタル放送システムにおける加入者応答データの伝送方法において、
前記複数のセットトップボックスと前記放送局との間にセッション層を定義し、前記複数のセットトップボックスの各々に、加入者からの応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを前記セッション層に有する前記加入者応答データを送信させる第1のステップと、
前記ケーブルテレビ局に導入したデータ処理ローカル装置において、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、一つのTCP/IPセグメント・データグラムの中に収容し、この連結されたセッションメッセージが収容された前記TCP/IPセグメント・データグラムを前記インターネット経由で前記放送局に送信する第2のステップとを有することを特徴とするデジタル放送システムにおける加入者応答データの伝送方法が得られる。
【0024】
【発明の実施の形態】
以下、本発明について詳細に説明する。
【0025】
本発明の第1の実施例では、ケーブルテレビ(CATV)網内は、従来通り、TCP/IPセグメント・データグラムを用いて転送し、ケーブルテレビ(CATV)局において、TCPデータを連結するためのデータ処理ローカル装置を導入し、ケーブルテレビ局において、同一DA及びPort番号を有するTCPデータをそれぞれ、一旦、アプリケーション層に戻した後、効率的なデータ転送を実現するためにデータリンク(Data Link)用に開発されたフレームであるGFP(Generic Framing Procedure)、あるいはレングスフィールドを用いて、それぞれのTCPデータのDelineation(分離或いは識別)が可能な様に分離子を付与した後、事前に規定された期間にCATV局のデータ処理ローカル装置に到達する各加入者からの同一DA及びPort番号を有するTCPデータを一つのTCP/IPのセグメント・データグラムに組み立てる。
【0026】
放送局においては、データ処理センター装置で、該当するTCP/IPセグメント・データグラムのDA及びPort番号を監視し、該当のTCP/IPセグメント・データグラムをGFPあるいはレングスフィールドのDelineation機能により個々の元のTCPデータに分解し要求される処理をTCPデータ毎施す。
【0027】
本発明の第2の実施例では、GFP(Generic Framing Procedure)あるいはレングスフィールド用いて、アプリケーション層に論理チャンネルとしてセッション層を定義し、ケーブルテレビ局に、加入者からの応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージをセッション層に有する加入者応答データを処理するためのデータ処理ローカル装置を導入し、該データ処理ローカル装置において、同一のIP(Internet Protocol)宛先アドレス(DA:Destination Address)及びTCP(Transmission Control Protocol)ポート(Port)番号を有する複数の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、一つのTCP/IPセグメント・データグラムの中に収容し、これをインターネット経由で放送局に送信することを特徴とする。
【0028】
例えば、データ処理ローカル装置では、事前に規定された期間にケーブルテレビ局のデータ処理ローカル装置に到達する、複数の加入者からの同一DA及びPort番号を有するセッションメッセージを一つのTCP/IPのセグメント・データグラムに組み立てる。
【0029】
放送局においては、データ処理センター装置で、該当するTCP/IPセグメント・データグラムのDA及びPort番号を監視し、該当のTCP/IPセグメント・データグラムをGFPあるいはレングスフィールドのDelineation機能により個々の元のセッションメッセージに分解し要求される処理をセッションメッセージ毎施す。
【0030】
このように本発明によれば、アプリケーション層に論理チャンネルとしてセッションを定義するため、各加入者宅ネットワークからのTCPのコネクションは、一旦、ケーブルテレビ局のデータ処理ローカル装置によって終端され、ケーブルテレビ局のデータ処理ローカル装置と放送局のデータ処理センター装置との間ではTCPのコネクションは一本だけ確立される。また、セッションの確立(開始)、維持、解放(終了)は、セッションヘッダの中のセッションフラグにフラグビットを立てることにより、実データ(セッションデータ)と共に送られる。このため、デジタル放送の双方向番組の応答データの様に短データの情報を伝送する場合には、一つのメッセージに対して、セッションの確立と解放フラグを立て同時に実データ部に応答データをマッピングする事により、手順を簡素化出来る。また、ケーブルテレビ局のデータ処理ローカル装置と放送局のデータ処理センター装置の間では、TCPのコネクションは一本だけ確立、維持、解放されるため、ケーブルテレビ局のデータ処理ローカル装置と放送局のデータ処理センター装置の間の通信量は、おおよそ1/5に削減される。
【0031】
次に、上述した第1及び第2の実施例について図面を参照して説明する。
【0032】
図1を参照すると、本発明の第1の実施例によるデジタル放送システムは、番組を衛星40経由での放送波にて送信する放送局10と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網(CATV網)60に配信するケーブルテレビ局(CATV局)20と、ケーブルテレビ網60から前記番組を受信し、該番組に対する加入者応答データをケーブルテレビ局20にケーブルテレビ網60を介して送信する複数の加入者宅内ネットワーク30−1〜30−6とを有する。なお、放送局10は、番組を、衛星40を経由しない地上波デジタル放送波にて送信するものであっても良い。
【0033】
複数の加入者宅内ネットワーク30−1〜30−6の一つからケーブルテレビ網60を介してケーブルテレビ局20に上がってくる加入者応答データの構造を、図2に示す。図2に示した加入者応答データにおいて、TCPデータの部分に、例えばクイズの加入者からの解答が入っている。
【0034】
図1に戻って、ケーブルテレビ局20は、複数の加入者宅内ネットワーク30−1〜30−6からの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット(IP網)50経由で放送局10に送信するデータ処理ローカル装置21を備えている。
【0035】
データ処理ローカル装置21は、IP宛先アドレス(DA)が互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果としてインターネット(IP網)50経由で放送局10に送信する。
【0036】
データ処理ローカル装置21は、各TCPデータへの各TCPデータの分離を可能とする分離子の付与を、GFP(Generic Framing Procedure)を用いて、行なう。この際、各TCPデータに付与される、各TCPデータの分離を可能とする分離子は、具体的には、各TCPデータ長を格納するレングスフィールドを有するGFPヘッダである。
【0037】
図3には、図1のデジタル放送システムがやや詳しく示されている。
【0038】
図3を参照して、放送局10は、インターネット(IP網)50経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたTCPデータを、前記分離子を用いて各TCPデータに分離し、要求される処理を各TCPデータに施すデータ処理センター装置11を備えている。
【0039】
なお、図3において、22は、ケーブルテレビ局20に設けられる、CMTS(Cable Modem Termination System)とも呼ばれる、ケーブルテレビ網60のヘッドエンドモデム(図1にも示されている)である。また、図3において、31は、セットトップボックス(STB: Set-top box)と呼ばれる、加入者宅ネットワーク内に設置される双方向デジタル放送サービスの端末を示す。
【0040】
次に、図1及び図3のデジタル放送システムにおいて用いる、GFPによるパケットDelineation(分離)の原理を以下に説明する。GFPによるパケットは、データ長(TCPデータ長)を示す2バイトのレングスフィールド(Length)と、レングスフィールド(Length)であるかどうかの確認を行うための2バイトのCRC(Cyclic Redundancy Check)フィールド(CRC)と、その後に続く、レングスフィールド(Length)で指定された長さのTCPデータとから構成される。GFPによって構成されたパケットが連続して続いている場合の、パケットDelineationが行われる様子を図4に示す。
【0041】
まず、レングスフィールド(Length)が
a16x16 + a15x15 + a14x14 + a13x13 + a12x12 + a11x11 + … + a2x2 + a1x + a0 (1)
ここで、an={0,1} (n=0,1,…,16)
である。つまり、anは0或いは1である。
【0042】
また、CRCの生成多項式G(x)は
G(x)= x16 + x12 + x5 + 1 (2)
である。
【0043】
式(1)にx1 を乗じ、2を法にしてG(x)で除した剰りがCRCフィールド(CRC)に格納される。
【0044】
受信器において、レングスフィールド(Length)位置が正しく識別されていれば、[レングスフィールド(Length) + CRCフィールド(CRC)]のCRC演算結果は剰りが0となる。この時のレングスフィールド(Length)の値により、TCPデータ長が認識され、TCPデータの最後のバイト位置が特定される。この次に現れるのがまたレングスフィールド(Length)であり、[レングスフィールド(Length) + CRCフィールド(CRC)]のCRC演算結果が再び0となる。この様にして、パケットのDelineationが実現される。
【0045】
また、物理層及びデータリンク層においてパケットの先頭位置が識別される場合は、CRCフィールド(CRC)は省略され、レングスフィード(Length)のみでパケットのDelineationを実行する。
【0046】
次に、図3のデジタル放送システムのデータ処理ローカル装置21及びデータ処理センター装置11の動作について、図4及びSTB31のうちの一つからCATV網60を介して上がってくるデータの構造を示している図2をも参照して、詳細に説明する。
【0047】
図3において、CATV局20にデータ処理ローカル装置21を置き、各加入者からTCP/IPを用いて上がってくる同一DA及びPort番号を有するTCPデータ(図2)を、一旦アプリケーション層に上げ、各TCPデータに対して、GFPによりデータのDelineationが可能になるよう4バイトのGFPヘッダ(図4のレングスフィールド(Length) + CRCフィールド(CRC)からなる)を付与した状態にて、各TCPデータを前もって指定された期間内でかつ規定のデータ長以下になるよう連結する。連結データはトランスポート層に対するSDU(Service Data Unit)となり、トランスポート層において、データ処理ローカル装置21のポート番号をsourceポートとし、放送局10のデータ処理センター装置11のポート番号をDestinationポートとして指定したTCPヘッダが付与される。更に、このデータがネットワーク層に対するSDUとなり、ネットワーク層において、IPのsourceアドレス(SA)として、データ処理ローカル装置21のIPアドレスが付与され、Destinationアドレス(DA)として放送局10のデータ処理センター装置11のIPアドレスが付与され、更にIPヘッダが付与され、IPデータグラムが組み立てられる。この時、加入者からの上りデータとして、加入者と、放送局10のデータ処理センター装置11間で、相互通信を確立するために必要となる、加入者のIPアドレス、及びTCPポート番号はGFPのデータ部分(TCPデータ)に事前に定められた規約に基づき格納される。
【0048】
放送局10のデータ処理センター装置11では、CATV局のデータ処理ローカル装置から送信されてきたTCP/IPセグメント・データグラムを受信すると、このデータを処理するためのアプリケーションプロセスを起動させ、GFPを分解し、データを処理する。また、加入者毎にデータを受信したことを通知する必要がある場合には、各GFPパケットの中に含まれる加入者のIPアドレス、及びTCPポート番号毎に、ACKを発生し、加入者のIPアドレス、及びTCPポート番号及びACKを1つのGFPパケットに組み立て、これらのGFPパケットを連結し、データ処理ローカル装置21のIPアドレス及びポート番号を付与し、1つのTCP/IPセグメント・データグラムに組み立て、CATV局20のデータ処理ローカル装置21に返す。CATV局20のデータ処理ローカル装置21においては、GFPパケットを解読し、各加入者に対し、ACKを各加入者あてのTCP/IPのACKセグメント・データグラムを生成し、CATV網60の下りに送出する。
【0049】
各加入者ネットワークの加入者は、自分宛のTCP/IPセグメント・データグラムを受信しACKを受け取る事により、データの送受信処理が完了する。
【0050】
なお、セッションの先頭位置が、物理層の機能及びデータリンク層の機能により識別可能な場合、図4におけるCRCフィールド(CRC)は省略され、図5に示すような連結されたTCPデータ構造とする。
【0051】
また、図6に示したように、レングスフィールド(Length)とヘッダフィールドとが、図6とは逆に、ヘッダフィールドが先に位置しそれに続いてレングスフィールド(Length)が位置するように、配置されても良い。
【0052】
図7を参照すると、本発明の第2の実施例によるデジタル放送システムは、番組を衛星40経由での放送波にて送信する放送局10と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網(CATV網)60に配信するケーブルテレビ局(CATV局)20と、ケーブルテレビ網60から前記番組を受信し、該番組に対する加入者応答データをケーブルテレビ局20にケーブルテレビ網60を介して送信する複数の加入者宅内ネットワーク30−1〜30−6とを有する。なお、放送局10は、番組を、衛星40を経由しない地上波デジタル放送波にて送信するものであっても良い。
【0053】
ケーブルテレビ局20は、複数の加入者宅内ネットワーク30−1〜30−6からの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット(IP網)50経由で放送局10に送信するデータ処理ローカル装置21’を備えている。
【0054】
図8には、図7のデジタル放送システムがやや詳しく示されている。
【0055】
図8を参照して、31’は、セットトップボックス(STB: Set-top box)と呼ばれる、加入者宅ネットワーク内に設置される双方向デジタル放送サービスの端末を示す。また、22’は、ケーブルテレビ局20内に、ケーブルテレビ網60及びデータ処理ローカル装置21’に接続された状態に設けられ、CMTS(Cable Modem Termination System)としても作用する、ケーブルテレビ網60のヘッドエンドモデム(図7にも示されている)である。さらに、11’は、放送局10に設けられたデータ処理センター装置であり、このデータ処理センター装置11’にデータ処理ローカル装置21’がインターネット(IP網)50経由で接続される。
【0056】
本発明では、複数の加入者宅内ネットワーク30−1〜30−6の各々のセットトップボックス(STB)31’と放送局10のデータ処理センター装置11’との間にTCP/IPの上位層としてセッション層を導入し、セッション層のデータ構造を図9をも参照して以下に説明するように構成する。
【0057】
図9は、複数の加入者宅内ネットワーク30−1〜30−6のうちの一つのセットトップボックス(STB)31’からケーブルテレビ網60を介してケーブルテレビ局20に上がってくる加入者応答データの構造を示している。
【0058】
すなわち、加入者応答データは、応答そのものとしてのクイズの加入者からの解答を表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージをセッション層に有する。セッションメッセージ中において、セッションデータに付与された前記分離子は、そのセッションデータのデータ長を格納するレングスフィールド(Length)を有している。
【0059】
図8において、各セットトップボックス31’は、このような構造の加入者応答データをケーブルテレビ局20にケーブルテレビ網60を介して送信する。
【0060】
なお、セットトップボックス31’は、セッションメッセージ中における、セッションデータへの前記分離子の付与を、例えば、GFP(Generic Framing Procedure)を用いて行なう。
【0061】
GFPを用いて行なった場合には、セッションメッセージ中において、セッションデータに付与される、セッションデータの分離を可能とする分離子は、具体的には、図10の各セッションメッセージに示すように、そのセッションデータのデータ長を格納する2バイトのレングスフィールド(Length)とレングスフィールド(Length)であるかどうかの確認を行うための2バイトのCRC(Cyclic Redundancy Check)フィールド(CRC)とを有するGFPヘッダである。
【0062】
図8において、ケーブルテレビ局20のデータ処理ローカル装置21’は、事前に規定された期間に、ヘッドエンドモデム22’から受けた、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結する。この連結されたセッションメッセージを示しているのが、図10である。
【0063】
図8において、データ処理ローカル装置21’は、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果としてインターネット(IP網)50経由で放送局10に送信する。
【0064】
放送局10のデータ処理センター装置11’は、インターネット(IP網)50経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたセッションメッセージを、前記分離子を用いて各セッションメッセージに分離し、要求される処理を各セッションメッセージに施すデータ処理センター装置11’を備えている。
【0065】
次に、図8のデジタル放送システムにおいて用いる、GFPによるパケットDelineation(分離)を、図10をも参照して説明する。図10において、GFPによるパケット(セッションメッセージ)は、データ長(TCPデータ長)を示す2バイトのレングスフィールド(Length)と、レングスフィールド(Length)であるかどうかの確認を行うための2バイトのCRC(Cyclic Redundancy Check)フィールド(CRC)と、その後に続く、レングスフィールド(Length)で指定された長さのセッションデータとから構成される。GFPによって構成されたパケット(セッションメッセージ)が連続して続いている場合の、パケットDelineationが行われる様子を図10に示す。
【0066】
次に、図8のデジタル放送システムのデータ処理ローカル装置21’及びデータ処理センター装置11’の動作について、図10をも参照して、詳細に説明する。
【0067】
図8において、CATV局20にデータ処理ローカル装置21’を置き、複数の加入者から上がってくる同一DA及びPort番号を有する複数個の加入者応答データのセッションメッセージ(各セッションメッセージは、セッションデータに対して、GFPによりデータのDelineationが可能になるよう4バイトのGFPヘッダ(図10のレングスフィールド(Length) + CRCフィールド(CRC)からなる)が既に付与されている。)を、事前に規定された期間内でかつ規定のデータ長以下になるよう連結する。データ処理ローカル装置21’は、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムをインターネット50経由で放送局に送信する。
【0068】
放送局10のデータ処理センター装置11’では、CATV局20のデータ処理ローカル装置21’から送信されてきたTCP/IPセグメント・データグラムを受信すると、このデータを処理するためのアプリケーションプロセスを起動させ、GFPを分解し、セッションデータを処理する。
【0069】
次に、図11を参照して、図8のデジタル放送システムのデータ処理ローカル装置21’及びデータ処理センター装置11’の具体的な動作について説明する。
【0070】
加入者宅内に設置されるSTB31’と放送局10に設置されるデータ処理センター装置11’との間で、アプリケーション層において、論理チャンネルとしてセッションを定義する。セッションメッセージは、図11に示すように、レングスフィールド(Length)と、レングスフィールド(Length)であるかどうかの確認を行うためのCRC(Cyclic Redundancy Check)フィールド(CRC)とで、先頭位置が決定され、セッションヘッダと、実データであるセッションデータとから構成される。セッションヘッダのレングスフィールド(Length)及びCRCフィールド(CRC)とを除いた残りの部分には、基礎情報として、データフラグ、送信元エレメントID(Identification)コード、及び宛先エレメントIDコードが含まれる。このほかにセッション管理に必要な情報がセッションヘッダの残りの部分に含まれる。セッション層で組み立てられた単位パケット(レングスフィールド(Length)及びCRC(Cyclic Redundancy Check)フィールド(CRC)を含むセッションヘッダと、実データ(セッションデータ)とからなる部分)が、セッションメッセージである。
【0071】
各STB31’において、セッションメッセージはトランスポート層(TCP)に対する、サービスデータユニット(SDU)となり、TCP/IP上にマッピングされる。この時IP層の宛先アドレスには、CATV局20のデータ処理ローカル装置21’のアドレスが割り振られる。
【0072】
各STB31’からCATV局20のデータ処理ローカル装置21’に送られたセッションメッセージはメッセージのセッションヘッダの宛先エレメントIDコード毎に複数のセッションメッセージが連結され、一塊りのSDUに組み立てられ、再びTCP/IPにマッピングされる。この時、IPアドレスには、送信元アドレスとしてデータ処理ローカル装置21’のアドレスを、宛先アドレスとしてデータ処理センター装置11’のアドレスを指定する。
【0073】
この時、各STB31’から、CATV局20のデータ処理ローカル装置21’には、応答データを返したSTB31’の台数分のTCPコネクションが張られる。が、データ処理ローカル装置21’とデータ処理センター装置11’の間のTCPコネクションは一本だけ設定される。
【0074】
データ処理センター装置11’が、連結されたセッションメッセージを受け取ると、確認応答のため、一つひとつのセッションメッセージ単位に、応答メッセージを作成し、セッションのヘッダフィールドの送信元エレメントIDコードに自分のエレメントIDコードを、宛先エレメントIDコードとして、各STB31’のエレメントIDコードを設定し、確認(ACK)を返す。データ処理ローカル装置21’では、セッションのACKを受信すると、各STB31’に対して、このACKを分配する。
【0075】
ここで、各STB31’からの上りメッセージのセッションヘッダ中のセッションフラグには、セッションの開始(確立)、維持、終了(解放)を示すビットが割り振られている。このフラグは実データ(セッションデータ)と共に送られる。今、一個の実データしかない場合には、セッションの開始ビットと同時に、セッションの終了を示すビットが同時に立てられ、アップストリームに対して送信される。この場合、データ処理センター装置11’は、ACKメッセージにセッション終了フラグを立てSTB31’に対して応答を返す。
【0076】
また、データ長が一セッションメッセージでは送れない場合には、データは分割され、分割されたデータ毎にセッションメッセージが組み立てられる。この時、最初のセッションメッセージのフラグにはセッションの開始ビットが立てられ、続く、セッションメッセージにはセッションの維持ビットが立てられる。最後のセッションメッセージのフラグにはセッションの終了ビットが立てられる。
【0077】
データ処理センター装置11’においては、各メッセージ受信の度にACKがSTB31’に対して送信される。更に、最後のセッションメッセージを受信した場合、ACKメッセージにセッション終了フラグを立てSTB31’に対して応答を返す。
【0078】
なお、セッションの先頭位置が、物理層の機能及びデータリンク層の機能により識別可能な場合、図11におけるCRCフィールド(CRC)は省略され、図12に示すような連結されたセッションメッセージ構造とする。
【0079】
【発明の効果】
以上説明したように本発明によれば、効率的なデータ転送が可能なデジタル放送システム、該デジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置、及び前記デジタル放送システムにおける放送局に設けられるデータ処理センター装置を得ることができる。
【0080】
更に本発明によれば、効率的なデータ転送が可能な加入者応答データのデータ処理方法及び加入者応答データのデータ伝送方法を得ることができる。
【図面の簡単な説明】
【図1】本発明の第1の実施例によるデジタル放送システムのブロック図である。
【図2】図1のデジタル放送システムにおいて、複数の加入者宅内ネットワークの一つからケーブルテレビ網を介してケーブルテレビ局に上がってくる加入者応答データの構造を示す図である。
【図3】図1のデジタル放送システムをやや詳しく示したブロック図である。
【図4】図1及び図3のデジタル放送システムで用いられる、GFP(Generic Framing Procedure)によるパケットDelineation(分離)の仕組みを説明するための図である。
【図5】図1及び図3のデジタル放送システムで用いられる、連結されたTCPデータの形式を示した図である。
【図6】図1及び図3のデジタル放送システムで用いられる、連結されたTCPデータの他の形式を示した図である。
【図7】本発明の第2の実施例によるデジタル放送システムのブロック図である。
【図8】図7のデジタル放送システムをやや詳しく示したブロック図である。
【図9】図7のデジタル放送システムにおいて、複数の加入者宅内ネットワークの一つからケーブルテレビ網を介してケーブルテレビ局に上がってくる加入者応答データの構造を示す図である。
【図10】図7及び図8のデジタル放送システムで用いられる、GFP(Generic Framing Procedure)によるパケットDelineation(分離)の仕組みを説明するための図である。
【図11】図7及び図8のデジタル放送システムで用いられる、連結されたセッションメッセージの一形式を示した図である。
【図12】図7及び図8のデジタル放送システムで用いられる、連結されたセッションメッセージの他の形式を示した図である。
【図13】 TCPの一般的な確立、維持、及び解放を説明するための図である。
【符号の説明】
10 放送局
11 データ処理センター装置
11’ データ処理センター装置
20 ケーブルテレビ局(CATV局)
21 データ処理ローカル装置
21’ データ処理ローカル装置
22 ヘッドエンドモデム
22’ ヘッドエンドモデム
30−1 加入者宅内ネットワーク
30−2 加入者宅内ネットワーク
30−3 加入者宅内ネットワーク
30−4 加入者宅内ネットワーク
30−5 加入者宅内ネットワーク
30−6 加入者宅内ネットワーク
31 セットトップボックス(STB)
31’ セットトップボックス(STB)
40 衛星
50 インターネット(IP網)
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a digital broadcasting system that provides interactive digital broadcasting programs using a cable television (CATV) station, a data processing local device provided in a cable television station of the digital broadcasting system, and a broadcasting station in the digital broadcasting system. Data processing center apparatus.
[0002]
[Prior art]
The terminology used in this specification conforms to the terminology used in RFC (Request For Comments) -793. That is,
Segment: A unit of data transfer in the TCP (Transmission Control Protocol) layer.
[0003]
A datagram is a data transfer unit in the IP (Internet Protocol) layer.
[0004]
In this specification, terms are defined as follows.
[0005]
Session: A virtual connection that is a logical channel provided by the application layer.
[0006]
Message: Protocol Data Unit (PDU) of the Session Layer.
[0007]
The digital broadcasting system includes a broadcasting station that transmits a program by a broadcasting wave (BS (Broadcasting Satellite) broadcasting wave, CS (Communication Satellite) broadcasting wave, or terrestrial digital broadcasting wave), and a program transmitted by the broadcasting wave. A cable television station (CATV station) that distributes the received program to a cable television network (CATV network), the program received from the cable television network, and subscriber response data for the program to the cable television station. And a plurality of subscriber premises networks that transmit via the network. Generally, a cable television station transmits subscriber response data received from the cable television network to a broadcasting station via the Internet.
[0008]
[Problems to be solved by the invention]
In interactive services such as BS broadcasting, CS broadcasting, and digital terrestrial broadcasting using cable television networks, uplink response data (subscriber response data) such as quiz programs is subscriber response data for the same broadcasting station. Have the traffic characteristics that all the viewers are coming from all at once, and these TCP / IP segment datagrams have an IP destination address (Destination Address (DA)) when transmitted via the Internet. The TCP port numbers (TCP port numbers) are also the same. Also, the length of the TCP data that contains the quiz answer itself as the response itself is extremely short because the quiz answer itself is several bytes or less. For this reason, when a TCP / IP segment datagram is transmitted as it is using the TCP / IP protocol stack, the total of 48 bytes of the IPv4 header 24 Bytes ((96 + 32 + 32 + 32) bits) and TCP header 24 Bytes is obtained. The header part (IPv4 header + TCP header) is about 10 times larger than (TCP data), which makes the data transfer method extremely inefficient.
[0009]
In addition, when such data is concentrated in the upward direction of the cable television network, it causes congestion.
[0010]
Further, TCP is an end-to-end connection, a data processing center device acting as a data collection device for a broadcasting station, and a set top box (STB: SetB) installed in the subscriber premises network of each viewer's home. -top box), when two-way communication is performed, connections for the number of viewing responses from the STB viewing the corresponding program are between the STB and the data processing center device (data collection device). It is established, maintained, and released each time response data is sent, and it can be said that this is an extremely inefficient data transfer method.
[0011]
That is, as shown in FIG. 13, prior to sending data, TCP must establish a connection by a procedure called a three-way handshake. This connection establishment (TCP establishment) is established by sending SYN from the sending side (Sender), the receiving side (Receiver) returning SYN ACK, and then sending side (Sender) sending ACK. Also, after the connection is established, each time the sender (Sender) sends data (Data), the receiver (Receiver) returns an ACK to notify that the data (Data) has been received correctly. Further, when releasing a connection (TCP release), a FIN is sent from the sending side (Sender), and after the receiving side (Receiver) returns FIN ACK, the FIN is sent to the sending side (Sender). The sender (Sender) sends a FIN ACK notifying that the FIN has been received back to the receiver (Receiver), thereby completing a series of procedures. For this reason, in data transmission using TCP, if the amount of data to be sent is small, the transmission procedure becomes extremely inefficient. In addition, a myriad of end-to-end connections need to be established, maintained and released.
[0012]
An object of the present invention is to provide a digital broadcasting system capable of efficient data transfer, a data processing local device provided in a cable television station of the digital broadcasting system, and a data processing center device provided in a broadcasting station in the digital broadcasting system There is to do.
[0013]
Another object of the present invention is to provide a data processing method for subscriber response data and a data transmission method for subscriber response data capable of efficient data transfer.
[0014]
[Means for Solving the Problems]
According to the first aspect of the present invention, a broadcasting station that transmits a program by a broadcast wave, a cable TV station that receives the program transmitted by the broadcast wave, and distributes the received program to the cable TV network; In the digital broadcasting system comprising a plurality of subscriber home networks that receive the program from the cable television network and transmit subscriber response data for the program to the cable television station via the cable television network, the cable television station Comprises a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits the processing result to the broadcast station via the Internet,
The data processing local device has a plurality of subscriber response data TCP data each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is linked with a separator that enables separation of each TCP data, and the linked TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. In a single TCP / IP segment datagram having an IP destination address and a TCP port number, and transmitting the TCP / IP segment datagram to the broadcasting station via the Internet as the processing result. A characteristic digital broadcasting system can be obtained.
[0015]
According to the second aspect of the present invention, a broadcast station that transmits a program by a broadcast wave, a cable TV station that receives a program transmitted by the broadcast wave, and distributes the received program to a cable TV network; The cable television station in the digital broadcasting system comprising: a plurality of subscriber home networks that receive the program from the cable television network and transmit subscriber response data for the program to the cable television station via the cable television network. A data processing local device provided for processing the subscriber response data for the program from the plurality of subscriber home networks and transmitting a processing result to the broadcasting station via the Internet;
The data processing local device has a plurality of subscriber response data TCP data each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is linked with a separator that enables separation of each TCP data, and the linked TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. In a single TCP / IP segment datagram having an IP destination address and a TCP port number, and transmitting the TCP / IP segment datagram to the broadcasting station via the Internet as the processing result. A data processing local device provided in a cable television station of the digital broadcasting system can be obtained.
[0016]
According to the third aspect of the present invention, a broadcast station that transmits a program by a broadcast wave, a cable TV station that receives a program transmitted by the broadcast wave, and distributes the received program to a cable TV network; Receiving the program from the cable television network and transmitting the subscriber response data for the program to the cable television station via the cable television network; A data processing center device provided,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
The data processing local device has a plurality of subscriber response data TCP data each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is linked with a separator that enables separation of each TCP data, and the linked TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. Is stored in one TCP / IP segment datagram having an IP destination address and a TCP port number, and this TCP / IP segment datagram is transmitted to the broadcasting station via the Internet as the processing result. In some cases,
The data processing center device provided in the broadcasting station receives the TCP / IP segment datagram via the Internet, and separates the linked TCP data in the received TCP / IP segment datagram. A data processing center device provided in a broadcasting station in a digital broadcasting system, characterized in that each TCP data is separated using a child, is obtained.
[0017]
According to the fourth aspect of the present invention, a plurality of cable television stations having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number are provided. A data processing local device that processes subscriber response data and transmits a processing result to a broadcast station via the Internet,
The data processing local device can separate the TCP data of the plurality of subscriber response data having the same IP destination address and the same TCP port number into each TCP data. In a state where a separator is added, the connected TCP data is connected to one of the plurality of subscriber response data having the same IP destination address and TCP port number as the IP destination address and TCP port number. A data processing local device provided in a cable television station, which is accommodated in a TCP / IP segment datagram and transmits the TCP / IP segment datagram as the processing result to the broadcasting station via the Internet Is obtained.
[0018]
According to the fifth aspect of the present invention, in the first station, a plurality of IP (Internet Protocol) destination addresses (Destination Address) and TCP (Transmission Control Protocol) port numbers are the same. A data processing method for subscriber response data, which processes subscriber response data and transmits a processing result to a second station via the Internet,
In the first station, the TCP data of the plurality of subscriber response data having the same IP destination address and the same TCP port number can be separated into each TCP data. In a state where a separator is added, the connected TCP data is connected to one of the plurality of subscriber response data having the same IP destination address and TCP port number as the IP destination address and TCP port number. A data processing method for subscriber response data, characterized in that it is accommodated in a TCP / IP segment datagram and the TCP / IP segment datagram is transmitted to the broadcasting station via the Internet as the processing result. Is obtained.
[0019]
According to the sixth aspect of the present invention, a broadcast station that transmits a program by a broadcast wave, a cable TV station that receives a program transmitted by the broadcast wave, and distributes the received program to a cable TV network; A plurality of subscriber premises networks that receive the program from the cable television network and transmit subscriber response data for the program to the cable television station via the cable television network;
The cable television station is a digital broadcasting system including a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet. There,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) A set-top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network;
The data processing local device concatenates a plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. It is accommodated in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data, and this TCP / IP segment datagram is processed as described above. As a result, it is possible to obtain a digital broadcasting system that transmits to the broadcasting station via the Internet.
[0020]
According to the seventh aspect of the present invention, a broadcasting station that transmits a program by a broadcast wave, a cable TV station that receives the program transmitted by the broadcast wave, and distributes the received program to a cable TV network; A plurality of subscriber premises networks that receive the program from the cable television network and transmit subscriber response data for the program to the cable television station via the cable television network;
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) The data processing in a digital broadcasting system comprising a set-top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network A local device,
A plurality of subscriber response data session messages having the same IP destination address and the same TCP port number are concatenated, and the concatenated session message is used as the IP address of the plurality of subscriber response data. A TCP / IP segment datagram having the same IP destination address and TCP port number as the address and TCP port number is accommodated in the TCP / IP segment datagram as the processing result via the Internet. A data processing local device provided in a cable television station of a digital broadcasting system characterized by transmitting to a broadcasting station is obtained.
[0021]
According to the eighth aspect of the present invention, a broadcasting station that transmits a program by a broadcast wave, a cable TV station that receives the program transmitted by the broadcast wave, and distributes the received program to the cable TV network; Receiving the program from the cable television network and transmitting the subscriber response data for the program to the cable television station via the cable television network; A data processing center device provided,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) A set-top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network;
The data processing local device concatenates a plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. It is accommodated in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data, and this TCP / IP segment datagram is processed as described above. As a result, when transmitting to the broadcasting station via the Internet,
The data processing center device provided in the broadcasting station receives the TCP / IP segment datagram via the Internet, and separates the concatenated session message in the received TCP / IP segment datagram. A data processing center device provided in a broadcasting station in a digital broadcasting system is obtained, which is characterized in that each message is separated based on a child.
[0022]
According to the ninth aspect of the present invention, a plurality of cable television stations having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number are provided. The plurality of subscriber response data, each subscriber response data having a session message comprising session data representing the response itself and a separator attached to the session data and enabling separation of the session data. A data processing local device that processes subscriber response data and transmits a processing result to a broadcast station via the Internet,
The data processing local device concatenates the plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. The TCP / IP segment datagram is stored in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data. A data processing local device provided in a cable television station, wherein the data is transmitted as a processing result to the broadcasting station via the Internet.
[0023]
According to a tenth aspect of the present invention, a broadcasting station, a cable television station, and a plurality of set top boxes connected to the cable television station via a cable television network are provided. Subscriber response data is transmitted to the cable television station via the cable television network, and transmitted from the cable television station to the broadcast station via the Internet.
A session layer is defined between the plurality of set-top boxes and the broadcasting station, and each of the plurality of set-top boxes is provided with session data representing a response itself from the subscriber and the session data. A first step of sending the subscriber response data having a session message in the session layer comprising a separator enabling separation of
In the data processing local device introduced in the cable television station, a plurality of subscriber response data having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number Concatenating session messages, accommodating the concatenated session message in one TCP / IP segment datagram, and connecting the TCP / IP segment datagram containing the concatenated session message to the Internet And a second step of transmitting to the broadcasting station via a subscriber step data transmission method in a digital broadcasting system.
[0024]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, the present invention will be described in detail.
[0025]
In the first embodiment of the present invention, in a cable television (CATV) network, as before, data is transferred using a TCP / IP segment datagram, and the cable television (CATV) station is used for connecting TCP data. Introducing a data processing local device, in a cable TV station, after returning TCP data with the same DA and Port number to the application layer once, for data link (Data Link) to realize efficient data transfer GFP (Generic Framing Procedure), which is a frame developed in the past, or a length field, and after adding a separator so that each TCP data can be delineated (separated or identified), a predetermined period Next, the TCP data with the same DA and Port number from each subscriber arriving at the local data processing device of the CATV station is assembled into one TCP / IP segment datagram. That.
[0026]
At the broadcasting station, the data processing center device monitors the DA and port number of the corresponding TCP / IP segment datagram, and the corresponding TCP / IP segment datagram is sent to each source using the GFP or length field delineation function. The data is decomposed into TCP data and the required processing is performed for each TCP data.
[0027]
In the second embodiment of the present invention, a session layer is defined as a logical channel in the application layer using GFP (Generic Framing Procedure) or a length field, and the session data representing the response itself from the subscriber is transmitted to the cable television station. Introducing a data processing local device for processing subscriber response data having a session message in a session layer, which is provided with session data and comprising a separator that enables separation of the session data, in the data processing local device, A plurality of subscriber response data session messages having the same IP (Internet Protocol) destination address (DA: Destination Address) and TCP (Transmission Control Protocol) port (Port) number are concatenated. Fits in one TCP / IP segment datagram And, and transmits to the broadcasting station so over the Internet.
[0028]
For example, in the data processing local device, a session message having the same DA and Port number from a plurality of subscribers, which reaches the data processing local device of the cable television station in a predetermined period, is sent to one TCP / IP segment Assemble the datagram.
[0029]
At the broadcasting station, the data processing center device monitors the DA and port number of the corresponding TCP / IP segment datagram, and the corresponding TCP / IP segment datagram is sent to each source using the GFP or length field delineation function. The session message is decomposed and the required processing is performed for each session message.
[0030]
Thus, according to the present invention, since the session is defined as a logical channel in the application layer, the TCP connection from each subscriber home network is once terminated by the data processing local device of the cable TV station, and the data of the cable TV station is Only one TCP connection is established between the processing local device and the data processing center device of the broadcasting station. In addition, session establishment (start), maintenance, and release (end) are sent together with actual data (session data) by setting a flag bit in the session flag in the session header. For this reason, when transmitting short data information, such as response data for interactive programs in digital broadcasting, the response data is mapped to the actual data section at the same time with a session establishment and release flag set for one message. By doing so, the procedure can be simplified. In addition, since only one TCP connection is established, maintained, and released between the local data processing device of the cable television station and the data processing center device of the broadcasting station, the data processing local device of the cable television station and the data processing of the broadcasting station The amount of communication between the center devices is reduced to approximately 1/5.
[0031]
Next, the first and second embodiments described above will be described with reference to the drawings.
[0032]
Referring to FIG. 1, a digital broadcasting system according to a first embodiment of the present invention receives a broadcast station 10 that transmits a program by a broadcast wave via a satellite 40, and a program transmitted by the broadcast wave. A cable TV station (CATV station) 20 that distributes the received program to a cable TV network (CATV network) 60, and the program is received from the cable TV network 60, and subscriber response data for the program is transmitted to the cable TV station 20 by cable TV. A plurality of subscriber home networks 30-1 to 30-6 that transmit via the network 60 are provided. Note that the broadcast station 10 may transmit the program using a terrestrial digital broadcast wave that does not pass through the satellite 40.
[0033]
FIG. 2 shows the structure of subscriber response data that goes up from one of the plurality of subscriber home networks 30-1 to 30-6 to the cable television station 20 via the cable television network 60. In the subscriber response data shown in FIG. 2, an answer from, for example, a quiz subscriber is included in the TCP data portion.
[0034]
Returning to FIG. 1, the cable television station 20 processes the subscriber response data for the program from a plurality of subscriber home networks 30-1 to 30-6 and broadcasts the processing result via the Internet (IP network) 50. A data processing local device 21 for transmitting to the station 10 is provided.
[0035]
The data processing local device 21 can separate TCP data of a plurality of subscriber response data having the same IP destination address (DA) and the same TCP port number into TCP data. In a state where a separator is added, the connected TCP data has the same IP destination address and TCP port number as the IP destination address and TCP port number of the plurality of subscriber response data. It is accommodated in one TCP / IP segment datagram, and this TCP / IP segment datagram is transmitted to the broadcasting station 10 via the Internet (IP network) 50 as the processing result.
[0036]
The data processing local device 21 assigns a separator that enables separation of each TCP data to each TCP data, using GFP (Generic Framing Procedure). In this case, the separator attached to each TCP data and capable of separating each TCP data is specifically a GFP header having a length field for storing each TCP data length.
[0037]
FIG. 3 shows the digital broadcasting system of FIG. 1 in some detail.
[0038]
Referring to FIG. 3, the broadcasting station 10 receives the TCP / IP segment datagram via the Internet (IP network) 50, and transmits the concatenated TCP data in the received TCP / IP segment datagram. The data processing center device 11 is provided for separating each TCP data using the separator and performing the requested processing on each TCP data.
[0039]
In FIG. 3, reference numeral 22 denotes a head end modem (also shown in FIG. 1) of the cable television network 60, also called CMTS (Cable Modem Termination System), provided in the cable television station 20. In FIG. 3, reference numeral 31 denotes a terminal of a two-way digital broadcast service called a set-top box (STB: Set-top box) installed in a subscriber's home network.
[0040]
Next, the principle of packet delineation (separation) using GFP used in the digital broadcasting system of FIGS. 1 and 3 will be described below. A GFP packet has a 2-byte length field (Length) indicating the data length (TCP data length) and a 2-byte CRC (Cyclic Redundancy Check) field (for checking whether the length field is Length). CRC) followed by TCP data having a length specified by a length field (Length). FIG. 4 shows how packet delineation is performed when packets composed of GFP continue continuously.
[0041]
First, the length field (Length)
a16x16 + a15x15 + a14x14 + a13x13 + a12x12 + a11x11 +… + A2x2 + a1x + a0  (1)
Where an= {0,1} (n = 0,1, ..., 16)
It is. That is, anIs 0 or 1.
[0042]
The CRC generator polynomial G (x) is
G (x) = x16 + x12 + xFive + 1 (2)
It is.
[0043]
X in equation (1)1 6The remainder obtained by multiplying by 2 and dividing by 2 by G (x) is stored in the CRC field (CRC).
[0044]
If the length field (Length) position is correctly identified in the receiver, the remainder of the CRC calculation result of [length field (Length) + CRC field (CRC)] is zero. The length of the TCP field is recognized by the value of the length field (Length) at this time, and the last byte position of the TCP data is specified. Next, the length field (Length) appears again, and the CRC calculation result of [length field (Length) + CRC field (CRC)] becomes 0 again. In this way, packet delineation is realized.
[0045]
Further, when the head position of a packet is identified in the physical layer and the data link layer, the CRC field (CRC) is omitted and packet delineation is executed using only the length feed (Length).
[0046]
Next, regarding the operations of the data processing local device 21 and the data processing center device 11 of the digital broadcasting system of FIG. 3, the structure of data that rises from one of the STB 31 and the CATV network 60 is shown. This will be described in detail with reference to FIG.
[0047]
In FIG. 3, the data processing local device 21 is placed in the CATV station 20, and the TCP data (FIG. 2) having the same DA and Port number that is received from each subscriber using TCP / IP is once raised to the application layer. Each TCP data is attached with a 4-byte GFP header (consisting of the length field (Length) + CRC field (CRC) in Fig. 4) so that the data can be delineated by GFP. Are concatenated within a predetermined period and within a specified data length. The concatenated data is an SDU (Service Data Unit) for the transport layer. In the transport layer, the port number of the data processing local device 21 is designated as the source port, and the port number of the data processing center device 11 of the broadcasting station 10 is designated as the Destination port. TCP header is added. Further, this data becomes an SDU for the network layer. In the network layer, the IP address of the data processing local device 21 is given as the IP source address (SA), and the data processing center device of the broadcasting station 10 is used as the Destination address (DA). 11 IP addresses are assigned, an IP header is added, and an IP datagram is assembled. At this time, as the uplink data from the subscriber, the IP address and TCP port number of the subscriber necessary for establishing mutual communication between the subscriber and the data processing center device 11 of the broadcast station 10 are GFP. The data part (TCP data) is stored based on a predetermined rule.
[0048]
When the data processing center device 11 of the broadcasting station 10 receives the TCP / IP segment datagram transmitted from the data processing local device of the CATV station, it starts an application process for processing this data and disassembles the GFP. And process the data. In addition, when it is necessary to notify that data has been received for each subscriber, an ACK is generated for each subscriber's IP address and TCP port number included in each GFP packet. The IP address, TCP port number and ACK are assembled into one GFP packet, these GFP packets are concatenated, the IP address and port number of the data processing local device 21 are assigned, and one TCP / IP segment datagram is created. Assemble and return to the data processing local device 21 of the CATV station 20. The data processing local device 21 of the CATV station 20 decodes the GFP packet, generates an ACK segment datagram for each subscriber, and sends an ACK to each subscriber. Send it out.
[0049]
Each subscriber network subscriber receives a TCP / IP segment datagram addressed to him and receives an ACK to complete the data transmission / reception process.
[0050]
If the start position of the session can be identified by the physical layer function and the data link layer function, the CRC field (CRC) in FIG. 4 is omitted, and a concatenated TCP data structure as shown in FIG. 5 is used. .
[0051]
Further, as shown in FIG. 6, the length field (Length) and the header field are arranged so that the header field is located first and the length field (Length) is located next to the length field (Length) and the header field. May be.
[0052]
Referring to FIG. 7, a digital broadcasting system according to a second embodiment of the present invention receives a broadcast station 10 that transmits a program by a broadcast wave via a satellite 40, and a program transmitted by the broadcast wave. A cable television station (CATV station) 20 that distributes the received program to a cable television network (CATV network) 60, and the program is received from the cable television network 60, and subscriber response data for the program is transmitted to the cable television station 20 via cable television. A plurality of subscriber home networks 30-1 to 30-6 that transmit via the network 60 are provided. Note that the broadcast station 10 may transmit the program using a terrestrial digital broadcast wave that does not pass through the satellite 40.
[0053]
The cable television station 20 processes the subscriber response data for the program from a plurality of subscriber home networks 30-1 to 30-6 and transmits the processing result to the broadcast station 10 via the Internet (IP network) 50. A processing local device 21 'is provided.
[0054]
FIG. 8 shows the digital broadcasting system of FIG. 7 in some detail.
[0055]
  Referring to FIG. 8, reference numeral 31 'denotes a terminal of a bidirectional digital broadcasting service called a set-top box (STB) that is installed in a subscriber's home network. Reference numeral 22 'denotes a cable television network 60 and a data processing local device in the cable television station 20.21 'This is a headend modem (also shown in FIG. 7) of the cable television network 60 that is provided in a state where it is connected to the PC and also acts as a CMTS (Cable Modem Termination System). Further, 11 ′ is a data processing center device provided in the broadcasting station 10, and the data processing local device is connected to the data processing center device 11 ′.21 'Are connected via the Internet (IP network) 50.
[0056]
In the present invention, a TCP / IP upper layer is provided between each set-top box (STB) 31 ′ of the plurality of subscriber home networks 30-1 to 30-6 and the data processing center device 11 ′ of the broadcasting station 10. A session layer is introduced, and the data structure of the session layer is configured as described below with reference to FIG.
[0057]
  FIG. 9 shows one set-top box (STB) among a plurality of subscriber home networks 30-1 to 30-6.From 31 'The structure of the subscriber response data which goes up to the cable television station 20 via the cable television network 60 is shown.
[0058]
That is, the subscriber response data is a session message composed of session data representing an answer from the quiz subscriber as a response itself and a separator attached to the session data to enable separation of the session data. Have. In the session message, the separator attached to the session data has a length field (Length) for storing the data length of the session data.
[0059]
In FIG. 8, each set-top box 31 ′ transmits subscriber response data having such a structure to the cable television station 20 via the cable television network 60.
[0060]
Note that the set top box 31 'adds the separator to the session data in the session message using, for example, GFP (Generic Framing Procedure).
[0061]
In the case of using GFP, a separator that enables separation of session data, which is given to session data in the session message, specifically, as shown in each session message of FIG. A GFP having a 2-byte length field (Length) for storing the data length of the session data and a 2-byte CRC (Cyclic Redundancy Check) field (CRC) for checking whether the length is the length field (Length) It is a header.
[0062]
In FIG. 8, the data processing local device 21 ′ of the cable television station 20 has the same IP destination address and the same TCP port number received from the headend modem 22 ′ during a predetermined period. A plurality of subscriber response data session messages are concatenated. FIG. 10 shows the concatenated session message.
[0063]
In FIG. 8, the data processing local device 21 ′ transmits the concatenated session message to one of the plurality of subscriber response data having the same IP destination address and TCP port number as the IP destination address and TCP port number. It is accommodated in a TCP / IP segment datagram, and this TCP / IP segment datagram is transmitted to the broadcast station 10 via the Internet (IP network) 50 as the processing result.
[0064]
The data processing center device 11 ′ of the broadcasting station 10 receives the TCP / IP segment datagram via the Internet (IP network) 50, and receives the concatenated session message in the received TCP / IP segment datagram. And a data processing center device 11 ′ for separating each session message using the separator and applying the required processing to each session message.
[0065]
Next, GFP packet delineation used in the digital broadcasting system of FIG. 8 will be described with reference to FIG. In FIG. 10, a packet (session message) by GFP is a 2-byte length field (Length) indicating a data length (TCP data length) and a 2-byte length field (Length) for confirming whether or not it is a length field (Length). It consists of a CRC (Cyclic Redundancy Check) field (CRC) followed by session data having a length specified by the length field (Length). FIG. 10 shows how packet delineation is performed when packets (session messages) composed of GFP continue continuously.
[0066]
Next, operations of the data processing local device 21 ′ and the data processing center device 11 ′ in the digital broadcasting system of FIG. 8 will be described in detail with reference to FIG. 10.
[0067]
In FIG. 8, a data processing local device 21 ′ is placed in the CATV station 20, and a plurality of subscriber response data session messages having the same DA and Port numbers coming from a plurality of subscribers (each session message is a session data). On the other hand, a 4-byte GFP header (which is already provided with the length field (Length) + CRC field (CRC) in FIG. 10) is specified in advance so that data can be delineated by GFP. Within the specified period and concatenated to be within the specified data length. The data processing local device 21 ′ converts the concatenated session message into one TCP / IP segment having the same IP destination address and TCP port number as the IP destination address and TCP port number of the plurality of subscriber response data. -It is accommodated in a datagram, and this TCP / IP segment datagram is transmitted to a broadcasting station via the Internet 50.
[0068]
When the data processing center device 11 ′ of the broadcasting station 10 receives the TCP / IP segment datagram transmitted from the data processing local device 21 ′ of the CATV station 20, it starts an application process for processing this data. , Decompose the GFP and process the session data.
[0069]
Next, specific operations of the data processing local device 21 'and the data processing center device 11' of the digital broadcasting system of FIG. 8 will be described with reference to FIG.
[0070]
A session is defined as a logical channel in the application layer between the STB 31 ′ installed in the subscriber's home and the data processing center device 11 ′ installed in the broadcasting station 10. As shown in FIG. 11, the start position of the session message is determined by a length field (Length) and a CRC (Cyclic Redundancy Check) field (CRC) for checking whether the length is the length field (Length). It consists of a session header and session data that is actual data. The remaining part excluding the length field (Length) and the CRC field (CRC) of the session header includes a data flag, a source element ID (Identification) code, and a destination element ID code as basic information. In addition to this, information necessary for session management is included in the remaining part of the session header. A unit packet (a part made up of a session header including a length field (Length) and a CRC (Cyclic Redundancy Check) field (CRC) and actual data (session data)) assembled in the session layer is a session message.
[0071]
In each STB 31 ', the session message becomes a service data unit (SDU) for the transport layer (TCP) and is mapped on TCP / IP. At this time, the address of the data processing local device 21 'of the CATV station 20 is assigned to the destination address of the IP layer.
[0072]
The session message sent from each STB 31 ′ to the data processing local device 21 ′ of the CATV station 20 is formed by concatenating a plurality of session messages for each destination element ID code of the session header of the message, and assembling into a single SDU, and again TCP Mapped to / IP. At this time, in the IP address, the address of the data processing local device 21 'is designated as the source address, and the address of the data processing center device 11' is designated as the destination address.
[0073]
At this time, the TCP connections for the number of STBs 31 'that have returned the response data are established from each STB 31' to the data processing local device 21 'of the CATV station 20. However, only one TCP connection is set up between the data processing local device 21 'and the data processing center device 11'.
[0074]
When the data processing center device 11 ′ receives the concatenated session message, it creates a response message for each session message unit for confirmation and sends its own element ID in the source element ID code of the header field of the session. Using the code as the destination element ID code, the element ID code of each STB 31 ′ is set, and an acknowledgment (ACK) is returned. When receiving the ACK of the session, the data processing local device 21 'distributes this ACK to each STB 31'.
[0075]
Here, bits indicating start (establishment), maintenance, and end (release) of the session are allocated to the session flag in the session header of the upstream message from each STB 31 '. This flag is sent together with actual data (session data). If there is only one actual data, a bit indicating the end of the session is set simultaneously with the start bit of the session and transmitted to the upstream. In this case, the data processing center apparatus 11 'sets a session end flag in the ACK message and returns a response to the STB 31'.
[0076]
When the data length cannot be transmitted in one session message, the data is divided and a session message is assembled for each divided data. At this time, the session start bit is set in the flag of the first session message, and the session maintenance bit is set in the subsequent session message. A session end bit is set in the flag of the last session message.
[0077]
In the data processing center apparatus 11 ', ACK is transmitted to the STB 31' every time each message is received. Further, when the last session message is received, a session end flag is set in the ACK message and a response is returned to the STB 31 '.
[0078]
If the start position of the session can be identified by the function of the physical layer and the function of the data link layer, the CRC field (CRC) in FIG. 11 is omitted, and a concatenated session message structure as shown in FIG. .
[0079]
【The invention's effect】
As described above, according to the present invention, a digital broadcast system capable of efficient data transfer, a data processing local device provided in a cable television station of the digital broadcast system, and data provided in a broadcast station in the digital broadcast system A processing center device can be obtained.
[0080]
Furthermore, according to the present invention, it is possible to obtain a data processing method for subscriber response data and a data transmission method for subscriber response data capable of efficient data transfer.
[Brief description of the drawings]
FIG. 1 is a block diagram of a digital broadcasting system according to a first embodiment of the present invention.
2 is a diagram showing a structure of subscriber response data that rises from one of a plurality of subscriber home networks to a cable television station via a cable television network in the digital broadcasting system of FIG. 1. FIG.
FIG. 3 is a block diagram showing the digital broadcasting system of FIG. 1 in some detail.
4 is a diagram for explaining a mechanism of packet delineation (separation) by GFP (Generic Framing Procedure) used in the digital broadcasting system of FIGS. 1 and 3. FIG.
FIG. 5 is a diagram illustrating a format of linked TCP data used in the digital broadcasting system of FIGS. 1 and 3;
6 is a diagram showing another format of concatenated TCP data used in the digital broadcasting system of FIGS. 1 and 3. FIG.
FIG. 7 is a block diagram of a digital broadcasting system according to a second embodiment of the present invention.
8 is a block diagram showing the digital broadcasting system of FIG. 7 in some detail.
9 is a diagram showing the structure of subscriber response data that rises from one of a plurality of subscriber home networks to a cable television station via a cable television network in the digital broadcasting system of FIG.
10 is a diagram for explaining a mechanism of packet delineation (separation) by GFP (Generic Framing Procedure) used in the digital broadcasting system of FIGS. 7 and 8. FIG.
11 is a diagram showing a format of a concatenated session message used in the digital broadcasting system of FIGS. 7 and 8. FIG.
FIG. 12 is a diagram illustrating another format of a concatenated session message used in the digital broadcasting system of FIGS. 7 and 8;
FIG. 13 is a diagram for explaining general establishment, maintenance, and release of TCP.
[Explanation of symbols]
10 Broadcasting stations
11 Data processing center equipment
11 'data processing center device
20 Cable TV station (CATV station)
21 Data processing local device
21 'data processing local device
22 Headend modem
22 'headend modem
30-1 Subscriber residential network
30-2 Subscriber residential network
30-3 Subscriber residential network
30-4 Subscriber premises network
30-5 Subscriber residential network
30-6 Subscriber residential network
31 Set Top Box (STB)
31 'Set Top Box (STB)
40 satellites
50 Internet (IP network)

Claims (27)

番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおいて、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システム。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; In a digital broadcasting system comprising a plurality of subscriber home networks that transmit subscriber response data for the program to the cable television station via the cable television network,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
The data processing local device has a plurality of subscriber response data TCP data each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is linked with a separator that enables separation of each TCP data, and the linked TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. In a single TCP / IP segment datagram having an IP destination address and a TCP port number, and transmitting the TCP / IP segment datagram to the broadcasting station via the Internet as the processing result. A featured digital broadcasting system.
請求項1に記載のデジタル放送システムにおいて、
各TCPデータに付与される、各TCPデータの分離を可能とする分離子が、各TCPデータ長を格納するレングスフィールドを有することを特徴とするデジタル放送システム。
The digital broadcasting system according to claim 1, wherein
A digital broadcasting system, wherein a separator attached to each TCP data and capable of separating each TCP data has a length field for storing each TCP data length.
請求項1に記載のデジタル放送システムにおいて、
前記データ処理ローカル装置は、各TCPデータへの各TCPデータの分離を可能とする分離子の付与を、GFP(Generic Framing Procedure)を用いて、行なうことを特徴とするデジタル放送システム。
The digital broadcasting system according to claim 1, wherein
The digital broadcasting system, wherein the data processing local device assigns a separator that enables separation of each TCP data to each TCP data by using GFP (Generic Framing Procedure).
請求項3に記載のデジタル放送システムにおいて、
各TCPデータに付与される、各TCPデータの分離を可能とする分離子が、各TCPデータ長を格納するレングスフィールドを有することを特徴とするデジタル放送システム。
The digital broadcasting system according to claim 3,
A digital broadcasting system, wherein a separator attached to each TCP data and capable of separating each TCP data has a length field for storing each TCP data length.
請求項1に記載のデジタル放送システムにおいて、
前記放送局は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたTCPデータを、前記分離子を基に各TCPデータに分離するデータ処理センター装置を備えていることを特徴とするデジタル放送システム。
The digital broadcasting system according to claim 1, wherein
The broadcast station receives the TCP / IP segment datagram via the Internet, and converts the concatenated TCP data in the received TCP / IP segment datagram into each TCP data based on the separator. A digital broadcasting system comprising a data processing center device for separation.
番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記ケーブルテレビ局に設けられ、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; Provided in the cable television station in a digital broadcasting system including a plurality of subscriber home networks that transmit subscriber response data for the program to the cable television station via the cable television network, from the plurality of subscriber home networks. A local data processing device that processes the subscriber response data for the program and transmits a processing result to the broadcast station via the Internet,
The data processing local device has a plurality of subscriber response data TCP data, each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is connected with a separator that enables separation of each TCP data, and the connected TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. In a single TCP / IP segment datagram having an IP destination address and a TCP port number, and transmitting the TCP / IP segment datagram to the broadcasting station via the Internet as the processing result. A data processing local device provided in a cable television station of a digital broadcasting system characterized by the above.
請求項6に記載のデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置において、
各TCPデータに付与される、各TCPデータの分離を可能とする分離子が、各TCPデータ長を格納するレングスフィールドを有することを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置。
In the data processing local device provided in the cable television station of the digital broadcasting system according to claim 6,
A data processing local device provided in a cable television station of a digital broadcasting system, wherein a separator attached to each TCP data and capable of separating each TCP data has a length field for storing each TCP data length .
請求項6に記載のデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置において、
前記データ処理ローカル装置は、各TCPデータへの各TCPデータの分離を可能とする分離子の付与を、GFP(Generic Framing Procedure)を用いて、行なうことを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置。
In the data processing local device provided in the cable television station of the digital broadcasting system according to claim 6,
The data processing local device assigns a separator that enables separation of each TCP data to each TCP data, using a GFP (Generic Framing Procedure), to a cable television station of a digital broadcasting system, Data processing local device provided.
請求項8に記載のデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置において、
各TCPデータに付与される、各TCPデータの分離を可能とする分離子が、各TCPデータ長を格納するレングスフィールドを有するGFPヘッダであることを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置。
In the data processing local device provided in the cable television station of the digital broadcasting system according to claim 8,
Provided in a cable television station of a digital broadcasting system, wherein a separator attached to each TCP data and capable of separating each TCP data is a GFP header having a length field for storing each TCP data length. Data processing local device.
番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記放送局に設けられるデータ処理センター装置であって、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
該データ処理ローカル装置は、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信するものである場合において、
前記放送局に設けられる前記データ処理センター装置は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたTCPデータを、前記分離子を用いて各TCPデータに分離するものであることを特徴とするデジタル放送システムにおける放送局に設けられるデータ処理センター装置。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; A data processing center device provided in the broadcasting station in a digital broadcasting system comprising a plurality of subscriber home networks that transmit subscriber response data for the program to the cable television station via the cable television network,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
The data processing local device has a plurality of subscriber response data TCP data each having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. The TCP data is linked with a separator that enables separation of each TCP data, and the linked TCP data is the same as the IP destination address and TCP port number of the plurality of subscriber response data. Is stored in one TCP / IP segment datagram having an IP destination address and a TCP port number, and this TCP / IP segment datagram is transmitted to the broadcasting station via the Internet as the processing result. In some cases,
The data processing center device provided in the broadcasting station receives the TCP / IP segment datagram via the Internet, and separates the linked TCP data in the received TCP / IP segment datagram. A data processing center apparatus provided in a broadcasting station in a digital broadcasting system, characterized in that each TCP data is separated using a child.
ケーブルテレビ局に設けられ、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データを処理し、処理結果をインターネット経由で放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするケーブルテレビ局に設けられるデータ処理ローカル装置。
A plurality of subscriber response data, which are provided in a cable television station and have the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number, are processed. A data processing local device that transmits to a broadcast station via the Internet,
The data processing local device can separate the TCP data of the plurality of subscriber response data having the same IP destination address and the same TCP port number into each TCP data. In a state where a separator is added, the connected TCP data is connected to one of the plurality of subscriber response data having the same IP destination address and TCP port number as the IP destination address and TCP port number. A data processing local device provided in a cable television station, which is accommodated in a TCP / IP segment datagram and transmits the TCP / IP segment datagram as the processing result to the broadcasting station via the Internet .
第1の局において、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データを処理し、処理結果をインターネット経由で第2の局に送信する、加入者応答データのデータ処理方法であって、
前記第1の局において、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのTCPデータを、各TCPデータに各TCPデータの分離を可能とする分離子を付与した状態にて、連結し、この連結されたTCPデータを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とする、加入者応答データのデータ処理方法。
In the first station, a plurality of subscriber response data having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number are processed, and the processing result is processed. A data processing method of subscriber response data to be transmitted to a second station via the Internet,
In the first station, the TCP data of the plurality of subscriber response data having the same IP destination address and the same TCP port number can be separated into the TCP data. In a state where a separator is added, the connected TCP data is connected to one of the plurality of subscriber response data having the same IP destination address and TCP port number as the IP destination address and TCP port number. A data processing method for subscriber response data, characterized in that it is accommodated in a TCP / IP segment datagram and the TCP / IP segment datagram is transmitted to the broadcasting station via the Internet as the processing result. .
番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備え、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備えているデジタル放送システムであって、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備え、
前記データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システム。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; A plurality of subscriber premises networks that transmit subscriber response data for the program to the cable television station via the cable television network,
The cable television station is a digital broadcasting system including a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet. There,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) A set-top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network;
The data processing local device concatenates a plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. It is accommodated in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data, and this TCP / IP segment datagram is processed as described above. As a result, the digital broadcasting system transmits to the broadcasting station via the Internet.
請求項13に記載のデジタル放送システムにおいて、
前記セッションメッセージ中において、前記セッションデータに付与された前記分離子が、そのセッションデータのデータ長を格納するレングスフィールドを有することを特徴とするデジタル放送システム。
The digital broadcast system according to claim 13,
In the session message, the separator attached to the session data has a length field for storing the data length of the session data.
請求項13に記載のデジタル放送システムにおいて、
前記セットトップボックスは、前記セッションメッセージ中における、前記セッションデータへの前記分離子の付与を、GFP(Generic Framing Procedure)を用いて、行なうことを特徴とするデジタル放送システム。
The digital broadcast system according to claim 13,
The digital broadcasting system, wherein the set top box assigns the separator to the session data in the session message using GFP (Generic Framing Procedure).
請求項15に記載のデジタル放送システムにおいて、
前記セッションメッセージ中において、前記セッションデータに付与された前記分離子が、そのセッションデータのデータ長を格納するレングスフィールドを有するGFPヘッダであることを特徴とするデジタル放送システム。
The digital broadcasting system according to claim 15,
In the session message, the separator attached to the session data is a GFP header having a length field for storing the data length of the session data.
請求項13に記載のデジタル放送システムにおいて、
前記放送局は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたセッションメッセージを、前記分離子を基に各セッションメッセージに分離するデータ処理センター装置を備えていることを特徴とするデジタル放送システム。
The digital broadcast system according to claim 13,
The broadcast station receives the TCP / IP segment datagram via the Internet, and converts the concatenated session message in the received TCP / IP segment datagram into each session message based on the separator. A digital broadcasting system comprising a data processing center device for separation.
番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備え、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備えたデジタル放送システムにおける前記データ処理ローカル装置であって、
IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムのケーブルテレビ局に設けられるデータ処理ローカル装置。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; A plurality of subscriber premises networks that transmit subscriber response data for the program to the cable television station via the cable television network,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) The data processing in a digital broadcasting system including a set top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network A local device,
A plurality of subscriber response data session messages having the same IP destination address and the same TCP port number are concatenated, and the concatenated session message is used as the IP address of the plurality of subscriber response data. It is accommodated in one TCP / IP segment datagram having the same IP destination address and TCP port number as the address and TCP port number, and this TCP / IP segment datagram is sent via the Internet as the processing result. A data processing local device provided in a cable television station of a digital broadcasting system, characterized by transmitting to a broadcasting station.
番組を放送波にて送信する放送局と、該放送波にて送信された番組を受信し、受信した番組をケーブルテレビ網に配信するケーブルテレビ局と、前記ケーブルテレビ網から前記番組を受信し、該番組に対する加入者応答データを前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信する複数の加入者宅内ネットワークとを備えたデジタル放送システムにおける前記放送局に設けられるデータ処理センター装置であって、
前記ケーブルテレビ局は、前記複数の加入者宅内ネットワークからの前記番組に対する前記加入者応答データを処理し、処理結果をインターネット経由で前記放送局に送信するデータ処理ローカル装置を備え、
前記複数の加入者宅内ネットワークの各々は、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有し、かつIP(Internet Protocol)宛先アドレス(Destination Address)及びTCP(Transmission Control Protocol)ポート番号を有する前記加入者応答データを、前記ケーブルテレビ局に前記ケーブルテレビ網を介して送信するセットトップボックスを備え、
前記データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信するものである場合において、
前記放送局に設けられる前記データ処理センター装置は、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたセッションメッセージを、前記分離子を基に各セッションメッセージに分離するものであることを特徴とするデジタル放送システムにおける放送局に設けられるデータ処理センター装置。
A broadcast station that transmits a program on a broadcast wave; a cable TV station that receives the program transmitted on the broadcast wave; and distributes the received program to a cable TV network; receives the program from the cable TV network; A data processing center device provided in the broadcasting station in a digital broadcasting system comprising a plurality of subscriber home networks that transmit subscriber response data for the program to the cable television station via the cable television network,
The cable television station includes a data processing local device that processes the subscriber response data for the program from the plurality of subscriber home networks and transmits a processing result to the broadcasting station via the Internet,
Each of the plurality of subscriber premises networks has a session message including session data representing a response itself and a separator attached to the session data and enabling separation of the session data, and IP (Internet Protocol) A set-top box for transmitting the subscriber response data having a destination address (Destination Address) and a TCP (Transmission Control Protocol) port number to the cable television station via the cable television network;
The data processing local device concatenates a plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. It is accommodated in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data, and this TCP / IP segment datagram is processed as described above. As a result, when transmitting to the broadcasting station via the Internet,
The data processing center device provided in the broadcasting station receives the TCP / IP segment datagram via the Internet, and separates the concatenated session message in the received TCP / IP segment datagram. A data processing center device provided in a broadcasting station in a digital broadcasting system, characterized in that each session message is separated based on a child.
ケーブルテレビ局に設けられ、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データであって、各加入者応答データが、応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを有する前記複数個の加入者応答データを処理し、処理結果をインターネット経由で放送局に送信するデータ処理ローカル装置であって、
該データ処理ローカル装置は、IP宛先アドレスが互いに同一であり、かつTCPポート番号も同一である前記複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、前記複数個の加入者応答データのIP宛先アドレス及びTCPポート番号と同一のIP宛先アドレス及びTCPポート番号を有する一つのTCP/IPセグメント・データグラムの中に収容し、このTCP/IPセグメント・データグラムを前記処理結果として前記インターネット経由で前記放送局に送信することを特徴とするケーブルテレビ局に設けられるデータ処理ローカル装置。
A plurality of subscriber response data provided in a cable television station and having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number. Response data is processed for the plurality of subscriber response data having a session message including session data representing the response itself and a separator attached to the session data to enable separation of the session data, and processing results are obtained. A data processing local device that transmits to a broadcast station via the Internet,
The data processing local device concatenates the plurality of subscriber response data session messages having the same IP destination address and the same TCP port number, and connects the concatenated session messages to the plurality of session messages. The TCP / IP segment datagram is stored in one TCP / IP segment datagram having the same IP destination address and TCP port number as the IP destination address and TCP port number of the subscriber response data. A data processing local device provided in a cable television station, wherein the data is transmitted as a processing result to the broadcasting station via the Internet.
放送局と、ケーブルテレビ局と、該ケーブルテレビ局にケーブルテレビ網を介して接続された複数のセットトップボックスとを備え、該複数のセットトップボックスの各々からの加入者応答データは、前記ケーブルテレビ網を介して前記ケーブルテレビ局に送信され、かつ該ケーブルテレビ局からインターネット経由で前記放送局に送信されるデジタル放送システムにおける加入者応答データの伝送方法において、
前記複数のセットトップボックスと前記放送局との間にセッション層を定義し、前記複数のセットトップボックスの各々に、加入者からの応答そのものを表わすセッションデータと該セッションデータに付与され該セッションデータの分離を可能とする分離子とからなるセッションメッセージを前記セッション層に有する前記加入者応答データを送信させる第1のステップと、
前記ケーブルテレビ局に導入したデータ処理ローカル装置において、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、一つのTCP/IPセグメント・データグラムの中に収容し、この連結されたセッションメッセージが収容された前記TCP/IPセグメント・データグラムを前記インターネット経由で前記放送局に送信する第2のステップとを有することを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
A broadcasting station, a cable television station, and a plurality of set top boxes connected to the cable television station via a cable television network, and subscriber response data from each of the plurality of set top boxes is the cable television network In a method for transmitting subscriber response data in a digital broadcasting system that is transmitted to the cable television station via the cable television station and transmitted to the broadcasting station from the cable television station via the Internet,
A session layer is defined between the plurality of set-top boxes and the broadcasting station, and each of the plurality of set-top boxes is provided with session data representing a response itself from the subscriber and the session data. A first step of sending the subscriber response data having a session message in the session layer comprising a separator enabling separation of
In the data processing local device introduced in the cable television station, a plurality of subscriber response data having the same IP (Internet Protocol) destination address (Destination Address) and the same TCP (Transmission Control Protocol) port number Concatenating session messages, accommodating the concatenated session message in one TCP / IP segment datagram, and connecting the TCP / IP segment datagram containing the concatenated session message to the Internet And a second step of transmitting to the broadcast station via a second step of transmitting subscriber response data in a digital broadcast system.
請求項21に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記第2のステップは、前記ケーブルテレビ局に導入したデータ処理ローカル装置において、予め規定された期間に当該データ処理ローカル装置に到達する、IP(Internet Protocol)宛先アドレス(Destination Address)が互いに同一であり、かつTCP(Transmission Control Protocol)ポート番号も同一である複数個の加入者応答データのセッションメッセージを連結し、この連結されたセッションメッセージを、一つのTCP/IPセグメント・データグラムの中に収容し、この連結されたセッションメッセージが収容された前記TCP/IPセグメント・データグラムを前記インターネット経由で前記放送局に送信することを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 21,
In the second step, in the data processing local device introduced into the cable television station, the IP (Internet Protocol) destination address (Destination Address) that reaches the data processing local device in a predetermined period is the same. In addition, a plurality of subscriber response data session messages having the same TCP (Transmission Control Protocol) port number are concatenated, and the concatenated session message is accommodated in one TCP / IP segment datagram. A method for transmitting subscriber response data in a digital broadcasting system, wherein the TCP / IP segment datagram containing the concatenated session message is transmitted to the broadcasting station via the Internet.
請求項21に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記放送局においては、データ処理センター装置で、前記インターネット経由で前記TCP/IPセグメント・データグラムを受信し、受信したTCP/IPセグメント・データグラム中の前記連結されたセッションメッセージを、前記分離子を基に各セッションメッセージに分離するものであることを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 21,
In the broadcasting station, the data processing center device receives the TCP / IP segment datagram via the Internet, and the concatenated session message in the received TCP / IP segment datagram is sent to the separator. A subscriber response data transmission method in a digital broadcasting system, characterized in that each session message is separated on the basis of.
請求項21に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記セッションメッセージ中において、前記セッションデータに付与された前記分離子が、そのセッションデータのデータ長を格納するレングスフィールドを有することを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 21,
In the session message, the separator attached to the session data has a length field for storing the data length of the session data.
請求項21に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記セッションメッセージ中における、前記セッションデータへの前記分離子の付与が、GFP(Generic Framing Procedure)を用いて、行なわれることを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 21,
A subscriber response data transmission method in a digital broadcasting system, wherein the separator is added to the session data in the session message using GFP (Generic Framing Procedure).
請求項25に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記セッションメッセージ中において、前記セッションデータに付与された前記分離子が、そのセッションデータのデータ長を格納するレングスフィールドを有するGFPヘッダであることを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 25,
In the session message, the separator attached to the session data is a GFP header having a length field for storing the data length of the session data. Transmission of subscriber response data in the digital broadcasting system Method.
請求項21に記載のデジタル放送システムにおける加入者応答データの伝送方法において、
前記セッションメッセージは、前記セッションデータと、該セッションデータに付与されたセッションヘッダとからなり、該セッションヘッダ中に、前記分離子と、セッションの開始、維持、或いは終了を表わすフラグとが格納されることを特徴とするデジタル放送システムにおける加入者応答データの伝送方法。
The method for transmitting subscriber response data in the digital broadcasting system according to claim 21,
The session message includes the session data and a session header added to the session data , and the separator and a flag indicating start, maintenance, or end of the session are stored in the session header. A method for transmitting subscriber response data in a digital broadcasting system.
JP2002057637A 2002-03-04 2002-03-04 Digital broadcasting system Expired - Fee Related JP4185990B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002057637A JP4185990B2 (en) 2002-03-04 2002-03-04 Digital broadcasting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002057637A JP4185990B2 (en) 2002-03-04 2002-03-04 Digital broadcasting system

Publications (2)

Publication Number Publication Date
JP2003259326A JP2003259326A (en) 2003-09-12
JP4185990B2 true JP4185990B2 (en) 2008-11-26

Family

ID=28667851

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002057637A Expired - Fee Related JP4185990B2 (en) 2002-03-04 2002-03-04 Digital broadcasting system

Country Status (1)

Country Link
JP (1) JP4185990B2 (en)

Also Published As

Publication number Publication date
JP2003259326A (en) 2003-09-12

Similar Documents

Publication Publication Date Title
JP3897822B2 (en) Apparatus and method for transmitting IP data through a satellite network
US20060062250A1 (en) Method for wireless access system supporting multiple frame types
US6031818A (en) Error correction system for packet switching networks
US20190334972A1 (en) Apparatus and method for transmitting multimedia data in hybrid network
EP1210825B1 (en) System and method for facilitating transmission of ip data over digital mpeg networks
US20020034179A1 (en) IP tunneling service without a return connection
WO1999009707A1 (en) Multicast transmission of information over a satellite
JPH09505186A (en) Interactive information service control system
KR20040017350A (en) Direct RTP delivery method and system over MPEG network
AU9378398A (en) Access system and method for providing interactive access to an information source through a networked distribution system
JPWO2005099188A1 (en) Communication quality control method and apparatus
US20110149826A1 (en) Broadcasting media access control device for transmitting and receiving packets in multi-channel broadcasting network
CN106416154B (en) Method and apparatus for transmitting and receiving packet in broadcast and communication system
JP5296224B2 (en) Method and device for ensuring reliability during transmission of television data in a television system based on internet protocol
JP5277158B2 (en) Data reception method, restoration method, and corresponding terminal
KR100860734B1 (en) Media stream multicast distribution method and apparatus
EP1479213A2 (en) Modifications to tcp/ip for broadcast or wireless networks
US20060153161A1 (en) Satellite digital broadcast receiving device
JP4185990B2 (en) Digital broadcasting system
WO2010009652A1 (en) Transmission method for multiplex data stream
JP3846853B2 (en) Information distribution system and information distribution method
US20070002874A1 (en) Method for distributing stream data based on multi-path scheme using tcp in real time
Long et al. A hybrid DMB-T and WLAN network for broadband wireless access services
EP3595254A1 (en) Multicast signal transmission/reception method and device
JP2004304465A (en) Data communication system for providing bidirectional digital broadcast program in real time

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20040513

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040517

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20040824

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050302

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050418

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070410

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070711

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070906

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

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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110919

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees