JP2010074310A - Gateway system and load distribution program - Google Patents

Gateway system and load distribution program Download PDF

Info

Publication number
JP2010074310A
JP2010074310A JP2008237159A JP2008237159A JP2010074310A JP 2010074310 A JP2010074310 A JP 2010074310A JP 2008237159 A JP2008237159 A JP 2008237159A JP 2008237159 A JP2008237159 A JP 2008237159A JP 2010074310 A JP2010074310 A JP 2010074310A
Authority
JP
Japan
Prior art keywords
server
call
load
mobile terminal
gateway system
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.)
Withdrawn
Application number
JP2008237159A
Other languages
Japanese (ja)
Inventor
Shinji Yamada
信二 山田
Yuji Maekawa
祐史 前川
Kazuhiro Ozawa
一浩 小澤
Eiji Watanabe
英治 渡邊
Tadashi Katabuchi
忠 片渕
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2008237159A priority Critical patent/JP2010074310A/en
Publication of JP2010074310A publication Critical patent/JP2010074310A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To distribute loads so as not to cause overload, even if the load of a server to which processing is distributed supposedly is increased. <P>SOLUTION: When a calling request of a mobile terminal 60 is received, a server 110A1 selects a server to establish a call from servers 110A1-110A4, including itself. Then, it is selected, on the basis of the loads put on the respective servers at present and the number of calls established by the respective servers at present. When the load are compared, the load applied on the server 110A4 is the lowest and the load put on the server 110A3 is the second lowest. However, the number of calls held by the server 110A4 at present is far larger than the number of calls held by the server 110A3 at present. At the present situation, even though the server 110A4 is in a minimal load state, the load may be increased far exceeding the load put on the server 110A3, depending on the use condition of a user. Here the server 110A1 selects the server 110A3. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、複数のサーバを有し、複数のサーバのなかで呼制御部を備える代表サーバにより、ユーザデータの送受信に関する処理を前記複数のサーバへ振り分けるゲートウェイシステムおよび代表サーバに実行させる負荷分散プログラムに関し、特に、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが可能なゲートウェイシステムおよび負荷分散プログラムに関する。   The present invention includes a gateway system that distributes processing related to transmission / reception of user data to a plurality of servers by a representative server having a plurality of servers and including a call control unit among the plurality of servers, and a load distribution program that causes the representative server to execute the processing. In particular, the present invention relates to a gateway system and a load distribution program that can perform load distribution so as not to be overloaded even if the load of a server to which processing is distributed increases.

近年、移動体通信方式では、スーパー3Gが、現在主流となっている第3世代の次の方式として注目されている。スーパー3Gの無線通信システムには、複数のサーバを有するゲートウェイシステムの導入が考えられている。   In recent years, in mobile communication systems, Super 3G has attracted attention as the next system of the third generation, which is currently mainstream. In a super 3G wireless communication system, introduction of a gateway system having a plurality of servers is considered.

ゲートウェイシステムでは、代表サーバが、配下の移動端末に対するユーザデータの送受信に関する処理をいずれのサーバで行なうかを決定する。サーバを決定までの段階として、代表サーバは、具体的には、移動端末から位置登録要求を受け付け、自装置を含め全サーバから一つのサーバを選択し、選択したサーバに対し、移動端末の位置登録を行うように指示する。そして、代表サーバは、位置登録済みの移動端末から発呼要求を受け付けると、この移動端末の位置登録を行なったサーバに対し、呼を確立するように指示する。移動端末と呼を確立したサーバは、この移動端末に対するユーザデータの送受信に関する処理を行なう。   In the gateway system, the representative server determines which server performs processing related to transmission / reception of user data to / from a subordinate mobile terminal. Specifically, the representative server receives a location registration request from the mobile terminal, selects one server from all servers including its own device, and determines the location of the mobile terminal for the selected server. Instruct to register. When the representative server receives a call request from a mobile terminal whose location has been registered, the representative server instructs the server that has performed location registration of this mobile terminal to establish a call. The server that has established a call with the mobile terminal performs processing related to transmission / reception of user data to / from the mobile terminal.

このように、所定の処理を複数のサーバに振り分ける場合、各サーバにかかる負荷が均等になるように、負荷分散を行なうことが望ましい。そこで、例えば、処理を振り分けるタイミングで、全サーバの負荷状態を取得し、負荷状態が最小のものを選択し、選択したサーバに処理を担当させるという技術を適用することが考えられる。   As described above, when a predetermined process is distributed to a plurality of servers, it is desirable to perform load distribution so that the load applied to each server is equal. Therefore, for example, it is conceivable to apply a technique in which the load states of all servers are acquired at the timing of distributing the processing, the server with the smallest load state is selected, and the selected server is in charge of the processing.

特開平11−215180号公報JP-A-11-215180

しかしながら、上述した従来の技術では、現状で負荷が最小のものとして選択され、処理が振り分けられたサーバの負荷が、場合によっては許容できない程度にまで上がってしまうという問題があった。なぜなら、スーパー3Gの場合、サーバにかかる負荷は、ユーザの使用状況によって変動するためである。そこで、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが課題とされた。   However, the above-described conventional technique has a problem that the load of the server to which the load is currently selected as the minimum and the processing is distributed increases to an unacceptable level depending on circumstances. This is because, in the case of Super 3G, the load applied to the server varies depending on the usage status of the user. Therefore, even if the load of the server to which the process is distributed increases, it is an issue to distribute the load so as not to be overloaded.

この発明は、上述した従来技術の課題を解決するためになされたものであり、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが可能なゲートウェイシステムおよび負荷分散プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problems of the prior art, and even if the load of the server to which the process is distributed increases, it is possible to perform load distribution so as not to be overloaded. An object is to provide a gateway system and a load balancing program.

上述した課題を解決し、目的を達成するため、このシステムは、複数のサーバを有し、前記複数のサーバのなかで呼制御部を備える代表サーバにより、ユーザデータの送受信に関する処理を前記複数のサーバへ振り分けるゲートウェイシステムであって、前記代表サーバは、前記呼制御部が、移動端末の発呼要求を受け付けた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する発呼時選択手段と、前記発呼時選択手段によって選択されたサーバを、前記移動端末の位置登録を行い、呼を確立するサーバに確定する発呼処理手段と、を備えたことを要件とする。   In order to solve the above-described problems and achieve the object, this system includes a plurality of servers, and a representative server including a call control unit among the plurality of servers performs processing related to transmission / reception of user data. A gateway system for distributing to a server, wherein the representative server is configured such that when the call control unit receives a call request from a mobile terminal, the load currently applied to each server and the potential for load generation on each server And a call processing means for registering the location of the mobile terminal with the server selected by the call time selection means and establishing the call as a server to establish a call. It is a requirement to have

また、このプログラムは、ユーザデータの送受信に関する処理を複数のサーバへ振り分ける方法をコンピュータに実行させる負荷分散プログラムであって、移動端末の発呼要求を受け付けた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する発呼時選択手順と、前記発呼時選択手順によって選択されたサーバを、前記移動端末の位置登録を行い、呼を確立するサーバに確定する発呼処理手順とをコンピュータに実行させることを要件とする。   In addition, this program is a load distribution program that causes a computer to execute a method for distributing processing related to transmission / reception of user data to a plurality of servers, and is currently applied to each server when a call request from a mobile terminal is received. A call selection procedure for selecting a server based on the load and the load generation potential of each server, a server selected by the call selection procedure, registering the location of the mobile terminal, and It is a requirement that the computer execute a call processing procedure determined by the server to be established.

本開示したシステムの一つの態様によれば、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことができるという効果を奏する。   According to one aspect of the system disclosed herein, even if the load of the server to which the process is distributed increases, the load can be distributed so as not to be overloaded.

以下に添付図面を参照して、本発明に係るゲートウェイシステムおよび負荷分散プログラムの好適な実施の形態を詳細に説明する。   Exemplary embodiments of a gateway system and a load distribution program according to the present invention will be explained below in detail with reference to the accompanying drawings.

まず、本実施例に係るゲートウェイシステムの概要を説明する。本実施例に係るゲートウェイシステムは、スーパー3Gに準拠した無線通信システムにおける一つのノードである。図1は、スーパー3Gに準拠した無線通信システムの一例を示す図である。無線通信システム200は、基地局10A1〜10Anと、ハブ20と、ハブ30と、ルータ40と、ゲートウェイシステム100とを有し、公衆電話網やインターネットなどの通信網であるネットワーク50に接続される。ハブ20は、基地局10A1〜10Anとゲートウェイシステム100間のデータ転送を行い、ハブ30は、ゲートウェイシステム100とルータ40間のデータ転送を行う。ルータ40は、無線通信システム200とネットワーク50間のデータ転送を行なう。   First, an outline of the gateway system according to the present embodiment will be described. The gateway system according to the present embodiment is one node in a wireless communication system compliant with Super 3G. FIG. 1 is a diagram illustrating an example of a wireless communication system compliant with Super 3G. The wireless communication system 200 includes base stations 10A1 to 10An, a hub 20, a hub 30, a router 40, and a gateway system 100, and is connected to a network 50 that is a communication network such as a public telephone network or the Internet. . The hub 20 performs data transfer between the base stations 10A1 to 10An and the gateway system 100, and the hub 30 performs data transfer between the gateway system 100 and the router 40. The router 40 performs data transfer between the wireless communication system 200 and the network 50.

無線通信システム200では、第3世代に準拠した無線通信システムにおいて、基地局、RNC(Radio Network Controller)、SGSN(Serving GPRS Support Node)およびGGSN(Gateway GPRS Support Node)が行なうパケット処理を、基地局10A1〜10Anおよびゲートウェイシステム100で行なうことが考えられている。これは、RNCとSGSNが有する機能を基地局10A1〜10Anとゲートウェイシステム100に配分して機能の集中化や効率化を図るためである。   The radio communication system 200 performs packet processing performed by a base station, an RNC (Radio Network Controller), an SGSN (Serving GPRS Support Node), and a GGSN (Gateway GPRS Support Node) in a radio communication system compliant with the third generation. 10A1-10An and the gateway system 100 are considered. This is because the functions of the RNC and SGSN are distributed to the base stations 10A1 to 10An and the gateway system 100 to centralize functions and improve efficiency.

その結果、ゲートウェイシステム100に3つの機能が与えられる。つまり、「保守」と呼ばれ、オペレーション端末とのインタフェースとなる機能、「MME(Mobile Management Entity)」と呼ばれ、移動端末からの位置登録要求、呼接続要求、呼終了要求などに対する処理であるC−Plane制御を行う機能、「UPE(User Plane Entity)」と呼ばれ、ユーザデータの送受信に関する処理であるU−Plane制御を行う機能である。   As a result, the gateway system 100 is given three functions. In other words, it is called “maintenance” and functions as an interface with the operation terminal, called “MME (Mobile Management Entity)”, and is processing for a location registration request, call connection request, call termination request, etc. from the mobile terminal. A function for performing C-Plane control, called “UPE (User Plane Entity)”, is a function for performing U-Plane control, which is processing related to transmission and reception of user data.

ゲートウェイシステム100は、サーバ110A1〜110Anを備え、全サーバに保守およびUPEの機能を有し、サーバ110A1にMMEの機能を有する。MMEの機能を有するサーバ110A1は、基地局10A1〜10An配下の移動端末に対するユーザデータの送受信に関する処理をいずれのサーバで行なうかを決定する。その場合、各サーバにかかる負荷が均等になるように、負荷分散を行なうことが望ましい。   The gateway system 100 includes servers 110A1 to 110An, all servers have maintenance and UPE functions, and the server 110A1 has MME functions. The server 110A1 having the MME function determines which server performs processing related to transmission / reception of user data to / from mobile terminals under the base stations 10A1 to 10An. In that case, it is desirable to perform load distribution so that the load applied to each server is equal.

そこで、図2に示すように、サーバ110A1は、移動端末60の発呼要求を、基地局(図示せず)を介して受け付けると、自装置を含めたサーバ110A1〜110A4のうち、処理の負荷が比較的低く、かつ、現在確立している呼数が比較的少ないサーバを選択する。ここで、移動端末60は、実際には、発呼要求を行なう前に位置登録要求を行なう。しかし、サーバ110A1は、移動端末60の位置登録要求を受け付けても、サーバに対する位置登録の指示を保留するなど、サーバによる移動端末60の位置登録を確定せず未定の状態にする。なお、説明の便宜上、ゲートウェイシステム100は、サーバ110A1〜110A4を備えるものする。   Therefore, as illustrated in FIG. 2, when the server 110A1 receives a call request from the mobile terminal 60 via a base station (not shown), the processing load among the servers 110A1 to 110A4 including its own device. A server with a relatively low and a relatively small number of calls currently established is selected. Here, the mobile terminal 60 actually makes a location registration request before making a call request. However, even if the server 110A1 accepts the location registration request of the mobile terminal 60, the server 110A1 does not finalize the location registration of the mobile terminal 60 by the server, such as suspending the location registration instruction to the server, and puts it in an undecided state. For convenience of explanation, the gateway system 100 includes servers 110A1 to 110A4.

図2では、現在各サーバにかかる負荷を比較すると、サーバ110A4にかかる負荷が最も低く、サーバ110A3にかかる負荷が2番目に低い。しかし、サーバ110A4が現在かかえている呼の数は、サーバ110A3が現在かかえている呼の数に比べてはるかに多い。その場合、現状では、サーバ110A4が最小の負荷状態ではあるが、各ユーザによる移動端末の使用状況によっては、サーバ110A3にかかる負荷をはるかに超えるまで負荷が上がることもある。   In FIG. 2, when the load currently applied to each server is compared, the load applied to the server 110A4 is the lowest and the load applied to the server 110A3 is the second lowest. However, the number of calls currently being handled by server 110A4 is much larger than the number of calls currently being handled by server 110A3. In that case, the server 110A4 is currently in a minimum load state, but depending on the usage status of the mobile terminal by each user, the load may increase until the load on the server 110A3 is far exceeded.

そこで、サーバ110A1は、サーバ110A3を選択し、サーバ110A3に対して移動端末60の位置登録を行なうとともに、移動端末60の呼を確立するよう指示する。なお、サーバ110A1は、基地局10A1〜10An配下の移動端末への着信時に、サーバの選択を必要とする場合においても、同様に、各サーバの現状の負荷状態を比較し、さらに各サーバが現在かかえている呼数を比較してサーバの選択を行なう。   Therefore, the server 110A1 selects the server 110A3, instructs the server 110A3 to register the location of the mobile terminal 60 and to establish a call for the mobile terminal 60. Note that the server 110A1 also compares the current load status of each server even when the server needs to be selected at the time of incoming call to the mobile terminals under the base stations 10A1 to 10An. The server is selected by comparing the number of calls held.

このように、サーバ110A1は、各サーバの現状の負荷状態のみならず、負荷発生の潜在性を判断できる呼数まで比較した上でサーバの選択を行う。こうすることによって、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが可能となる。なお、ゲートウェイシステム100が、複数のサーバを有し、MMEのような呼制御を担当するサーバにより、各サーバに処理を振り分けるシステムであれば、無線通信システム200は、いずれの移動体通信方式に準拠するものであってもよい。   As described above, the server 110A1 selects a server after comparing not only the current load state of each server but also the number of calls that can determine the load generation potential. By doing so, even if the load of the server to which the process is distributed increases, load distribution can be performed so as not to be overloaded. As long as the gateway system 100 has a plurality of servers and the server distributes processing to each server by a server in charge of call control such as MME, the wireless communication system 200 can use any mobile communication system. It may be compliant.

次に、図3を用いて、サーバ110A1の構成を説明する。図3は、サーバ110A1の構成を示すブロック図である。なお、図3には、サーバ110A1による処理の振り分けに関連する構成のみを示している。   Next, the configuration of the server 110A1 will be described with reference to FIG. FIG. 3 is a block diagram showing a configuration of the server 110A1. FIG. 3 shows only the configuration related to the process distribution by the server 110A1.

図3に示すように、サーバ110A1は、記憶部120と、CPU(Central Processing Unit)使用率情報取得部130と、呼制御部140と、サーバ選択部150とを備える。記憶部120は、各種情報を記憶する記憶部であり、配下移動端末情報121と、呼数情報122と、CPU使用率情報123とを記憶する。   As illustrated in FIG. 3, the server 110 </ b> A <b> 1 includes a storage unit 120, a CPU (Central Processing Unit) usage rate information acquisition unit 130, a call control unit 140, and a server selection unit 150. The storage unit 120 stores various types of information, and stores subordinate mobile terminal information 121, call count information 122, and CPU usage rate information 123.

配下移動端末情報121は、現在位置登録済みの移動端末のIP(Internet Protocol)アドレスであり、後述する発呼処理部141によって更新される。   The subordinate mobile terminal information 121 is an IP (Internet Protocol) address of a mobile terminal whose current location has been registered, and is updated by the call processing unit 141 described later.

呼数情報122は、現在各サーバに確立されている呼の数を比較するための情報であり、図4に示すように、サーバ識別情報と、呼数情報とが対応付けられたものである。サーバ識別情報は、サーバ110A1〜110Anを識別するための情報である。呼数情報は、現在サーバが確立している呼の数を示す情報である。   The number-of-calls information 122 is information for comparing the number of calls currently established in each server. As shown in FIG. 4, the server identification information and the number-of-calls information are associated with each other. . The server identification information is information for identifying the servers 110A1 to 110An. The call number information is information indicating the number of calls currently established by the server.

CPU使用率情報123は、現在各サーバにかかっている負荷を比較するための情報であり、図5に示すように、サーバ識別情報と、CPU使用率とが対応付けられたものである。サーバ識別情報は、呼数情報122のサーバ識別情報と同様、サーバ110A1〜110Anを識別するための情報である。CPU使用率は、現在サーバのCPUがどの程度使用されているかを示す情報である。なお、サーバ識別情報に対応付ける情報は、現在各サーバにかかっている負荷を比較できる情報であれば、いずれの情報であってもよく、例えば、メモリ使用率でもよい。   The CPU usage rate information 123 is information for comparing the load currently applied to each server, and as shown in FIG. 5, the server identification information and the CPU usage rate are associated with each other. The server identification information is information for identifying the servers 110A1 to 110An, similarly to the server identification information of the call count information 122. The CPU usage rate is information indicating how much the CPU of the server is currently used. The information associated with the server identification information may be any information as long as it can compare the load currently applied to each server, for example, the memory usage rate.

CPU使用率情報取得部130は、CPU使用率情報123を定期的に更新する処理部である。具体的には、CPU使用率情報取得部130は、所定の間隔でサーバ110A1〜110Anにアクセスし、CPU使用率を取得する。そして、CPU使用率情報取得部130は、取得したCPU使用率に基づいてCPU使用率情報123を更新する。   The CPU usage rate information acquisition unit 130 is a processing unit that periodically updates the CPU usage rate information 123. Specifically, the CPU usage rate information acquisition unit 130 accesses the servers 110A1 to 110An at predetermined intervals to acquire the CPU usage rate. Then, the CPU usage rate information acquisition unit 130 updates the CPU usage rate information 123 based on the acquired CPU usage rate.

呼制御部140は、MMEの機能に関する処理を行なう処理部であり、発呼処理部141と、着呼処理部142とを備える。発呼処理部141は、移動端末の発信時に関する処理を行ない、着呼処理部142は、移動端末への着信時に関する処理を行なう。各処理部による処理では、配下の移動端末の発信時または移動端末への着信時に、ユーザデータの送受信に関する処理を振り分けるためにサーバを選択する必要が生じる。その場合、各処理部は、サーバ選択部150にサーバを選択するように指示する。   The call control unit 140 is a processing unit that performs processing related to the function of the MME, and includes a call processing unit 141 and an incoming call processing unit 142. The outgoing call processing unit 141 performs processing related to the outgoing call of the mobile terminal, and the incoming call processing unit 142 performs processing related to the incoming call to the mobile terminal. In processing by each processing unit, it is necessary to select a server in order to distribute processing related to transmission / reception of user data when a subordinate mobile terminal makes a call or when a mobile terminal receives a call. In that case, each processing unit instructs the server selection unit 150 to select a server.

発呼処理部141は、移動端末の発呼要求を、基地局を介して受け付けると、後述するサーバ選択部150にサーバの選択を行うように指示する。実際には、発呼処理部141は、移動端末から発呼要求を受け付ける前に位置登録要求を受け付ける。しかし、発呼処理部141は、例えば、加入者状態変更(LTE(Long Term Evolution)_DETACHEDの状態からLTE_IDLEの状態へ変更する)のみを行ない、サーバに対して位置登録を行なうよう指示することを保留する。   When the call processing unit 141 receives a call request from the mobile terminal via the base station, the call processing unit 141 instructs the server selection unit 150 (to be described later) to select a server. Actually, the call processing unit 141 receives a location registration request before receiving a call request from a mobile terminal. However, the call processing unit 141, for example, only changes the subscriber state (changes from the LTE (Long Term Evolution) _DETACHED state to the LTE_IDLE state) and instructs the server to perform location registration. Hold.

サーバの選択を指示した後、発呼処理部141は、サーバ選択部150からサーバを指定されるので、指定されたサーバに対して位置登録を行なうように指示するとともに、配下移動端末情報121を更新し、位置登録要求を行なった移動端末のIPアドレスを加える。また、発呼処理部141は、呼数情報122を更新し、指定されたサーバの呼の数を1つ増やす。そして、発呼処理部141は、指定されたサーバに対して呼を確立するように指示する。また、発呼処理部141は、移動端末の発呼要求が、前回と異なる位置登録を要求した上で行なわれていた場合には、本来位置登録していたサーバに位置登録の抹消を行うように指示する。   After instructing the selection of the server, the calling processing unit 141 designates the server from the server selecting unit 150. Therefore, the calling processing unit 141 instructs the designated server to perform location registration, and displays the subordinate mobile terminal information 121. Update and add the IP address of the mobile terminal that made the location registration request. In addition, the call processing unit 141 updates the call number information 122 to increase the number of calls of the designated server by one. Then, the call processing unit 141 instructs the designated server to establish a call. In addition, when the call request of the mobile terminal is made after requesting location registration different from the previous time, the call processing unit 141 deletes the location registration to the server that originally registered the location. To instruct.

また、発呼処理部141は、移動端末から終呼要求を受け付けると、この移動端末と呼を確立しているサーバに呼を終了するように指示する。そして、発呼処理部141は、呼数情報122を更新し、終了を指示したサーバの呼の数を1つ減らす。   In addition, when receiving a call termination request from a mobile terminal, the call processing unit 141 instructs a server that has established a call with the mobile terminal to terminate the call. Then, the call processing unit 141 updates the call number information 122 and decreases the number of calls of the server that has instructed termination by one.

着呼処理部142は、図1におけるルータ40からARP(Address Resolution Protocol)要求パケットを受信する。ARP要求パケットを送信するまでの段階として、ルータ40は、ネットワーク50におけるノードから、無線通信システム200内の移動端末に向けたIPパケットを受信する。そして、ルータ40は、パケットに含まれる宛先IPアドレスからフレームアドレス(MAC(Media Access Control)アドレス)を求めるために、ARPに準拠したARP要求パケットをブロードキャストIPパケットとして送信する。   The incoming call processing unit 142 receives an ARP (Address Resolution Protocol) request packet from the router 40 in FIG. As a stage until an ARP request packet is transmitted, the router 40 receives an IP packet from a node in the network 50 toward a mobile terminal in the wireless communication system 200. Then, the router 40 transmits an ARP request packet conforming to the ARP as a broadcast IP packet in order to obtain a frame address (MAC (Media Access Control) address) from the destination IP address included in the packet.

着呼処理部142は、受信したARP要求パケットに含まれる宛先IPアドレスを、配下移動端末情報121に含まれる全IPアドレスと比較する。宛先IPアドレスに一致するIPアドレスがあった場合には、着呼処理部142は、サーバ選択部150にサーバの選択を行うように指示する。一方、着呼処理部142は、IPアドレスが不一致である場合には、ARP要求を破棄する。その結果、ルータ40は、ARPにしたがって、ARP応答の受信タイムアウトをもって、受信したIPパケットを破棄する。ここで、他のサーバも、同様に、ルータ40からARP要求パケットを受信するが、サーバ110A1は、他のサーバにARP要求を無条件で破棄させて、ARP応答を代理する。   The incoming call processing unit 142 compares the destination IP address included in the received ARP request packet with all IP addresses included in the subordinate mobile terminal information 121. If there is an IP address that matches the destination IP address, the incoming call processing unit 142 instructs the server selection unit 150 to select a server. On the other hand, the incoming call processing unit 142 discards the ARP request when the IP addresses do not match. As a result, the router 40 discards the received IP packet in accordance with the ARP, with an ARP response reception timeout. Here, the other server similarly receives the ARP request packet from the router 40, but the server 110A1 causes the other server to discard the ARP request unconditionally and acts as an ARP response.

サーバの選択を指示した後、着呼処理部142は、サーバ選択部150からサーバを指定されるので、指定されたサーバに対して位置登録を行なうように指示する。そして、着呼処理部142は、呼数情報122を更新し、指定されたサーバの呼の数を1つ増やす。また、着呼処理部142は、宛先IPアドレスに一致したIPアドレスを有する移動端末を本来位置登録していたサーバと、サーバ選択部150から指定されたサーバとが異なる場合には、本来位置登録していたサーバに位置登録を抹消するよう指示する。そして、着呼処理部142は、指定されたサーバのMACアドレスを予め自装置内で記憶している全サーバのMACアドレスデータより取得し、ARP応答パケット内の宛先MACアドレスに設定し、ルータ40へARP応答パケットを送信する。   After instructing the selection of the server, the incoming call processing unit 142 designates the server from the server selecting unit 150, and therefore instructs the designated server to perform location registration. Then, the incoming call processing unit 142 updates the call number information 122 and increases the number of calls of the designated server by one. The incoming call processing unit 142 also registers the original location if the server that originally registered the location of the mobile terminal having the IP address that matches the destination IP address is different from the server specified by the server selection unit 150. Instruct the server that had been deleted to delete the location registration. Then, the incoming call processing unit 142 acquires the MAC address of the designated server from the MAC address data of all the servers stored in advance in its own device, sets it as the destination MAC address in the ARP response packet, and the router 40 An ARP response packet is transmitted to.

その後、ルータ40は、ARP応答パケットに含まれる宛先MACアドレスをIPパケットの宛先に設定し、IPパケットを送信する。そして、サーバ選択部150に選択されたサーバは、ルータ40からIPパケットを受信し、サーバ110A1に対して着信通知を行なう。着呼処理部142は、着信通知を受けて、基地局10A1〜10Anを介してページングを行なう。   Thereafter, the router 40 sets the destination MAC address included in the ARP response packet as the destination of the IP packet, and transmits the IP packet. Then, the server selected by the server selection unit 150 receives the IP packet from the router 40 and notifies the server 110A1 of the incoming call. The incoming call processing unit 142 receives the incoming call notification and performs paging through the base stations 10A1 to 10An.

サーバ選択部150は、呼制御部140からサーバを選択するように指示されると、呼数情報122やCPU使用率情報123に基づいてサーバを選択する。スーパー3Gの場合、移動端末とサーバとの間に確立した呼の数と、サーバにかかる負荷の高さとは必ずしも比例関係にはならない。例えば、他のサーバに比べて多くの呼を確立しているサーバでも、呼が安定していれば、負荷状態が最小となることがあり得る。しかし、このようなサーバは、その先、負荷が急に上がって他のサーバよりもはるかに負荷が高くなることもある。また、逆に、他のサーバに比べて少ない呼を確立しているサーバでも、ユーザの使用状況によっては、負荷状態が最大となることがあり得る。しかし、このようなサーバは、その先、負荷が急に下がって他のサーバよりもはるかに負荷が少なくなることもある。   When instructed by the call control unit 140 to select a server, the server selection unit 150 selects a server based on the call count information 122 and the CPU usage rate information 123. In the case of the super 3G, the number of calls established between the mobile terminal and the server and the high load on the server are not necessarily proportional. For example, even in a server that has established more calls than other servers, the load state may be minimized if the call is stable. However, such a server may suddenly increase its load and become much higher than other servers. On the other hand, even in a server that has established fewer calls than other servers, the load state may be maximized depending on the usage status of the user. However, such a server may suddenly go down and become much lighter than other servers.

したがって、例えば、サーバ選択部150は、サーバごとに、現在確立している呼数にCPU未使用率を乗算し、乗算結果に所定の係数をさらに乗算した第2の呼数を求める。そして、サーバ選択部150は、現在確立している呼数における第2の呼数の割合を百分率で求め、CPU使用率に加算することで、サーバごとに加算値をそれぞれ算出し、算出した加算値が最も低いサーバを選択する。このように、サーバ選択部150は、CPU使用率のみではなく、CPU使用率に呼数を加味してサーバを選択する。なお、例えば、求めた百分率をCPU使用率に乗算し、算出した乗算値が最も低いサーバを選択するなど、サーバの選択が、現状の負荷に負荷発生の潜在性を加味したものであれば、いかなる論理でサーバを選択してもよい。また、サーバの選択に際して現状の負荷に加味する情報については、呼数のほかに、現在のサーバのデータ転送量であってもよい。また、呼数そのものではなく、呼の帯域を用いて算出を行うようにしてもよい。このように、サーバ選択部150は、各サーバの現状の負荷状態のみならず、将来、負荷発生の潜在性を判断できる呼数を加味してサーバの選択を行う。こうすることによって、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが可能となる。   Therefore, for example, for each server, the server selection unit 150 multiplies the number of calls currently established by the CPU unused rate, and obtains a second call number obtained by further multiplying the multiplication result by a predetermined coefficient. And the server selection part 150 calculates | requires the ratio of the 2nd call number in the number of calls currently established by a percentage, and adds it to CPU usage rate, respectively, calculates an addition value for every server, and calculated addition Select the server with the lowest value. As described above, the server selection unit 150 selects a server by adding the number of calls to the CPU usage rate as well as the CPU usage rate. For example, if the selection of the server takes into account the potential for occurrence of load in addition to the current load, such as multiplying the calculated percentage by the CPU usage rate and selecting the server with the lowest calculated multiplication value, The server may be selected with any logic. In addition to the number of calls, the information that is added to the current load when selecting a server may be the data transfer amount of the current server. Also, the calculation may be performed using the call bandwidth instead of the number of calls. As described above, the server selection unit 150 selects a server in consideration of not only the current load state of each server but also the number of calls that can determine the potential of load generation in the future. By doing so, even if the load of the server to which the process is distributed increases, load distribution can be performed so as not to be overloaded.

なお、サーバ選択部150は、現状の負荷を比較するために、CPU使用率情報取得部130によって所定の間隔で更新されるCPU使用率情報123を参照するものとしたが、各サーバに現在かかっている負荷を比較できればいかなる方法であってもよく、例えば、自らサーバ110A1〜110Anにアクセスし、CPU使用率を取得するようにしてもよい。   The server selection unit 150 refers to the CPU usage rate information 123 that is updated at a predetermined interval by the CPU usage rate information acquisition unit 130 in order to compare the current load. Any method can be used as long as the loads can be compared. For example, the servers 110A1 to 110An may be accessed by themselves and the CPU usage rate may be acquired.

次に、サーバ110A1による移動端末の発信時に関する処理動作について図6を用いて説明する。図6は、サーバ110A1による移動端末の発信時に関する処理の流れを示すフローチャートである。   Next, the processing operation related to the transmission of the mobile terminal by the server 110A1 will be described with reference to FIG. FIG. 6 is a flowchart showing a flow of processing relating to the transmission of the mobile terminal by the server 110A1.

図6に示すように、サーバ110A1において、発呼処理部141は、発呼要求を受け付けると(ステップS101肯定)、サーバ選択部150は、発呼処理部141からの指示を受けて全サーバのCPU使用率情報123を参照し(ステップS102)、呼数情報122を参照する(ステップS103)。そして、サーバ選択部150は、CPU使用率情報123と呼数情報122に基づいてサーバを選択し(ステップS104)、発呼処理部141は、サーバ選択部150が選択したサーバに位置登録を行うように指示する(ステップS105)。そして、発呼処理部141は、呼数情報122を更新し(ステップS106)、サーバ選択部150が選択したサーバに呼を確立するように指示して(ステップS107)処理を終了する。なお、ステップS106として示した呼数情報122の更新処理は、サーバの選択後であれば、どのタイミングであってもよい。例えば、発呼処理部141は、呼を確立するように指示した後、呼数情報122を更新してもよい。   As shown in FIG. 6, in the server 110A1, when the call processing unit 141 receives a call request (Yes at Step S101), the server selection unit 150 receives instructions from the call processing unit 141 and receives all instructions. The CPU usage rate information 123 is referred to (step S102), and the call count information 122 is referred to (step S103). Then, the server selection unit 150 selects a server based on the CPU usage rate information 123 and the call number information 122 (step S104), and the call processing unit 141 performs location registration with the server selected by the server selection unit 150. (Step S105). Then, the call processing unit 141 updates the call number information 122 (step S106), instructs the server selected by the server selection unit 150 to establish a call (step S107), and ends the process. Note that the update processing of the call number information 122 shown as step S106 may be performed at any timing as long as the server is selected. For example, the call processing unit 141 may update the call number information 122 after instructing to establish a call.

次に、サーバ110A1による移動端末の着信時に関する処理動作について図7を用いて説明する。図7は、サーバ110A1による移動端末の着信時に関する処理の流れを示すフローチャートである。   Next, the processing operation related to the incoming call of the mobile terminal by the server 110A1 will be described with reference to FIG. FIG. 7 is a flowchart showing the flow of processing related to the arrival of a mobile terminal by the server 110A1.

図7に示すように、サーバ110A1において、着呼処理部142は、ARP要求パケットを受信すると(ステップS201肯定)、パケット内の宛先IPアドレスと現在位置登録済みの移動端末のIPアドレスとを比較する(ステップS202)。比較の結果、宛先IPアドレスに一致するIPアドレスがある場合には(ステップS203肯定)、サーバ選択部150は、発呼処理部141からの指示を受けて全サーバのCPU使用率情報123を参照し(ステップS204)、呼数情報122を参照する(ステップS205)。一方、宛先IPアドレスに一致するIPアドレスがない場合には(ステップS203否定)、着呼処理部142は、ARP要求を破棄する(ステップS210)。   As shown in FIG. 7, in server 110A1, when receiving an ARP request packet (Yes at step S201), incoming call processing unit 142 compares the destination IP address in the packet with the IP address of the mobile terminal whose current location has been registered. (Step S202). If there is an IP address that matches the destination IP address as a result of the comparison (Yes at step S203), the server selection unit 150 refers to the CPU usage information 123 of all servers in response to an instruction from the call processing unit 141. (Step S204), the call number information 122 is referred to (Step S205). On the other hand, when there is no IP address that matches the destination IP address (No at Step S203), the incoming call processing unit 142 discards the ARP request (Step S210).

各情報を参照したサーバ選択部150は、CPU使用率情報123と呼数情報122に基づいてサーバを選択し(ステップS206)、着呼処理部142は、サーバ選択部150が選択したサーバに位置登録を行うように指示する(ステップS207)。そして、着呼処理部142は、呼数情報122を更新し(ステップS208)、サーバ選択部150が選択したサーバのMACアドレスをARP応答パケットに設定して送信して(ステップS209)処理を終了する。なお、ステップS208として示した呼数情報122の更新処理は、サーバの選択後であれば、どのタイミングであってもよい。例えば、着呼処理部142は、ARP応答パケットの送信後に呼数情報122を更新してもよい。   The server selection unit 150 referring to each information selects a server based on the CPU usage rate information 123 and the call number information 122 (step S206), and the incoming call processing unit 142 is located at the server selected by the server selection unit 150. An instruction is given to perform registration (step S207). Then, the incoming call processing unit 142 updates the call number information 122 (step S208), sets the MAC address of the server selected by the server selection unit 150 in the ARP response packet, and transmits it (step S209). To do. Note that the update processing of the call number information 122 shown as step S208 may be performed at any timing as long as the server is selected. For example, the incoming call processing unit 142 may update the call number information 122 after transmitting the ARP response packet.

上述してきたように、本実施例に係るゲートウェイシステム100では、サーバ110A1は、各サーバの現状の負荷状態のみならず、負荷発生の潜在性を判断できる呼数を加味してサーバの選択を行う。こうすることによって、処理を振り分けた先のサーバの負荷が仮に上がったとしても、過負荷にならないように負荷分散を行なうことが可能となる。   As described above, in the gateway system 100 according to the present embodiment, the server 110A1 selects a server in consideration of not only the current load state of each server but also the number of calls that can determine the load generation potential. . By doing so, even if the load of the server to which the process is distributed increases, load distribution can be performed so as not to be overloaded.

なお、図3に示した本実施例に係るサーバ110A1の構成は、本発明の要旨を逸脱しない範囲で種々に変更できる。例えば、サーバ110A1のCPU使用率取得部130、呼制御部140およびサーバ選択部150の機能をソフトウェアとして実装し、これをCPUで実行して、サーバ110A1と同等の機能を実現できる。以下に、各部の機能をソフトウェアとして実装した負荷分散プログラム341を実行するコンピュータの一例を示す。   The configuration of the server 110A1 according to the present embodiment shown in FIG. 3 can be variously changed without departing from the gist of the present invention. For example, the functions of the CPU usage rate acquisition unit 130, the call control unit 140, and the server selection unit 150 of the server 110A1 can be implemented as software, and can be executed by the CPU to realize functions equivalent to the server 110A1. An example of a computer that executes a load distribution program 341 in which the functions of the respective units are implemented as software is shown below.

図8は、負荷分散プログラム341を実行するコンピュータ300を示す機能ブロック図である。このコンピュータ300は、各種演算処理を実行するCPU310と、ネットワークを介して他のコンピュータとの間でデータの授受を行なうネットワークインターフェース装置320と、各種情報を一時記憶するRAM(Random Access Memory)330と、ROM(Read Only Memory)340とをバス350で接続して構成される。   FIG. 8 is a functional block diagram showing a computer 300 that executes the load distribution program 341. The computer 300 includes a CPU 310 that executes various arithmetic processes, a network interface device 320 that exchanges data with other computers via a network, and a RAM (Random Access Memory) 330 that temporarily stores various information. ROM (Read Only Memory) 340 is connected by a bus 350.

そして、ROM340には、図3に示したCPU使用率取得部130、呼制御部140およびサーバ選択部150と同様の機能を有する負荷分散プログラム341が記憶され、図3に示した呼数情報122やCPU使用率情報123に相当する呼数データ342やCPU使用率データ343が記憶される。   The ROM 340 stores a load distribution program 341 having the same functions as those of the CPU usage rate acquisition unit 130, the call control unit 140, and the server selection unit 150 illustrated in FIG. 3, and the call number information 122 illustrated in FIG. Further, call number data 342 and CPU usage rate data 343 corresponding to the CPU usage rate information 123 are stored.

そして、CPU310が負荷分散プログラム341をROM340から読み出してRAM330に展開すると、負荷分散プログラム341は、負荷分散プロセス331として機能するようになる。そして、負荷分散プロセス331は、呼数データ342やCPU使用率データ343から読み出した情報等を適宜RAM330上の自身に割り当てられた領域に展開し、この展開したデータ等に基づいて各種データ処理を実行する。   When the CPU 310 reads the load distribution program 341 from the ROM 340 and develops it in the RAM 330, the load distribution program 341 functions as the load distribution process 331. Then, the load distribution process 331 expands the information read from the call count data 342 and the CPU usage rate data 343 to an area allocated to itself on the RAM 330 as appropriate, and performs various data processing based on the expanded data and the like. Execute.

なお、上記の負荷分散プログラム341は、必ずしもROM340に格納されている必要はなく、メモリーカード等の記憶媒体に記憶されたこのプログラムを、コンピュータ300が読み出して実行するようにしてもよい。また、公衆回線、インターネット、LAN(Local Area Network)、WAN(Wide Area Network)等を介してコンピュータ300に接続される他のコンピュータ(またはサーバ)等にこのプログラムを記憶させておき、コンピュータ300がこれらからプログラムを読み出して実行するようにしてもよい。   Note that the load distribution program 341 is not necessarily stored in the ROM 340, and the computer 300 may read and execute the program stored in a storage medium such as a memory card. Further, the computer 300 stores the program in another computer (or server) connected to the computer 300 via a public line, the Internet, a LAN (Local Area Network), a WAN (Wide Area Network), or the like. You may make it read and run a program from these.

スーパー3Gに準拠した無線通信システムの一例を示す図である。It is a figure which shows an example of the radio | wireless communications system based on super 3G. ゲートウェイシステム100の概要を説明するための図である。1 is a diagram for explaining an overview of a gateway system 100. FIG. サーバ110A1の構成を示すブロック図である。It is a block diagram which shows the structure of server 110A1. 呼数情報122の具体例を示す図である。It is a figure which shows the specific example of the call number information. CPU使用率情報123の具体例を示す図である。It is a figure which shows the specific example of CPU utilization rate information. サーバ110A1による移動端末の発信時に関する処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process regarding the time of transmission of the mobile terminal by server 110A1. サーバ110A1による移動端末の着信時に関する処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process regarding the time of the incoming call of the mobile terminal by server 110A1. 負荷分散プログラム341を実行するコンピュータ300を示す図である。2 is a diagram illustrating a computer 300 that executes a load distribution program 341. FIG.

符号の説明Explanation of symbols

10A1〜10An 基地局
20、30 ハブ
40 ルータ
50 ネットワーク
60 移動端末
100 ゲートウェイシステム
110A1〜110An サーバ
120 記憶部
121 配下移動端末情報
122 呼数情報
123 CPU使用率情報
130 CPU使用率情報取得部
140 呼制御部
141 発呼処理部
142 着呼処理部
150 サーバ選択部
10A1 to 10An Base station 20, 30 Hub 40 Router 50 Network 60 Mobile terminal 100 Gateway system 110A1 to 110An Server 120 Storage unit 121 Subordinate mobile terminal information 122 Call count information 123 CPU usage rate information 130 CPU usage rate information acquisition unit 140 Call control 141 Outgoing call processing unit 142 Incoming call processing unit 150 Server selection unit

Claims (8)

複数のサーバを有し、前記複数のサーバのなかで呼制御部を備える代表サーバにより、ユーザデータの送受信に関する処理を前記複数のサーバへ振り分けるゲートウェイシステムであって、
前記代表サーバは、
前記呼制御部が、移動端末の発呼要求を受け付けた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する発呼時選択手段と、
前記発呼時選択手段によって選択されたサーバを、前記移動端末の位置登録を行い、呼を確立するサーバに確定する発呼処理手段と、
を備えたことを特徴とするゲートウェイシステム。
A gateway system that has a plurality of servers and distributes processing related to transmission / reception of user data to the plurality of servers by a representative server having a call control unit among the plurality of servers,
The representative server is
When the call control unit receives a call request from a mobile terminal, a call time selection means for selecting a server based on the load currently applied to each server and the load generation potential of each server; ,
Call processing means for registering the location of the mobile terminal as the server selected by the call time selection means and establishing the call as a server;
A gateway system comprising:
前記発呼処理手段は、各サーバが現在確立している呼数で前記負荷発生の潜在性を判断することを特徴とする請求項1に記載のゲートウェイシステム。   2. The gateway system according to claim 1, wherein the call processing unit determines the load generation potential based on the number of calls currently established by each server. 前記発呼処理手段は、各サーバの現在のデータ転送量で前記負荷発生の潜在性を判断することを特徴とする請求項1に記載のゲートウェイシステム。   2. The gateway system according to claim 1, wherein the call processing unit determines the load generation potential based on a current data transfer amount of each server. 前記代表サーバは、
前記呼制御部が、宛先に配下の移動端末が設定されたデータの送信先の問い合わせを受け付けた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する着呼時選択手段と、
前記着呼時選択手段によって選択されたサーバを、前記移動端末の位置登録を行うサーバに確定するとともに、前記送信先の問い合わせ元に応答する送信先として確定する着呼処理手段と
をさらに備えたことを特徴とする請求項1、2または3に記載のゲートウェイシステム。
The representative server is
Based on the load currently applied to each server and the load generation potential of each server when the call control unit receives an inquiry about the transmission destination of data in which the subordinate mobile terminal is set as the destination An incoming call selection means for selecting a server;
An incoming call processing means for determining the server selected by the incoming call selection means as a server for registering the location of the mobile terminal, and for confirming as a transmission destination that responds to the inquiry source of the transmission destination; The gateway system according to claim 1, 2, or 3.
前記着呼処理手段は、各サーバが現在確立している呼数で前記負荷発生の潜在性を判断することを特徴とする請求項4に記載のゲートウェイシステム。   5. The gateway system according to claim 4, wherein the incoming call processing means determines the load generation potential based on the number of calls currently established by each server. 前記着呼処理手段は、各サーバの現在のデータ転送量で前記負荷発生の潜在性を判断することを特徴とする請求項4に記載のゲートウェイシステム。   The gateway system according to claim 4, wherein the incoming call processing unit determines the load generation potential based on a current data transfer amount of each server. ユーザデータの送受信に関する処理を複数のサーバへ振り分ける方法をコンピュータに実行させる負荷分散プログラムであって、
移動端末の発呼要求を受け付けた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する発呼時選択手順と、
前記発呼時選択手順によって選択されたサーバを、前記移動端末の位置登録を行い、呼を確立するサーバに確定する発呼処理手順と
をコンピュータに実行させることを特徴とする負荷分散プログラム。
A load distribution program for causing a computer to execute a method for distributing processing related to transmission / reception of user data to a plurality of servers,
A call selection procedure for selecting a server based on the load currently applied to each server and the load generation potential of each server when receiving a call request from a mobile terminal;
A load distribution program that causes a computer to execute a call processing procedure for registering a location of the mobile terminal for a server selected by the call selection procedure and establishing a call to a server.
宛先に配下の移動端末が設定されたデータの送信先を問い合わされた際に、各サーバに現在かかっている負荷と、各サーバの負荷発生の潜在性とに基づいてサーバを選択する着呼時選択手順と、
前記着呼時選択手順によって選択されたサーバを、前記移動端末の位置登録を行うサーバに確定するとともに、前記送信先の問い合わせ元に応答する送信先として確定する着呼処理手順と
をさらにコンピュータに実行させることを特徴とする請求項7に記載の負荷分散プログラム。
When an incoming call is made to select a server based on the load currently applied to each server and the potential load on each server when inquired about the destination of the data set by the mobile terminal under the destination Selection procedure,
The server selected by the selection procedure at the time of the incoming call is determined as a server for registering the location of the mobile terminal, and an incoming call processing procedure for determining as a transmission destination responding to the inquiry source of the transmission destination is further added to the computer. The load distribution program according to claim 7, wherein the load distribution program is executed.
JP2008237159A 2008-09-16 2008-09-16 Gateway system and load distribution program Withdrawn JP2010074310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008237159A JP2010074310A (en) 2008-09-16 2008-09-16 Gateway system and load distribution program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008237159A JP2010074310A (en) 2008-09-16 2008-09-16 Gateway system and load distribution program

Publications (1)

Publication Number Publication Date
JP2010074310A true JP2010074310A (en) 2010-04-02

Family

ID=42205718

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008237159A Withdrawn JP2010074310A (en) 2008-09-16 2008-09-16 Gateway system and load distribution program

Country Status (1)

Country Link
JP (1) JP2010074310A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012077773A1 (en) * 2010-12-10 2012-06-14 パナソニック株式会社 Communication management device
CN102724771A (en) * 2011-03-29 2012-10-10 中兴通讯股份有限公司 User detachment method and system
JP2016021656A (en) * 2014-07-14 2016-02-04 富士通株式会社 Load distribution device, session management system, and load distribution method
US9621599B2 (en) 2013-12-24 2017-04-11 Fujitsu Limited Communication system, communication method, and call control server

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012077773A1 (en) * 2010-12-10 2012-06-14 パナソニック株式会社 Communication management device
JP2012124863A (en) * 2010-12-10 2012-06-28 Panasonic Corp Communication management device
CN102724771A (en) * 2011-03-29 2012-10-10 中兴通讯股份有限公司 User detachment method and system
US9621599B2 (en) 2013-12-24 2017-04-11 Fujitsu Limited Communication system, communication method, and call control server
JP2016021656A (en) * 2014-07-14 2016-02-04 富士通株式会社 Load distribution device, session management system, and load distribution method

Similar Documents

Publication Publication Date Title
US10863382B2 (en) Methods and systems for balancing load among communication control apparatuses
CN117793952A (en) Communication method and device
WO2023000935A1 (en) Data processing method, network element device, and readable storage medium
EP3611962B1 (en) Quality of service control method and device
US10225232B2 (en) Method and system for idle mode transfer for load balancing across distributed data plane processing entities for mobile core network
WO2008082352A1 (en) Automatic distribution of server and gateway information for pool configuration
US20200228618A1 (en) Content delivery method, device, and system
JP2010074310A (en) Gateway system and load distribution program
US9391890B2 (en) Network-initiated method and system for establishing data communication using IP with a wireless terminal
US20180035324A1 (en) System, Method and Apparatus for Processing Packet Data Service
CN114158093B (en) Communication method, network element, communication system and storage medium
WO2018066402A1 (en) Gateway device, communication method, and non-transitory computer readable medium in which program is stored
EP3897013B1 (en) Method for accessing local network, and related device
JP2009296204A (en) Radio communication system, arbitration device, and arbitration method
US11575601B2 (en) Network device and packet processing method using same
JP2006270381A (en) Radio network controller and load distribution method
US10686662B2 (en) Role-based attachment to optimal wireless network cores in a multi-role wireless communication network
CN103597802A (en) System, apparatus and method for address management in a distributed mobile core network
CN114390629B (en) Control method and system for backhaul route of 5G network terminal
US11570080B1 (en) Multiple state control interfaces between a control plane and a user plane in a disaggregated broadband network gateway architecture
CN114125038B (en) Service scheduling method, device and storage medium
CN110213773B (en) Method and device for judging cell network capacity expansion requirement
CN112543191B (en) Load balancing method and device
CN117560651A (en) Communication method and device and communication equipment
KR100470688B1 (en) Packet Call Forwarding Method in Mobile Communication System

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20111206