JP4617203B2 - Server apparatus and communication connection method - Google Patents

Server apparatus and communication connection method Download PDF

Info

Publication number
JP4617203B2
JP4617203B2 JP2005158285A JP2005158285A JP4617203B2 JP 4617203 B2 JP4617203 B2 JP 4617203B2 JP 2005158285 A JP2005158285 A JP 2005158285A JP 2005158285 A JP2005158285 A JP 2005158285A JP 4617203 B2 JP4617203 B2 JP 4617203B2
Authority
JP
Japan
Prior art keywords
information
sip
load balancer
load
address
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2005158285A
Other languages
Japanese (ja)
Other versions
JP2006338066A (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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2005158285A priority Critical patent/JP4617203B2/en
Publication of JP2006338066A publication Critical patent/JP2006338066A/en
Application granted granted Critical
Publication of JP4617203B2 publication Critical patent/JP4617203B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Description

本発明は、サーバ装置および通信接続方法に関するものである。本発明のサーバ装置は、とくに、SIP(Session Initiation Protocol)サーブレットエンジンの分散システムに関するものである。また、本発明の通信接続方法は、とくに、SIPサーブレットエンジンにおけるマルチホームネットワークアドレスの設定方法に関するものである。   The present invention relates to a server device and a communication connection method. The server device of the present invention particularly relates to a distributed system of SIP (Session Initiation Protocol) servlet engine. The communication connection method of the present invention particularly relates to a multihome network address setting method in the SIP servlet engine.

SIPサーブレットエンジンは、1つまたは2つのサブネットワークを収容する。SIPサーブレットエンジンには、SIPロケーションサーバが接続される。各サブネットワークには、ユーザ端末装置が複数台接続されている。接続されたユーザ端末装置のうち、ログイン中にあるユーザ端末装置間で通話を開始する手順について簡単に説明する。送信元のユーザ端末装置は、通信相手、すなわち着信先のユーザ端末装置に対して該当する宛先情報としてSIP-URI(Uniform Resource Identifiers)を設定して発信し、サブネットワーク、一つのSIPサーブレットエンジンおよびサブネットワークを経由して着信先のユーザ端末装置に送る。このとき、SIPサーブレットエンジンは、SIPロケーションサーバに対して自身に設定されるIP(Internet Protocol)アドレスを送信し、このIPアドレスをSIPロケーションサーバに設定する。   The SIP servlet engine accommodates one or two subnetworks. A SIP location server is connected to the SIP servlet engine. A plurality of user terminal devices are connected to each subnetwork. Of the connected user terminal devices, a procedure for starting a call between the user terminal devices that are logging in will be briefly described. The transmission source user terminal device sets and transmits SIP-URI (Uniform Resource Identifiers) as corresponding destination information to the communication partner, that is, the destination user terminal device, and transmits the subnetwork, one SIP servlet engine and The message is sent to the destination user terminal device via the subnetwork. At this time, the SIP servlet engine transmits an IP (Internet Protocol) address set to itself to the SIP location server, and sets this IP address in the SIP location server.

SIPサーブレットエンジンは、供給される宛先情報であるSIP-URIから実際の宛先をSIPロケーションサーバにSIPリクエスト処理として要求する。SIPロケーションサーバでは、要求に応じたSIP-URIに対応する宛先情報が何かを参照により求める。SIPロケーションサーバは、SIPリクエストに応じて参照結果の宛先情報だけでなく、宛先のログイン状態やログイン中のIPアドレス等のユーザ情報をSIPサーブレットエンジンに出力する。   The SIP servlet engine requests an actual destination from the SIP-URI as the destination information supplied to the SIP location server as SIP request processing. In the SIP location server, the destination information corresponding to the SIP-URI according to the request is obtained by reference. In response to the SIP request, the SIP location server outputs not only the destination information of the reference result but also user information such as the login state of the destination and the IP address being logged in to the SIP servlet engine.

SIPサーブレットエンジンは、宛先のSIP-URIに対応して得られたユーザ情報を基に着信先のユーザ端末装置を呼び出す。SIPサーブレットエンジンは、着信先のユーザ端末装置が未登録またはログイン状態にない場合、送信元のユーザ端末装置にエラーを出力する。着信先のユーザ端末装置は送信元のユーザ端末装置からの呼出しに応じて接続し、通話を開始する。   The SIP servlet engine calls the destination user terminal device based on the user information obtained corresponding to the destination SIP-URI. The SIP servlet engine outputs an error to the transmission source user terminal device when the destination user terminal device is not registered or is not logged in. The destination user terminal device connects in response to a call from the transmission source user terminal device and starts a call.

また、SIPサーブレットエンジンを複数有する分散システムとしてもよい。この場合、サブネットワークにはSIPアプリケーションサーバが接続される。SIPアプリケーションサーバは、SIPロードバランサおよび複数のサブネットを含む。SIPロードバランサは、複数の論理IPアドレスを有し、ロードバランシングの処理規則に応じてサブネットそれぞれに含まれるSIPサーブレットエンジンにSIPリクエストを振り分ける機能を有する。各サブネットには、複数のSIPサーブレットエンジンが接続され、各SIPサーブレットエンジンにはSIPロケーションサーバが接続される。SIPサーブレットエンジンは、アドレスポート管理情報を扱う。   Further, it may be a distributed system having a plurality of SIP servlet engines. In this case, a SIP application server is connected to the subnetwork. The SIP application server includes a SIP load balancer and a plurality of subnets. The SIP load balancer has a plurality of logical IP addresses, and has a function of distributing SIP requests to SIP servlet engines included in each subnet in accordance with load balancing processing rules. A plurality of SIP servlet engines are connected to each subnet, and a SIP location server is connected to each SIP servlet engine. The SIP servlet engine handles address port management information.

アドレスポート管理情報には複数のトランスポート情報およびロードバランサ情報が含まれる。トランスポート情報は、IPアドレス、ポート番号、プロトコルの種別および起動状態を含む。IPアドレスはSIPサーブレットエンジンのネットワークインタフェースカードのIPアドレスである。ポート番号は、オープンする番号である。プロトコルの種別は、プロトコルがTCP(Transmission Control Protocol)/UDP(User Datagram Protocol)のいずれかを示す。起動状態は「有効」および「無効」のいずれかで表しそれぞれ使用中状態および未使用状態を示す。   The address port management information includes a plurality of transport information and load balancer information. The transport information includes an IP address, a port number, a protocol type, and an activation state. The IP address is the IP address of the SIP servlet engine network interface card. The port number is a number to be opened. The protocol type indicates whether the protocol is TCP (Transmission Control Protocol) / UDP (User Datagram Protocol). The activation state is represented by either “valid” or “invalid”, and indicates a busy state and an unused state, respectively.

また、ロードバランサ情報は、ロードバランサアドレス、各プロトコルのポート番号および起動状態を含む。ロードバランサアドレスには、ロードバランサの論理IPアドレスが設定される。各プロトコルのポート番号は、たとえばTCPでオープンするポート番号とUDPオープンするポート番号である。また、起動状態はトランスポート情報と同様に「有効」、「無効」で状態を表す。   The load balancer information includes a load balancer address, a port number of each protocol, and an activation state. In the load balancer address, the logical IP address of the load balancer is set. The port number of each protocol is, for example, a port number opened by TCP and a port number opened by UDP. In addition, the activation state indicates the state by “valid” and “invalid” similarly to the transport information.

サブネット内にSIPサーブレットエンジンを複数台設置する場合、SIPロードバランサがほとんどの場合設置される。この設置により障害発生時におけるサービス停止時間を短縮化する。   When installing multiple SIP servlet engines in a subnet, a SIP load balancer is almost always installed. This installation shortens the service stop time when a failure occurs.

この分散システムにおける動作も簡単に説明する。この場合も送信元のユーザ端末装置は、着信先のユーザ端末装置にSIP-URIを指定し、発信する。発信されたSIP-URIは、SIPアプリケーションサーバの間にあるサブネットを介してSIPロードバランサに供給される。SIPロードバランサはSIPロケーションサーバにSIPロードバランサの論理IPアドレスを指定し、この指定に対応するSIPサーブレットエンジンにSIPリクエスト処理を発信する。SIPリクエスト処理は、対応するSIPサーブレットそれぞれに振り分けて、実施する。   The operation in this distributed system will also be briefly described. Also in this case, the transmission source user terminal device designates the SIP-URI to the destination user terminal device and transmits the call. The transmitted SIP-URI is supplied to the SIP load balancer via a subnet between the SIP application servers. The SIP load balancer designates the logical IP address of the SIP load balancer in the SIP location server, and sends a SIP request process to the SIP servlet engine corresponding to this designation. SIP request processing is performed by distributing to each corresponding SIP servlet.

指定されたSIPサーブレットは、宛先のSIP-URIから実際の宛先情報を求めて、サブネット内のSIPロケーションサーバにアクセスする。このSIPロケーションサーバは、宛先情報を参照して、SIPリクエストを処理する。このSIPロケーションサーバは、このSIPロケーションサーバは、SIPリクエストに対する応答情報を要求された論理IPアドレスに向けて返す。   The designated SIP servlet obtains the actual destination information from the SIP-URI of the destination and accesses the SIP location server in the subnet. This SIP location server processes the SIP request with reference to the destination information. The SIP location server returns response information for the SIP request toward the requested logical IP address.

応答を受けたSIPサーブレットエンジンは、応答情報の中から着信先のユーザ情報を取り出す。SIPサーブレットエンジンは、得られたユーザ情報を基に着信先のユーザ端末装置を呼び出す。SIPサーブレットエンジンは、着信先のユーザ端末装置が未登録またはログイン状態にない場合、送信元のユーザ端末装置にエラーを出力する。着信先のユーザ端末装置は送信元のユーザ端末装置からの呼出しに応じて接続し、通話を開始する。これにより、SIPサーブレットエンジンは、負荷の分散およびSIPアプリケーションサーバの障害時のサービス継続を可能にする。   Upon receiving the response, the SIP servlet engine extracts the destination user information from the response information. The SIP servlet engine calls the destination user terminal device based on the obtained user information. The SIP servlet engine outputs an error to the transmission source user terminal device when the destination user terminal device is not registered or is not logged in. The destination user terminal device connects in response to a call from the transmission source user terminal device and starts a call. As a result, the SIP servlet engine enables load distribution and service continuation in the event of a failure of the SIP application server.

ネットワークのアドレス設定としては特許文献1や特許文献2が挙げられる。特許文献1のネットワークアドレス設定方式には、ルーティングノードとその配下のサブネットワークとが一括して移動した場合やマルチホーム形式におけるアドレス管理の場合に対する構成が開示されている。ネットワークアドレス設定方式では、アドレスサーバおよびルーティングノードを含み、アドレスサーバはルーティングノードに対してネットワーク内の物理アドレスとサブネットワークのアドレスとを割り付ける。ルーティングノードはアドレスサーバから割り当てられたアドレスをサブネットワークに設定する。サブネットワークの移動にともないアドレスサーバは、移動したルーティングノードに移動先の物理アドレスを付与する。   Patent document 1 and patent document 2 are mentioned as the address setting of a network. The network address setting method of Patent Document 1 discloses a configuration for a case where a routing node and sub-networks under the routing node are moved together or for address management in a multihomed format. The network address setting method includes an address server and a routing node, and the address server assigns a physical address in the network and an address of the subnetwork to the routing node. The routing node sets the address assigned by the address server in the subnetwork. As the sub-network moves, the address server gives the destination physical address to the moved routing node.

特許文献2のマルチホームサービスシステムは、制御部にアプリケーション処理部、ネットワーク処理部およびメイン処理部を備え、情報漏洩のおそれを無くし、他のホームネットワークに連結された装置に対してもアクセスできるように拡張可能にする。   The multi-home service system of Patent Document 2 includes an application processing unit, a network processing unit, and a main processing unit in the control unit, eliminates the risk of information leakage, and can also access devices connected to other home networks. Make it extensible.

特開2000−32028号公報Japanese Unexamined Patent Publication No. 2000-32028 特開2004−320766号公報JP 2004-320766 A

ところで、分散システムにおいて、ネットワークアドレスが異なるユーザ情報を収容する場合、既存のSIPサーブレットエンジンに収容できない。異なるユーザ情報の収容には、新たにSIPサーブレットエンジンを設けるとよい。これにより、収容することが可能になる。しかしながら、このように新たなSIPサーブレットエンジンの構築は、既存のSIPサーブレットエンジンにメモリやCPU(Central Processing Unit)等のリソースに空きがあると、有効に空きリソースを利用できない。   By the way, in the distributed system, when accommodating user information with different network addresses, it cannot be accommodated in the existing SIP servlet engine. To accommodate different user information, a new SIP servlet engine should be provided. Thereby, it becomes possible to accommodate. However, in the construction of a new SIP servlet engine in this way, if the existing SIP servlet engine has available resources such as memory and CPU (Central Processing Unit), the available resources cannot be used effectively.

本発明はこのような従来技術の欠点を解消し、既存のSIPサーブレットエンジンに異なるネットワークアドレスを収容し、このエンジンの空きリソースを効率に使用できるサーバ装置および通信接続方法を提供することを目的とする。   It is an object of the present invention to provide a server apparatus and a communication connection method that can eliminate such drawbacks of the prior art, accommodate different network addresses in an existing SIP servlet engine, and efficiently use free resources of the engine. To do.

本発明は上述の課題を解決するために、情報を提供するデータベースを有し、所定のプロトコルで動作する情報装置に接続される情報処理機能ブロックが分散して配されるサーバ装置において、情報処理機能ブロックは、この情報処理機能ブロックが接続する複数のサブネットワークに関する第1の情報を管理し、この管理に基づき供給されるリクエストとこのリクエストに対するレスポンスを管理する情報管理手段と、第1の情報に含まれる第2の情報および第3の情報に対し第2および第3の情報の両方を関連付ける識別子が設けられた記憶手段とを含み、情報処理機能のそれぞれは、識別子の有無を基に負荷分散手段の配設の可否と、第3の情報の識別子を参照し、該当する識別子の有無や該当する識別子の起動状態の可否を判断し、リクエストに対する前記レスポンスの供給を管理することを特徴とする。   In order to solve the above-described problems, the present invention provides a server apparatus having a database that provides information and distributed information processing function blocks connected to information apparatuses that operate according to a predetermined protocol. The functional block manages first information regarding a plurality of sub-networks to which the information processing functional block is connected, information management means for managing a request supplied based on this management and a response to the request, and first information Storage means provided with an identifier for associating both the second information and the third information with respect to the second information and the third information included in the information processing function. With reference to the availability of distribution means and the identifier of the third information, the presence or absence of the corresponding identifier and the availability of the activation status of the corresponding identifier are determined, Characterized by managing the supply of the response to the quest.

本発明のサーバ装置は、情報管理手段で記憶手段に含まれる第2の情報および第3の情報に対し第2および第3の情報の両方を関連付ける識別子を基に第3の情報の識別子を参照し、該当する識別子の起動状態の可否を判断し、リクエストに対するレスポンスの供給が判明することから、異なるサブネットワークが扱う情報を情報処理機能ブロックに収容することで効率のよいこれまで以上の通信接続が可能にし、サブネットワークの追加に際し、既存の情報処理機能ブロックに第2および第3の情報、ならびに識別子を追加し設定することで新たなユーザを収容し、既存のリソースを有効に活用することができる。   The server device of the present invention refers to the identifier of the third information based on the identifier that associates both the second information and the third information with the second information and the third information included in the storage unit by the information management unit. Since it is possible to determine whether the corresponding identifier is in the activated state and the response to the request is known, information handled by different sub-networks can be accommodated in the information processing function block. When adding a sub-network, it is possible to accommodate new users by adding and setting the second and third information and identifiers to the existing information processing function block, and to effectively use existing resources. Can do.

また、本発明は上述の課題を解決するために、複数のサブネットワークが接続された所定のプロトコルで動作する情報処理機能ブロックとこの情報処理機能ブロックの負荷を分散させる負荷分散手段とを用いて、情報処理機能ブロックが管理する第1の情報に基づき供給されるリクエストとこのリクエストに対するレスポンスを負荷分散手段の該当するアドレス情報を有する位置に返して、通信接続を確立する通信接続方法において、この方法は、第1の情報に含まれる第2の情報および第3の情報に対し第2および第3の情報の両方を関連付ける識別子を設定し、この識別子が有るか否かを判断する第1の工程と、識別子が有る場合、識別子を介して第2の情報に対応する第3の情報を関連させ、第3の情報が有するアドレス情報を求める第2の工程と、第3の情報が有する負荷分散手段が起動状態にあるか否かを判断する第3の工程と、負荷分散手段が起動状態にある場合、レスポンスを第3の情報が有するアドレス情報の前記負荷分散手段に向けて出力する第4の工程とを含むことを特徴とする。   In order to solve the above-described problem, the present invention uses an information processing function block that operates in a predetermined protocol to which a plurality of sub-networks are connected, and a load distribution unit that distributes the load of the information processing function block. In the communication connection method for establishing the communication connection by returning the request supplied based on the first information managed by the information processing function block and the response to the request to the position having the corresponding address information of the load distribution means, The method sets a first identifier for associating both the second information and the third information with respect to the second information and the third information included in the first information, and determines whether the identifier is present. When there is an identifier, the process associates the third information corresponding to the second information via the identifier, and obtains address information included in the third information. The second step, the third step for determining whether or not the load distribution means included in the third information is in the activated state, and the address included in the third information if the load distribution means is in the activated state. And a fourth step of outputting information to the load distribution means.

本発明の通信接続方法は、識別子を設定し、この識別子が有るか否かを判断し、識別子が有る場合、識別子を介して第2の情報に対応する第3の情報を関連させ、第3の情報が有するアドレス情報を求め、第3の情報が有する負荷分散手段が起動状態にあるか否かを判断し、負荷分散手段が起動状態にある場合、レスポンスを第3の情報が有するアドレス情報の前記負荷分散手段に向けて出力することにより異なるサブネットワークのユーザに対するリクエスト-レスポンスを可能にして、情報処理機能ブロックの資源、すなわち空きリソースを効率よく利用でき、サブネットワークの追加に際し、既存の情報処理機能ブロックに第2および第3の情報、ならびに識別子を追加し設定することで新たなユーザを収容することができる。   The communication connection method of the present invention sets an identifier, determines whether or not this identifier is present, and if there is an identifier, associates third information corresponding to the second information via the identifier, The address information included in the information of the third information is obtained, it is determined whether or not the load distribution means included in the third information is in an activated state, and if the load distribution means is in the activated state, the address information included in the third information is a response. By outputting to the load balancing means, it is possible to make a request-response to users of different sub-networks, and efficiently use information processing function block resources, that is, free resources. A new user can be accommodated by adding and setting the second and third information and the identifier in the information processing function block.

次に添付図面を参照して本発明によるサーバ装置の一実施例を詳細に説明する。   Next, an embodiment of a server device according to the present invention will be described in detail with reference to the accompanying drawings.

本実施例は、本発明のサーバ装置をマルチホームのネットワークシステム10のSIPアプリケーションサーバ12に適用した場合である。本発明と直接関係のない部分について図示および説明を省略する。以下の説明で、信号はその現れる接続線の参照番号で指示する。   In the present embodiment, the server device of the present invention is applied to the SIP application server 12 of the multihomed network system 10. The illustration and description of parts not directly related to the present invention are omitted. In the following description, the signal is indicated by the reference number of the connecting line in which it appears.

ネットワークシステム10は、図1に示すように、ユーザ端末装置12、14、16、18およびSIPアプリケーションサーバ20を含む。図1のマルチホームのネットワークシステム10は、分散ネットワークシステムである。ユーザ端末装置12および14はサブネットワーク22を介してSIPアプリケーションサーバ20と接続される。また、ユーザ端末装置16および18はサブネットワーク24を介してSIPアプリケーションサーバ20と接続される。   As shown in FIG. 1, the network system 10 includes user terminal devices 12, 14, 16, 18 and a SIP application server 20. The multihomed network system 10 in FIG. 1 is a distributed network system. The user terminal devices 12 and 14 are connected to the SIP application server 20 via the subnetwork 22. The user terminal devices 16 and 18 are connected to the SIP application server 20 via the subnetwork 24.

SIPアプリケーションサーバ20は、SIPロードバランサ26、SIPサーブレットエンジン28および30、ならびにSIPロケーションサーバ32を含む。SIPアプリケーションサーバ20は、SIPロードバランサ26とSIPサーブレットエンジン28および30との間にサブネットワーク34および36が形成される。SIPアプリケーションサーバ20において従来との相違は、サブネットワーク34の接続がSIPサーブレットエンジン28だけでなく、SIPサーブレットエンジン30とも接続が可能な点にある。同様に、サブネットワーク36の接続がSIPサーブレットエンジン30だけでなく、SIPサーブレットエンジン28と接続が可能な点である。このようなサブネットワーク34および36とSIPサーブレットエンジン28および30の相互接続は、後述するSIPサーブレットエンジン28および30の機能に基づく。   The SIP application server 20 includes a SIP load balancer 26, SIP servlet engines 28 and 30, and a SIP location server 32. In the SIP application server 20, subnetworks 34 and 36 are formed between the SIP load balancer 26 and the SIP servlet engines 28 and 30. The SIP application server 20 is different from the prior art in that the subnetwork 34 can be connected not only to the SIP servlet engine 28 but also to the SIP servlet engine 30. Similarly, the subnetwork 36 can be connected not only to the SIP servlet engine 30 but also to the SIP servlet engine 28. Such interconnection between the sub-networks 34 and 36 and the SIP servlet engines 28 and 30 is based on the functions of the SIP servlet engines 28 and 30 described later.

SIPロードバランサ26は、たとえばサブネットワーク22とサブネットワーク34、サブネットワーク24とサブネットワーク36をそれぞれ対応付けて管理し、SIPサーブレットエンジンの負荷を分散する機能を有する。すなわち、SIPロードバランサ26は、サブネットワーク22および24が対応するネットワークインタフェースカードのそれぞれに異なる論理IPアドレスを割り当て、サブネットワーク34および36が接続するネットワークインタフェースカードのそれぞれに対し、サブネットワーク22および24において設定した論理IPアドレスと同じ論理IPアドレスを割り当てる。   The SIP load balancer 26 has a function of managing, for example, the subnetwork 22 and the subnetwork 34, the subnetwork 24 and the subnetwork 36 in association with each other, and distributing the load of the SIP servlet engine. That is, the SIP load balancer 26 assigns a different logical IP address to each of the network interface cards to which the sub-networks 22 and 24 correspond, and the sub-networks 22 and 24 correspond to each of the network interface cards to which the sub-networks 34 and 36 connect. Assign the same logical IP address as the one set in step 1.

SIPサーブレットエンジン28および30には、それぞれ、呼処理等の機能を有し、とくに、アドレスポート情報を基にインタフェースカードに対する情報を設定し処理を振り分け処理結果の応答を受ける機能およびアドレスポート情報の記憶機能が含まれる。これらの機能を有する構成要素が、図1のアドレスポート管理部38およびメモリ40、アドレスポート管理部42およびメモリ44で表される。SIPサーブレットエンジン28は、接続するサブネットワーク34および36に対応して割り当てられるIPアドレスをインタフェースカードに設定する。また、SIPサーブレットエンジン30も接続するサブネットワーク34および36に対応して割り当てられるIPアドレスをインタフェースカードに設定する。このようにSIPサーブレットエンジン28および30は、同じ機能を有する。メモリ40および44は、ハードディスクのようなストレージを用いデータベース化して記憶するようにしてもよい。SIPサーブレットエンジン28および30は、SIPロケーションサーバ32と接続する。   Each of the SIP servlet engines 28 and 30 has functions such as call processing, and in particular, functions for setting interface card information based on the address port information, distributing the processing and receiving responses of processing results, and address port information Memory function is included. The components having these functions are represented by the address port management unit 38 and the memory 40, the address port management unit 42, and the memory 44 in FIG. The SIP servlet engine 28 sets an IP address assigned to the subnetwork 34 and 36 to be connected to the interface card. The SIP servlet engine 30 also sets IP addresses assigned to the sub-networks 34 and 36 to which the SIP servlet engine 30 is connected in the interface card. Thus, the SIP servlet engines 28 and 30 have the same function. The memories 40 and 44 may be stored in a database using a storage such as a hard disk. SIP servlet engines 28 and 30 connect to a SIP location server 32.

SIPサーブレットエンジン28において図2に示すアドレスポート管理情報、すなわちSIPトランスポート情報およびSIPロードバランサ情報をメモリ40に記憶する。本実施例でSIPトランスポート情報は、IPアドレス、ポート番号、プロトコルの種別および起動状態だけでなく、LB(Load Balancer)識別子48を記憶する。また、SIPロードバランサ情報は、ロードバランサアドレス、TCP/UDPにおけるポート番号、起動状態だけでなく、LB識別子50を設け記憶する。SIPトランスポート情報およびSIPロードバランサ情報にLB識別子を持たせることにより、アドレスポート管理部はSIPトランスポート情報とSIPロードバランサ情報とを対応付けることが可能になる。SIPサーブレットエンジン28としては、対応付けによりたとえ複数のサブネットワークを収容していても、応答返却先のSIPロードバランサ26の論理IPアドレスがわかる。SIPアプリケーションサーバ20は、複数のサブネットワーク34および36のユーザ情報をSIPサーブレットエンジン20および30にそれぞれ収容して空きリソースを効率よく利用できる。サブネットワークを新たに追加する場合、SIPサーブレットエンジンを追加することなく、新たなサブネットワークのユーザ情報を既存のSIPサーブレットエンジンに収容できる。これにより、既存のリソースを有効に活用することができる。 The SIP servlet engine 28 stores the address port management information shown in FIG. 2, that is, SIP transport information and SIP load balancer information in the memory 40. In this embodiment, the SIP transport information stores an LB (Load Balancer) identifier 48 as well as an IP address, a port number, a protocol type, and an activation state. Further, the SIP load balancer information stores and stores not only the load balancer address, the port number in TCP / UDP, and the activation state, but also the LB identifier 50. By providing the SIP transport information and the SIP load balancer information with the LB identifier, the address port management unit can associate the SIP transport information with the SIP load balancer information. The SIP servlet engine 28 can know the logical IP address of the response return destination SIP load balancer 26 even if a plurality of sub-networks are accommodated. The SIP application server 20 can accommodate the user information of the plurality of sub-networks 34 and 36 in the SIP servlet engines 20 and 30, respectively, and can efficiently use free resources. When a new subnetwork is added, user information of the new subnetwork can be accommodated in the existing SIP servlet engine without adding a SIP servlet engine. Thereby, existing resources can be used effectively.

図1に戻って、SIPロケーションサーバ32は、サブネットワーク22/24に収容される利用者である加入者情報等を管理する機能を有する。この管理機能に基づき宛先のSIP-URIから実際の宛先情報を参照し、該当する宛先情報を求め、SIPリクエストを処理する。また、SIPロケーションサーバ32は、宛先のSIP-URIおよび実際の宛先情報、すなわちユーザ情報を対応付け記憶するストレージを有する。SIPロケーションサーバ32は、得られた宛先情報を接続されるSIPリクエストのあったSIPサーブレットエンジン28および30のいずれかに返す。   Returning to FIG. 1, the SIP location server 32 has a function of managing subscriber information and the like that are users accommodated in the sub-network 22/24. Based on this management function, the actual destination information is referenced from the SIP-URI of the destination, the corresponding destination information is obtained, and the SIP request is processed. Further, the SIP location server 32 has a storage for storing the destination SIP-URI and actual destination information, that is, user information in association with each other. The SIP location server 32 returns the obtained destination information to one of the SIP servlet engines 28 and 30 that have received the SIP request to be connected.

次にマルチホームのネットワークシステム10におけるSIPロードバランサ26に着目したSIPサーブレットエンジン28の動作について簡単に説明する。この動作はSIPサーブレットエンジン28に限定されるものでなく、SIPサーブレットエンジン30でも同様に動作できることは言うまでもない。   Next, the operation of the SIP servlet engine 28 focusing on the SIP load balancer 26 in the multihomed network system 10 will be briefly described. This operation is not limited to the SIP servlet engine 28, and it goes without saying that the SIP servlet engine 30 can operate similarly.

SIPサーブレットエンジン28には、このエンジンのトランスポートを経由してSIPリクエストが入力される。SIPリクエストの受信に応じてSIPリクエスト処理に進む(ステップS10へ)。   A SIP request is input to the SIP servlet engine 28 via the transport of this engine. In response to the reception of the SIP request, the process proceeds to SIP request processing (to step S10).

SIPサーブレットエンジン28は、SIPリクエストを処理する。SIPリクエストは、たとえばSIPロケーションサーバ32に宛先のSIP-URIを供給し宛先のSIP-URIを参照して、宛先のユーザ情報を求める。   The SIP servlet engine 28 processes the SIP request. The SIP request, for example, supplies the destination SIP-URI to the SIP location server 32 and refers to the destination SIP-URI to obtain user information of the destination.

次にSIPロケーションサーバ32は、求めた宛先のユーザ情報を応答としてSIPサーブレットエンジン28に返す(ステップS12)。SIPサーブレットエンジン28は、この応答を受けてSIPロードバランサ26の有無の判断処理に進む(ステップS14へ)。   Next, the SIP location server 32 returns the obtained destination user information as a response to the SIP servlet engine 28 (step S12). In response to this response, the SIP servlet engine 28 proceeds to a process for determining the presence or absence of the SIP load balancer 26 (to step S14).

次にSIPサーブレットエンジン28は、アドレスポート管理部38で受信したSIPリクエストのSIPトランスポート情報を参照し、SIPロードバランサ26の有無を判断する(ステップS14)。判断はSIPロードバランサ情報としてLB識別子および起動状態を基にロードバランサアドレスを知ることができる。LB識別子の有無がSIPロードバランサ26の有無を反映することから、この段階では少なくとも、LB識別子の有無を用いれば判断できる。この条件を用いて、SIPロードバランサ26がSIPアプリケーションサーバ20に無いと判断した場合(YES)、SIPレスポンスの返却処理に進む(ステップS16へ)。また、SIPロードバランサ26がSIPアプリケーションサーバ20に有ると判断した場合(NO)、SIPロードバランサ情報の取得処理に進む(ステップS18へ)。   Next, the SIP servlet engine 28 refers to the SIP transport information of the SIP request received by the address port management unit 38, and determines whether or not the SIP load balancer 26 is present (step S14). The judgment can know the load balancer address based on the LB identifier and the activation state as SIP load balancer information. Since the presence / absence of the LB identifier reflects the presence / absence of the SIP load balancer 26, it can be determined at least at this stage by using the presence / absence of the LB identifier. If it is determined that the SIP load balancer 26 does not exist in the SIP application server 20 using this condition (YES), the process proceeds to a SIP response return process (to step S16). If it is determined that the SIP load balancer 26 is present in the SIP application server 20 (NO), the process proceeds to the SIP load balancer information acquisition process (to step S18).

SIPレスポンスの返却処理は、得られたSIPレスポンスをOS(Operating System)のルーティング情報に従って返却する(ステップS16)。   In the SIP response return process, the obtained SIP response is returned in accordance with OS (Operating System) routing information (step S16).

また、SIPロードバランサ情報の取得処理は、アドレスポート管理部38でメモリ40の該当するSIPトランスポート情報にアクセスする。このアクセスでは、この情報が有するLB識別子48を基にSIPロードバランサ情報を参照することにある。この参照は、LB識別子48とLB識別子50とを比較し対応するロードバランサアドレス、すなわち論理IPアドレスを求めることを意味する。   Also, in the SIP load balancer information acquisition process, the address port management unit 38 accesses the corresponding SIP transport information in the memory 40. In this access, SIP load balancer information is referred to based on the LB identifier 48 included in this information. This reference means that the LB identifier 48 and the LB identifier 50 are compared to obtain a corresponding load balancer address, that is, a logical IP address.

次にアドレスポート管理部38は、SIPロードバランサ情報が有する起動状態を基にSIPロードバランサ26の起動の有無を判断する(ステップS20)。起動状態の場合(YES)、SIPロードバランサ情報を用いたSIPレスポンスの返却処理に進む(ステップS22へ)。未起動状態の場合(NO)、SIPレスポンスの返却処理に進む(ステップS16へ)。起動状態でのSIPレスポンスの返却処理は、得られたSIPロードバランサ26の論理IPアドレスに向けてSIPレスポンスを返却する(ステップS22)。これらSIPレスポンスの返却後、SIPリクエストに対するSIPレスポンスが完了としたとする。   Next, the address port management unit 38 determines whether or not the SIP load balancer 26 is activated based on the activation state included in the SIP load balancer information (step S20). In the activated state (YES), the process proceeds to a SIP response return process using the SIP load balancer information (to step S22). If it is not activated (NO), the process proceeds to a SIP response return process (to step S16). In the SIP response return process in the activated state, the SIP response is returned toward the logical IP address of the obtained SIP load balancer 26 (step S22). Assume that the SIP response to the SIP request is completed after these SIP responses are returned.

このようにSIPサーブレットエンジンにおいて、異なる複数のサブネットワークのユーザまたは加入者を一つのシステム上に収容させることが可能になる。これにより、収容にともない新たな設備を敷設させることなく、現有の設備におけるリソースを有効に活用することができる。   Thus, in the SIP servlet engine, it becomes possible to accommodate users or subscribers of a plurality of different sub-networks on one system. Thereby, it is possible to effectively utilize the resources in the existing facilities without laying new facilities with accommodation.

本発明のサーバ装置をマルチホームのネットワークシステムにおけるSIPアプリケーションサーバに適用した概略的な構成を示すブロック図である。1 is a block diagram showing a schematic configuration in which a server device of the present invention is applied to a SIP application server in a multihomed network system. 図1のSIPアプリケーションサーバにおけるSIPサーブレットエンジンが記憶するアドレスポート管理情報を説明する図である。It is a figure explaining the address port management information which the SIP servlet engine in the SIP application server of FIG. 1 stores. 図1のSIPサーブレットエンジンの動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the SIP servlet engine of FIG.

符号の説明Explanation of symbols

10 マルチホームのネットワークシステム
12〜18 ユーザ端末装置
20 SIPアプリケーションサーバ
22、24、34、36 サブネットワーク
26 SIPロードバランサ
28、30 SIPサーブレットエンジン
32 SIPロケーションサーバ
38、42 アドレスポート管理部
40、44 メモリ
10 Multihomed network system
12-18 user terminal equipment
20 SIP application server
22, 24, 34, 36 Subnetwork
26 SIP load balancer
28, 30 SIP servlet engine
32 SIP location server
38, 42 Address Port Management Department
40, 44 memory

Claims (4)

情報を提供するデータベースを有し、SIP(Session Initiation Protocol)プロトコルで動作する情報装置に接続される情報処理機能ブロックが分散して配されるサーバ装置において、前記情報処理機能ブロックは、該情報処理機能ブロックが接続する複数のサブネットワークに関する第1の情報を管理し、送信元のユーザ端末装置から着信先への宛先情報の発信にともない、該装置に配設され、前記SIPの呼処理を行なう該情報処理機能ブロックの負荷を分散する負荷分散手段から、該宛先情報の指定に対応して供給されるSIPリクエストと該SIPリクエストに対する前記負荷分散手段へのSIPレスポンスの返却を管理する情報管理手段と、
アドレスポート管理情報に含まれる、IP(Internet Protocol)アドレス、ポート番号、プロトコルの種別、トランスポートの使用中/未使用を表わす起動状態およびロードバランサ識別子を情報として有するトランスポート情報、ならびにロードバランサアドレス、各プロトコルのポート番号、前記負荷分散手段の使用中/未使用を表わす起動状態およびロードバランサ識別子を情報として有するロードバランサ情報に対し前記トランスポート情報および前記ロードバランサ情報の両方を関連付ける識別子が設けられた記憶手段とを含み、
前記情報処理機能ブロックのそれぞれは、前記SIPリクエストを受けて、前記記憶手段に格納された前記トランスポート情報のうち、前記SIPリクエストの前記トランスポート情報に一致する前記トランスポート情報を参照し、一致したトランスポート情報に設けられる前記ロードバランサ識別子の有無を基に前記負荷分散手段の存在/欠落のいずれかを判断し前記負荷分散手段の存在の判断に応じて該トランスポート情報のロードバランサ識別子と格納されているロードバランサ情報の前記ロードバランサ識別子とを比較し一致するロードバランサ識別子のロードバランサ情報からロードバランサアドレスを取得して、取得したロードバランサ情報の起動状態を基に当該負荷分散手段の起動の有無を判断し、該負荷分散の起動の判断に応じて取得したロードバランサアドレスに向けて前記SIPレスポンスを返却する、前記SIPリクエストに対する前記負荷分散手段への前記SIPレスポンスの返却を管理し、対応付けにより前記複数のサブネットワークを収容していても、レスポンス返却先のIPアドレス情報を知り得て、既存のリソースを有効に活用することを特徴とするサーバ装置。
In a server device in which information processing function blocks connected to an information device operating with a SIP (Session Initiation Protocol) protocol are distributed and arranged, the information processing function block includes the information processing function block. function block manages the first information on a plurality of sub-networks to be connected, with the transmission source user terminal to the calling destination information to the destination, is disposed in the device, it performs call processing for the SIP Information management means for managing a SIP request supplied corresponding to the designation of the destination information from a load distribution means for distributing the load of the information processing function block and a return of a SIP response to the load distribution means for the SIP request When,
IP (Internet Protocol) address, port number, protocol type, transport information indicating whether the transport is in use / not used , and transport balance information including a load balancer identifier included in the address port management information , and a load balancer address the port number for each protocol, the identifier that associates both said transport information and the load balancer information to the load balancer information possessed by providing the active state and the load balancer identifier representing the in-use / unused said load balancing unit as information Stored storage means,
Each of the information processing function blocks receives the SIP request, refers to the transport information that matches the transport information of the SIP request, among the transport information stored in the storage unit, and matches The presence / absence of the load balancer is determined based on the presence or absence of the load balancer identifier provided in the transport information, and the load balancer identifier of the transport information is determined according to the determination of the presence of the load balancer And the load balancer identifier of the stored load balancer information is compared, the load balancer address is obtained from the load balancer information of the load balancer identifier that matches, and the load balancing means is based on the activation status of the acquired load balancer information And whether or not the load balancing is activated. Returns the SIP response to the obtained load balancer address, manages the return of the SIP response to the load distribution means for the SIP request, and responds even if the plurality of sub-networks are accommodated by association obtaining know the IP address information of the return destination, the server apparatus characterized by effectively utilizing the existing resources.
請求項1に記載のサーバ装置において、該サーバ装置は、装置外部と装置内部とに存在するサブネットワークそれぞれを接続し、前記情報処理機能ブロックの負荷を分散する負荷分散手段が配されることを特徴とするサーバ装置。   2. The server device according to claim 1, wherein the server device is provided with load distribution means for connecting each of the sub-networks existing outside the device and inside the device, and distributing the load of the information processing function block. A server device as a feature. 請求項1または2に記載のサーバ装置において、前記情報処理機能ブロックは、複数有し、前記サブネットワークそれぞれと相互接続されていることを特徴とするサーバ装置。   3. The server apparatus according to claim 1, wherein a plurality of the information processing function blocks are provided and are interconnected with each of the sub-networks. 複数のサブネットワークが接続されたSIP(Session Initiation Protocol)プロトコルで動作する情報処理機能ブロックと該情報処理機能ブロックの負荷を分散させる負荷分散手段とを用いて、前記情報処理機能ブロックが管理する第1の情報に基に、前記負荷分散手段から供給されるリクエストと該リクエストに対するレスポンスを前記負荷分散手段の指定するアドレス情報を有する位置に返して、通信接続を確立する通信接続方法において、該方法は、
アドレスポート管理情報に含まれるIP(Internet Protocol)アドレス、ポート番号、プロトコルの種別、トランスポートの使用中/未使用を表わす起動状態およびロードバランサ識別子を情報として有するトランスポート情報、ならびにロードバランサアドレス、各プロトコルのポート番号、前記負荷分散手段の使用中/未使用を表わす起動状態およびロードバランサ識別子を情報として有するロードバランサ情報に対し前記トランスポート情報および前記ロードバランサ情報の両方を関連付ける識別子を設定し、
前記リクエストを受けて、前記記憶手段に格納された前記トランスポート情報のうち、前記リクエストの前記トランスポート情報に一致する前記トランスポート情報を参照し、一致したトランスポート情報に設けられる前記ロードバランサ識別子の有無を基に前記負荷分散手段の存在/欠落のいずれかを判断する第1の工程と、
前記負荷分散手段の存在する場合、該トランスポート情報のロードバランサ識別子と格納されているロードバランサ情報の前記ロードバランサ識別子とを比較し一致するロードバランサ識別子のロードバランサ情報からロードバランサアドレスを取得する第2の工程と、
取得したロードバランサ情報の起動状態を基に当該負荷分散手段が起動状態にあるか否かを判断する第3の工程と、
前記負荷分散手段が起動状態にある場合、取得したロードバランサアドレスに向けて前記レスポンスを返却する第4の工程とを含ことを特徴とする通信接続方法。
The information processing function block managed by the information processing function block using an information processing function block that operates in accordance with the SIP (Session Initiation Protocol) protocol to which a plurality of sub-networks are connected and load distribution means for distributing the load of the information processing function block. A communication connection method for establishing a communication connection by returning a request supplied from the load distribution unit and a response to the request to a position having address information designated by the load distribution unit based on the information of 1. Is
IP (Internet Protocol) address included in the address port management information , port number, protocol type, transport information that indicates whether the transport is in use or not , and transport load information that includes a load balancer identifier , and load balancer address, An identifier for associating both the transport information and the load balancer information is set with respect to the load balancer information having the port number of each protocol, the active state indicating whether the load balancing means is in use or not, and the load balancer identifier as information. ,
The load balancer identifier provided in the matched transport information with reference to the transport information that matches the transport information of the request among the transport information stored in the storage means upon receiving the request A first step of determining one of presence / absence of the load balancing means based on the presence or absence of
If the it exists in the load balancing means, obtains the load balancer address from the load balancer of the load balancer identifier corresponding comparing the load balancer identifier of the load balancer information stored with load balancer identifier of the transport information a second step you,
A third step of determining whether the load distribution unit is in an activated state based on the activated state of the acquired load balancer information;
If the load distribution means is in an activated state, the fourth communication connection wherein the including that the step of returning the response towards the acquired load balancer address.
JP2005158285A 2005-05-31 2005-05-31 Server apparatus and communication connection method Active JP4617203B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005158285A JP4617203B2 (en) 2005-05-31 2005-05-31 Server apparatus and communication connection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005158285A JP4617203B2 (en) 2005-05-31 2005-05-31 Server apparatus and communication connection method

Publications (2)

Publication Number Publication Date
JP2006338066A JP2006338066A (en) 2006-12-14
JP4617203B2 true JP4617203B2 (en) 2011-01-19

Family

ID=37558600

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005158285A Active JP4617203B2 (en) 2005-05-31 2005-05-31 Server apparatus and communication connection method

Country Status (1)

Country Link
JP (1) JP4617203B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058435A (en) * 2001-08-16 2003-02-28 Nippon Telegr & Teleph Corp <Ntt> Service control application execution method and system
JP2005012614A (en) * 2003-06-20 2005-01-13 Hitachi Communication Technologies Ltd Gateway device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058435A (en) * 2001-08-16 2003-02-28 Nippon Telegr & Teleph Corp <Ntt> Service control application execution method and system
JP2005012614A (en) * 2003-06-20 2005-01-13 Hitachi Communication Technologies Ltd Gateway device

Also Published As

Publication number Publication date
JP2006338066A (en) 2006-12-14

Similar Documents

Publication Publication Date Title
US8250184B2 (en) System, network entities and computer programs for configuration management of a dynamic host configuration protocol framework
CN102893556B (en) Method, system and equipment for source peer-to-peer Diameter based on capacity load Sharing
US8914486B2 (en) Method, system and device for implementing identity identifier and location separation
US20060056420A1 (en) Communication apparatus selecting a source address
CN111327668B (en) Network management method, device, equipment and storage medium
CN101553796B (en) System and method for redirecting requests
KR20110036573A (en) Providing access over an ip network to a server application program
CN112637332B (en) Service registration discovery method and system
US7289471B2 (en) Mobile router, position management server, mobile network management system, and mobile network management method
CN105229993A (en) For performing the method for the service routing of enhancing, system and computer-readable medium
JP5487116B2 (en) Method and apparatus for network roaming enterprise extension identity
US20100023620A1 (en) Access controller
CN111010425A (en) Server connection method, load balancing equipment and electronic equipment
CN109698869B (en) Private network crossing method, communication node and storage medium
JP4617203B2 (en) Server apparatus and communication connection method
CN111835858B (en) Equipment access method, equipment and system
US20230146880A1 (en) Management system and management method
JP2023543323A (en) Distributed management system and management method for smart card management device
JP6014068B2 (en) Relay device, relay method, and computer program
US20100268833A1 (en) Communication system, communication method, and communication session centralizing apparatus
TWI607647B (en) Method for communication in a communication network
JP2006005606A (en) Communication system, communicating method, address distributing system, address distributing method and communication terminal
KR100846536B1 (en) Virtual Private Network Using DHCP and Method of Security on the Same
KR20030034365A (en) Method of insure embodiment slb using the internal dns
KR20050002337A (en) Proxy server, and dynamic domain name service system and method using the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080304

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100415

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100427

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100628

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100713

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100909

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101025

R150 Certificate of patent or registration of utility model

Ref document number: 4617203

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20131029

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20131029

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

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

Free format text: PAYMENT UNTIL: 20131029

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

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

Free format text: PAYMENT UNTIL: 20131029

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350