JP2007180937A - Method, device and program for accepting connection establishment request, and connection establishment request apparatus - Google Patents

Method, device and program for accepting connection establishment request, and connection establishment request apparatus Download PDF

Info

Publication number
JP2007180937A
JP2007180937A JP2005377402A JP2005377402A JP2007180937A JP 2007180937 A JP2007180937 A JP 2007180937A JP 2005377402 A JP2005377402 A JP 2005377402A JP 2005377402 A JP2005377402 A JP 2005377402A JP 2007180937 A JP2007180937 A JP 2007180937A
Authority
JP
Japan
Prior art keywords
establishment request
connection establishment
connection
detected
accepting
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005377402A
Other languages
Japanese (ja)
Other versions
JP4666501B2 (en
Inventor
Hironori Furuya
裕規 古屋
Hideyuki Kogashira
秀行 小頭
Hajime Nakamura
中村  元
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KDDI Corp filed Critical KDDI Corp
Priority to JP2005377402A priority Critical patent/JP4666501B2/en
Publication of JP2007180937A publication Critical patent/JP2007180937A/en
Application granted granted Critical
Publication of JP4666501B2 publication Critical patent/JP4666501B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method and device for accepting a connection establishment request, and a method and apparatus for requesting to establish a connection, capable of impartially processing a multiplicity of connection establishment requests. <P>SOLUTION: An establishment request detection section 31 detects a connection establishment request transmitted from each viewer terminal 2. Here, a SYN packet having a SYN flag set therein is detected as a connection establishment request. A hold time decision section 32 decides the hold time of the detected connection establishment request. An acceptance selection section 33 accepts the detected connection establishment request more preferentially as the hold time becomes longer, and returns a connection establishment response (SYN_Ack packet) to the accepted connection establishment request. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、コネクション確立要求の受付方法、装置およびプログラムならびにコネクション確立要求装置に係り、特にTCPコネクションにおけるSYNパケットを公平に受け付けられるコネクション確立要求の受付方法、装置およびプログラムならびにコネクション確立要求装置に関する。   The present invention relates to a connection establishment request accepting method, apparatus and program, and a connection establishment requesting apparatus, and more particularly to a connection establishment request accepting method, apparatus and program, and a connection establishment requesting apparatus that can accept a SYN packet in a TCP connection fairly.

ネットワークやルータの輻輳を検知して、これを解消あるいは緩和したり、輻輳が生じる予兆を検知して、これを阻止する技術が研究されている。   Researches have been conducted on technologies for detecting congestion of networks and routers to eliminate or alleviate them, or detecting signs of congestion and preventing them.

特許文献1には、IPパケット通信網においてルータの輻輳を制御するために、ルータのTCPパケット用キューに保持されるキューサイズを監視し、キューサイズが小さければ通常の動作を行い、キューサイズが大きくなると、既に確立されているTCPコネクションのパケットのみをキューに挿入し、新規のTCPコネクションを抑制する技術が開示されている。   In Patent Document 1, in order to control router congestion in an IP packet communication network, the queue size held in the TCP packet queue of the router is monitored. If the queue size is small, normal operation is performed. A technology is disclosed in which only a packet of an already established TCP connection is inserted into the queue when the size is increased, and a new TCP connection is suppressed.

特許文献2には、TCPパケットの受付に際して、再送パケットを再送以外のパケットよりも優先させる技術が開示されている。   Patent Document 2 discloses a technique for prioritizing retransmission packets over packets other than retransmissions when accepting TCP packets.

非特許文献1には、ネットワークに輻輳が生じるとコネクション確立要求(SYNパケット)を一律に破棄する技術が開示されている。
特開2002−314592号公報 特願2002−552276号 R. Mortier, et al., Implicit Admission Control, IEEE Journal on selected areas in communications, vol. 18, no. 12, December 2000
Non-Patent Document 1 discloses a technique for uniformly discarding connection establishment requests (SYN packets) when congestion occurs in a network.
Japanese Patent Laid-Open No. 2002-314592 Japanese Patent Application No. 2002-552276 R. Mortier, et al., Implicit Admission Control, IEEE Journal on selected areas in communications, vol. 18, no. 12, December 2000

TCPコネクションの確立要求では、SYNパケットに対するサーバからの応答が再送タイムアウト値(RTO)の初期値を経過しても到着しなければ、TCPはSYNパケットが失われたものと判断して再送すると共にRTOを2倍に設定する。再送したSYNパケットに対する応答がRTOを経過しても到着しなければ、さらにRTOを2倍に設定してSYNパケットを再送する。   In the TCP connection establishment request, if the response from the server to the SYN packet does not arrive even after the initial value of the retransmission timeout value (RTO) has elapsed, TCP determines that the SYN packet has been lost and retransmits it. Set RTO to double. If the response to the retransmitted SYN packet does not arrive even after the RTO has passed, the RTO is set to double and the SYN packet is retransmitted.

すなわち、RTOの初期値が3秒であれば、2度目のSYNパケット送信は最初のSYNパケット送信から3秒後、3度目は2度目のSYNパケット送信から6秒後、4度目は3度目のSYNパケット送信から12秒後、5度目は4度目のSYNパケット送信から24秒後となる。そして、このようなSYNパケットの再送は規定時間(接続タイムアウト)が経過するまで繰り返される。この規定時間は、例えばバークレー系のシステムであればデフォルトで75秒に設定されており、この接続タイムアウトの期間中にコネクションを確立できなければ、コネクション失敗として処理される。   That is, if the initial value of RTO is 3 seconds, the second SYN packet transmission is 3 seconds after the first SYN packet transmission, the third time is 6 seconds after the second SYN packet transmission, and the fourth time is the third time. 12 seconds after the SYN packet transmission, the fifth time is 24 seconds after the fourth SYN packet transmission. Such SYN packet retransmission is repeated until a specified time (connection timeout) elapses. For example, in the case of a Berkeley system, the specified time is set to 75 seconds by default. If the connection cannot be established during the connection timeout period, the specified time is processed as a connection failure.

このように、TCPコネクションのSYNパケットは、その再送周期が再送ごとに長くなるので、再送パケットに関しては、最初の送信時刻からの保留時間が再送回数に応じて段階的に長くなる。したがって、受付側では保留時間の長いコネクション確立要求ほど優先的に受け付けるようにすることが望ましい。   In this way, since the SYN packet of the TCP connection has a longer retransmission cycle for each retransmission, the hold time from the first transmission time for the retransmission packet is increased stepwise according to the number of retransmissions. Therefore, it is desirable that the accepting side accepts a connection establishment request with a long holding time with priority.

特許文献1では、輻輳が生じると新規のTCPコネクションに関する確立要求が、その保留時間の長短にかかわらず一律に抑制されてしまう。特許文献2は、コネクション確立後に当該コネクションで送受信されるパケットの受付に関する技術であり、コネクション確立要求の受付制御に関しては開示がない。また、特許文献2の受付制御をコネクション確立要求に適用しても、再送パケット同士は再送回数すなわち保留時間にかかわらず一律に扱われてしまう。非特許文献1でも、輻輳が生じると再送パケットは再送回数すなわち保留時間にかかわらず一律に破棄されてしまう。   In Patent Document 1, when congestion occurs, an establishment request for a new TCP connection is uniformly suppressed regardless of the length of the holding time. Patent Document 2 is a technique related to reception of a packet transmitted / received through the connection after the connection is established, and there is no disclosure regarding reception control of a connection establishment request. Further, even if the admission control of Patent Document 2 is applied to a connection establishment request, retransmission packets are treated uniformly regardless of the number of retransmissions, that is, the holding time. Even in Non-Patent Document 1, when congestion occurs, retransmission packets are uniformly discarded regardless of the number of retransmissions, that is, the hold time.

このように、上記した従来技術では、パケットの受付側では保留時間の長短にかかわらず各SYNパケットが一律に扱われてしまうので、短時間で受け付けられる要求がある一方で、長い保留時間を経ても受け付けられない要求が生じてしまい、コネクションの受付に不公平感が生じるという技術課題があった。   In this way, in the above-described prior art, since each SYN packet is handled uniformly regardless of the length of the holding time on the packet receiving side, there is a request that can be received in a short time, but after a long holding time. However, there is a technical problem that a request that cannot be accepted occurs, and that the connection acceptance is unfair.

本発明の目的は、上記した従来技術の課題を解決し、多数のコネクション確立要求を公平に処理できるコネクション確立要求の受付方法、装置およびプログラムならびにコネクション確立要求装置を提供することにある。   An object of the present invention is to provide a connection establishment request accepting method, apparatus and program, and a connection establishment requesting apparatus capable of solving a number of connection establishment requests in a fair manner by solving the above-described problems of the prior art.

上記した目的を達成するために、本発明は、以下のような手段を講じた点に特徴がある。
(1)コネクションの確立要求を検知する確立要求検知手段と、検知された確立要求の保留時間を判定する保留時間判定手段と、前記検知された確立要求を、保留時間が長くなるほど優先的に受け付ける受付選択手段とを含むことを特徴とする。
(2)前記保留時間判定手段が、コネクションの確立要求を識別する識別手段と、各確立要求の保留時間を前記識別情報で管理する保留時間テーブルと、検知された確立要求の識別情報で前記保留時間テーブルを検索し、保留時間を判定する手段とを含むことを特徴とする。
(3)前記保留時間判定手段が、検知された確立要求に含まれる保留時間を抽出することを特徴とする。
In order to achieve the above object, the present invention is characterized in that the following measures are taken.
(1) Establishment request detection means for detecting a connection establishment request, hold time determination means for determining the hold time of the detected establishment request, and accepting the detected establishment request preferentially as the hold time becomes longer And a reception selection means.
(2) The hold time determination means includes an identification means for identifying a connection establishment request, a hold time table for managing the hold time of each establishment request with the identification information, and the hold information based on the detected establishment request identification information. Means for searching a time table and determining a holding time.
(3) The hold time determining means extracts the hold time included in the detected establishment request.

本発明によれば、以下のような効果が達成される。
上記した特徴(1)によれば、保留時間の長いコネクション確立要求ほど優先的に受け付けられるので、各コネクション確立要求の保留時間を均一化できる。
According to the present invention, the following effects are achieved.
According to the above feature (1), since connection establishment requests having a longer holding time are accepted preferentially, the holding time of each connection establishment request can be made uniform.

上記した特徴(2)によれば、コネクション確立要求を受信する受信側において保留時間を管理できるので、コネクション確立要求を送信する送信側に特別な機能を追加することなくコネクション確立要求の公平化を実現できる。   According to the above feature (2), since the hold time can be managed on the receiving side that receives the connection establishment request, the connection establishment request can be faired without adding a special function to the transmitting side that sends the connection establishment request. realizable.

上記した特徴(3)によれば、コネクション確立要求を送信する送信側において保留時間を管理できるので、多数のコネクション確立要求を受信する受信側の負荷を増加させることなくコネクション確立要求の公平化を実現できる。   According to the above feature (3), since the holding time can be managed on the transmitting side that transmits the connection establishment request, the connection establishment request can be faired without increasing the load on the receiving side that receives a large number of connection establishment requests. realizable.

以下、図面を参照して本発明の最良の実施の形態について詳細に説明する。 図1は、本発明が適用される通信放送融合システムのネットワーク構成を示したブロック図であり、テレビ映像用のコンテンツとデータ映像用およびデータ通信用のコンテンツとが多重化された放送コンテンツを送信する放送局1と、この放送局1から送信される放送波を受信して放送コンテンツを再生するテレビ2a、コンピュータ2b、携帯端末2c等の視聴者端末2と、これらの視聴者端末2とインターネット等のIPネットワーク4を介して接続された双方向の応答受付サーバ3とを主要な構成としている。   DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the best embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a network configuration of a communication / broadcast fusion system to which the present invention is applied, and transmits broadcast content in which television video content, data video content and data communication content are multiplexed. Broadcasting station 1, a viewer terminal 2 such as a television 2 a, a computer 2 b, and a portable terminal 2 c that receives broadcast waves transmitted from the broadcasting station 1 and reproduces broadcast content, and these viewer terminals 2 and the Internet The two-way response reception server 3 connected via the IP network 4 is a main configuration.

前記放送局1は、放送コンテンツを供給する放送サーバ1aと、この放送コンテンツをデジタル変調して送信するOFDM送信機1bとを含む。各視聴者端末2は、例えばクイズ番組の視聴中に回答を送信する操作が視聴者によりなされると、応答受付サーバ3との間にコネクションを確立するコネクション確立機能と、このコネクションを利用して回答(応答メッセージ)を送信する応答メッセージ送信機能とを備えている。なお、各視聴者端末2から送信される応答メッセージは、上記したクイズ番組やアンケートに対する回答に限らず、放送内容に関して補完情報が必要であるか否かを放送内で問われた各視聴者が、これに応答するために送信するメッセージも含まれる。視聴者が応答メッセージで補完情報を要求すれば、要求した補完情報が応答受付サーバ3からネットワーク4を介して各視聴者端末2へ送信される。   The broadcast station 1 includes a broadcast server 1a that supplies broadcast content, and an OFDM transmitter 1b that digitally modulates and transmits the broadcast content. Each viewer terminal 2 uses, for example, a connection establishment function for establishing a connection with the response reception server 3 when an operation of transmitting an answer is performed by the viewer during viewing of the quiz program, and this connection is used. A response message transmission function for transmitting an answer (response message). The response message transmitted from each viewer terminal 2 is not limited to the answer to the quiz program or the questionnaire described above, but each viewer who is asked in the broadcast whether or not supplemental information is necessary regarding the broadcast content. A message to be sent in response to this is also included. When the viewer requests the supplement information by the response message, the requested supplement information is transmitted from the response reception server 3 to each viewer terminal 2 via the network 4.

図2は、各視聴者端末2の主要部の構成を示したブロック図であり、放送波を受信、デコードして放送コンテンツを再生し、テレビ映像およびデータ映像をスピーカ26および表示部25から出力するコンテンツ再生部21と、放送コンテンツに登録されている応答受付サーバ3のIPアドレスを識別する宛先アドレス識別部22と、宛先アドレスにアクセスしてコネクションを確立する確立要求送信部24と、確立されたコネクションを利用して応答メッセージを送信する応答メッセージ送信部23とを含む。   FIG. 2 is a block diagram showing a configuration of a main part of each viewer terminal 2, which receives and decodes broadcast waves to reproduce broadcast contents, and outputs TV video and data video from the speaker 26 and the display unit 25. A content reproduction unit 21 that performs the process, a destination address identification unit 22 that identifies the IP address of the response reception server 3 registered in the broadcast content, and an establishment request transmission unit 24 that establishes a connection by accessing the destination address. And a response message transmission unit 23 that transmits a response message using the connection.

図3は、前記応答受付サーバ3の主要部の構成を示した機能ブロック図であり、ここでは、本発明の説明に不用な構成は図示が省略されている。   FIG. 3 is a functional block diagram showing the configuration of the main part of the response receiving server 3. Here, the configuration unnecessary for the description of the present invention is omitted.

確立要求検知部31は、各視聴者端末2から送信されるコネクション確立要求を検知する。本実施形態では、SYNフラグのセットされたSYNパケットがコネクション確立要求として検知される。保留時間判定部32は、検知されたコネクション確立要求が最初に検知されてからの保留時間を判定する。受付選択部33は、検知されたコネクション確立要求を前記保留時間に基づいて選択的に受付または破棄し、受け付けたコネクション確立要求に対してコネクション確立応答(SYN_Ackパケット)を返信する。   The establishment request detection unit 31 detects a connection establishment request transmitted from each viewer terminal 2. In this embodiment, a SYN packet with the SYN flag set is detected as a connection establishment request. The holding time determination unit 32 determines the holding time after the detected connection establishment request is first detected. The acceptance selection unit 33 selectively accepts or discards the detected connection establishment request based on the holding time, and returns a connection establishment response (SYN_Ack packet) to the accepted connection establishment request.

図4は、前記応答受付サーバ3に備わる保留時間判定部32の構成を示した機能ブロック図であり、確立要求識別部321は、前記確立要求検知部31により検知されたSYNパケットを、その送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号に基づいて一意に識別する。確立要求管理部322は、新規に検知されたSYNパケットの受信時刻trを、その識別情報と対応付けて保留時間テーブル323へ登録する。保留時間テーブル323では、各コネクション確立要求の受信時刻trが、その送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号と対応付けられて記憶されている。   FIG. 4 is a functional block diagram showing the configuration of the hold time determination unit 32 provided in the response reception server 3. The establishment request identification unit 321 transmits the SYN packet detected by the establishment request detection unit 31. It is uniquely identified based on the source IP address, destination IP address, sender TCP port number, and receiver TCP port number. The establishment request management unit 322 registers the reception time tr of the newly detected SYN packet in the hold time table 323 in association with the identification information. In the hold time table 323, the reception time tr of each connection establishment request is stored in association with the transmission source IP address, the destination IP address, the transmission side TCP port number, and the reception side TCP port number.

保留時間判定部324は、前記確立要求識別部321により識別されたSYNパケットの受信時刻trを保留時間テーブル323から検索する。そして、当該受信時刻trと現在時刻tcとに基づいて保留時間tw(=tc−tr)を計算し、これを前記受付選択部33へ通知する。   The hold time determination unit 324 searches the hold time table 323 for the reception time tr of the SYN packet identified by the establishment request identification unit 321. Then, a holding time tw (= tc−tr) is calculated based on the reception time tr and the current time tc, and this is notified to the reception selection unit 33.

図5は、前記受付選択部33の主要部の構成を示した機能ブロック図であり、保留時間twごとに設けられた複数のキュー331(331a〜331d)と、前記確立要求検知部31により検知されたSYNパケットを、前記保留時間判定部32から通知された保留時間twに基づいて各キュー331に連結する重み付けキューイング部332と、保留時間twの長いSYNパケットが優先的に受け付けられるように各キュー331からSYNパケットを選択的に読み出する優先制御部333と、各キュー331に連結されているSYNパケットを管理するキュー管理部334とを含む。   FIG. 5 is a functional block diagram showing the configuration of the main part of the acceptance selection unit 33, which is detected by a plurality of queues 331 (331 a to 331 d) provided for each holding time tw and the establishment request detection unit 31. A weighted queuing unit 332 that links the SYN packet thus generated to each queue 331 based on the hold time tw notified from the hold time determination unit 32, and a SYN packet having a long hold time tw is preferentially received. A priority control unit 333 that selectively reads SYN packets from each queue 331 and a queue management unit 334 that manages SYN packets connected to each queue 331 are included.

次いで、図6のフローチャートを参照して本発明の第1実施形態の動作を説明する。図6は、主に前記図4に関して説明した保留時間判定部32の動作を示している。   Next, the operation of the first embodiment of the present invention will be described with reference to the flowchart of FIG. FIG. 6 mainly shows the operation of the holding time determination unit 32 described with reference to FIG.

ステップS1において、前記コネクションの確立要求検知部31によりSYNパケットが検知されると、ステップS2では、その送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号の組み合わせが、SYNパケットを一意に識別する識別情報として確立要求識別部321により抽出される。ステップS3では、前記抽出された識別情報に基づいて、当該SYNパケットのエントリが保留時間テーブル323に登録済みであるか否かが、前記保留時間判定部324により判定される。未登録であればステップS4へ進み、前記検知されたSYNパケットの受信時刻trが、前記確立要求管理部322により、その識別情報(送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号)と対応付けられて保留時間テーブル323に新規登録される。
これに対して、前記検知されたSYNパケットのエントリが保留時間テーブル323に登録済み、換言すれば、検知されたSYNパケットが再送パケットであれば、ステップS5において、その最初の受信時刻trが保留時間判定部324により保留時間テーブル323から読み出される。
When a SYN packet is detected by the connection establishment request detection unit 31 in step S1, in step S2, the combination of the transmission source IP address, the destination IP address, the transmission side TCP port number, and the reception side TCP port number is It is extracted by the establishment request identifying unit 321 as identification information for uniquely identifying the SYN packet. In step S3, based on the extracted identification information, the hold time determination unit 324 determines whether or not the SYN packet entry has been registered in the hold time table 323. If it is not registered, the process proceeds to step S4, and the reception time tr of the detected SYN packet is set by the establishment request management unit 322 by its identification information (source IP address, destination IP address, transmission side TCP port number and reception). Side TCP port number) and newly registered in the hold time table 323.
On the other hand, if the detected SYN packet entry is already registered in the hold time table 323, in other words, if the detected SYN packet is a retransmitted packet, in step S5, the first reception time tr is held. The time determination unit 324 reads the hold time table 323.

なお、実施形態では各SYNパケットの識別情報として、その送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号の組み合わせが用いられるが、これら4つの情報からハッシュ値を計算し、このハッシュ値を識別情報として用いるようにしても良い。   In the embodiment, a combination of the transmission source IP address, the destination IP address, the transmission side TCP port number, and the reception side TCP port number is used as identification information of each SYN packet. A hash value is calculated from these four pieces of information. The hash value may be used as identification information.

ステップS6では、受信時刻trから現在時刻tcまでの経過時間が保留時間twとして求められる。ステップS7では、この保留時間twがSYNパケットの識別情報と対応付けられて受け付け選択部33へ通知される。   In step S6, the elapsed time from the reception time tr to the current time tc is obtained as the hold time tw. In step S7, the hold time tw is notified to the acceptance selection unit 33 in association with the identification information of the SYN packet.

図5へ戻り、受付選択部33では、重み付けキューイング部332において、各SYNパケットが、前記保留時間判定部32から通知された保留時間twに基づいていずれかのキュー331に連結される。本実施形態では、保留時間twに関する閾値(tw1,tw2,tw3)が各キューに設定されており、0≦tw<tw1であればキュー331dに連結され、tw1≦tw<tw2であればキュー331cに連結され、tw2≦tw<tw3であればキュー331bに連結され、tw3≦twであればキュー331aに連結される。   Returning to FIG. 5, in the reception selection unit 33, each SYN packet is connected to one of the queues 331 based on the hold time tw notified from the hold time determination unit 32 in the weighting queuing unit 332. In this embodiment, threshold values (tw1, tw2, tw3) relating to the hold time tw are set for each queue. If 0 ≦ tw <tw1, the queue is connected to the queue 331d, and if tw1 ≦ tw <tw2, the queue 331c is connected. If tw2 ≦ tw <tw3, the queue is connected to the queue 331b. If tw3 ≦ tw, the queue is connected to the queue 331a.

優先制御部333では、各キュー331からSYNパケットが、前記重み付けキューイング部332での重み付け規則に応じた頻度で読み出される。本実施形態では、キュー331aにSYNパケットが連結されていれば、その全てが優先的に読み出される。キュー331aにSYNパケットが連結されていなければ、キュー331bに連結されているSYNパケットの全てが優先的に読み出される。キュー331a、331bのいずれにもSYNパケットが連結されていなければ、キュー331cに連結されている全てのSYNパケットが優先的に読み出される。キュー331a、331b、331cのいずれにもSYNパケットが連結されていなければ、キュー331dのSYNパケットが読み出される。   In the priority control unit 333, the SYN packet is read from each queue 331 at a frequency according to the weighting rule in the weighting queuing unit 332. In this embodiment, if SYN packets are connected to the queue 331a, all of them are read preferentially. If no SYN packet is connected to the queue 331a, all SYN packets connected to the queue 331b are preferentially read. If no SYN packet is connected to any of the queues 331a and 331b, all SYN packets connected to the queue 331c are read preferentially. If no SYN packet is connected to any of the queues 331a, 331b, and 331c, the SYN packet in the queue 331d is read.

キュー管理部334は、各SYNパケットが各キュー331に連結された時刻からの経過時間を計時し、所定時間の経過したパケットを破棄すると共に、正規に読み出されたSYNパケットに対する応答パケット(SYN_Ackパケット)を利用者端末2へ返信する。   The queue management unit 334 measures the elapsed time from the time when each SYN packet is linked to each queue 331, discards the packet after a predetermined time, and responds to the normally read SYN packet (SYN_Ack). Packet) to the user terminal 2.

なお、上記した実施形態では、SYNパケットの受信時刻trと現在時刻tcとの差分値である保留時間twに基づいて優先度が設定されるものとして説明したが、SYNパケットの再送回数に基づいて優先度が設定されるようにしても良い。この際、TCPのように再送するまでの待ち時間RTO(Retransmission Time Out)が再送ごとに2倍に増やされるといったように、待機時間が再送回数の関数であるシステムであれば、再送回数をパラメータとする関数計算で待機時間を求め、この待機時間に基づいて優先度が設定されるもようにしても良い。   In the embodiment described above, the priority is set based on the hold time tw, which is the difference between the reception time tr of the SYN packet and the current time tc, but based on the number of times the SYN packet is retransmitted. A priority may be set. In this case, if the system is such that the waiting time is a function of the number of retransmissions, such as TCP, the waiting time RTO (Retransmission Time Out) until retransmission is doubled for each retransmission, the number of retransmissions is set as a parameter. It is also possible to obtain the standby time by function calculation as follows, and to set the priority based on this standby time.

また、本実施形態では優先度が上位のキューにパケットが無くならないと下位のキューからパケットが読み出されない完全優先のスケジューリング方式を例にして説明したが、本発明はこれのみに限定されるものではなく、各キューから優先度に応じた割合でパケットが繰り返し読み出される重み付け優先のスケジューリング方式を採用しても良い。   Further, in this embodiment, a description has been given of an example of a complete priority scheduling method in which a packet is not read from a lower queue unless there is no packet in the higher priority queue, but the present invention is limited to this. Instead, a weighted priority scheduling method in which packets are repeatedly read from each queue at a rate corresponding to the priority may be employed.

図7、8は、本発明の第2実施形態の構成を示したブロック図であり、図7は、視聴者端末2に備わる確立要求送信部24の構成を示した機能ブロック図であり、図8は、この視聴者端末2からコネクション確立要求を受信する応答受付サーバ3の構成を示した機能ブロック図であり、いずれも前記と同一の符号は同一または同様部分を表している。   7 and 8 are block diagrams showing the configuration of the second embodiment of the present invention, and FIG. 7 is a functional block diagram showing the configuration of the establishment request transmission unit 24 provided in the viewer terminal 2. 8 is a functional block diagram showing a configuration of the response reception server 3 that receives a connection establishment request from the viewer terminal 2, and in each case, the same reference numerals represent the same or similar parts.

図7の視聴者端末2において、確立要求送信部24の確立要求生成部241は、送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号を含み、SYNフラグのセットされたSYNパケットを生成する。確立要求部242は、前記SYNパケットを応答受付サーバ3へ送信すると共に、その最初の送信時刻tsをSYNパケットの識別情報と共に確立要求管理テーブル245に登録する。確立要求部242はさらに、SYNパケットを送信した後、所定のRTOが経過してもSYN_Ackパケットを受信できないとコネクション確立に失敗したものと判定し、当該SYNパケットを再送部243で待機させると共に、コネクション確立に成功したSYNパケットのエントリを前記確立要求管理テーブル245から削除する。   In the viewer terminal 2 of FIG. 7, the establishment request generation unit 241 of the establishment request transmission unit 24 includes a transmission source IP address, a destination IP address, a transmission side TCP port number, and a reception side TCP port number, and a SYN flag is set. Generate a SYN packet. The establishment request unit 242 transmits the SYN packet to the response reception server 3 and registers the initial transmission time ts in the establishment request management table 245 together with the identification information of the SYN packet. The establishment request unit 242 further determines that the connection establishment has failed if the SYN_Ack packet cannot be received even after a predetermined RTO has elapsed after transmitting the SYN packet, causes the retransmission unit 243 to wait for the SYN packet, The entry of the SYN packet that has successfully established the connection is deleted from the establishment request management table 245.

保留時間更新部244は、前記再送部243で待機するSYNパケットを識別して、その最初の送信時刻tsを前記確立要求管理テーブル245から読み出すと共に、この送信時刻tsから再送タイミングまでの経過時間を保留時刻twとして各SYNパケットに更新登録する。再送部243は、前記保留時刻twが更新登録されたSYNパケットを所定の再送タイミングで確立要求部242から再送信させる。   The hold time update unit 244 identifies the SYN packet waiting in the retransmission unit 243, reads the initial transmission time ts from the establishment request management table 245, and calculates the elapsed time from the transmission time ts to the retransmission timing. Update and register each SYN packet as the hold time tw. The retransmission unit 243 causes the establishment request unit 242 to retransmit the SYN packet with the hold time tw updated and registered at a predetermined retransmission timing.

図8の応答受付サーバ3において、確立要求検知部31は、各視聴者端末2から送信されるコネクション確立要求(SYNパケット)を検知する。保留時間抽出部32は、検知されたコネクション確立要求に登録されている保留時間twを抽出する。受付選択部33は、前記検知されたコネクション確立要求を、その保留時間twに基づいて選択的に受付または破棄し、受け付けたコネクション確立要求に対してコネクション確立応答(SYN_Ackパケット)を返信する。   In the response reception server 3 of FIG. 8, the establishment request detection unit 31 detects a connection establishment request (SYN packet) transmitted from each viewer terminal 2. The holding time extraction unit 32 extracts the holding time tw registered in the detected connection establishment request. The acceptance selection unit 33 selectively accepts or discards the detected connection establishment request based on the holding time tw, and returns a connection establishment response (SYN_Ack packet) to the accepted connection establishment request.

図9は、本実施形態の動作を示したフローチャートであり、ここでは主に視聴者端末2に備わる確立要求送信部24の動作を示している。   FIG. 9 is a flowchart showing the operation of the present embodiment. Here, the operation of the establishment request transmission unit 24 provided mainly in the viewer terminal 2 is shown.

ステップS21において、アプリケーションからコネクション確立要求が指示されると、ステップS22では、SYNフラグがセットされ、かつ送信元IPアドレス、宛先IPアドレス、送信側TCPポート番号および受信側TCPポート番号が登録されたSYNパケットが確立要求生成部241で生成される。ステップS23では、再送タイマにRTO(再送タイムアウト値)の初期値(本実施形態では、3秒)がセットされ、ステップS24では、SYNパケットが確立要求部242から応答受付サーバ3へ送信される。ステップS25では、前記再送タイマがスタートし、ステップS26では、SYNパケットの送信時刻tsが、当該SYNパケットの識別情報と対応付けられて確立要求管理テーブル245に登録される。   In step S21, when a connection establishment request is instructed by the application, in step S22, the SYN flag is set, and the transmission source IP address, the destination IP address, the transmission side TCP port number, and the reception side TCP port number are registered. A SYN packet is generated by the establishment request generator 241. In step S23, an initial value (3 seconds in this embodiment) of RTO (retransmission timeout value) is set in the retransmission timer, and in step S24, a SYN packet is transmitted from the establishment request unit 242 to the response reception server 3. In step S25, the retransmission timer is started, and in step S26, the transmission time ts of the SYN packet is registered in the establishment request management table 245 in association with the identification information of the SYN packet.

ステップS27において、コネクション確立応答(SYN_Ackパケット)が検知されるとステップS31へ進み、確立要求管理テーブル245から対応エントリが削除されて当該処理を終了する。これに対して、コネクション確立応答が検知されることなくステップS28で再送タイマがタイムアウトすると、ステップS29では再送可能期間(接続タイムアウト)が終了しているか否かが判定される。終了していればステップS32でSYNパケットが破棄されると共に、確立要求管理テーブル245から対応エントリが削除されて当該処理を終了する。   If a connection establishment response (SYN_Ack packet) is detected in step S27, the process proceeds to step S31, the corresponding entry is deleted from the establishment request management table 245, and the process ends. On the other hand, if the retransmission timer times out in step S28 without detecting a connection establishment response, it is determined in step S29 whether the retransmittable period (connection timeout) has ended. If completed, the SYN packet is discarded in step S32, the corresponding entry is deleted from the establishment request management table 245, and the process ends.

再送可能期間が終了していなければ、ステップS30へ進んでRTOが現在の2倍に更新される。ステップS33では、保留時間更新部244において、確立要求管理テーブル245に登録されている当該SYNパケットの受信時刻trと現在時刻tcとに基づいて保留時間twが計算される。ステップS34では、この保留時間twが再送部23の対応するSYNパケットに更新登録される。ステップS35では、保留時間twが更新登録されたSYNパケットが再送部243によって確立要求部242から再送信される。ステップS36では、再送タイマがスタートする。   If the retransmittable period has not expired, the process proceeds to step S30 and the RTO is updated to twice the current value. In step S33, the hold time update unit 244 calculates the hold time tw based on the reception time tr of the SYN packet registered in the establishment request management table 245 and the current time tc. In step S34, the hold time tw is updated and registered in the corresponding SYN packet of the retransmission unit 23. In step S35, the SYN packet in which the hold time tw is updated and registered is retransmitted from the establishment request unit 242 by the retransmission unit 243. In step S36, a retransmission timer starts.

その後、当該処理はステップS27へ戻り、再送されたSYNパケットに基づいてコネクションが確立されるか、またはステップS29で再送不可能と判定されるまで、上記した再送処理が繰り返される。   Thereafter, the process returns to step S27, and the above-described retransmission process is repeated until a connection is established based on the retransmitted SYN packet or until it is determined in step S29 that retransmission is not possible.

図8の受付応答サーバ3では、前記SYNパケットが確立要求検知部31で検知されると、その保留時間twが保留時間抽出部34で抽出されて受付選択部33へ通知される。受付選択部33では上記した第1実施形態と同様に、各SYNパケットが保留時間twに基づいて選択的に受付または破棄される。   In the acceptance response server 3 of FIG. 8, when the SYN packet is detected by the establishment request detection unit 31, the hold time tw is extracted by the hold time extraction unit 34 and notified to the reception selection unit 33. In the reception selection unit 33, each SYN packet is selectively received or discarded based on the hold time tw, as in the first embodiment.

図10は、前記応答受付サーバ3のハードウェア構成を示したブロック図であり、主制御装置としてのCPU81と、メインプログラムが実装されたメインメモリ82と、プログラムやパラメータが不揮発に記憶されるROM83と、CPU81にワークエリアを提供するRAM84と、ネットワークコントローラ85と、それら各部81〜85を相互に接続する内部バス86とを主要な構成とする。前記メインプログラムは、磁気記憶媒体、光記憶媒体あるいは磁気光記憶媒体に記録されているプログラムを応答受付サーバ3にインストールすることにより実装できる。   FIG. 10 is a block diagram showing a hardware configuration of the response receiving server 3. The CPU 81 as a main control device, a main memory 82 in which a main program is mounted, and a ROM 83 in which programs and parameters are stored in a nonvolatile manner. The main configuration includes a RAM 84 that provides a work area to the CPU 81, a network controller 85, and an internal bus 86 that interconnects these units 81 to 85. The main program can be implemented by installing a program recorded in a magnetic storage medium, an optical storage medium, or a magnetic optical storage medium in the response reception server 3.

そして、前記図2に関して説明した確立要求検知部31、保留時間判定部32、受付選択部33、および図8に関して説明した保留時間抽出部34の各構成、ならびに図6のフローチャートの動作は、CPU81がメインメモリ82のプログラム、ROM83のプログラムおよびパラメータに従って動作し、メインメモリ82、RAM84およびネットワークコントローラ85等が連係して行う処理により実現される。   The configuration of the establishment request detection unit 31, the hold time determination unit 32, the reception selection unit 33, and the hold time extraction unit 34 described with reference to FIG. 8 and the operation of the flowchart of FIG. Operates according to the program of the main memory 82, the program of the ROM 83, and parameters, and is realized by the processing performed in cooperation with the main memory 82, the RAM 84, the network controller 85, and the like.

なお、上記した実施形態ではコネクション確立要求の受付機能を応答受付サーバ3に設けるものとして説明したが、本発明はこれのみに限定されるものではなく、図11に一例を示したように、IPネットワーク4と応答受付サーバ3との間に受付装置5を配置し、この受付装置5に前記図3に関して説明した確立要求検知部31、保留時間判定部32および受付選択部33を設け、ここで選択されたコネクション確立要求のみを後段の応答受付サーバ3へ中継するようにしても良い。なお、コネクション確立要求の受付機能を受付装置5に設けるのであれば、応答受付サーバ3から返信されるコネクション確立応答(SYN_Ackパケット)を視聴者端末2へ中継する機能も受付装置5に設けることが望ましい。   In the above-described embodiment, it has been described that the response reception server 3 is provided with a connection establishment request reception function. However, the present invention is not limited to this, and as shown in FIG. The accepting device 5 is arranged between the network 4 and the response accepting server 3, and the accepting device 5 is provided with the establishment request detecting unit 31, the hold time determining unit 32, and the accepting selecting unit 33 described with reference to FIG. Only the selected connection establishment request may be relayed to the response reception server 3 at the subsequent stage. If the accepting device 5 is provided with a connection establishment request accepting function, the accepting device 5 may also be provided with a function of relaying a connection establishment response (SYN_Ack packet) returned from the response accepting server 3 to the viewer terminal 2. desirable.

本発明が適用される通信放送融合システムの構成を示したブロック図である。1 is a block diagram showing a configuration of a communication / broadcast fusion system to which the present invention is applied. 各視聴者端末の主要部の構成を示したブロック図である。It is the block diagram which showed the structure of the principal part of each viewer terminal. 応答受付サーバの主要部の構成を示した機能ブロック図である。It is the functional block diagram which showed the structure of the principal part of a response reception server. 応答受付サーバに備わる保留時間判定部の機能ブロック図である。It is a functional block diagram of the holding time determination part with which a response reception server is equipped. 受付選択部の構成を示した機能ブロック図である。It is the functional block diagram which showed the structure of the reception selection part. 保留時間判定部の動作を示したフローチャートである。It is the flowchart which showed the operation | movement of the holding time determination part. 視聴者端末に備わる確立要求送信部の第2実施形態の機能ブロック図である。It is a functional block diagram of 2nd Embodiment of the establishment request | requirement transmission part with which a viewer terminal is equipped. 応答受付サーバの第2実施形態の機能ブロック図である。It is a functional block diagram of 2nd Embodiment of a response reception server. 視聴者端末に備わる確立要求送信部の動作を示したフローチャートである。It is the flowchart which showed operation | movement of the establishment request | requirement transmission part with which a viewer terminal is equipped. 応答受付サーバのハードウェア構成を示したブロック図である。It is the block diagram which showed the hardware constitutions of the response reception server. 本発明が適用される通信放送融合システムの他の構成を示したブロック図である。It is the block diagram which showed the other structure of the communication broadcasting fusion system with which this invention is applied.

符号の説明Explanation of symbols

1…放送局,2…視聴者端末,2a…テレビ,2b…コンピュータ,2c…携帯端末,3…応答受付サーバ,4…IPネットワーク   DESCRIPTION OF SYMBOLS 1 ... Broadcasting station, 2 ... Viewer terminal, 2a ... Television, 2b ... Computer, 2c ... Portable terminal, 3 ... Response reception server, 4 ... IP network

Claims (12)

コネクションの確立要求を検知する確立要求検知手段と、
検知された確立要求の保留時間を判定する保留時間判定手段と、
前記検知された確立要求を、保留時間が長くなるほど優先的に受け付ける受付選択手段とを含むことを特徴とするコネクション確立要求の受付装置。
An establishment request detection means for detecting a connection establishment request;
A hold time determination means for determining the hold time of the detected establishment request;
A connection establishment request accepting apparatus, comprising: an acceptance selection unit that preferentially accepts the detected establishment request as the holding time becomes longer.
前記保留時間判定手段は、
コネクションの確立要求を識別する識別手段と、
各確立要求の保留時間を前記識別情報で管理する保留時間テーブルと、
検知された確立要求の識別情報で前記保留時間テーブルを検索し、保留時間を判定する手段とを含むことを特徴とする請求項1に記載のコネクション確立要求の受付装置。
The holding time determination means includes
An identification means for identifying a connection establishment request;
A hold time table for managing the hold time of each establishment request with the identification information;
The apparatus for accepting a connection establishment request according to claim 1, further comprising means for searching the hold time table with identification information of the detected establishment request and determining the hold time.
前記保留時間判定手段は、検知された確立要求に含まれる保留時間を抽出することを特徴とする請求項1に記載のコネクション確立要求の受付装置。   2. The connection establishment request accepting apparatus according to claim 1, wherein the holding time determination unit extracts a holding time included in the detected establishment request. 前記保留時間判定手段は、検知された確立要求の再送回数で保留時間を代表することを特徴とする請求項1に記載のコネクション確立要求の受付装置。   The apparatus for accepting a connection establishment request according to claim 1, wherein the holding time determination means represents the holding time by the number of detected retransmissions of the establishment request. 前記保留時間判定手段は、検知された確立要求の再送回数をパラメータとする所定の関数計算で保留時間を求めることを特徴とする請求項4に記載のコネクション確立要求の受付装置。   5. The connection establishment request accepting apparatus according to claim 4, wherein the holding time determination unit obtains the holding time by a predetermined function calculation using the detected number of retransmissions of the establishment request as a parameter. 前記コネクションがTCPコネクションであり、前記コネクション確立要求がSYNパケットであることを特徴とする請求項1ないし5のいずれかに記載のコネクション確立要求の受付装置。   6. The connection establishment request accepting apparatus according to claim 1, wherein the connection is a TCP connection, and the connection establishment request is a SYN packet. 前記確立要求の識別情報が、当該確立要求に固有の複数の情報のハッシュ値であることを特徴とする請求項2に記載のコネクション確立要求の受付装置。   3. The connection establishment request accepting apparatus according to claim 2, wherein the identification information of the establishment request is a hash value of a plurality of pieces of information unique to the establishment request. コネクションの確立要求を生成する手段と、
前記生成された確立要求を送信する手段と、
受け付けられなかった確立要求を再送信する手段と、
前記再送信する確立要求に当該確立要求の保留時間を更新登録する手段とを含むことを特徴とするコネクション確立要求装置。
A means for generating a connection establishment request;
Means for transmitting the generated establishment request;
Means for re-sending an unaccepted establishment request;
Means for updating and registering the hold time of the establishment request in the establishment request to be retransmitted.
コネクションの確立要求を受け付けてコネクションを確立するコネクション確立要求の受付方法において、
コネクションの確立要求を検知する手順と、
検知された確立要求の保留時間を判定する手順と、
前記検知された確立要求を、保留時間が長くなるほど優先的に受け付ける手順とを含むことを特徴とするコネクション確立要求の受付方法。
In the method of accepting a connection establishment request that accepts a connection establishment request and establishes a connection,
A procedure for detecting a connection establishment request;
A procedure for determining the hold time of the detected establishment request;
And a procedure for accepting the detected establishment request preferentially as the holding time becomes longer.
前記保留時間を判定する手順が、
コネクションの確立要求を識別する手順と、
各確立要求の保留時間を前記識別情報で管理する手順と、
検知された確立要求の識別情報で、その保留時間を判定する手順とを含むことを特徴とする請求項9に記載のコネクション確立要求の受付方法。
The procedure for determining the holding time includes:
A procedure for identifying a connection establishment request;
A procedure for managing the hold time of each establishment request with the identification information;
The method for accepting a connection establishment request according to claim 9, further comprising: a procedure for determining a holding time based on identification information of the detected establishment request.
前記保留時間を判定する手順は、検知された確立要求に含まれる保留時間を抽出することを特徴とする請求項9に記載のコネクション確立要求の受付方法。   The method for accepting a connection establishment request according to claim 9, wherein the procedure for determining the suspension time extracts a suspension time included in the detected establishment request. コネクションの確立要求を受け付けてコネクションを確立するコネクション確立要求の受付プログラムにおいて、
ネットワーク上のサーバに、
コネクションの確立要求を検知する手順と、
検知された確立要求の保留時間を判定する手順と、
前記検知された確立要求を、保留時間が長くなるほど優先的に受け付ける手順とを実行させることを特徴とするコネクション確立要求の受付プログラム。
In the connection establishment request acceptance program that accepts connection establishment requests and establishes connections,
To a server on the network
A procedure for detecting a connection establishment request;
A procedure for determining the hold time of the detected establishment request;
A program for receiving a connection establishment request, wherein the detected establishment request is preferentially executed as the holding time becomes longer.
JP2005377402A 2005-12-28 2005-12-28 Connection establishment request receiving method, apparatus and program, and connection establishment request apparatus Expired - Fee Related JP4666501B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005377402A JP4666501B2 (en) 2005-12-28 2005-12-28 Connection establishment request receiving method, apparatus and program, and connection establishment request apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005377402A JP4666501B2 (en) 2005-12-28 2005-12-28 Connection establishment request receiving method, apparatus and program, and connection establishment request apparatus

Publications (2)

Publication Number Publication Date
JP2007180937A true JP2007180937A (en) 2007-07-12
JP4666501B2 JP4666501B2 (en) 2011-04-06

Family

ID=38305637

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005377402A Expired - Fee Related JP4666501B2 (en) 2005-12-28 2005-12-28 Connection establishment request receiving method, apparatus and program, and connection establishment request apparatus

Country Status (1)

Country Link
JP (1) JP4666501B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017147576A (en) * 2016-02-16 2017-08-24 日本電信電話株式会社 Communication control system and communication control method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6421558A (en) * 1987-07-15 1989-01-24 Fujitsu Ltd Session opening system based upon reservation system
JPH1127320A (en) * 1997-07-03 1999-01-29 Fujitsu Ltd Packet relay control method, packet repeater and program storage medium
JP2000224302A (en) * 1999-02-01 2000-08-11 Nec Eng Ltd Incoming call control system, its incoming call control method and storage medium recording its control program
JP2002222123A (en) * 2001-01-25 2002-08-09 Ibm Japan Ltd Connection accepting system, accepting server, client terminal, connection acceptance management method, storage medium, and computer program
JP2003283556A (en) * 2002-03-26 2003-10-03 Hitachi Ltd Data communication repeater and system
JP2003323175A (en) * 2002-05-08 2003-11-14 Yamaha Corp Performance support system by means of performance network visualization in music performance system using communication network and server therefor
JP2005135076A (en) * 2003-10-29 2005-05-26 Canon Inc Electronic equipment and information processor, communication system and its communication control method, and data processor
JP2005182142A (en) * 2003-12-16 2005-07-07 Seiko Instruments Inc Time stamp issuance acceptance device, and agency system for time stamping service
JP2005303482A (en) * 2004-04-08 2005-10-27 Nec Engineering Ltd Incoming call control system, incoming call control method used therefor, and program thereof

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6421558A (en) * 1987-07-15 1989-01-24 Fujitsu Ltd Session opening system based upon reservation system
JPH1127320A (en) * 1997-07-03 1999-01-29 Fujitsu Ltd Packet relay control method, packet repeater and program storage medium
JP2000224302A (en) * 1999-02-01 2000-08-11 Nec Eng Ltd Incoming call control system, its incoming call control method and storage medium recording its control program
JP2002222123A (en) * 2001-01-25 2002-08-09 Ibm Japan Ltd Connection accepting system, accepting server, client terminal, connection acceptance management method, storage medium, and computer program
JP2003283556A (en) * 2002-03-26 2003-10-03 Hitachi Ltd Data communication repeater and system
JP2003323175A (en) * 2002-05-08 2003-11-14 Yamaha Corp Performance support system by means of performance network visualization in music performance system using communication network and server therefor
JP2005135076A (en) * 2003-10-29 2005-05-26 Canon Inc Electronic equipment and information processor, communication system and its communication control method, and data processor
JP2005182142A (en) * 2003-12-16 2005-07-07 Seiko Instruments Inc Time stamp issuance acceptance device, and agency system for time stamping service
JP2005303482A (en) * 2004-04-08 2005-10-27 Nec Engineering Ltd Incoming call control system, incoming call control method used therefor, and program thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017147576A (en) * 2016-02-16 2017-08-24 日本電信電話株式会社 Communication control system and communication control method

Also Published As

Publication number Publication date
JP4666501B2 (en) 2011-04-06

Similar Documents

Publication Publication Date Title
US9723055B2 (en) System and method for acceleration of a secure transmission over satellite
JP4805081B2 (en) Wireless relay device, wireless relay method, and wireless relay program
US8638708B2 (en) MAC based mapping in IP based communications
KR20120082416A (en) An efficient application-layer automatic repeat request retransmission method for reliable real-time data streaming in networks
CN101304302A (en) Method and system for transmitting video data
US20050102416A1 (en) Modifications of tcp/ip
US8321754B2 (en) Method for transmitting multimedia data in ad hoc communication networks
JP2007274372A (en) Viewer terminal and communication restriction method thereof
CN113726895B (en) File transmission method and device and network KTV system
CN106130746B (en) Data transmission method and device
JP4666501B2 (en) Connection establishment request receiving method, apparatus and program, and connection establishment request apparatus
JP4482545B2 (en) Information distribution apparatus and information distribution method
JP3846853B2 (en) Information distribution system and information distribution method
CN115883680A (en) UDP (user Datagram protocol) data transmission method, system and equipment based on ARQ (automatic repeat request)
JP3950865B2 (en) ATM communication system
CN114979793A (en) Live broadcast data transmission method, device, system, equipment and medium
JP2002077263A (en) Transmitting/receiving method
JP4292884B2 (en) Real-time data communication system, real-time data communication apparatus, and real-time data communication method
Cisco BGP Prefix-Based Outbound Route Filtering
JP2003264590A (en) Packet transmission system and its data transmitter and data receiver
JP2017034627A (en) System and method for communication control
JP4805072B2 (en) Communications system
JP3848222B2 (en) Resending method
CN116896546B (en) Visual intercom method, system and storage medium based on SRT communication protocol
JP4780657B2 (en) Message receiving device and viewer terminal of broadcasting / communication integrated system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080821

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100526

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101027

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101125

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

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

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

Free format text: PAYMENT UNTIL: 20140121

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4666501

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees