JP5918076B2 - Multi-home communication method and system - Google Patents

Multi-home communication method and system Download PDF

Info

Publication number
JP5918076B2
JP5918076B2 JP2012183230A JP2012183230A JP5918076B2 JP 5918076 B2 JP5918076 B2 JP 5918076B2 JP 2012183230 A JP2012183230 A JP 2012183230A JP 2012183230 A JP2012183230 A JP 2012183230A JP 5918076 B2 JP5918076 B2 JP 5918076B2
Authority
JP
Japan
Prior art keywords
communication
address
sctp
communication path
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2012183230A
Other languages
Japanese (ja)
Other versions
JP2014042143A (en
Inventor
篤男 立花
篤男 立花
長谷川 輝之
輝之 長谷川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP2012183230A priority Critical patent/JP5918076B2/en
Publication of JP2014042143A publication Critical patent/JP2014042143A/en
Application granted granted Critical
Publication of JP5918076B2 publication Critical patent/JP5918076B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Description

本発明は、モバイル端末のマルチホーム通信方法およびシステムに係り、特に、通信パスを短時間で追加することにより迅速なマルチホーム通信を可能にするSCTPのマルチホーム通信方法およびシステムに関する。   The present invention relates to a multi-home communication method and system for a mobile terminal, and more particularly to an SCTP multi-home communication method and system that enables quick multi-home communication by adding a communication path in a short time.

現在、3G、Wi-Fi、WiMAX、LTE等の複数の無線ネットワークに対応したAndroid OS搭載のモバイル端末MN(スマートフォン)が普及している。一般的なAndroid端末は、複数の無線ネットワークに同時接続することは行わず、一つの無線ネットワークのみに接続するため、接続中の無線ネットワークに障害や品質劣化が発生すると通信品質の劣化や通信セッションの切断が発生する。このような技術課題に対して、非特許文献1,2では、無線ネットワークの品質や周囲の電波強度・混雑度を測定し、接続するネットワークを選択する(切り替える)技術が研究・議論されているが、通信パスの切り替え基準や切り替え時間が問題となる。   Currently, mobile terminals MN (smartphones) equipped with an Android OS compatible with a plurality of wireless networks such as 3G, Wi-Fi, WiMAX, and LTE are in widespread use. General Android devices do not connect to multiple wireless networks at the same time, but connect to only one wireless network. If a failure or quality deterioration occurs in the connected wireless network, communication quality deterioration or communication session occurs. Disconnection occurs. In order to deal with such technical problems, Non-Patent Documents 1 and 2 are researching and discussing techniques for measuring the quality of wireless networks, surrounding radio field strength and congestion, and selecting (switching) a network to be connected. However, the communication path switching criterion and switching time are problematic.

一方、トランスポートレイヤで通信パスを切替える技術として、エンドホスト間で複数の通信パスを用いたコネクションを確立し(マルチホーム)、1つの通信パス上で障害が発生した場合は、残りの通信パスにトラヒックを切り替えることで高信頼な通信を実現するSCTP(Stream Control Transmission Protocol:ストリーム制御伝送プロトコル)が研究開発され、非特許文献3,4に開始されている。   On the other hand, as a technology for switching communication paths at the transport layer, a connection using multiple communication paths is established between end hosts (multihome), and if a failure occurs on one communication path, the remaining communication paths SCTP (Stream Control Transmission Protocol), which realizes highly reliable communication by switching traffic, has been researched and developed and started in Non-Patent Documents 3 and 4.

非特許文献3,4に開示されている標準のSCTPでは、マルチホーム接続を確立した場合であっても、実際にデータ転送に用いるのは、1本の"プライマリパス"と呼ばれる通信パスのみであるため、障害や品質劣化の発生時においては、従来技術と同様に、他の通信パスの切り替え基準や切り替え時間が問題となる。   In the standard SCTP disclosed in Non-Patent Documents 3 and 4, even when a multi-home connection is established, only one communication path called “primary path” is actually used for data transfer. Therefore, when a failure or quality degradation occurs, other communication path switching criteria and switching time become problems as in the prior art.

一方、非特許文献6には、複数の通信パスで同時にデータ転送を行うことにより、通信(スループット)を高速化する手法(Concurrent Multi-path Transfer(CMT) SCTP)が提案されており、この手法は通信を高信頼化させる効果もある。また、非特許文献7には、CMT-SCTPを利用して、NAT環境においても通信パスの追加・削除を実現可能とする手法が提案されている。   On the other hand, Non-Patent Document 6 proposes a method (Concurrent Multi-path Transfer (CMT) SCTP) for speeding up communication (throughput) by simultaneously transferring data through a plurality of communication paths. Also has the effect of making communication highly reliable. Further, Non-Patent Document 7 proposes a technique that makes it possible to realize addition / deletion of a communication path even in a NAT environment by using CMT-SCTP.

標準のSCTPは、FreeBSDやWindows(登録商標)等の多くのOS上に試験的に実装され、非特許文献5では、Android(Linux(登録商標))上で動作するライブラリも開発されている。しかしながら、現在のインタネットにおける通信の大半はTCP/UDPをベースとしており、SCTPを用いた一般ユーザ向けのモバイル通信サービスは展開されていない。このため、SCTP通信をエンドツーエンドで実現するためには、既存のサーバやコンピュータプログラムをSCTP通信に対応させる必要がある。   Standard SCTP is experimentally implemented on many OSs such as FreeBSD and Windows (registered trademark), and in Non-Patent Document 5, a library that operates on Android (Linux (registered trademark)) has also been developed. However, most communication on the current Internet is based on TCP / UDP, and mobile communication services for general users using SCTP have not been developed. Therefore, in order to realize SCTP communication end-to-end, existing servers and computer programs need to be compatible with SCTP communication.

福山他、"IPv4 移動体通信において携帯電話網と無線LAN 間をシームレスに移動する方式の提案," マルチメディア、分散協調とモバイルシンポジウム 2011 論文集,pp.1115-1120, 2011.Fukuyama et al., "Proposal of a method to move seamlessly between mobile phone network and wireless LAN in IPv4 mobile communication," Multimedia, Distributed Cooperation and Mobile Symposium 2011 Proceedings, pp.1115-1120, 2011. Access Network Discovery and Selection Function (ANDSF)Access Network Discovery and Selection Function (ANDSF) RFC 3286 - An Introduction to the Stream Control Transmission ProtocolRFC 3286-An Introduction to the Stream Control Transmission Protocol RFC 2960 - Stream Control Transmission ProtocolRFC 2960-Stream Control Transmission Protocol SCTP library (sctplib) [URL]: http://www.sctp.de/sctp-download.htmlSCTP library (sctplib) [URL]: http://www.sctp.de/sctp-download.html J. R. Iyengar, P. D. Amer, and R. Stewart, ``Concurrent Multipath Transfer Using SCTP Multihoming Over Independent End-to-End Paths,'' IEEE/ACM Transactions on Networking, Vol. 14, No. 5, Oct 2006.J. R. Iyengar, P. D. Amer, and R. Stewart, `` Concurrent Multipath Transfer Using SCTP Multihoming Over Independent End-to-End Paths, '' IEEE / ACM Transactions on Networking, Vol. 14, No. 5, Oct 2006. RFC5061-Streaming Control Transmission Protocol (SCTP) Dynamic Address ReconfigurationRFC5061-Streaming Control Transmission Protocol (SCTP) Dynamic Address Reconfiguration

SCTPでは、エンドホスト間に1本の通信パス(プライマリパス)を接続し、これを利用してアソシエーション(ホスト間コネクション)を確立した後、別の通信パスを追加することでマルチホーム接続を実現できる。例えば、3Gネットワークを介してサーバSと通信を行なっているモバイル端末MNが、Wi-Fi等の異種の無線ネットワークのエリア内に移動した際、前記3Gネットワーク経由の通信パスを維持したまま、Wi-Fiネットワーク経由の通信パスを新たに追加することが可能である。しかしながら、従来のSCTPでは以下に詳述するように、所定の条件下で通信パスを迅速に追加できない問題が生じ得る。   In SCTP, a single communication path (primary path) is connected between end hosts, and after establishing an association (inter-host connection) using this, a multi-home connection is realized by adding another communication path. it can. For example, when a mobile terminal MN communicating with a server S via a 3G network moves into an area of a different type of wireless network such as Wi-Fi, the communication path via the 3G network is maintained while maintaining the communication path. -A new communication path via the Fi network can be added. However, as described in detail below, the conventional SCTP may have a problem that a communication path cannot be quickly added under a predetermined condition.

ここでは、図7のシーケンスフローを参照しながら、3つの通信方式3G、Wi-Fi(登録商標)、WiMAX(登録商標)にそれぞれ対応する3つのインタフェースa1,a2,a3を備えたモバイル端末MNが、SCTPを利用して、2つのグローバルIPアドレス(b1,b2)を割り当てられているサーバSとの間にマルチホーム接続を確立する場合を例にして、従来のSCTPの問題点を説明する。   Here, referring to the sequence flow of FIG. 7, the mobile terminal MN having three interfaces a1, a2, and a3 respectively corresponding to the three communication methods 3G, Wi-Fi (registered trademark), and WiMAX (registered trademark). Explains the problems of conventional SCTP using SCTP as an example of establishing a multihomed connection with server S assigned two global IP addresses (b1, b2) .

(1)モバイル端末MNは、そのインタフェースa1のみが3Gネットワークに接続している状態において、サーバSとの間にアソシエーションを確立するため、時刻t1において、自身のルーティング設定に従い、インタフェースa1から3Gネットワーク経由でサーバSの1つのIPアドレス(ここでは、b1)宛にINITチャンクを送出する。   (1) The mobile terminal MN establishes an association with the server S in a state where only the interface a1 is connected to the 3G network. The INIT chunk is sent to one IP address (here, b1) of the server S via.

このINITチャンクを受信したサーバSは、SCTPの標準仕様に従い、時刻t2において、自身に割り当てられている全てのIPアドレス(b1,b2)をINIT-ACKチャンクに記述して返信し、これにより最初の通信パス(プライマリパス)[a1-b1]が接続される。その後、モバイル端末MNおよびサーバSは、時刻t3、t4において、前記通信パス[a1-b1]を利用して認証処理のためにCOOKIE-ECHO/COOKIE-ACKチャンクを送受信することでアソシエーションを確立する。   The server S receiving this INIT chunk returns all the IP addresses (b1, b2) assigned to it in the INIT-ACK chunk at time t2 in accordance with the standard specification of SCTP. Communication paths (primary paths) [a1-b1] are connected. Thereafter, at time t3 and t4, the mobile terminal MN and the server S establish an association by transmitting and receiving a COOKIE-ECHO / COOKIE-ACK chunk for authentication processing using the communication path [a1-b1]. .

このとき、SCTPでは各エンドホストが通信パスのステータス(ACTIVE/INACTIVE)、チャンク再送間隔およびエラーカウンタ等の通信パラメータを、通信相手への宛先IPアドレスごとに管理する設計となっている。すなわち、SCTPでは各通信パスが、送信元および宛先の各IPアドレスのペアでは管理されず、宛先IPアドレスのみで管理される。このため、モバイル端末MNはサーバSとの間にアソシエーションの確立に成功した後、時刻t5において、インタフェースa1からサーバSのIPアドレスb2宛にHEARTBEATを送信し、時刻t6においてHEARTBEAT-ACKが返信されると、実際には疎通確認されていない他のインタフェースa2、a3を含む全てのインタフェースについても、サーバSのIPアドレスb2に対して疎通可能であると認識する。また、エラーカウンタや輻輳ウィンドウ等のパス単位で設定される通信パラメータに関しても、宛先IPアドレス(b2)が同一である通信パス[a1-b2]による通信時の値が、他の未接続の通信パス[a2-b2]、[a3-b2]に適用される。   At this time, in SCTP, each end host is designed to manage communication parameters such as communication path status (ACTIVE / INACTIVE), chunk retransmission interval, and error counter for each destination IP address to the communication partner. That is, in SCTP, each communication path is not managed by a pair of source and destination IP addresses, but managed only by a destination IP address. For this reason, after successfully establishing an association with the server S, the mobile terminal MN transmits HEARTBEAT from the interface a1 to the IP address b2 of the server S at time t5, and HEARTBEAT-ACK is returned at time t6. Then, it is recognized that all interfaces including other interfaces a2 and a3 that are not actually confirmed to communicate can communicate with the IP address b2 of the server S. In addition, for communication parameters set in units of paths such as error counters and congestion windows, the value at the time of communication via the communication path [a1-b2] with the same destination IP address (b2) is the same as that of other unconnected communication. Applied to paths [a2-b2] and [a3-b2].

(2)次いで、モバイル端末MNが、実際にはインタネットへの接続性がないWi-Fiネットワークエリア内に入り、インタフェースa2が有効になった状況、すなわちモバイル端末MNのインタフェースa2の状態がDOWNからUPに変化し、IPアドレスが動的に付与された状況を考える。   (2) Next, the situation where the mobile terminal MN enters the Wi-Fi network area where there is actually no connectivity to the Internet and the interface a2 is activated, that is, the state of the interface a2 of the mobile terminal MN is from DOWN Consider a situation where the IP address has been dynamically assigned and changed to UP.

モバイル端末MNは、IPアドレスb2に関してサーバSへの疎通性があると認識しているため、自身のインタフェースa2とサーバSのIPアドレスb2との間に通信パスを追加するためのASCONF(Address Configuration)チャンクを、時刻t7において、当該インタフェースa2からIPアドレスb2宛に送出する。しかしながら、接続されているWi-Fiネットワークはインタネットへの接続性がないため、前記ASCONFはサーバSに到着しない。   Since the mobile terminal MN recognizes that the IP address b2 has communication with the server S, ASCONF (Address Configuration for adding a communication path between its own interface a2 and the IP address b2 of the server S is used. ) The chunk is sent from the interface a2 to the IP address b2 at time t7. However, the ASCONF does not arrive at the server S because the connected Wi-Fi network has no connectivity to the Internet.

モバイル端末MNは、送出したASCONFチャンクに対するサーバSからの返信(ASCONF-ACK)を一定時間内に受信できない場合、独自に計算した時間間隔(再送タイムアウト時間)でASCONFチャンクの再送を繰り返し、その後、再送回数(エラーカウンタ)が上限を超えると、時刻t8において、IPアドレスb2のステータスを「INACTIVE(到達不能)」と判断する。   When the mobile terminal MN cannot receive a reply (ASCONF-ACK) from the server S to the sent ASCONF chunk within a certain time, it repeats the retransmission of the ASCONF chunk at a uniquely calculated time interval (retransmission timeout time), and then When the number of retransmissions (error counter) exceeds the upper limit, the status of IP address b2 is determined to be “INACTIVE (unreachable)” at time t8.

その後、モバイル端末MNは時刻t9において、前記プライマリパス[a1-b1]を介して、アドレス追加のためのASCONFチャンクを送出するが、サーバSでは、既登録のインタフェースa1からのASCONFチャンクと認識されるので当該ASCONFの受信は無視される。これは、プライマリパス経由の送信処理は、サーバSが受信するASCONFチャンクのシーケンス番号の連続性を保つための処理であり、アドレス追加に関する効果がない(SCTPでは、ASCONFのシーケンス番号の連続性が考慮される)ことによる。   Thereafter, at time t9, the mobile terminal MN sends out an ASCONF chunk for adding an address via the primary path [a1-b1]. However, the server S recognizes the ASCONF chunk from the registered interface a1. Therefore, the reception of the ASCONF is ignored. This is because the transmission process via the primary path is a process for maintaining the continuity of the sequence number of the ASCONF chunk received by the server S, and there is no effect related to address addition (in SCTP, the continuity of the sequence number of the ASCONF is not To be considered).

その後、モバイル端末MNは、「INACTIVE」とされたIPアドレスb2への疎通確認を行うため、独自に計算した時間間隔(通常は数10秒間隔)で、インタフェースa1またはa2からIPアドレスb2宛にHEARTBEATの送信を繰り返す。この際、インタフェースa1,a2のいずれがHEARTBEATの送出元となるかはSCTPの実装に依存する。   After that, the mobile terminal MN performs communication confirmation to the IP address b2 that is set to “INACTIVE”, so that the mobile terminal MN sends the IP address b2 from the interface a1 or a2 to the IP address b2 at a uniquely calculated time interval (usually every several tens of seconds). Repeat HEARTBEAT transmission. At this time, which of the interfaces a1 and a2 becomes the HEARTBEAT transmission source depends on the SCTP implementation.

(3)HEARTBEATがモバイル端末MNのインタフェースa1から送信される場合、HEARTBEATの疎通に成功するので、モバイル端末MNは、再度、IPアドレスb2へのパスを「ACTIVE」と判定し、インタフェースa2からIPアドレスb2に対してASCONFチャンクを送出するが、実際にはa2-b2を介した疎通には成功しない。この結果、インタフェースa1からb2に対するHEARTBEATの疎通成功とインタフェースa2からb2に対するASCONFチャンクの疎通失敗とが繰り返されることになる。   (3) When HEARTBEAT is transmitted from the interface a1 of the mobile terminal MN, the communication of the HEARTBEAT succeeds, so the mobile terminal MN determines that the path to the IP address b2 is “ACTIVE” again, and the IP from the interface a2 ASCONF chunk is sent to address b2, but in actuality communication via a2-b2 is not successful. As a result, HEARTBEAT communication success with respect to interfaces a1 to b2 and ASCONF chunk communication failure with respect to interfaces a2 to b2 are repeated.

一方、HEARTBEATがインタフェースa2から送信される場合、HEARTBEATの疎通に成功しないので、HEARTBEATの再送が繰り返されることになる。ここで、いずれの場合であっても、モバイル端末MNからIPアドレスb2への疎通(状態)確認は、HEARTBEATの送出間隔(通常は最大で数10秒間隔)に基づいて実行されることになる。   On the other hand, when HEARTBEAT is transmitted from the interface a2, since HEARTBEAT communication is not successful, retransmission of HEARTBEAT is repeated. Here, in any case, the communication (state) confirmation from the mobile terminal MN to the IP address b2 is performed based on the HEARTBEAT transmission interval (usually a maximum of several tens of seconds). .

(4)その後、モバイル端末MNがインタネットに接続可能なWi-Fiネットワークのエリア内に入り、インタフェースa3が有効になってIPアドレスを付与された状況、あるいはインタフェースa2がインタネットに接続可能な別のWi-Fiネットワークに接続された状況を考える。   (4) After that, the mobile terminal MN enters the area of the Wi-Fi network that can be connected to the Internet, and the interface a3 is enabled and given an IP address, or another interface that can connect the interface a2 to the Internet. Consider a situation where you are connected to a Wi-Fi network.

ここで、モバイル端末MNがインタフェースa3を用いて通信パスの追加を行う場合、本来であれば、モバイル端末MNはIPアドレスの変更やインタフェースの状態変化(UP/Down)により新たな接続を認識し、即座に新たな通信パス[a3-b2]あるいは[a2-b2]の追加を試みるべきである。しかしながら、上述の通り、モバイル端末MNからサーバSのIPアドレスb2へ至る通信パス[a2-b2]の疎通確認は、モバイル端末MNが使用するインタフェースa1,a2,a3の区別なく、HEARTBEATの送出間隔で実施されるため、即座にASCONFチャンクを送出することができない。すなわち、ステータスが「INACTIVE」のIPアドレスb2については、HEARTBEATの疎通に成功してステータスが「ACTIVE」とされる時刻t10までASCONF Addを送出できない。このため、モバイル端末MNが新たな無線ネットワークを介してサーバSとの通信が可能になったとしても、即座に通信パスを追加できない。   Here, when the mobile terminal MN adds a communication path using the interface a3, the mobile terminal MN recognizes a new connection by changing the IP address or changing the interface state (UP / Down). Immediately try to add a new communication path [a3-b2] or [a2-b2]. However, as described above, the communication confirmation of the communication path [a2-b2] from the mobile terminal MN to the IP address b2 of the server S is performed regardless of the interfaces a1, a2, and a3 used by the mobile terminal MN, and the HEARTBEAT transmission interval. Because it is implemented in the ASCONF chunk cannot be sent immediately. That is, for the IP address b2 with the status “INACTIVE”, ASCONF Add cannot be transmitted until time t10 when the HEARTBEAT is successfully communicated and the status is “ACTIVE”. For this reason, even if the mobile terminal MN becomes able to communicate with the server S via a new wireless network, a communication path cannot be immediately added.

また、HEARTBEATがインタフェースa1から送出されている場合、IPアドレスb2への通信パスが追加された後においても、a1-b2間の通信パラメータ(チャンク再送間隔やエラーカウンタ等)が、宛先IPアドレスが同じb2であるものの通信品質の異なる他の通信パスのパラメータとして利用されてしまうため、SCTPにおける通信パスの状態の管理や制御が非効率なものとなる問題が発生する。   In addition, when HEARTBEAT is sent from the interface a1, even after the communication path to the IP address b2 is added, the communication parameters between the a1 and b2 (chunk retransmission interval, error counter, etc.) Since it is used as a parameter of another communication path having the same b2 but different communication quality, there arises a problem that management and control of the state of the communication path in SCTP becomes inefficient.

本発明の第1の目的は、モバイル端末のネットワーク環境が、サーバ側との疎通が不能な状態から可能な状態に遷移すると、HERTBEATによる疎通確認を待たずに、通信パスの追加要求(ASCCONF Add)を直ちに送出できるようにすることで、素早いマルチホーム接続を可能にすることにある。   The first object of the present invention is that when the network environment of the mobile terminal transitions from a state in which communication with the server side is impossible to a state in which communication is possible, a communication path addition request (ASCCONF Add) is required without waiting for communication confirmation by HERTBEAT. ) Can be sent immediately to enable a quick multihome connection.

本発明の第2の目的は、マルチホーム接続のために追加された通信パスの通信パラメータを、先に接続されている通信パスの通信パラメータから独立させることで、追加された通信パスに対して、異なるネットワーク環境下で先に接続済みの通信パラメータが適用されないようにすることにある。   The second object of the present invention is to make the communication parameter of the communication path added for multi-home connection independent of the communication parameter of the communication path connected earlier, so that the added communication path This is to prevent communication parameters that have already been connected under different network environments from being applied.

上記の目的を達成するために、本発明は、複数のインタフェースを備えた一方のノードと複数のIPアドレスを割り当てられた他方のノードとの間にSCTPにより無線ネットワーク経由のマルチホーム接続を確立するマルチホーム通信方法において、以下のような手段を講じた点に特徴がある。   To achieve the above object, the present invention establishes a multi-home connection via a wireless network by SCTP between one node having a plurality of interfaces and the other node assigned a plurality of IP addresses. The multihome communication method is characterized in that the following measures are taken.

(1)一方のノードにおいて、第1インタフェースが他方のノードの第1アドレス宛に初期化要求を送信し、これに他方のノードが応答して第1通信パスを接続することによりアソシエーションを確立する手順と、一方のノードにおいて、第2インタフェースが接続されたネットワークのエリア内から、他方のノードの第2アドレス宛に通信パスの追加を要求する手順と、一方のノードにおいて、前記第2アドレスへの通信パスの追加に成功することなく前記ネットワークとの接続が断たれると、当該第2アドレスのステータスをACTIVE(UNCONFIRMED)とする手順と、一方のノードにおいて、前記ステータスがACTIVE(UNCONFIRMED)の第2アドレス宛に、疎通確認を経ずに追加要求を送信して通信パスを追加する手順とを設けた。   (1) In one node, the first interface transmits an initialization request addressed to the first address of the other node, and the other node responds to this to establish the association by connecting the first communication path. A procedure for requesting addition of a communication path to the second address of the other node from within the area of the network to which the second interface is connected in one node; If the connection with the network is disconnected without succeeding in adding the communication path, the procedure for setting the status of the second address to ACTIVE (UNCONFIRMED) and the status of the one node at the status of ACTIVE (UNCONFIRMED) There is a procedure for sending an addition request to the second address without confirming communication and adding a communication path.

(2)前記第2アドレスへの通信パスの追加に成功すると、前記一方および他方のノードにおいて、当該第2アドレスに関する通信パラメータを初期化する手順を更に設けた。   (2) When a communication path to the second address is successfully added, a procedure for initializing communication parameters related to the second address is further provided in the one and the other nodes.

本発明によれば、以下のような効果が達成される。
(1)SCTPの標準仕様では、プライマリパスの接続によりアソシエーションの確立されたモバイル端末/サーバ間にモバイル端末側から通信パス(セカンダリパス)を追加する際、疎通が確認されていないためにステータスが「INACTIVE」のIPアドレスに対しては、モバイル端末がIPアドレスへの疎通可能なネットワーク環境へ移動したとしても、通信パスの追加要求(ASCONF)を直ぐには送出できず、周期的なHERTBEATにより前記IPアドレスへの疎通が確認され、当該IPアドレスのステータスが「ACTIVE」に切り替わった後でなければASCONFを送出できない。
According to the present invention, the following effects are achieved.
(1) In the standard specification of SCTP, when adding a communication path (secondary path) from the mobile terminal side between the mobile terminal / server with which the association has been established by connecting the primary path, the status is not confirmed because the communication has not been confirmed. For an “INACTIVE” IP address, even if the mobile terminal moves to a network environment where communication with the IP address can be performed, a communication path addition request (ASCONF) cannot be sent immediately. ASCONF can only be sent after communication to the IP address has been confirmed and the status of the IP address has changed to “ACTIVE”.

これに対して、本発明では疎通に失敗したIPアドレスのステータスが、SCTPの標準仕様で定められた「INACTIVE」ではなく「ACTIVE(UNCONFIRMED)」とされ、かつ当該「ACTIVE(UNCONFIRMED)」においてASCONFを送出できるようにようにSCTPが拡張される。したがって、当該IPアドレスに対する通信パスの接続を試行する際には、HERTBEATによる疎通確認を待たずに直ちにASCONFを送出することが可能になり、素早いマルチパス通信が可能になる。   On the other hand, in the present invention, the status of the IP address that has failed to communicate is set to “ACTIVE (UNCONFIRMED)” instead of “INACTIVE” defined in the standard specification of SCTP, and ASCONF in the “ACTIVE (UNCONFIRMED)” SCTP is extended so that can be sent. Therefore, when attempting to connect a communication path to the IP address, ASCONF can be sent immediately without waiting for communication confirmation by HERTBEAT, and quick multipath communication is possible.

(2)SCTPの標準仕様では、ある宛先IPアドレスとの通信パスに設定された通信パラメータが、その後、同じ宛先IPアドレスとの間に異なるネットワーク経由で接続された通信パスに引き継がれてしまうのに対して、本発明では、以前と同じ宛先IPアドレスとの間に通信パスを接続する際には、その通信パラメータが初期化されるようにSCTPが拡張される。したがって、通信環境や条件の異なる通信パラメータが、宛先IPアドレスが同一であるという理由で無条件に他の通信パスにも設定されてしまうことによる通信効率の低下を防止できる。   (2) In the standard specification of SCTP, the communication parameters set for the communication path with a certain destination IP address are subsequently carried over to the communication path connected to the same destination IP address via a different network. On the other hand, in the present invention, when a communication path is connected to the same destination IP address as before, SCTP is extended so that the communication parameters are initialized. Therefore, it is possible to prevent a decrease in communication efficiency due to communication parameters having different communication environments and conditions being set unconditionally to other communication paths because the destination IP address is the same.

本発明に係るSCTP通信システムの第1実施形態のブロック図である。1 is a block diagram of a first embodiment of an SCTP communication system according to the present invention. 本発明が適用されるネットワーク構成の一例を示した図である。It is the figure which showed an example of the network configuration to which this invention is applied. 本発明が適用されるネットワーク構成の他の一例を示した図である。It is the figure which showed another example of the network structure to which this invention is applied. 本発明の第1実施形態に係るマルチホーム接続の手順を示したシーケンスフローである。It is the sequence flow which showed the procedure of the multihome connection which concerns on 1st Embodiment of this invention. 本発明に係るSCTP通信システムの第2実施形態のブロック図である。It is a block diagram of 2nd Embodiment of the SCTP communication system which concerns on this invention. 本発明の第2実施形態に係るマルチホーム接続の手順を示したシーケンスフローである。It is the sequence flow which showed the procedure of the multihome connection which concerns on 2nd Embodiment of this invention. 従来のマルチホーム接続の手順を示したシーケンスフローである。It is the sequence flow which showed the procedure of the conventional multihome connection.

以下、図面を参照して本発明の実施の形態について詳細に説明する。本発明は、図2に示したように、専用ソフトウェアをインストール可能なサーバ・コンピュータプログラムとモバイル端末MNとの間でSCTPをベースとしたマルチホーム通信を行うシステムにおいて、通信を高信頼化する手順に関するものである(図中のSCTPベース通信ソフトにおける処理手順)。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. As shown in FIG. 2, the present invention provides a procedure for making communication highly reliable in a system that performs multi-home communication based on SCTP between a server computer program capable of installing dedicated software and a mobile terminal MN. (Processing procedure in SCTP-based communication software in the figure).

また、図3に一例を示したように、IPネットワーク内にプロトコル変換サーバを設置し、SCTP通信とTCP通信とを変換することにより、既存のサーバ・コンピュータを変更することなく、SCTPをベースとしたマルチホーム通信システムを実現する手法も考えられる。本発明は、このようなプロトコル変換サーバを介して既存のサーバ・コンピュータと通信を行うシステムにも適用できる。   In addition, as shown in Fig. 3, a protocol conversion server is installed in the IP network, and SCTP communication and TCP communication are converted, so that SCTP can be used as a base without changing existing server computers. A technique for realizing the multihomed communication system is also conceivable. The present invention can also be applied to a system that communicates with an existing server computer via such a protocol conversion server.

図1は、本発明に係るSCTP通信システムの第1実施形態の構成を示したブロック図であり、本発明の説明に不要な構成は図示が省略されている。ここでは、モバイル端末MNからサーバSへのマルチホーム接続を例にして説明する。   FIG. 1 is a block diagram showing a configuration of the first embodiment of the SCTP communication system according to the present invention, and illustrations of components unnecessary for the description of the present invention are omitted. Here, a multihome connection from the mobile terminal MN to the server S will be described as an example.

モバイル端末MNおよびサーバSの各ネットワークノードには、インタフェース層、ネットワーク層、トランスポート層およびアプリケーション層から構成されるIPスタックが実装され、トランスポート層のプロトコルとしてSCTPが採用されている。モバイル端末MNおよびサーバSの各SCTPは、一つのアソシエーション11で複数の通信パス10を接続するマルチホーム接続用の標準機能に加えて、本発明に固有の拡張機能を備え、これにより通信パス10の迅速な追加によるマルチホーム通信を可能にしている。   In each network node of the mobile terminal MN and the server S, an IP stack composed of an interface layer, a network layer, a transport layer, and an application layer is mounted, and SCTP is adopted as a transport layer protocol. Each SCTP of the mobile terminal MN and the server S is provided with an extended function unique to the present invention in addition to the standard function for multi-home connection that connects a plurality of communication paths 10 with one association 11, thereby providing a communication path 10. Multi-home communication is enabled by quick addition of.

モバイル端末MNのトランスポート層(SCTP)において、第1拡張部12は、モバイル端末MNのネットワーク環境が、サーバSに割り当てられているIPアドレスとの疎通が不能な状態から可能な状態に遷移した際に、HERTBEATによる疎通確認を待たずに、通信パスの追加要求(ASCCONF Add)を直ちに送出できるようにSCTPを拡張する。   In the transport layer (SCTP) of the mobile terminal MN, the first extension unit 12 changes the network environment of the mobile terminal MN from a state where communication with the IP address assigned to the server S is impossible to a possible state. At this time, the SCTP is extended so that a communication path addition request (ASCCONF Add) can be sent immediately without waiting for communication confirmation by HERTBEAT.

図4は、上記の拡張機能を備えたモバイル端末MN/サーバS間でのマルチホーム接続の手順を示したシーケンスフローである。ここでは、3つの通信方式3G、Wi-Fi(登録商標)、WiMAX(登録商標)にそれぞれ対応する3つのインタフェースa1,a2,a3を備えたモバイル端末MNが、2つのグローバルIPアドレス(b1,b2)を割り当てられているサーバSとの間にSCTPによるマルチホーム接続を確立する手順を、モバイル端末MNのインタフェースa1のみが3Gネットワークに接続している状態から説明する。   FIG. 4 is a sequence flow showing a procedure of multihome connection between the mobile terminal MN / server S having the extended function. Here, a mobile terminal MN equipped with three interfaces a1, a2, and a3 respectively corresponding to three communication methods 3G, Wi-Fi (registered trademark), and WiMAX (registered trademark) has two global IP addresses (b1, The procedure for establishing multi-home connection by SCTP with the server S to which b2) is assigned will be described from the state where only the interface a1 of the mobile terminal MN is connected to the 3G network.

(1)モバイル端末MNは、サーバSとの間にアソシエーション11を確立するため、時刻t1において、自身のルーティング設定に従ってインタフェースa1から3Gネットワーク経由でサーバSの1つのIPアドレス(ここでは、b1)宛にINITチャンクを送出する。このINITチャンクを受信したサーバSは、時刻t2において、自身に割り当てられている全てのIPアドレス(b1,b2)をINIT-ACKチャンクに記述して返信し、これにより最初の通信パス[a1-b1]が接続される。   (1) Since the mobile terminal MN establishes the association 11 with the server S, at time t1, one IP address (here, b1) of the server S is transmitted from the interface a1 through the 3G network according to its routing setting. Send an INIT chunk to The server S that has received this INIT chunk returns all the IP addresses (b1, b2) assigned to it at time t2 in the INIT-ACK chunk and returns the first communication path [a1- b1] is connected.

次いで、モバイル端末MNおよびサーバSは、時刻t3、t4において、前記通信パス[a1-b1]を利用して認証処理のためにCOOKIE-ECHO/COOKIE-ACKチャンクを送受信することでアソシエーション11を確立する。各エンドホストは、通信パス[a1-b1]の状態(ACTIVE/INACTIVE)、チャンク再送間隔およびエラーカウンタ等の通信パラメータを、通信相手の宛先IPアドレスごとに管理する。   Next, at time t3 and t4, the mobile terminal MN and the server S establish the association 11 by transmitting and receiving a COOKIE-ECHO / COOKIE-ACK chunk for authentication processing using the communication path [a1-b1]. To do. Each end host manages communication parameters such as communication path [a1-b1] status (ACTIVE / INACTIVE), chunk retransmission interval, and error counter for each destination IP address of the communication partner.

その後、インタフェースa1からサーバSのIPアドレスb2に対してHEARTBEATが送信され、HEARTBEAT-ACKが返信されると、実際に疎通確認されていない他のインタフェースa2、a3を含む全てのインタフェースからサーバSのIPアドレスb2に対して疎通可能であると認識される。また、エラーカウンタや輻輳ウィンドウ等のパス単位で設定される通信パラメータに関しても、通信パス[a1-b2]による通信時の値が他の未接続の通信パス[a2-b2]、[a3-b2]に対して適用される。   After that, when HEARTBEAT is transmitted from the interface a1 to the IP address b2 of the server S and HEARTBEAT-ACK is returned, the server S receives the communication from all the interfaces including the other interfaces a2 and a3 that are not actually confirmed to communicate. It is recognized that it can communicate with the IP address b2. Also, with respect to communication parameters set in units of paths such as error counters and congestion windows, values at the time of communication using the communication path [a1-b2] are other unconnected communication paths [a2-b2], [a3-b2 Applies to

(2)次いで、モバイル端末MNが新たにWi-Fiネットワークのエリア内に入ってインタフェースa2の状態がDOWNからUP(有効)に変化し、IPアドレスが動的に付与されて、サーバSのIPアドレスb2に接続する通信パスを追加する場合を考える。   (2) Next, the mobile terminal MN newly enters the area of the Wi-Fi network, the state of the interface a2 changes from DOWN to UP (valid), the IP address is dynamically assigned, and the IP of the server S Consider a case where a communication path connected to address b2 is added.

モバイル端末MNでは、サーバSのIPアドレスb2に関して疎通性があると認識されているので、時刻t5において、通信パス[a2-b2]を追加するためのASCONF(Address Configuration)チャンクを、インタフェースa2からIPアドレスb2宛に送出する。しかしながら、接続されているWi-Fiネットワークはインタネットへの接続性がないため、前記ASCONFはサーバSに到着しない。モバイル端末MNは、送出したASCONFチャンクに対するサーバSからの返信(ASCONF-ACK)を一定時間内に受信できない場合、独自に計算した時間間隔(再送タイムアウト時間)でASCONFチャンクの再送を繰り返し、その後、再送回数(エラーカウンタ)が上限を超えると、時刻t6において、IPアドレスb2のステータスをSCTPの標準仕様に基づいて「INACTIVE」とする。   Since the mobile terminal MN recognizes that the IP address b2 of the server S has communicability, an ASCONF (Address Configuration) chunk for adding a communication path [a2-b2] is added from the interface a2 at time t5. Send to IP address b2. However, the ASCONF does not arrive at the server S because the connected Wi-Fi network has no connectivity to the Internet. When the mobile terminal MN cannot receive a reply (ASCONF-ACK) from the server S to the sent ASCONF chunk within a certain time, it repeats the retransmission of the ASCONF chunk at a uniquely calculated time interval (retransmission timeout time), and then When the number of retransmissions (error counter) exceeds the upper limit, at time t6, the status of IP address b2 is set to “INACTIVE” based on the standard specification of SCTP.

その後、モバイル端末MNが前記Wi-Fiネットワークのエリア外へ移動し、時刻t7において、前記付与されていたIPアドレスが無効になると、前記IPアドレスb2のステータスが、従来のSCTP標準仕様であれば「INACTIVE」とされるところ、本実施形態では、前記第1拡張機能部12により「ACTIVE(UNCONFIRMED)」とされる。   Thereafter, when the mobile terminal MN moves out of the area of the Wi-Fi network and the assigned IP address becomes invalid at time t7, if the status of the IP address b2 is the conventional SCTP standard specification In this embodiment, “INACTIVE” is set to “ACTIVE (UNCONFIRMED)” by the first extended function unit 12.

SCTPの標準仕様では、「ACTIVE(UNCONFIRMED)」の元ではデータ送信のみならずASCONFチャンクの送信も明示的には許可されていない。これに対して、本実施形態ではIPアドレスが無効になると、そのステータスが「ACTIVE(UNCONFIRMED)」とされ、かつ前記「ACTIVE(UNCONFIRMED)」の元でASCONFチャンクをHERTBEATによる疎通確認を経ずに送出できるようにSCTPが拡張されている。   In the standard specification of SCTP, not only data transmission but also transmission of ASCONF chunk is not explicitly permitted under “ACTIVE (UNCONFIRMED)”. On the other hand, in this embodiment, when the IP address becomes invalid, the status is `` ACTIVE (UNCONFIRMED) '', and the ASCONF chunk is not subjected to the communication confirmation by HERTBEAT under the `` ACTIVE (UNCONFIRMED) ''. SCTP has been extended to allow sending.

(3)時刻t8では、SCTPの標準仕様に基づいて、インタフェースa2に係る通信パスの削除を要求するASCONF Deleteが、インタフェースa2からIPアドレスb2宛に送信される。時刻t9では、IPアドレスb2からインタフェースa2へ、前記削除要求に対する応答としてASCONF ACKが返信される。   (3) At time t8, ASCONF Delete requesting deletion of the communication path related to the interface a2 is transmitted from the interface a2 to the IP address b2 based on the standard specification of SCTP. At time t9, ASCONF ACK is returned from IP address b2 to interface a2 as a response to the deletion request.

(4)その後、時刻t10において、モバイル端末MNがインタフェースa2またはa3のネットワークエリア内へ移動し、例えばインタフェースa2からサーバSのIPアドレスb2への通信パスの追加が要求されると、当該時点ではIPアドレスb2のステータスが「ACTIVE(UNCONFIRMED)」なので、HEARTBEATによる疎通確認を待たずに、時刻t11において直ちに、モバイル端末MNのインタフェースa2からサーバSのIPアドレスb2を宛先としてASCONF Addを送信できる。時刻t12において、サーバSのIPアドレスb2からモバイル端末MNのインタフェースa2へASCONF ACKが返信されると、モバイル端末MNとサーバSとの間に通信パス[a2-b2]が接続される。   (4) After that, at time t10, the mobile terminal MN moves into the network area of the interface a2 or a3.For example, when the addition of a communication path from the interface a2 to the IP address b2 of the server S is requested, Since the status of the IP address b2 is “ACTIVE (UNCONFIRMED)”, ASCONF Add can be transmitted immediately from the interface a2 of the mobile terminal MN with the IP address b2 of the server S as the destination without waiting for the communication confirmation by HEARTBEAT. When ASCONF ACK is returned from the IP address b2 of the server S to the interface a2 of the mobile terminal MN at time t12, the communication path [a2-b2] is connected between the mobile terminal MN and the server S.

時刻t13では、モバイル端末MNのインタフェースa2からサーバSのIPアドレスb2を宛先としてHERTBEATが送出される。時刻t14では、サーバSのIPアドレスb2からモバイル端末MNのインタフェースa2へHERTBEAT-ACKが返信され、これ以降、HERTBEAT/HERTBEAT-ACKの送受が所定の周期で繰り返される。   At time t13, HERTBEAT is transmitted from the interface a2 of the mobile terminal MN with the IP address b2 of the server S as the destination. At time t14, HERTBEAT-ACK is returned from the IP address b2 of the server S to the interface a2 of the mobile terminal MN, and thereafter, transmission / reception of HERTBEAT / HERTBEAT-ACK is repeated at a predetermined cycle.

本実施形態によれば、通信パスの接続に失敗したIPアドレスのステータスが、SCTPの標準仕様で定められた「INACTIVE」ではなく、「ACTIVE(UNCONFIRMED)」となるようにSCTPが拡張されるので、次に当該IPアドレスに対する通信パスの接続を試行する際に、HERTBEATによる疎通確認を待たずに直ちにASFONFを送出することが可能になり、素早いマルチパス通信が可能になる。   According to this embodiment, SCTP is expanded so that the status of the IP address that failed to connect the communication path becomes “ACTIVE (UNCONFIRMED)” instead of “INACTIVE” defined in the standard specification of SCTP. Next, when trying to connect a communication path to the IP address, ASFONF can be sent immediately without waiting for communication confirmation by HERTBEAT, and quick multipath communication becomes possible.

図5は、本発明に係るSCTP通信システムの第2実施形態の構成を示したブロック図であり、ここでは、本発明の説明に不要な構成は図示が省略されている。   FIG. 5 is a block diagram showing the configuration of the second embodiment of the SCTP communication system according to the present invention. Here, the configuration unnecessary for the description of the present invention is omitted.

本実施形態では、モバイル端末MNのトランスポート層(SCTP)に第2拡張部13を設け、マルチホーム接続のために追加された通信パスのパラメータを、先に接続されている通信パスのパラメータから独立させることで、追加された通信パスに対して、異なるネットワーク環境下で先に接続済みの通信パスのパラメータが適用されないようにSCTPを拡張した点に特徴がある。   In the present embodiment, the second extension unit 13 is provided in the transport layer (SCTP) of the mobile terminal MN, and the communication path parameters added for the multihome connection are obtained from the parameters of the communication path connected previously. It is characterized in that the SCTP is extended so that the parameter of the communication path that has been connected first in a different network environment is not applied to the added communication path by making it independent.

図6は、本発明の第2実施形態の動作を示したシーケンスフローであり、時刻t11までの手順は上記の第1実施形態と同一または同等なので、その説明は省略する。   FIG. 6 is a sequence flow showing the operation of the second embodiment of the present invention. Since the procedure up to time t11 is the same as or equivalent to that of the first embodiment, the description thereof is omitted.

SCTPの標準仕様では、通信パスが新たに追加されると、その通信パラメータとして、先に接続されて宛先IPアドレス(ここでは、b2)が同一の他の通信パス(前記a1-b2)のパラメータが、通信環境や条件の相違にかかわらず引き継がれてしまう。これに対して、本実施形態では、時刻t11,t12においてサーバSとモバイル端末MNとの間でASCONF AddおよびASCONF ACKが送受されて通信パスが追加される際、サーバSではASCONF ACKの返信タイミング(t11)において、またモバイル端末MNでは前記ASCONF ACKの受信タイミング(t12)において、前記宛先IPアドレスb2に関する通信パラメータが初期化される。   In the standard specification of SCTP, when a communication path is newly added, as a communication parameter, parameters of other communication paths (a1-b2) that are connected first and have the same destination IP address (here, b2) are used. However, it is inherited regardless of differences in communication environment and conditions. On the other hand, in this embodiment, when ASCONF Add and ASCONF ACK are transmitted and received between the server S and the mobile terminal MN at time t11 and t12, and the communication path is added, the server S returns the ASCONF ACK return timing. At (t11) and at the reception timing (t12) of the ASCONF ACK in the mobile terminal MN, the communication parameter related to the destination IP address b2 is initialized.

このように、本実施形態では宛先IPアドレスが同一の通信パスが改めて追加されると、そのパラメータが初期化されるようにSCTPが拡張され、追加された通信パスに既設の通信パスのパラメータが引き継がれない。したがって、通信環境や条件の異なる他の通信パラメータが、追加された新たな通信パスに引き継がれてしまうことによる通信効率の低下を防止できる。   As described above, in this embodiment, when a communication path having the same destination IP address is newly added, SCTP is expanded so that the parameter is initialized, and the parameter of the existing communication path is added to the added communication path. Cannot be taken over. Therefore, it is possible to prevent a decrease in communication efficiency due to another communication parameter having a different communication environment and conditions being taken over by the added new communication path.

10…通信パス,11…アソシエーション,12…第1拡張部,13…第2拡張部   DESCRIPTION OF SYMBOLS 10 ... Communication path, 11 ... Association, 12 ... 1st expansion part, 13 ... 2nd expansion part

Claims (4)

複数のインタフェースを備えた一方のノードと複数のIPアドレスを割り当てられた他方のノードとの間にSCTPにより無線ネットワーク経由のマルチホーム接続を確立するマルチホーム通信方法において、
一方のノードにおいて、第1インタフェースが他方のノードの第1アドレス宛に初期化要求を送信し、これに他方のノードが応答して第1通信パスを接続することによりアソシエーションを確立する手順と、
一方のノードにおいて、第2インタフェースが接続されたネットワークのエリア内から、当該第2インタフェースが他方のノードの第2アドレス宛に通信パスの追加を要求する手順と、
一方のノードにおいて、前記第2アドレスへの通信パスの追加に成功することなく前記ネットワークとの接続が断たれると、当該第2アドレスのステータスをACTIVE(UNCONFIRMED)とする手順と、
一方のノードにおいて、前記ステータスがACTIVE(UNCONFIRMED)の第2アドレス宛に、疎通確認を経ずに追加要求を送信して通信パスを追加する手順とを含むことを特徴とするSCTPのマルチホーム通信方法。
In a multihome communication method for establishing a multihome connection via a wireless network by SCTP between one node having a plurality of interfaces and the other node assigned with a plurality of IP addresses,
In one node, the first interface sends an initialization request addressed to the first address of the other node, and the other node responds to this by establishing the association by connecting the first communication path;
In one node, from within the network area of the second interface is connected, the procedure in which the second interface requests the additional communication paths addressed second address of the other node,
If one of the nodes disconnects from the network without successfully adding a communication path to the second address, the status of the second address is set to ACTIVE (UNCONFIRMED);
SCTP multi-homed communication including a procedure for adding a communication path by sending an addition request to the second address whose status is ACTIVE (UNCONFIRMED) in one node without confirming communication Method.
前記第2アドレスへの通信パスの追加に成功すると、前記一方および他方のノードにおいて、当該第2アドレスに関する通信パラメータを初期化する手順を更に含むことを特徴とする請求項1に記載のSCTPのマルチホーム通信方法。   The SCTP according to claim 1, further comprising a step of initializing communication parameters related to the second address in the one and the other nodes when the communication path is successfully added to the second address. Multi-home communication method. 複数のインタフェースを備え、複数のIPアドレスを割り当てられた接続先ノードとの間にSCTPにより無線ネットワーク経由のマルチホーム接続を確立するマルチホーム通信システムにおいて、
第1インタフェースから接続先ノードの第1アドレス宛に初期化要求を送信して第1通信パスを接続し、接続先ノードとの間にアソシエーションを確立する手段と、
第2インタフェースが接続されたネットワークのエリア内から、当該第2インタフェースが接続先ノードの第2アドレス宛に通信パスの追加を要求する手段と、
前記第2アドレスへの通信パスの追加に成功することなく前記ネットワークとの接続が断たれると、当該第2アドレスのステータスをACTIVE(UNCONFIRMED)とする手段と、
前記ステータスがACTIVE(UNCONFIRMED)の第2アドレス宛に、疎通確認を経ずに追加要求を送信して通信パスを追加する手段とを具備したことを特徴とするSCTPのマルチホーム通信システム。
In a multi-home communication system comprising a plurality of interfaces and establishing a multi-home connection via a wireless network by SCTP with a connection destination node assigned a plurality of IP addresses,
Means for transmitting an initialization request addressed to the first address of the connection destination node from the first interface, connecting the first communication path, and establishing an association with the connection destination node;
Means for requesting the addition of a communication path from the area of the network to which the second interface is connected to the second address of the connection destination node.
Means for setting the status of the second address to ACTIVE (UNCONFIRMED) when the connection with the network is cut without successfully adding a communication path to the second address;
A SCTP multihomed communication system comprising means for adding a communication path by transmitting an addition request to the second address whose status is ACTIVE (UNCONFIRMED) without confirming communication.
前記第2アドレスへの通信パスの追加に成功すると、当該第2アドレスに関する通信パラメータを初期化する手段を更に具備したことを特徴とする請求項3に記載のSCTPのマルチホーム通信システム。   4. The SCTP multihomed communication system according to claim 3, further comprising means for initializing communication parameters related to the second address when the communication path is successfully added to the second address.
JP2012183230A 2012-08-22 2012-08-22 Multi-home communication method and system Expired - Fee Related JP5918076B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012183230A JP5918076B2 (en) 2012-08-22 2012-08-22 Multi-home communication method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012183230A JP5918076B2 (en) 2012-08-22 2012-08-22 Multi-home communication method and system

Publications (2)

Publication Number Publication Date
JP2014042143A JP2014042143A (en) 2014-03-06
JP5918076B2 true JP5918076B2 (en) 2016-05-18

Family

ID=50394074

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012183230A Expired - Fee Related JP5918076B2 (en) 2012-08-22 2012-08-22 Multi-home communication method and system

Country Status (1)

Country Link
JP (1) JP5918076B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6850503B2 (en) * 2002-08-06 2005-02-01 Motorola, Inc. Method and apparatus for effecting a handoff between two IP connections for time critical communications
JP4153502B2 (en) * 2005-03-29 2008-09-24 富士通株式会社 Communication device and logical link error detection method

Also Published As

Publication number Publication date
JP2014042143A (en) 2014-03-06

Similar Documents

Publication Publication Date Title
CN109981316B (en) Switching method of application server, session management network element and terminal equipment
KR102156687B1 (en) Method and multi-homed equipment for establishing a multipath connection
JP4998316B2 (en) Communication system, communication processing method, and node
WO2016210196A1 (en) Media relay server
EP2898639A1 (en) Traffic shaping and steering for a multipath transmission control protocol connection
WO2020068605A1 (en) Systems and methods for selection of collocated nodes in 5g network
WO2016210202A1 (en) Media relay server
CN111107672B (en) Method, device and system for establishing sub-streams of multi-path connection
WO2012000271A1 (en) Method for terminal access and wireless communication network
WO2021008591A1 (en) Data transmission method, device, and system
US8180361B2 (en) Methods and systems for base station installation in distributed call processing networks
JP2018526923A (en) Enhanced neighborhood discovery for communication networks
WO2022067818A1 (en) Data transmission method and apparatus
Dreibholz et al. A new scheme for IP-based Internet-mobility
JP5502947B2 (en) Method and apparatus for matching dynamic host configuration protocol (DHCP) release messages
EP3632081B1 (en) Session layer communications using an id-oriented network
WO2023071522A1 (en) Connection establishment method and device, storage medium and electronic device
JP5840575B2 (en) Multi-home communication method and system
WO2013178164A1 (en) Ipv6 domain name server (dns) address allocation and obtaining method and device
US20110138073A1 (en) Connection destination selection apparatus and method thereof
JP5918076B2 (en) Multi-home communication method and system
US20200137726A1 (en) Communications device and communication method
TWI495314B (en) Muti-wan device and method of updating routing table
WO2015013883A1 (en) Data transmission method and device
CN106375224B (en) Router and method for network connection by using same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151216

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160210

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160407

R150 Certificate of patent or registration of utility model

Ref document number: 5918076

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees