JP3830352B2 - Communication protocol conversion method and apparatus - Google Patents

Communication protocol conversion method and apparatus Download PDF

Info

Publication number
JP3830352B2
JP3830352B2 JP2001082063A JP2001082063A JP3830352B2 JP 3830352 B2 JP3830352 B2 JP 3830352B2 JP 2001082063 A JP2001082063 A JP 2001082063A JP 2001082063 A JP2001082063 A JP 2001082063A JP 3830352 B2 JP3830352 B2 JP 3830352B2
Authority
JP
Japan
Prior art keywords
communication network
data
communication
segment
syn
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 - Lifetime
Application number
JP2001082063A
Other languages
Japanese (ja)
Other versions
JP2002281104A (en
Inventor
仁 小幡
和久 樋口
伸次 植月
Original Assignee
ボーダフォン株式会社
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 ボーダフォン株式会社 filed Critical ボーダフォン株式会社
Priority to JP2001082063A priority Critical patent/JP3830352B2/en
Publication of JP2002281104A publication Critical patent/JP2002281104A/en
Application granted granted Critical
Publication of JP3830352B2 publication Critical patent/JP3830352B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、トランザクション型のトランスポート制御プロトコル(T/TCP)を用いる第1の通信網と、通常のトランスポート制御プロトコル(TCP)を用いる第2の通信網との間で、通信プロトコルを変換する通信プロトコル変換方法及びその装置に関するものである。
【0002】
【従来の技術】
従来、通信網における通信に用いるネットワーク・プロトコルとして、トランスポート制御プロトコル(Transport Control Protocol:以下「通常のTCP」という。)が知られている。この通常のTCPは、ネットワーク階層のトランスポート層で用いられるフロー制御機能を有するプロトコルであり、インターネットにおける通信の標準的なプロトコルとして用いられている。また、この通常のTCPは、携帯電話などの移動情報端末から移動体通信網を介してインターネットへ接続して通信するときにも使用される。
【0003】
図3は、上記通常のTCPを用いて通信網の2つのエンドポイント(クライアント501、サーバー502)の間で通信を行なうときの接続確立処理および接続終了処理のシーケンスの一例を示している。この通常のTCPでは、信頼性のあるデータ伝送を行なうために、転送対象データの伝送の前後で接続確立処理および接続終了処理をそれぞれ実行している。
図3に示すように通常のTCPの接続確立処理では、まずアクティブオープンを実行するクライアント501側からパッシブオープンを実行するサーバー502側へ、クライアント501の初期シーケンス番号(ISN:Initial Sequence Number)とサーバー502のポート番号とを指定したセグメント1(SYNセグメント)が送信される。ここで、「セグメント」とは、TCPが下位のネットワーク層とのやりとりを行なう時のデータの単位である。また、「SYNセグメント」とはセグメント内に設けられた複数の制御フラグのうち、シーケンス番号の同期をとるためのSYN(Synchronize)フラグに「1」をセットしたセグメントである。
次に、サーバー502は、上記セグメント1を受信した後、サーバー側の初期シーケンス番号を含むセグメント2(SYN+ACKセグメント)で応答する。また、このセグメント2の送信において、クライアント501の初期シーケンス番号に1を加算したACKを出すことにより、クライアント501のSYNに確認応答する。次に、クライアント501は、サーバー502から送信されてきたセグメント2のSYNに対して、サーバー502の初期シーケンス番号に1を加算したセグメント3(ACKセグメント)を送信して確認応答する。このようにクライアント501とサーバー502との間で3つのセグメントの送受信を行なう3ウェイハンドシェイクの接続確立処理を行なう。ここで、上記「ACKセグメント」は、上記SYNセグメントや後述のFINセグメントに対して確認応答するACK(Acknowledgement)フラグに「1」がセットされたセグメントである。
【0004】
また、上記通常のTCPの接続終了処理では、まずアクティブクローズを実行するクライアント501側からパッシブクローズを実行するサーバー502側へ、シーケンス番号を指定したセグメント4(FINセグメント)が送信され、クライアント501側からサーバー502へのデータフローを終了する。ここで、上記「FINセグメント」は、送信者がデータの送信が終了したことを知らせるFIN(Finish)フラグに「1」がセットされたセグメントである。
次に、サーバー502はセグメント4(FINセグメント)を受信すると、受信したシーケンス番号に1を加算したセグメント5(ACKセグメント)を送信する。そして、サーバー502は接続を閉じ、セグメント6(FINセグメント)をクライアント501に送信する。クライアント501は、受信したシーケンス番号に1を加算したセグメント7(ACKセグメント)をサーバー502に送り返す。このように接続終了処理においては、クライアント501とサーバー502との間で4つのセグメント送受信を行なう。
【0005】
【発明が解決しようとする課題】
上記通常のTCPを用いた場合、図3に示すようにデータフロー前後の接続開始処理および接続終了処理において、合計7つのセグメントの送受信が必要となる。このため、クライアントからの要求に対してサーバーが応答するというようなトランザクションを処理する場合は、接続確立処理および接続終了処理のオーバーヘッドが発生し、トランザクション処理の速度が低下してしまうという問題があった。
特に、携帯電話通信網のような移動体通信網の場合は無線系の伝送路が介在し、高速のデータ伝送速度を確保することが難しいため、より効率的なトランザクション処理を行なうことができるトランスポート層のプロトコルを用いることが好ましい。
【0006】
そこで、上記接続確立処理および接続終了処理のオーバーヘッドの発生を回避し、効率的なトランザクション処理を行なうことができるトランスポート層を提供するために、トランザクション型のトランスポート制御プロトコル(以下「T/TCP」という。)を用いることが考えられる。このT/TCPは、RFC(Request For Comment)1379、1644に定義が記述されているプロトコルであり、各クライアントから受け取ったコネクションカウント(以下「CC」という。)の最後の値をサーバーに記憶させておくことにより、スリーウェイハンドシェイクの接続確立処理を回避し、効率的なトランザクション処理を達成している。
【0007】
ところが、インターネットの世界においては、依然として前述の通常のTCPが多く用いられている。従って、移動体通信網のような品質の悪い伝送路を含む第1の通信網に上記T/TCPを用いようとすると、この第1の通信網と、通常のTCPを用いるインターネット側の第2の通信網との間で通信プロトコルを変換してデータ転送する必要がある。そして、この通信プロトコル変換については、上記通常のTCPにおけるスリーウェイハンドシェイクの接続確立処理の制約を受けずに高速にプロトコルを変換してデータ転送を行なうことが課題となっている。
【0008】
本発明は以上の背景の下でなされたものであり、その目的は、T/TCPを用いる第1の通信網と通常のTCPを用いる第2の通信網との間における通信プロトコル変換を伴うデータ転送を高速に行なうことが可能となる通信プロトコル変換方法及びその装置を提供することである。
【0009】
【課題を解決するための手段】
上記目的を達成するために、請求項1の発明は、トランザクション型のトランスポート制御プロトコル(T/TCP)を用いる第1の通信網と、通常のトランスポート制御プロトコル(TCP)を用いる第2の通信網との間で、通信プロトコル変換装置により通信プロトコルを変換する通信プロトコル変換方法であって、前記第1の通信網から転送対象データを含むSYNセグメントを受信したとき、前記第1の通信網に対してSYN+ACKセグメントを送信し、前記第1の通信網から該SYN+ACKセグメントに応答するACKセグメントを受信することにより、前記通信プロトコル変換装置と前記第1の通信網との間で前記T/TCPによる前記転送対象データの送受信処理を行い、前記第1の通信網から前記転送対象データを含むSYNセグメントを受信した後であって前記第1の通信網から前記SYN+ACKセグメントに応答するACKセグメントを受信する前に、前記通信プロトコル変換装置と前記第2の通信網との間の接続確立処理を開始する、ことを特徴とするものである。
請求項2の発明は、請求項1に記載の通信プロトコル変換方法において、前記SYN+ACKセグメントを前記第1の通信網に送信する前に、前記第2の通信網との間の接続確立処理を開始する、ことを特徴とするものである。
請求項3の発明は、請求項1又は請求項2に記載の通信プロトコル変換方法において、前記通信プロトコル変換装置は、前記第2の通信網との間の接続確立処理を完了した後、前記第1の通信網から受信した前記転送対象データを、前記第2の通信網に対して送信する、ことを特徴とするものである。
請求項4の発明は、請求項1から請求項3までのいずれかに記載の通信プロトコル変換方法において、前記第1の通信網から前記転送対象データを含むSYNセグメントを受信したときに該転送対象データを記憶し、前記第2の通信網との間の接続確立処理を完了した後、該記憶しておいた転送対象データを前記第2の通信網に対して送信する、ことを特徴とするものである。
なお、上記「SYN+ACKセグメント」は、SYNフラグ及びACKフラグの両方に「1」がセットされたセグメントである。
この請求項1乃至4の通信プロトコル変換方法では、転送対象データを含む最初のSYNセグメントを第1の通信網から受信すると、第1の通信網に対してSYN+ACKセグメントを送信し、第1の通信網からSYN+ACKセグメントに応答するACKセグメントを受信することにより、通信プロトコル変換装置と第1の通信網との間でT/TCPによる転送対象データの送受信処理を行う。そして、第1の通信網から転送対象データを含むSYNセグメントを受信した後であって第1の通信網からSYN+ACKセグメントに応答するACKセグメントを受信する前に、通信プロトコル変換装置と第2の通信網との間の接続確立処理を開始している。このように通信プロトコル変換装置と第1の通信網との間で最初のデータ転送処理に対するセグメント送受信を行っている間に、不要なセグメント送受信を省いて通信プロトコル変換装置と第2の通信網との間の接続確立処理を開始することにより、第2の通信網からいち早く応答を得ることができる。
【0010】
請求項の発明は、トランザクション型のトランスポート制御プロトコル(T/TCP)を用いる第1の通信網と、通常のトランスポート制御プロトコル(TCP)を用いる第2の通信網との間で、通信プロトコルを変換する通信プロトコル変換装置であって、第1の通信網に対してデータ送受信を行なう第1のデータ送受信部と、第2の通信網に対してデータ送受信を行なう第2のデータ送受信部とを備え前記第1のデータ送受信部は、前記第1の通信網から転送対象データを含むSYNセグメントを受信したとき、前記第1の通信網に対してSYN+ACKセグメントを送信し、前記第1の通信網から該SYN+ACKセグメントに応答するACKセグメントを受信することにより、前記通信プロトコル変換装置と前記第1の通信網との間で前記T/TCPによる前記転送対象データの送受信処理を行い、前記第1の通信網から転送対象データを含むSYNセグメントを受信したとき、前記第1の通信網に対してSYN+ACKセグメントを送信し、前記第1の通信網から該SYN+ACKセグメントに応答するACKセグメントを受信することにより、前記通信プロトコル変換装置と前記第1の通信網との間で前記T/TCPによる前記転送対象データの送受信処理を行い、前記第2のデータ送受信部は、前記第1の通信網から前記転送対象データを含むSYNセグメントを受信した後であって前記第1の通信網から前記SYN+ACKセグメントに応答するACKセグメントを受信する前に、前記通信プロトコル変換装置と前記第2の通信網との間の接続確立処理を開始する、ことを特徴とするものである。
請求項6の発明は、請求項5に記載の通信プロトコル変換装置において、前記第2のデータ送受信部は、前記SYN+ACKセグメントを前記第1の通信網に送信する前に、前記第2の通信網との間の接続確立処理を開始する、ことを特徴とするものである。
請求項7の発明は、請求項5又は請求項6に記載の通信プロトコル変換装置において、前記第2のデータ送受信部は、前記第2の通信網との間の接続確立処理を完了した後、前記第1の通信網から受信した前記転送対象データを、前記第2の通信網に対して送信する、ことを特徴とするものである。
請求項8の発明は、請求項7の通信プロトコル変換装置において、前記第1のデータ送受信部により受信された前記転送対象データを記憶するデータ記憶部を備え、前記第2のデータ送受信部は、前記第2の通信網との間の接続確立処理を完了した後、該データ記憶部に記憶しておいた転送対象データを前記第2の通信網に対して送信する、ことを特徴とするものである。
請求項5乃至8の通信プロトコル変換装置において、第1のデータ送受信部は、転送対象データを含む最初のSYNセグメントを第1の通信網から受信すると、第1の通信網に対してSYN+ACKセグメントを送信し、第1の通信網からSYN+ACKセグメントに応答するACKセグメントを受信することにより、通信プロトコル変換装置と第1の通信網との間でT/TCPによる転送対象データの送受信処理を行う。そして、第2のデータ送受信部は、転送対象データを含むSYNセグメントを受信した後であって第1の通信網に送信したSYN+ACKセグメントに応答するACKセグメントを第1の通信網から受信する前に、第2の通信網との間の接続確立処理を開始している。このように通信プロトコル変換装置と第1の通信網との間で最初のデータ転送処理に対するセグメント送受信を行っている間に、不要なセグメント送受信を省いて通信プロトコル変換装置と第2の通信網との間の接続確立処理を開始することにより、第2の通信網からいち早く応答を得ることができる。
【0011】
特に、請求項4の通信プロトコル変換方法及び請求項8の通信プロトコル変換装置では、転送対象データを含む最初のSYNセグメントを第1の通信網から受信すると、受信した転送対象データをデータ記憶部に一旦記憶し、第2の通信網へのデータ送信に備える。そして、通信プロトコル変換装置と第2の通信網との間の接続確立が完了した後、上記データ記憶部に記憶している転送対象データを含むセグメントが第2の通信網に向けて送信される。
【0013】
【発明の実施の形態】
以下、本発明を第1の通信網としての携帯電話通信網と第2の通信網としてのインターネット(The Internet)に接続される通信網(以下「インターネット側通信網」という。)との間でデータ転送を行なう通信プロトコル変換方法及びその装置並びにデータ通信システムに適用した一実施形態について説明する。
図2は、本実施形態に係る通信プロトコル変換装置を含むデータ通信システムのブロック図である。このデータ通信システムは、携帯電話通信網10と、通信プロトコル変換装置20と、インターネット側通信網30とにより構成されている。
【0014】
上記携帯電話通信網10は、移動情報端末としての携帯電話機11との間で無線通信回線12を介してデータ送受信する複数の基地局13と、各基地局13に対するデータ送受信を切り替えながら行なう交換機14とを備えている。この携帯電話通信網10では、伝送速度が比較的低い無線通信回線を含む場合でも高速のデータ転送が可能となるように、トランスポート層の通信プロトコルとして、トランザクション型のトランスポート制御プロトコルであるT/TCPが用いられている。このT/TCPは、通常のTCPとは異なりデータ送信に先立って行なうスリーウェイハンドシェイクの接続確立処理が不要であり、通常のTCPを用いた場合に比して、データの高速転送が可能となる。特にクライアント(携帯電話機)からの要求に対してサーバーが応答するというようなトランザクション処理を行なう場合に有利である。
【0015】
上記通信プロトコル変換装置20は、携帯電話通信網10に対してデータ送受信を行なう第1のデータ送受信部21と、インターネット側通信網30に対してデータ送受信を行なう第2のデータ送受信部22と、後述の通信プロトコル変換を含むデータ処理を行なうデータ処理部23とを備えている。
上記第1のデータ送受信部21及び第2のデータ送受信部22は、ネットワーク・プロトコル階層のうち最下位のリンク層(「ネットワークインターフェース層」とも呼ばれる)における信号処理を行なうものであり、通信ケーブルとの物理的なインターフェースに関するハードウェア的な側面を処理する。
また、上記データ処理部23は、データ記憶部23a、セグメント生成部23b及びタイミング制御部23cを備え、CPU、RAM、ROMなどにより構成されている。データ記憶部23aは、携帯電話通信網10及びインターネット側通信網30から受信したデータを一旦記憶する。また、セグメント生成部23bは、携帯電話通信網10及びインターネット側通信網30に向けて送出する各セグメントを生成する。また、タイミング制御部23cは、携帯電話通信網10及びインターネット側通信網30に向けて送信する各セグメントの送信タイミングを制御する。これらを備えたデータ処理部23は、後述のトランスポート層における通信プロトコル変換のほか、IP(Internet Protocol)を用いたパケット処理などのデータ処理も行なう。
【0016】
上記インターネット側通信網30は、インターネット40に接続するためのゲートウェイサーバー31を備えている。このインターネット側通信網30では、トランスポート層の通信プロトコルとして、インターネット40で広く用いられている通常のTCPが採用されている。また、ゲートウェイサーバー31と上記通信プロトコル変換装置20との間は有線通信回線32で結ばれている。この有線通信回線32は、必要に応じて、例えばショートメールなどの伝送データの容量を制限した回線で構成したり、3000文字くらいのロングメールや画像データなどの比較的大容量のデータを伝送することができるブロードバンドの回線で構成したり、あるいは、これらの複数の回線を切り替えて利用できるように構成したりすることができる。
【0017】
図1は、携帯電話通信網10にある携帯電話機11からインターネット側通信網30に接続されたインターネット40上のある特定のサイトのWWW(World Wide Web)サーバーにデータを送信するときのセグメントの送受信を示すシーケンス図である。
通信プロトコル変換装置20のデータ処理部23における携帯電話通信網10とのデータ送受信では、まず、第1のデータ送受信部21を介して、転送対象データ(data1)を含むSYNセグメント(セグメント101)を携帯電話通信網10から受信する。このセグメント101は、データの送信が終了したことを知らせるFINフラグも「1」もセットされている。また、このセグメント101には、T/TCP特有のオプションである6ビットのコネクション・カウントの値をセットするための「CC」が設けられている。データ処理部23は、セグメント101内のCC内の値(=x)と、データ処理部23内にキャッシュしている前回のコネクションにおける最後のCC値とを比較し、CC内の値(=x)がキャッシュされているCC値よりも大きいときは、セグメント101に含まれる転送対象データが新規のデータであると判断し、インターネット側通信網30に転送する。一方、受信したCC内の値(=x)がキャッシュされているCC値よりも小さいとき、あるいはデータ処理部23内にCC値がキャッシュされていないときは、通常のTCPにおけるスリーウェイハンドシェイクが実行される。
【0018】
次に、携帯電話通信網10から上記セグメント101を受信したデータ処理部23は、携帯電話機11に対してセグメント102(SYN+ACKセグメント)を送信する。このセグメント102では、SYNフラグとともに、上記セグメント101のSYNに対して確認応答するためのACKフラグにも「1」がセットされている。また、このセグメント102は、送信側のCC値をセットするためのデータ領域「CC」を有しており、この「CC」に、通信プロトコル変換装置20に対する所定の値(=y)がセットされている。さらに、受信したCC値をエコーするためのデータ領域「CC.ECHO」も有しており、この「CC.ECHO」に上記セグメント101のCCの値(=x)がセットされている。
【0019】
次に、上記セグメント102を受信した携帯電話機10から、SYNに確認応答するためのセグメント103(ACKセグメント)が送信されると、通信プロトコル変換装置20は、携帯電話機10から送信されてきたセグメント103を受信する。これにより、携帯電話機11から通信プロトコル変換装置20に対する一つのデータの転送が完了する。
以上のように、携帯電話通信網10の携帯電話機1から通信プロトコル変換装置20へのデータ伝送は、3つのセグメント101,102,103の送受信で完了する。
【0020】
一方、通信プロトコル変換装置20のデータ処理部23におけるインターネット側通信網30とのデータ送受信では、まず、携帯電話通信網10から上記セグメント101を受信した後、セグメント102を携帯電話通信網10へ送信する前に、第2のデータ送受信部22を介して、インターネット側通信網30の特定サイトのWWWサーバーに対する接続確立処理を開始している。この接続確立処理は、インターネット側通信網30に対してSYNセグメント(セグメント201)を送信することで開始される。その後のセグメントの送受信は前述の図3で示した通常のTCPによる手順で行なわれ、データ転送が完了した後、同じく前述の図3で示した通常のTCPによる手順で接続終了処理が行なわれる。
【0021】
ここで、携帯電話機11からインターネット40の特定サイトのWWWサーバーへ複数の転送対象データ(data1, data2, data3, ・・・)を続けて転送する場合は、携帯電話通信網10から上記セグメント101〜103の送受信を行なって転送対象データを受信しつつ、インターネット側通信網20に対しては、接続確立処理を行なった後、転送対象データを含むセグメントの送信を繰り返して行ない、最後に接続終了処理を行なう。
【0022】
以上、本実施形態によれば、携帯電話通信網10との間で最初のデータ転送処理に対するセグメント101の送信からセグメント102の受信までの間に、不要なセグメント送受信を省いてインターネット側通信網30に対する接続確立処理を開始することができる。したがって、セグメント101〜103の送受信が完了した後にインターネット側通信網30に対する接続確立処理を開始していた従来の通信プロトコル変換方法の場合に比して、第2の通信網かいち早く応答を得ることができ、通信プロトコル変換を伴うデータ転送の高速化を図ることができる。
【0023】
なお、上記実施形態では、携帯電話通信網10から上記セグメント101(SYNセグメント)を受信した後、セグメント102(SYN+ACKセグメント)を携帯電話通信網10へ送信する前に、インターネット側通信網30の特定サイトのWWWサーバーに対する接続確立処理を開始しているが、上記セグメント102を送信した後、セグメント103(ACKセグメント)を携帯電話通信網10から受信するまでの間に、インターネット側通信網30に対する接続確立処理を開始するようにしてもよい。
【0024】
また、上記実施形態では、T/TCPを用いる第1の通信網が、携帯電話機11と基地局13との間で直接通信を行なう無線通信回線を含む携帯電話通信網である場合について説明したが、本発明は、T/TCPを用いる第1の通信網が、地上の携帯電話や基地局と通信衛星との間で通信を行なう衛星通信回線を含む通信網である場合にも適用できるものである。
また、上記実施形態では、通常のTCPを用いる第2の通信網が、インターネット(The Internet)に接続するための通信回線を含む通信網(インターネット側通信網30)である場合について説明したが、本発明は、通常のTCPを用いる第2の通信網がインターネットへの接続を目的にするものではない通信網である場合にも適用できるものである。
このように、本発明は、T/TCPを用いる第1の通信網と通常のTCPを用いる第2の通信網との間で、通信プロトコルを変換するものであれば、各通信網内のおける通信回線の種類や通信網の目的に限定されることなく適用できるものである。
【0025】
【発明の効果】
請求項1乃至の発明によれば、通信プロトコル変換装置と第1の通信網との間で最初のデータ転送処理に対するセグメント送受信を行っている間に、不要なセグメント送受信を省いて通信プロトコル変換装置と第2の通信網との間の接続確立処理を開始することにより、第2の通信網からいち早く応答を得ることができるので、通信プロトコル変換を伴うデータ転送の高速化を図ることが可能となるという優れた効果がある。
【図面の簡単な説明】
【図1】本発明の実施形態に係る通信プロトコル変換を伴うデータ転送におけるセグメント送受信を示すシーケンス図。
【図2】同通信プロトコル変換を伴うデータ転送を行なう通信プロトコル変換装置を含むデータ通信システムの概略構成を示すブロック図。
【図3】通常のTCPを用いた接続確立処理及び接続終了処理におけるセグメント送受信を示すシーケンス図。
【符号の説明】
10 携帯電話通信網
11 携帯電話機
12 無線通信回線
13 基地局
14 交換機
20 通信プロトコル変換装置
21 第1のデータ送受信部
22 第2のデータ送受信部
23 データ処理部
23a データ記憶部
23b セグメント生成部
23c タイミング制御部
30 インターネット側通信網
31 ゲートウェイサーバー
32 有線通信回線
40 インターネット
[0001]
BACKGROUND OF THE INVENTION
The present invention converts a communication protocol between a first communication network using a transaction type transport control protocol (T / TCP) and a second communication network using a normal transport control protocol (TCP). those related to the communication protocol conversion method and equipment for.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, a transport control protocol (hereinafter referred to as “normal TCP”) is known as a network protocol used for communication in a communication network. This normal TCP is a protocol having a flow control function used in the transport layer of the network layer, and is used as a standard protocol for communication on the Internet. The normal TCP is also used when a mobile information terminal such as a mobile phone connects to the Internet via a mobile communication network for communication.
[0003]
FIG. 3 shows an example of a sequence of connection establishment processing and connection termination processing when communication is performed between two endpoints (client 501 and server 502) of the communication network using the normal TCP. In this normal TCP, in order to perform reliable data transmission, connection establishment processing and connection termination processing are executed before and after transmission of data to be transferred.
As shown in FIG. 3, in a normal TCP connection establishment process, an initial sequence number (ISN: Initial Sequence Number) of the client 501 and the server are first transferred from the client 501 side that executes active open to the server 502 side that executes passive open. Segment 1 (SYN segment) designating the port number 502 is transmitted. Here, the “segment” is a unit of data when TCP exchanges with a lower network layer. The “SYN segment” is a segment in which “1” is set in a SYN (Synchronize) flag for synchronizing sequence numbers among a plurality of control flags provided in the segment.
Next, after receiving the segment 1, the server 502 responds with the segment 2 (SYN + ACK segment) including the initial sequence number on the server side. Also, in the transmission of segment 2, an acknowledgment is made to the SYN of the client 501 by issuing an ACK obtained by adding 1 to the initial sequence number of the client 501. Next, the client 501 transmits a segment 3 (ACK segment) obtained by adding 1 to the initial sequence number of the server 502 to the SYN of the segment 2 transmitted from the server 502 and confirms the response. In this way, connection establishment processing of a three-way handshake is performed in which three segments are transmitted and received between the client 501 and the server 502. Here, the “ACK segment” is a segment in which “1” is set in an ACK (Acknowledgement) flag that acknowledges the SYN segment or a FIN segment described later.
[0004]
In the normal TCP connection termination process, first, the segment 4 (FIN segment) specifying the sequence number is transmitted from the client 501 side that performs active close to the server 502 side that performs passive close, and the client 501 side The data flow from the server to the server 502 is terminated. Here, the “FIN segment” is a segment in which “1” is set in a FIN (Finish) flag that informs the sender that transmission of data has ended.
Next, when the server 502 receives the segment 4 (FIN segment), the server 502 transmits the segment 5 (ACK segment) obtained by adding 1 to the received sequence number. Then, the server 502 closes the connection and transmits the segment 6 (FIN segment) to the client 501. The client 501 returns a segment 7 (ACK segment) obtained by adding 1 to the received sequence number to the server 502. As described above, in the connection termination process, four segments are transmitted / received between the client 501 and the server 502.
[0005]
[Problems to be solved by the invention]
When the normal TCP is used, a total of seven segments need to be transmitted and received in the connection start process and the connection end process before and after the data flow as shown in FIG. For this reason, when processing a transaction in which the server responds to a request from a client, the overhead of connection establishment processing and connection termination processing occurs, and the transaction processing speed decreases. It was.
In particular, in the case of a mobile communication network such as a cellular phone communication network, it is difficult to ensure a high data transmission speed because a wireless transmission path is interposed, and therefore a transformer capable of performing more efficient transaction processing. Preferably, a port layer protocol is used.
[0006]
Therefore, in order to provide a transport layer capable of avoiding the overhead of the connection establishment process and the connection termination process and performing an efficient transaction process, a transaction-type transport control protocol (hereinafter referred to as “T / TCP”). ")"). This T / TCP is a protocol whose definition is described in RFC (Request For Comment) 1379 and 1644, and the last value of the connection count (hereinafter referred to as “CC”) received from each client is stored in the server. By doing so, connection establishment processing of the three-way handshake is avoided, and efficient transaction processing is achieved.
[0007]
However, in the Internet world, the aforementioned normal TCP is still widely used. Therefore, if the T / TCP is used for the first communication network including the poor quality transmission line such as the mobile communication network, the first communication network and the second on the Internet side using the normal TCP are used. It is necessary to convert the communication protocol to transfer data with other communication networks. The communication protocol conversion involves a problem of performing data transfer by converting the protocol at high speed without being restricted by the connection establishment process of the three-way handshake in the normal TCP.
[0008]
The present invention has been made under the above background, and its object is to provide data accompanying communication protocol conversion between a first communication network using T / TCP and a second communication network using normal TCP. the transfer is to provide a communication protocol conversion method and equipment it is possible to perform a high speed.
[0009]
[Means for Solving the Problems]
In order to achieve the above object, the invention of claim 1 includes a first communication network using a transaction type transport control protocol (T / TCP) and a second communication network using a normal transport control protocol (TCP). A communication protocol conversion method for converting a communication protocol with a communication network using a communication protocol conversion device , wherein when a SYN segment including data to be transferred is received from the first communication network, the first communication network The T / TCP is transmitted between the communication protocol converter and the first communication network by transmitting a SYN + ACK segment to the first communication network and receiving an ACK segment responding to the SYN + ACK segment from the first communication network. The transmission target data is transmitted / received by the first communication network, and includes the transfer target data from the first communication network. After receiving the YN segment and before receiving the ACK segment in response to the SYN + ACK segment from the first communication network, a connection establishment process between the communication protocol converter and the second communication network is performed. It is characterized by starting .
According to a second aspect of the present invention, in the communication protocol conversion method according to the first aspect, a connection establishment process with the second communication network is started before the SYN + ACK segment is transmitted to the first communication network. It is characterized by that.
According to a third aspect of the present invention, in the communication protocol conversion method according to the first or second aspect, the communication protocol conversion device, after completing the connection establishment process with the second communication network, The transfer target data received from one communication network is transmitted to the second communication network.
According to a fourth aspect of the present invention, in the communication protocol conversion method according to any one of the first to third aspects, the transfer target is received when the SYN segment including the transfer target data is received from the first communication network. Data is stored, and after the connection establishment process with the second communication network is completed, the stored transfer target data is transmitted to the second communication network. Is.
The “SYN + ACK segment” is a segment in which “1” is set in both the SYN flag and the ACK flag.
In the communication protocol conversion method according to claims 1 to 4, when the first SYN segment including the transfer target data is received from the first communication network, the SYN + ACK segment is transmitted to the first communication network, and the first communication is performed. By receiving an ACK segment in response to the SYN + ACK segment from the network, transmission / reception processing of data to be transferred by T / TCP is performed between the communication protocol converter and the first communication network. Then, prior to receiving an ACK segment in response from the first communication network even after having received a SYN segment containing data to be transferred from the first communication network to SYN + ACK segment, the communication protocol converter and the second A connection establishment process with the communication network has started. In this way, while performing segment transmission / reception for the first data transfer process between the communication protocol conversion apparatus and the first communication network, unnecessary communication between the communication protocol conversion apparatus and the second communication network is eliminated. By starting the connection establishment process between the two, it is possible to obtain a response quickly from the second communication network.
[0010]
According to the invention of claim 5 , communication is performed between a first communication network using a transaction type transport control protocol (T / TCP) and a second communication network using a normal transport control protocol (TCP). A communication protocol conversion device for converting a protocol, a first data transmission / reception unit that transmits / receives data to / from a first communication network, and a second data transmission / reception unit that transmits / receives data to / from a second communication network with the door, said first data transceiver, when receiving a SYN segment containing data to be transferred from the first communication network, sends a SYN + ACK segment to the first communication network, the first By receiving an ACK segment in response to the SYN + ACK segment from the communication network of the communication protocol conversion device and the first communication network, When the SYN data including the transfer target data is received from the first communication network, the SYN + ACK segment is transmitted to the first communication network. By receiving an ACK segment in response to the SYN + ACK segment from the first communication network, transmission / reception processing of the data to be transferred by the T / TCP between the communication protocol converter and the first communication network The second data transmitting / receiving unit receives an ACK segment responding to the SYN + ACK segment from the first communication network after receiving the SYN segment including the transfer target data from the first communication network. Before receiving, start a connection establishment process between the communication protocol converter and the second communication network That, it is characterized in.
According to a sixth aspect of the present invention, in the communication protocol conversion device according to the fifth aspect, the second data transmitting / receiving unit transmits the SYN + ACK segment to the first communication network before transmitting the second communication network. The process of establishing a connection with the server is started.
The invention according to claim 7 is the communication protocol converter according to claim 5 or claim 6, wherein the second data transmitting / receiving unit completes connection establishment processing with the second communication network, The transfer target data received from the first communication network is transmitted to the second communication network.
The invention according to claim 8 is the communication protocol conversion apparatus according to claim 7, further comprising a data storage unit that stores the transfer target data received by the first data transmitting / receiving unit, wherein the second data transmitting / receiving unit includes: After completing the connection establishment process with the second communication network, the transfer target data stored in the data storage unit is transmitted to the second communication network. It is.
9. The communication protocol conversion device according to claim 5, wherein when the first data transmitting / receiving unit receives the first SYN segment including the transfer target data from the first communication network , the first data transmission / reception unit transmits a SYN + ACK segment to the first communication network. By transmitting and receiving an ACK segment in response to the SYN + ACK segment from the first communication network, transmission / reception processing of data to be transferred by T / TCP is performed between the communication protocol converter and the first communication network. The second data transmitting / receiving unit receives the SYN segment including the transfer target data and before receiving the ACK segment responding to the SYN + ACK segment transmitted to the first communication network from the first communication network. The process for establishing a connection with the second communication network is started. In this way, while performing segment transmission / reception for the first data transfer process between the communication protocol conversion apparatus and the first communication network, unnecessary communication between the communication protocol conversion apparatus and the second communication network is eliminated. By starting the connection establishment process between the two, it is possible to obtain a response quickly from the second communication network.
[0011]
Particularly, in the communication protocol conversion method according to claim 4 and the communication protocol conversion device according to claim 8, when the first SYN segment including the transfer target data is received from the first communication network, the received transfer target data is stored in the data storage unit. Once stored, prepare for data transmission to the second communication network. Then, after the connection establishment between the communication protocol conversion device and the second communication network is completed, the segment including the transfer target data stored in the data storage unit is transmitted to the second communication network. .
[0013]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, the present invention is used between a cellular phone communication network as a first communication network and a communication network (hereinafter referred to as “Internet side communication network”) connected to the Internet as a second communication network. A communication protocol conversion method and apparatus for performing data transfer and an embodiment applied to a data communication system will be described.
FIG. 2 is a block diagram of a data communication system including the communication protocol conversion apparatus according to the present embodiment. This data communication system includes a mobile phone communication network 10, a communication protocol conversion device 20, and an Internet side communication network 30.
[0014]
The mobile phone communication network 10 includes a plurality of base stations 13 that transmit / receive data to / from a mobile phone 11 as a mobile information terminal via a wireless communication line 12, and an exchange 14 that switches data transmission / reception with respect to each base station 13. And. In this cellular phone communication network 10, a transaction-type transport control protocol T is used as a transport layer communication protocol so that high-speed data transfer is possible even when a wireless communication line having a relatively low transmission rate is included. / TCP is used. Unlike normal TCP, this T / TCP does not require a three-way handshake connection establishment process prior to data transmission, and can transfer data at a higher speed than when using normal TCP. Become. This is particularly advantageous when performing transaction processing in which a server responds to a request from a client (mobile phone).
[0015]
The communication protocol converter 20 includes a first data transmitter / receiver 21 that transmits / receives data to / from the mobile phone communication network 10, a second data transmitter / receiver 22 that transmits / receives data to / from the Internet-side communication network 30, And a data processing unit 23 that performs data processing including communication protocol conversion described later.
The first data transmission / reception unit 21 and the second data transmission / reception unit 22 perform signal processing in the lowest link layer (also referred to as “network interface layer”) in the network protocol layer. Handles the hardware aspects of the physical interface.
The data processing unit 23 includes a data storage unit 23a, a segment generation unit 23b, and a timing control unit 23c, and includes a CPU, a RAM, a ROM, and the like. The data storage unit 23 a temporarily stores data received from the mobile phone communication network 10 and the Internet side communication network 30. In addition, the segment generation unit 23 b generates each segment to be sent to the mobile phone communication network 10 and the Internet side communication network 30. In addition, the timing control unit 23 c controls the transmission timing of each segment transmitted toward the mobile phone communication network 10 and the Internet side communication network 30. The data processing unit 23 including these performs data processing such as packet processing using IP (Internet Protocol) in addition to communication protocol conversion in the transport layer described later.
[0016]
The Internet-side communication network 30 includes a gateway server 31 for connecting to the Internet 40. In the Internet-side communication network 30, normal TCP widely used in the Internet 40 is adopted as a transport layer communication protocol. The gateway server 31 and the communication protocol converter 20 are connected by a wired communication line 32. The wired communication line 32 is configured by a line with a limited transmission data capacity such as a short mail, if necessary, or transmits a relatively large amount of data such as a long mail or image data of about 3000 characters. It can be configured with a broadband line that can be used, or it can be configured such that a plurality of these lines can be switched and used.
[0017]
FIG. 1 shows transmission / reception of segments when data is transmitted from a mobile phone 11 in a mobile phone communication network 10 to a WWW (World Wide Web) server at a specific site on the Internet 40 connected to the Internet-side communication network 30. FIG.
In data transmission / reception with the mobile phone communication network 10 in the data processing unit 23 of the communication protocol conversion device 20, first, the SYN segment (segment 101) including the transfer target data (data1) is transmitted via the first data transmission / reception unit 21. Receive from the mobile phone communication network 10. In this segment 101, the FIN flag for notifying the end of data transmission and “1” are both set. Further, the segment 101 is provided with “CC” for setting a 6-bit connection count value, which is an option specific to T / TCP. The data processing unit 23 compares the value (= x) in the CC in the segment 101 with the last CC value in the previous connection cached in the data processing unit 23, and the value in the CC (= x ) Is larger than the cached CC value, it is determined that the transfer target data included in the segment 101 is new data, and is transferred to the Internet side communication network 30. On the other hand, when the received CC value (= x) is smaller than the cached CC value, or when the CC value is not cached in the data processing unit 23, the normal three-way handshake in TCP is performed. Executed.
[0018]
Next, the data processing unit 23 that has received the segment 101 from the mobile phone communication network 10 transmits a segment 102 (SYN + ACK segment) to the mobile phone 11. In this segment 102, “1” is set in the ACK flag for confirming and responding to the SYN in the segment 101 together with the SYN flag. Further, this segment 102 has a data area “CC” for setting the CC value on the transmission side, and a predetermined value (= y) for the communication protocol converter 20 is set in this “CC”. ing. Furthermore, it has a data area “CC.ECHO” for echoing the received CC value, and the CC value (= x) of the segment 101 is set in this “CC.ECHO”.
[0019]
Next, when the segment 103 (ACK segment) for confirming the response to the SYN is transmitted from the mobile phone 10 that has received the segment 102, the communication protocol converter 20 transmits the segment 103 transmitted from the mobile phone 10. Receive. Thereby, the transfer of one data from the mobile phone 11 to the communication protocol converter 20 is completed.
As described above, data transmission from the mobile phone 1 of the mobile phone communication network 10 to the communication protocol converter 20 is completed by transmission / reception of the three segments 101, 102, and 103.
[0020]
On the other hand, in the data transmission / reception with the Internet side communication network 30 in the data processing unit 23 of the communication protocol conversion device 20, first, after receiving the segment 101 from the mobile phone communication network 10, the segment 102 is transmitted to the mobile phone communication network 10. Prior to this, connection establishment processing for a WWW server at a specific site of the Internet side communication network 30 is started via the second data transmitting / receiving unit 22. The connection establishment process is started by transmitting a SYN segment (segment 201) to the Internet side communication network 30. Subsequent segment transmission / reception is performed by the normal TCP procedure shown in FIG. 3, and after the data transfer is completed, connection termination processing is performed by the normal TCP procedure shown in FIG.
[0021]
Here, when a plurality of transfer target data (data1, data2, data3,...) Are continuously transferred from the mobile phone 11 to a WWW server at a specific site on the Internet 40, the segments 101 to 101 are transmitted from the mobile phone communication network 10. While performing transmission / reception of 103 and receiving transfer target data, after performing connection establishment processing to the Internet-side communication network 20, the segment including the transfer target data is repeatedly transmitted, and finally connection termination processing is performed. To do.
[0022]
As described above, according to the present embodiment, unnecessary segment transmission / reception is omitted from the transmission of the segment 101 to the reception of the segment 102 with respect to the first data transfer process with the mobile phone communication network 10. The connection establishment process for can be started. Therefore, as compared with the case of a conventional communication protocol conversion method which has initiated a connection establishment process for the Internet communication network 30 after the reception of the segment 101 to 103 is completed, obtaining a second communication network or al early response Therefore, it is possible to increase the speed of data transfer accompanied by communication protocol conversion.
[0023]
In the above embodiment, after the segment 101 (SYN segment) is received from the mobile phone communication network 10 and before the segment 102 (SYN + ACK segment) is transmitted to the mobile phone communication network 10, the Internet side communication network 30 is specified. The connection establishment process for the site WWW server is started, but the connection to the Internet side communication network 30 after the segment 102 is transmitted and before the segment 103 (ACK segment) is received from the cellular phone communication network 10. The establishment process may be started.
[0024]
In the above embodiment, a case has been described in which the first communication network using T / TCP is a mobile phone communication network including a wireless communication line that performs direct communication between the mobile phone 11 and the base station 13. The present invention can also be applied to a case where the first communication network using T / TCP is a communication network including a satellite communication line for performing communication between a mobile phone on the ground or a base station and a communication satellite. is there.
In the above embodiment, the case where the second communication network using normal TCP is a communication network (Internet side communication network 30) including a communication line for connecting to the Internet (The Internet) has been described. The present invention can also be applied to a case where the second communication network using normal TCP is a communication network not intended for connection to the Internet.
As described above, the present invention can be used in each communication network as long as the communication protocol is converted between the first communication network using T / TCP and the second communication network using normal TCP. The present invention can be applied without being limited to the type of communication line or the purpose of the communication network.
[0025]
【The invention's effect】
According to the first to eighth aspects of the present invention, while performing segment transmission / reception for the first data transfer processing between the communication protocol conversion device and the first communication network, unnecessary protocol transmission / reception is omitted and communication protocol conversion is performed. By starting the connection establishment process between the device and the second communication network , a response can be obtained quickly from the second communication network, so that it is possible to speed up data transfer with communication protocol conversion. There is an excellent effect of becoming.
[Brief description of the drawings]
FIG. 1 is a sequence diagram showing segment transmission / reception in data transfer with communication protocol conversion according to an embodiment of the present invention.
FIG. 2 is a block diagram showing a schematic configuration of a data communication system including a communication protocol conversion apparatus that performs data transfer accompanied by the communication protocol conversion.
FIG. 3 is a sequence diagram showing segment transmission / reception in connection establishment processing and connection termination processing using normal TCP.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 10 Mobile phone communication network 11 Mobile phone 12 Wireless communication line 13 Base station 14 Switch 20 Communication protocol converter 21 First data transmission / reception unit 22 Second data transmission / reception unit 23 Data processing unit 23a Data storage unit 23b Segment generation unit 23c Timing Control unit 30 Internet side communication network 31 Gateway server 32 Wired communication line 40 Internet

Claims (8)

トランザクション型のトランスポート制御プロトコル(T/TCP)を用いる第1の通信網と、通常のトランスポート制御プロトコル(TCP)を用いる第2の通信網との間で、通信プロトコル変換装置により通信プロトコルを変換する通信プロトコル変換方法であって、
前記第1の通信網から転送対象データを含むSYNセグメントを受信したとき、前記第1の通信網に対してSYN+ACKセグメントを送信し、前記第1の通信網から該SYN+ACKセグメントに応答するACKセグメントを受信することにより、前記通信プロトコル変換装置と前記第1の通信網との間で前記T/TCPによる前記転送対象データの送受信処理を行い、
前記第1の通信網から前記転送対象データを含むSYNセグメントを受信した後であって前記第1の通信網から前記SYN+ACKセグメントに応答するACKセグメントを受信する前に、前記通信プロトコル変換装置と前記第2の通信網との間の接続確立処理を開始する、ことを特徴とする通信プロトコル変換方法。
A communication protocol is converted between a first communication network using a transaction type transport control protocol (T / TCP) and a second communication network using a normal transport control protocol (TCP) by a communication protocol converter. A communication protocol conversion method for converting,
When a SYN segment including data to be transferred is received from the first communication network, a SYN + ACK segment is transmitted to the first communication network, and an ACK segment responding to the SYN + ACK segment is transmitted from the first communication network. By receiving, the transmission / reception processing of the transfer target data by the T / TCP is performed between the communication protocol converter and the first communication network,
After receiving the SYN segment including the transfer target data from the first communication network and before receiving the ACK segment responding to the SYN + ACK segment from the first communication network, the communication protocol converter and the A communication protocol conversion method characterized by starting a connection establishment process with a second communication network .
請求項1に記載の通信プロトコル変換方法において、  The communication protocol conversion method according to claim 1,
前記SYN+ACKセグメントを前記第1の通信網に送信する前に、前記第2の通信網との間の接続確立処理を開始する、ことを特徴とする通信プロトコル変換方法。  Before transmitting the SYN + ACK segment to the first communication network, a communication protocol conversion method characterized by starting a connection establishment process with the second communication network.
請求項1又は請求項2に記載の通信プロトコル変換方法において、  In the communication protocol conversion method according to claim 1 or 2,
前記第2の通信網との間の接続確立処理を完了した後、前記第1の通信網から受信した前記転送対象データを、前記第2の通信網に対して送信する、ことを特徴とする通信プロトコル変換方法。  After the connection establishment process with the second communication network is completed, the transfer target data received from the first communication network is transmitted to the second communication network. Communication protocol conversion method.
請求項1から請求項3までのいずれかに記載の通信プロトコル変換方法において、  In the communication protocol conversion method according to any one of claims 1 to 3,
前記第1の通信網から前記転送対象データを含むSYNセグメントを受信したときに該転送対象データを記憶し、前記第2の通信網との間の接続確立処理を完了した後、該記憶しておいた転送対象データを前記第2の通信網に対して送信する、ことを特徴とする通信プロトコル変換方法。  When the SYN segment including the transfer target data is received from the first communication network, the transfer target data is stored, and after the connection establishment process with the second communication network is completed, the storage is performed. A communication protocol conversion method characterized by transmitting the transferred data to be transferred to the second communication network.
トランザクション型のトランスポート制御プロトコル(T/TCP)を用いる第1の通信網と、通常のトランスポート制御プロトコル(TCP)を用いる第2の通信網との間で、通信プロトコルを変換する通信プロトコル変換装置であって、
第1の通信網に対してデータ送受信を行なう第1のデータ送受信部と、
第2の通信網に対してデータ送受信を行なう第2のデータ送受信部とを備え
前記第1のデータ送受信部は、
前記第1の通信網から転送対象データを含むSYNセグメントを受信したとき、前記第1の通信網に対してSYN+ACKセグメントを送信し、前記第1の通信網から該SYN+ACKセグメントに応答するACKセグメントを受信することにより、前記通信プロトコル変換装置と前記第1の通信網との間で前記T/TCPによる前記転送対象データの送受信処理を行い、
前記第2のデータ送受信部は、
前記第1の通信網から前記転送対象データを含むSYNセグメントを受信した後であって前記第1の通信網から前記SYN+ACKセグメントに応答するACKセグメントを受信する前に、前記通信プロトコル変換装置と前記第2の通信網との間の接続確立処理を開始する、
ことを特徴とする通信プロトコル変換装置。
Communication protocol conversion for converting a communication protocol between a first communication network using a transaction type transport control protocol (T / TCP) and a second communication network using a normal transport control protocol (TCP) A device,
A first data transmitter / receiver for transmitting / receiving data to / from the first communication network;
And a second data transceiver which transmits and receives data to the second communication network,
The first data transmission / reception unit includes:
When a SYN segment including data to be transferred is received from the first communication network, a SYN + ACK segment is transmitted to the first communication network, and an ACK segment responding to the SYN + ACK segment is transmitted from the first communication network. By receiving, the transmission / reception processing of the transfer target data by the T / TCP is performed between the communication protocol converter and the first communication network,
The second data transmitter / receiver
After receiving the SYN segment including the transfer target data from the first communication network and before receiving the ACK segment responding to the SYN + ACK segment from the first communication network, the communication protocol converter and the Start a connection establishment process with the second communication network;
A communication protocol converter characterized by that.
請求項5に記載の通信プロトコル変換装置において、  In the communication protocol converter according to claim 5,
前記第2のデータ送受信部は、前記SYN+ACKセグメントを前記第1の通信網に送信する前に、前記第2の通信網との間の接続確立処理を開始する、ことを特徴とする通信プロトコル変換装置。  The second data transmitting / receiving unit starts a connection establishment process with the second communication network before transmitting the SYN + ACK segment to the first communication network. apparatus.
請求項5又は請求項6に記載の通信プロトコル変換装置において、  In the communication protocol converter according to claim 5 or 6,
前記第2のデータ送受信部は、前記第2の通信網との間の接続確立処理を完了した後、前記第1の通信網から受信した前記転送対象データを、前記第2の通信網に対して送信する、ことを特徴とする通信プロトコル変換装置。  The second data transmitting / receiving unit, after completing the connection establishment process with the second communication network, transmits the transfer target data received from the first communication network to the second communication network. A communication protocol converter characterized by the above.
請求項7の通信プロトコル変換装置において、  The communication protocol converter according to claim 7, wherein
前記第1のデータ送受信部により受信された前記転送対象データを記憶するデータ記憶部を備え、  A data storage unit for storing the transfer target data received by the first data transmitting / receiving unit;
前記第2のデータ送受信部は、前記第2の通信網との間の接続確立処理を完了した後、該データ記憶部に記憶しておいた転送対象データを前記第2の通信網に対して送信する、ことを特徴とする通信プロトコル変換装置。  The second data transmitting / receiving unit, after completing the connection establishment process with the second communication network, transfers the transfer target data stored in the data storage unit to the second communication network. A communication protocol converter characterized by transmitting.
JP2001082063A 2001-03-22 2001-03-22 Communication protocol conversion method and apparatus Expired - Lifetime JP3830352B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001082063A JP3830352B2 (en) 2001-03-22 2001-03-22 Communication protocol conversion method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001082063A JP3830352B2 (en) 2001-03-22 2001-03-22 Communication protocol conversion method and apparatus

Publications (2)

Publication Number Publication Date
JP2002281104A JP2002281104A (en) 2002-09-27
JP3830352B2 true JP3830352B2 (en) 2006-10-04

Family

ID=18938057

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001082063A Expired - Lifetime JP3830352B2 (en) 2001-03-22 2001-03-22 Communication protocol conversion method and apparatus

Country Status (1)

Country Link
JP (1) JP3830352B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3493660B2 (en) 2001-05-16 2004-02-03 日本電気株式会社 Protocol conversion device, protocol conversion method thereof, and protocol conversion program
CN1300986C (en) * 2003-04-14 2007-02-14 华为技术有限公司 Method of realizing quick five seven layer exchange
JP4269176B2 (en) 2003-08-20 2009-05-27 日本電気株式会社 Session relay apparatus and relay method
JP2006165935A (en) 2004-12-07 2006-06-22 Nec Corp Device and method for converting control information
JP5454354B2 (en) * 2010-05-24 2014-03-26 日本電気株式会社 Control information conversion apparatus and control information conversion method
JP7461625B2 (en) 2019-11-21 2024-04-04 サン電子株式会社 Control device

Also Published As

Publication number Publication date
JP2002281104A (en) 2002-09-27

Similar Documents

Publication Publication Date Title
JP4020587B2 (en) Use of transmission control protocol proxies in packet data service transmissions in mobile networks
AU2002251937B2 (en) A Dual Proxy Approach to TCP Performance Improvements Over a Wireless Interface
CN1881916B (en) Method and apparatus for realizing communication between communication equipments
KR100498932B1 (en) Apparatus and method for session establishment in radio network organized mobile nodes
JP3430509B2 (en) Data communication system and method
US8189531B2 (en) Wireless communication system, wireless base station, and wireless communication control method
JP2003515280A (en) Data transmission
EP2866395B1 (en) Maximum transmission unit negotiation method and data terminal
WO2018076580A1 (en) Two-sided acceleration transmission method and system for wireless network
CN115118524B (en) Interface equipment and free intercommunication data transparent transmission method, system and device of Internet of things
CN111865940B (en) Transmission optimization method and device
JP3830352B2 (en) Communication protocol conversion method and apparatus
CA2542015A1 (en) System and method of handling ip layer mobility in a wireless network
CN104168273A (en) Method and system for achieving TCP proxy in thin AP mode
JP4227621B2 (en) Data packet transmission method and transmitter
JP3741421B2 (en) Data communication method and communication terminal device
CN107454632A (en) Method for processing business, base station and terminal in a kind of handoff procedure
JP3998649B2 (en) Wireless terminal, access point device, data communication system, and data communication method
JP3867896B2 (en) Router device
JP4741401B2 (en) Information transfer device
JP2003224619A (en) Mobile communication system
JP3665309B2 (en) COMMUNICATION SYSTEM, COMMUNICATION DEVICE, AND COMMUNICATION METHOD
JP4015395B2 (en) Mobile communication system
JP2002281106A5 (en)
WO2007003137A1 (en) A method for finding adjacent station and establishing connection with adjacent station by coexistence bs when initializing

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050530

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050603

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050801

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20050920

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050926

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20050926

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060711

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20090721

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20100721

Year of fee payment: 4