JP5466252B2 - Communication control system and communication control method - Google Patents
Communication control system and communication control method Download PDFInfo
- Publication number
- JP5466252B2 JP5466252B2 JP2012041078A JP2012041078A JP5466252B2 JP 5466252 B2 JP5466252 B2 JP 5466252B2 JP 2012041078 A JP2012041078 A JP 2012041078A JP 2012041078 A JP2012041078 A JP 2012041078A JP 5466252 B2 JP5466252 B2 JP 5466252B2
- Authority
- JP
- Japan
- Prior art keywords
- subscriber
- data
- information
- session control
- backup
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明は、加入者マスタデータを保持する加入者データベースサーバと、加入者マスタデータと同期する加入者データを参照してセッションを制御するセッション制御サーバとを備える通信制御システムおよびこの通信制御システムに用いられる通信制御方法に関する。 The present invention relates to a communication control system including a subscriber database server that holds subscriber master data, and a session control server that controls a session by referring to subscriber data synchronized with the subscriber master data, and the communication control system. The present invention relates to a communication control method used.
一般的な通信サービスにおいて、セッション制御サーバは、サービス加入者の契約情報などを含む加入者データを参照して、加入者のセッションを制御する。 In a general communication service, a session control server controls a subscriber's session with reference to subscriber data including contract information of the service subscriber.
この場合、図7に示すように、セッション制御サーバ902は、加入者データベースサーバ901に接続して、加入者データベースサーバが保持する加入者マスタデータから、加入者データを取得して、取得した加入者データに基づいて、セッションを制御する。ここで、加入者の加入者情報を更新する場合、加入者データベースサーバの加入者マスタデータと、更新対象の加入者情報を保持するセッション制御サーバの加入者データの両方を更新する。これにより、加入者データベースサーバ901の加入者マスタデータと、セッション制御サーバ902の整合性を維持することができる。
In this case, as shown in FIG. 7, the
例えば、複数の交換機のそれぞれに記憶する同一内容の加入者プロファイルのそれぞれを、同一の内容に変更するための方法もある(例えば、特許文献1参照。)。 For example, there is a method for changing each subscriber profile having the same contents stored in each of a plurality of exchanges to the same contents (see, for example, Patent Document 1).
セッション制御サーバ902は、加入者データの障害に備え、バックアップデータを作成し保持する。セッション制御サーバ902に障害が発生した場合、セッション制御サーバ902は、過去のバックアップデータを用いて復旧することができる。しかしながら、図8に示すように、復旧後のセッション制御サーバ902は、バックアップデータを作成した時の加入者データを保持するのみとなる。従って、セッション制御サーバ902において、その後に更新されたデータは反映されていない加入者データに基づいてサービスを提供することになり、最新の加入者データに基づくサービスを提供することができない。そこで、セッション制御サーバ902は、加入者データベースサーバ901から、最新の加入者データをダウンロードする必要がある。
The
図9に示す方法で、最新の加入者データを取得することができる。図9に示す方法では、セッション制御サーバ902は、加入者データベースサーバ901から、最新のすべての加入者データを取得する。セッション制御サーバ902は、ダウンロードしたすべての加入者データを、セッション制御サーバ902の加入者データに反映することにより、最新の加入者データに基づいてサービスを提供することができる。
The latest subscriber data can be acquired by the method shown in FIG. In the method shown in FIG. 9, the
図10に示す方法でも、最新の加入者データを取得することができる。図10に示す方法では、加入者データベースサーバ901は、加入者情報を更新する際、加入者マスタデータの加入者情報を更新するとともに、その更新履歴を保持する。セッション制御サーバ902は、加入者データベースサーバ901にバックアップ作成時以降の更新履歴を要求し、加入者データベースサーバ901から、更新履歴をダウンロードする。セッション制御サーバ902は、過去のバックアップデータを用いて復旧した後、ダウンロードした更新履歴に従って、セッション制御サーバ902の加入者データを更新する。
The latest subscriber data can also be obtained by the method shown in FIG. In the method shown in FIG. 10, when the
しかしながら、上記のいずれの方法も、加入者データベースサーバ901またはセッション制御サーバ902において負担がかかる問題がある。
However, any of the above methods has a problem that a burden is placed on the
図9に示す方法では、セッション制御サーバ902は、加入者データベースサーバ901からすべてのデータをダウンロードする。従って、加入者データベースサーバ901およびセッション制御サーバ902のいずれにおいても多大な負担がかかる。また、セッション制御サーバ902が加入者データベースサーバ901から加入者データを取得し、自身の加入者データに反映するための時間を要するので、セッション制御サーバ902のサービス中断時間が長引いてしまう問題がある。
In the method shown in FIG. 9, the
また図10に示す方法では、加入者データベースサーバ901で更新履歴を保持するので非常に大きな記憶容量を必要とする。また、加入者データベースサーバ901で、加入者情報を更新する際、更新履歴も更新するので、加入者情報の更新に伴う処理において、加入者データベースサーバ901の負荷が大きい。また、セッション制御サーバ902においても、すべての更新履歴を反映するので、同一加入者に対して複数回加入者情報を更新することになり、無駄な処理が伴うことになる。
In the method shown in FIG. 10, the
従って本発明の目的は、加入者データベースサーバが保持する加入者マスタデータと、セッション制御サーバが保持する加入者データとを容易に同期する通信制御システムおよび通信制御方法を提供することである。 Accordingly, an object of the present invention is to provide a communication control system and a communication control method for easily synchronizing subscriber master data held by a subscriber database server and subscriber data held by a session control server.
上記課題を解決するために、本発明の第1の特徴は、加入者通番と、当該加入者通番に対応する加入者情報とを対応づけた加入者マスタデータを保持する加入者データベースサーバと、加入者マスタデータと同期する加入者データを参照してセッションを制御するセッション制御サーバとを備える通信制御システムに関する。本発明の第1の特徴に係る加入者データベースサーバは、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時以降に加入者情報を削除した加入者通番のリストである加入者削除差分データと、をセッション制御サーバに送信する差分データ提供手段を備える。セッション制御サーバは、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、加入者データベースサーバに送信するとともに、加入者データベースサーバから加入者差分データおよび加入者削除差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するとともに、加入者削除差分データに含まれる加入者通番の加入者情報を、更新後の加入者データから、削除する差分データ更新手段を備える。 In order to solve the above problems, a first feature of the present invention is a subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number; The present invention relates to a communication control system including a session control server that controls a session by referring to subscriber data synchronized with subscriber master data. The subscriber database server according to the first feature of the present invention corresponds to the subscriber information updated after the backup generation and the subscriber serial number of the subscriber information when the backup generation information is input from the session control server. Difference data providing means for transmitting to the session control server the attached subscriber difference data and the subscriber deletion difference data which is a list of subscriber serial numbers from which subscriber information has been deleted after the backup is generated. The session control server restores the subscriber data using the backup data of the subscriber data, and then transmits the backup generation information that generated the backup data to the subscriber database server. Subscriber difference data and subscriber deletion difference data are acquired from the subscriber database server, and the restored subscriber data is updated based on the acquired subscriber difference data, and the subscriber serial number included in the subscriber deletion difference data is updated. Differential data updating means for deleting subscriber information from the updated subscriber data is provided.
本発明の第1の特徴においてセッション制御サーバは、差分データ更新手段が、復旧後の加入者データを更新した後、当該更新後の加入者データに基づいてセッションを制御するセッション制御手段をさらに備えても良い。 In the first feature of the present invention, the session control server further includes session control means for controlling the session based on the updated subscriber data after the differential data update means updates the restored subscriber data. May be.
本発明の第2の特徴は、加入者通番と、当該加入者通番に対応する加入者情報とを対応づけた加入者マスタデータを保持する加入者データベースサーバと、加入者マスタデータと同期する加入者データを参照してセッションを制御するセッション制御サーバとを備える通信制御システムに関する。本発明の第2の特徴に係る加入者データベースサーバは、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時情報が入力された時の加入者マスタデータの加入者通番のリストである加入者通番データと、をセッション制御サーバに送信する差分データ提供手段を備える。セッション制御サーバは、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、加入者データベースサーバに送信するとともに、加入者データベースサーバから加入者差分データおよび加入者通番データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するとともに、加入者通番データに含まれない加入者通番の加入者情報を、更新後の加入者データから、削除する差分データ更新手段を備える。 The second feature of the present invention is that a subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a subscriber that is synchronized with the subscriber master data. The present invention relates to a communication control system including a session control server that controls a session with reference to person data. The subscriber database server according to the second feature of the present invention corresponds to the subscriber information updated after the backup is generated and the subscriber serial number of the subscriber information when the backup generation information is input from the session control server. Difference data providing means for transmitting the attached subscriber difference data and the subscriber sequence number data which is a list of subscriber sequence numbers of the subscriber master data when the backup generation time information is input to the session control server. . The session control server restores the subscriber data using the backup data of the subscriber data, and then transmits the backup generation information that generated the backup data to the subscriber database server. Subscriber differential data and subscriber serial number data are acquired from the subscriber database server, subscriber data after restoration is updated based on the acquired subscriber differential data, and subscriber serial numbers not included in the subscriber serial number data A difference data updating means for deleting the subscriber information from the updated subscriber data.
本発明の第2の特徴においてセッション制御サーバは、差分データ更新手段が、復旧後の加入者データを更新した後、当該更新後の加入者データに基づいてセッションを制御するセッション制御手段をさらに備えても良い。 In the second aspect of the present invention, the session control server further includes session control means for controlling the session based on the updated subscriber data after the differential data update means updates the restored subscriber data. May be.
本発明の第3の特徴は、加入者通番と、当該加入者通番に対応する加入者情報とを対応づけた加入者マスタデータを保持する加入者データベースサーバと、加入者マスタデータと同期する加入者データを参照してセッションを制御するセッション制御サーバとを備える通信制御システムに用いられる通信制御方法に関する。即ち本発明の第3の特徴に係る通信制御方法は、セッション制御サーバが、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、加入者データベースサーバに送信するステップと、加入者データベースサーバが、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時以降に加入者情報を削除した加入者通番のリストである加入者削除差分データと、をセッション制御サーバに送信するステップと、セッション制御サーバが、加入者データベースサーバから加入者差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するステップと、セッション制御サーバが、加入者データベースサーバから加入者削除差分データを取得し、加入者削除差分データに含まれる加入者通番の加入者情報を、更新後の加入者データから、削除するステップを備える。 A third feature of the present invention is that a subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a subscriber that is synchronized with the subscriber master data. The present invention relates to a communication control method used in a communication control system including a session control server that controls a session with reference to person data. That is, in the communication control method according to the third aspect of the present invention, the session control server restores the subscriber data using the backup data of the subscriber data and then generates the backup data. A step of transmitting the creation time information to the subscriber database server, and when the subscriber database server receives the backup creation time information from the session control server, the subscriber information updated after the backup creation time and the subscriber information Transmitting subscriber difference data associated with the subscriber serial number and subscriber deletion differential data that is a list of subscriber serial numbers from which subscriber information has been deleted after the backup generation to the session control server; The session control server retrieves subscriber difference data from the subscriber database server. And updating the restored subscriber data based on the acquired subscriber difference data, and the session control server acquires the subscriber deletion difference data from the subscriber database server and is included in the subscriber deletion difference data A step of deleting the subscriber information of the subscriber serial number from the updated subscriber data.
本発明の第3の特徴において、セッション制御サーバが、復旧後の加入者データを更新するステップの後、当該更新後の加入者データに基づいてセッションを制御するステップをさらに備えても良い。 In the third aspect of the present invention, the session control server may further comprise a step of controlling the session based on the updated subscriber data after the step of updating the restored subscriber data.
本発明の第4の特徴は、加入者通番と、当該加入者通番に対応する加入者情報とを対応づけた加入者マスタデータを保持する加入者データベースサーバと、加入者マスタデータと同期する加入者データを参照してセッションを制御するセッション制御サーバとを備える通信制御システムに用いられる通信制御方法に関する。即ち本発明の第4の特徴に係る通信制御方法は、セッション制御サーバが、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、加入者データベースサーバに送信するステップと、加入者データベースサーバが、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時情報が入力された時の加入者マスタデータの加入者通番のリストである加入者通番データと、をセッション制御サーバに送信するステップと、セッション制御サーバが、加入者データベースサーバから加入者差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するステップと、セッション制御サーバが、加入者データベースサーバから加入者通番データを取得し、加入者通番データに含まれない加入者通番の加入者情報を、更新後の加入者データから、削除するステップを備える。 According to a fourth aspect of the present invention, there is provided a subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a subscription that is synchronized with the subscriber master data. The present invention relates to a communication control method used in a communication control system including a session control server that controls a session with reference to person data. That is, in the communication control method according to the fourth aspect of the present invention, the session control server recovers the subscriber data by using the backup data of the subscriber data and then generates the backup data. A step of transmitting the creation time information to the subscriber database server, and when the subscriber database server receives the backup creation time information from the session control server, the subscriber information updated after the backup creation time and the subscriber information The subscriber difference data associated with the subscriber serial number and the subscriber serial number data that is a list of the subscriber serial numbers of the subscriber master data when the backup generation information is input are transmitted to the session control server. Step and session control server, subscriber difference from the subscriber database server And updating the restored subscriber data based on the acquired subscriber differential data, and the session control server acquires the subscriber sequence number data from the subscriber database server, and stores the subscriber sequence number data. A step of deleting subscriber information of subscriber serial numbers not included from the updated subscriber data.
本発明の第4の特徴において、セッション制御サーバが、復旧後の加入者データを更新するステップの後、当該更新後の加入者データに基づいてセッションを制御するステップをさらに備えても良い。 In the fourth aspect of the present invention, the session control server may further comprise a step of controlling the session based on the updated subscriber data after the step of updating the restored subscriber data.
本発明によれば、加入者データベースサーバが保持する加入者マスタデータと、セッション制御サーバが保持する加入者データとを容易に同期する通信制御システムおよび通信制御方法を提供することができる。 According to the present invention, it is possible to provide a communication control system and a communication control method for easily synchronizing subscriber master data held by a subscriber database server and subscriber data held by a session control server.
次に、図面を参照して、本発明の実施の形態を説明する。以下の図面の記載において、同一または類似の部分には同一または類似の符号を付している。 Next, embodiments of the present invention will be described with reference to the drawings. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals.
(第1の実施の形態)
本発明の第1の実施の形態に係る通信制御システム1は、加入者データベースサーバ100およびセッション制御サーバ200を備える。加入者データベースサーバ100は、加入者通番と、加入者通番に対応する加入者情報とを対応づけた加入者マスタデータ111を保持する。セッション制御サーバ200は、加入者マスタデータ111と同期する加入者データ212を参照してセッションを制御する。本発明の第1の実施の形態においては、セッション制御サーバ200が加入者データ212のバックアップデータ211でバックアップした後、最新の加入者データに変更する処理を説明する。
(First embodiment)
The communication control system 1 according to the first embodiment of the present invention includes a
図1を参照して、本発明の第1の実施の形態に係る通信制御方法を説明する。 A communication control method according to the first embodiment of the present invention will be described with reference to FIG.
ステップS101において加入者データベースサーバ100は、加入者情報に更新が生じると、加入者マスタデータ111を更新して記憶する。このとき加入者データベースサーバ100は、加入者情報を変更するとともに、加入者情報を更新した加入者通番と、更新日時と対応づけて加入者マスタデータ111を更新する。なお、加入者マスタデータ111が更新される際、セッション制御サーバ200においても、加入者データ212が更新される。
In step S101, the
加入者マスタデータ111は、例えば図2に示すデータである。加入者マスタデータ111は、加入者通番と、この加入者の最新の加入者情報と、加入者情報を更新した更新日時とを対応づけたデータである。加入者情報は、契約情報などの複数の項目を備えても良い。その場合更新日時は、加入者情報のいずれかの項目を更新した直近の日時となる。従って、加入者データベースサーバ100が保持する更新日時は、加入者通番に対して、最新のひとつのみで良い。
The
また、加入者情報を削除する際、加入者データベースサーバ100は、加入者マスタデータ111から削除対象の加入者通番とその加入者情報を削除するとともに、削除対象の加入者通番と削除した削除日時とを対応づけて加入者削除データ112に記憶する。
When deleting the subscriber information, the
加入者削除データ112は、図3に示すデータである。加入者削除データ112は、削除された加入者通番と、その削除の日時を対応づけたデータである。
The
ステップS101およびステップS102の処理は、加入者情報の更新または削除のたびに実行される。 Steps S101 and S102 are executed each time the subscriber information is updated or deleted.
一方、セッション制御サーバ200が障害により、バックアップデータ211から加入者データ212を復旧したとする。ステップS103においてバックアップデータからの復旧が完了すると、ステップS104においてセッション制御サーバ200は、加入者データベースサーバ100に、加入者データ取得要求を送信する。この加入者データ取得要求には、バックアップデータを生成したバックアップ生成時情報を含む。このバックアップ生成時情報は、バックアップ生成時に対応する情報であって、例えばバックアップを生成した時刻の情報である。
On the other hand, assume that the
加入者データベースサーバ100は、セッション制御サーバ200から加入者データ取得要求を受信すると、ステップS105において、加入者マスタデータ111から、バックアップ生成時以降の加入者データを抽出する。ここで抽出される加入者データは、バックアップ生成時以降に、加入者情報が更新された加入者の加入者通番と、更新後の加入者情報とを対応づけたデータである。さらに加入者データベースサーバ100は、ステップS107において加入者削除データ112から、バックアップ生成時以降に削除した加入者通番のリストを抽出する。
When the
加入者データベースサーバ100は、ステップS107において、ステップS105で抽出した加入者データを、加入者差分データ213としてセッション制御サーバ200に送信する。さらに加入者データベースサーバ100は、ステップS106で抽出した加入者削除リストを加入者削除差分データ214としてセッション制御サーバ200に送信する。
In step S107, the
セッション制御サーバ200は、加入者データベースサーバ100から加入者差分データ213および加入者削除差分データ214を受信すると、受信したデータに基づいて、バックアップデータから復旧した加入者データ212を、最新の加入者データ212に更新する。
When the
具体的にはセッション制御サーバ200は、ステップS108において加入者差分データ213を、加入者データ212に上書きする。このとき、バックアップ生成後に変更の生じた加入者情報は、加入者差分データ213によって上書きされるので、最新の情報に更新される。ステップS108の上書きが終了すると、ステップS109においてセッション制御サーバ200は、加入者差分データ213を反映した加入者データ212に基づいて、サービスの提供を開始する。さらにステップS110においてセッション制御サーバ200は、加入者削除差分データ214に基づいて、加入者データ212から、バックアップ生成後に削除された加入者情報を削除する。
Specifically, the
図4を参照して、本発明の第1の実施の形態に係る通信制御システム1の加入者データベースサーバ100およびセッション制御サーバ200を説明する。
With reference to FIG. 4, the
加入者データベースサーバ100は、記憶装置110、処理制御装置120および通信制御装置130を備える一般的なコンピュータである。一般的なコンピュータが、所定の処理を実行するためのプログラムを実行することにより、図4に示す各機能が実装される。
The
通信制御装置130は、加入者データベースサーバ100とセッション制御サーバ200とを接続するためのインタフェースである。
The
記憶装置110は、図2に示す加入者マスタデータ111と、図3に示す加入者削除データ112を記憶する。
The
処理制御装置120は、データベース更新手段121および差分データ提供手段122とを備える。
The
データベース更新手段121は、外部から入力されるサービスオーダ等に基づいて、加入者マスタデータ111を更新する。このとき、データベース更新手段121は、加入者情報を更新する際、加入者マスタデータ111の更新日時欄に、更新日時を設定する。またデータベース更新手段121は、加入者マスタデータ111から加入者情報を削除する際、削除対象の加入者通番と、削除日時を対応づけて、加入者削除データ112を更新する。
The
差分データ提供手段122は、セッション制御サーバ200に、バックアップ生成時以降の更新および削除データを提供する。差分データ提供手段122は、セッション制御サーバ200からバックアップ生成時情報が入力されると、加入者差分データを、セッション制御サーバ200に送信する。加入者差分データは、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番とを対応づけたデータである。さらに差分データ提供手段122は、加入者削除差分データをセッション制御サーバ200に送信する。加入者削除差分データは、バックアップ生成時以降に加入者情報を削除した加入者通番のリストのデータである。
The difference
差分データ提供手段122は、バックアップ生成時情報が入力されると、加入者差分データを生成する。差分データ提供手段122は、加入者マスタデータ111から、バックアップ生成時以降の更新日付に対応づけられた加入者通番を抽出し、抽出した加入者通番と、この加入者の加入者情報とを対応づけて、加入者差分データを生成する。さらに差分データ提供手段122は、加入者削除データ112から、バックアップ生成時以降の削除日付に対応づけられた加入者通番を抽出し、抽出した加入者通番を含む加入者削除差分データを生成する。差分データ提供手段122は、バックアップ生成時情報を入力したセッション制御サーバ200に、生成した加入者差分データおよび加入者削除差分データを送信する。
The difference
セッション制御サーバ200は、記憶装置210、処理制御装置220および通信制御装置230を備える一般的なコンピュータである。一般的なコンピュータが、所定の処理を実行するためのプログラムを実行することにより、図4に示す各機能が実装される。
The
通信制御装置230は、加入者データベースサーバ100とセッション制御サーバ200とを接続するためのインタフェースである。
The
記憶装置210は、バックアップデータ211、加入者データ212、加入者差分データ213および加入者削除差分データ214を記憶する。
The
バックアップデータ211は、セッション制御サーバ200が加入者データ212に基づいて生成したアックアップのデータである。バックアップデータ211は、バックアップを生成したバックアップ生成時情報と対応づけて、記憶装置210に記憶される。
The
加入者データ212は、加入者データベースサーバ100の加入者マスタデータ111と同期するデータであって、加入者通番と、この加入者の加入者情報とを対応づけたデータである。加入者データベースサーバ100の加入者マスタデータ111が更新される際、セッション制御サーバ200の加入者データ212も同様に更新される。
The
加入者データ212は、加入者マスタデータ111の全ての加入者の加入者情報を保持しなくとも良い。例えば、加入者データ212は、加入者マスタデータ111の一部の加入者通番と、その加入者通番に対応する加入者情報を対応づけたデータであっても良い。その場合、加入者データ212が保持する加入者情報が、加入者マスタデータ111が保持する加入者情報と同期すれば良い。
The
加入者差分データ213および加入者削除差分データ214は、加入者データベースサーバ100から送信されるデータである。加入者削除差分データ214は、加入者データベースサーバ100の加入者マスタデータ111において、バックアップ生成時以降の更新日付に対応づけられた加入者通番と、この加入者の加入者情報とを対応づけたデータである。加入者削除差分データ214は、加入者データベースサーバ100の加入者削除データ112において、バックアップ生成時以降の削除日付に対応づけられた加入者通番を含むデータである。
The
処理制御装置220は、バックアップ復旧手段221、差分データ更新手段222およびセッション制御手段223を備える。
The
バックアップ復旧手段221は、セッション制御サーバ200に何らかの障害が発生した際、バックアップデータ211に基づいて加入者データ212を復旧する手段である。バックアップ復旧手段221によって、バックアップデータ211のバックアップ生成時までの加入者情報が、加入者データ212に反映される。
The backup recovery means 221 is means for recovering the
差分データ更新手段222は、加入者データベースサーバ100の加入者マスタデータ111において、バックアップ生成時以降に更新された加入者情報を、加入者データ212に反映する。これにより、加入者データベースサーバ100の加入者マスタデータと、セッション制御サーバ200の加入者データ212とを同期することができる。
The difference
差分データ更新手段222は、加入者データ212を、当該加入者データのバックアップデータ211を用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、加入者データベースサーバ100に送信する。これに伴い、差分データ更新手段222は、加入者データベースサーバ100から加入者差分データ213および加入者削除差分データ214を取得する。このバックアップ生成時情報は、バックアップ生成時に対応する情報であって、例えばバックアップを生成した時刻の情報である。
The differential
差分データ更新手段222は、加入者差分データ213に基づいて復旧後の加入者データを更新する。差分データ更新手段222は、加入者差分データ213の加入者通番および加入者情報を取得し、加入者データ212において、加入者差分データ213から取得した加入者通番に対応する加入者情報を、加入者差分データ213から取得した加入者情報に更新する。
The difference
さらに差分データ更新手段222は、加入者削除差分データ214に含まれる加入者通番の加入者情報を、更新後の加入者データから、削除する。差分データ更新手段222は、加入者削除差分データ214から、加入者通番を取得し、取得した加入者通番のレコードを、加入者データ212から削除する。
Further, the differential
セッション制御手段223は、加入者データ212に基づいて、セッション制御サーバ200が収容する加入者端末のセッションを制御する。ここでセッション制御サーバ200は、差分データ更新手段222が、加入者差分データ213に基づいて復旧後の加入者データを更新した後、更新後の加入者データ212に基づいてセッションを制御する。セッション制御手段223は、加入者差分データ213が加入者データ212に反映された後であれば、加入者削除差分データ214を加入者データ212に反映する前でも、この加入者データ212を参照してセッションを制御することができる。セッション制御手段223によるセッションの制御処理と、加入者削除差分データ214に基づく加入者情報の削除処理は、並列して実行されても良い。
The session control means 223 controls the session of the subscriber terminal accommodated by the
上記の実施例においては、バックアップデータ生成時情報として、バックアップの生成時刻を保持する場合を説明したが、これに限られない。例えば、加入者データベースサーバ100において、更新ごとに更新通番を付与し、加入者マスタデータ111に更新通番と対応づけて加入者情報を記憶する。この更新通番は、更新のたびにインクリメントされ、加入者データベースサーバ100とセッション制御サーバ200とで共有される。セッション制御サーバ200は、この更新通番と対応づけて、バックアップデータ211を生成し、加入者データ212を復旧した後、バックアップ生成時情報として更新通番を、加入者データベースサーバ100に送信する。加入者データベースサーバ100は、バックアップ生成時情報として含まれる更新通番以降の更新に基づいて、加入者差分データおよび加入者削除差分データを生成する。
In the above embodiment, the case where the backup generation time is held as the backup data generation time information has been described, but the present invention is not limited to this. For example, in the
本発明の第1の実施の形態に係る通信制御システム1においては、加入者データベースサーバ100からセッション制御サーバ200が取得するデータが、更新された加入者情報と、削除された加入者通番に限られる。これにより、本発明の第1の実施の形態に係る通信制御システム1は、加入者データベースサーバ100とセッション制御サーバ200間の通信量を低減することができる。さらに本発明の第1の実施の形態に係る通信制御システム1は、加入者データベースサーバ100とセッション制御サーバ200の処理量を削減することができる。
In the communication control system 1 according to the first embodiment of the present invention, the data acquired by the
また、本発明の第1の実施の形態においては、加入者差分データ213に基づいて加入者データ212を更新した後、加入者マスタデータ111から削除された加入者情報を削除する。加入者差分データ213が加入者データ212に反映され、加入者データ212に削除されるべき加入者情報が残存していても、セッション制御サーバ200は、セッションの制御処理を開始することができる。これによりセッション制御サーバ200は、より早期に復旧することができる。
Further, in the first embodiment of the present invention, the
(第2の実施の形態)
本発明の第2の実施の形態に係る通信制御システム2は、加入者データベースサーバ101およびセッション制御サーバ201を備える。本発明の第1の実施の形態においては、セッション制御サーバ200が、加入者データベースサーバ100から、バックアップ作成時以降に削除された加入者通番のリストを取得する場合を説明した。一方本発明の第2の実施の形態においては、セッション制御サーバ201が、加入者マスタデータ111の最新のすべての加入者通番のリストを取得する場合を説明する。
(Second Embodiment)
The
図5を参照して、本発明の第2の実施の形態に係る通信制御方法を説明する。 With reference to FIG. 5, a communication control method according to the second embodiment of the present invention will be described.
まずステップS201において加入者データベースサーバ101は、加入者マスタデータ111を更新する。このとき加入者データベースサーバ101は、加入者情報を変更するとともに、加入者情報を更新した加入者通番と、更新日時と対応づけて加入者マスタデータ111を更新する。なお、加入者マスタデータ111が更新される際、セッション制御サーバ201においても、加入者データ212が更新される。
First, in step S201, the
ステップS201の処理は、加入者情報の更新または削除のたびに実行される。 The process of step S201 is executed every time the subscriber information is updated or deleted.
一方、セッション制御サーバ201が障害により、バックアップデータ211から加入者データ212を復旧したとする。ステップS202においてバックアップデータからの復旧が完了すると、ステップS203においてセッション制御サーバ201は、加入者データベースサーバ101に、加入者データ取得要求を送信する。この加入者データ取得要求には、バックアップデータを生成したバックアップ生成時情報を含む。このバックアップ生成時情報は、バックアップ生成時に対応する情報であって、例えばバックアップを生成した時刻の情報である。
On the other hand, assume that the
加入者データベースサーバ101は、セッション制御サーバ201から加入者データ取得要求を受信すると、ステップS204において、加入者マスタデータ111から、バックアップ生成時以降の加入者データを抽出する。ここで抽出される加入者データは、バックアップ生成時以降に、加入者情報が更新された加入者の加入者通番と、更新後の加入者情報とを対応づけたデータである。さらに加入者データベースサーバ101は、ステップS205において加入者マスタデータ111から、すべての加入者通番のリストを抽出する。
When the
加入者データベースサーバ101は、ステップS206において、ステップS204で抽出した加入者データを、加入者差分データ213としてセッション制御サーバ201に送信する。さらに加入者データベースサーバ101は、ステップS205で抽出した加入者通番リストを加入者通番データ215としてセッション制御サーバ201に送信する。
In step S206, the
セッション制御サーバ201は、加入者データベースサーバ101から加入者差分データ213および加入者通番データ215を受信すると、受信したデータに基づいて、バックアップデータから復旧した加入者データを、最新の加入者データに更新する。
When the
具体的にはセッション制御サーバ201は、ステップS207において加入者差分データ213を、加入者データ212に上書きする。このとき、バックアップ生成後に変更の生じた加入者情報は、加入者差分データ213によって上書きされるので、最新の情報に更新される。ステップS207の上書きが終了すると、ステップS208においてセッション制御サーバ201は、加入者差分データ213を反映した加入者データ212に基づいて、サービスの提供を開始する。さらにステップS209においてセッション制御サーバ200は、加入者通番データ215に基づいて、加入者データ212から、バックアップ生成後に削除された加入者情報を削除する。
Specifically, the
図6を参照して、本発明の第2の実施の形態に係る通信制御システム2の加入者データベースサーバ101およびセッション制御サーバ201を説明する。
With reference to FIG. 6, the
加入者データベースサーバ101は、データベース更新手段121および差分データ提供手段122の処理が異なる。また、記憶装置110が加入者削除データ112を備えていない点が異なる。
The
データベース更新手段121は、加入者マスタデータ111を更新する際、加入者が削除されても、加入者削除データ112を生成せず、加入者マスタデータ111から削除対象の加入者情報のレコードを削除する。
When updating the
差分データ提供手段122は、加入者差分データを提供するとともに、バックアップ生成時情報が入力された時の加入者マスタデータの加入者通番のリストである加入者通番データを、セッション制御サーバ201に送信する。
The differential
セッション制御サーバ201は、加入者削除差分データ214でなく、加入者通番データ215を記憶するとともに、差分データ更新手段222の処理が異なる。
The
加入者通番データ215は、バックアップ生成時情報が入力された時の加入者マスタデータの加入者通番のリストのデータである。
The subscriber
差分データ更新手段222は、第1の実施の形態と比べて、加入者情報の削除の方法が異なる。第2の実施の形態においては、差分データ更新手段222は、加入者通番データ215に含まれない加入者通番の加入者情報を、更新後の加入者データ212から、削除する。
The difference
セッション制御手段223は、加入者差分データ213が加入者データ212に反映された後であれば、加入者通番データ215を加入者データ212に反映する前でも、この加入者データ212を参照してセッションを制御することができる。セッション制御手段223によるセッションの制御処理と、加入者通番データ215に基づく加入者情報の削除処理は、並列して実行されても良い。
The session control means 223 refers to the
また、第2の実施の形態においても、バックアップデータ生成時情報として、バックアップの生成時刻を用いても良いし、更新通番を用いても良い。 In the second embodiment, the backup generation time may be used as the backup data generation time information, or an update serial number may be used.
本発明の第2の実施の形態に係る通信制御システム2においては、加入者データベースサーバ101からセッション制御サーバ201が取得するデータが、更新された加入者情報と、最新の加入者通番に限られる。これにより、本発明の第2の実施の形態に係る通信制御システム2は、加入者データベースサーバ101とセッション制御サーバ201間の通信量を低減することができる。さらに本発明の第2の実施の形態に係る通信制御システム2は、加入者データベースサーバ101とセッション制御サーバ201の処理量を削減することができる。
In the
また、本発明の第2の実施の形態においては、加入者差分データ213に基づいて加入者データ212を更新した後、加入者マスタデータ111から削除された加入者情報を削除する。加入者差分データ213が加入者データ212に反映され、加入者データ212に削除されるべき加入者情報が残存していても、セッション制御サーバ201は、セッションの制御処理を開始することができる。これによりセッション制御サーバ201は、より早期に復旧することができる。
Further, in the second embodiment of the present invention, after the
(その他の実施の形態)
上記のように、本発明の第1の実施の形態および第2の実施の形態によって記載したが、この開示の一部をなす論述および図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例および運用技術が明らかとなる。
(Other embodiments)
As described above, the first embodiment and the second embodiment of the present invention have been described. However, it should be understood that the description and drawings constituting a part of this disclosure limit the present invention. Absent. From this disclosure, various alternative embodiments, examples, and operational techniques will be apparent to those skilled in the art.
例えば、本発明の実施の形態に記載した加入者データベースサーバは、図4または図6に示すようにひとつのハードウェア上に構成されても良いし、その機能や処理数に応じて複数のハードウェア上に構成されても良い。また、既存の通信制御システム上に実現されても良い。 For example, the subscriber database server described in the embodiment of the present invention may be configured on one piece of hardware as shown in FIG. 4 or FIG. It may be configured on the wear. Moreover, you may implement | achieve on the existing communication control system.
本発明はここでは記載していない様々な実施の形態等を含むことは勿論である。従って、本発明の技術的範囲は上記の説明から妥当な特許請求の範囲に係る発明特定事項によってのみ定められるものである。 It goes without saying that the present invention includes various embodiments not described herein. Therefore, the technical scope of the present invention is defined only by the invention specifying matters according to the scope of claims reasonable from the above description.
1 通信制御システム
100 加入者データベースサーバ
110、210 記憶装置
111 加入者マスタデータ
112 加入者削除データ
120、220 処理制御装置
121 データベース更新手段
122 差分データ提供手段
130、230 通信制御装置
200 セッション制御サーバ
211 バックアップデータ
212 加入者データ
213 加入者差分データ
214 加入者削除差分データ
221 バックアップ復旧手段
222 差分データ更新手段
223 セッション制御手段
DESCRIPTION OF SYMBOLS 1
Claims (8)
加入者データベースサーバは、
セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時以降に加入者情報を削除した加入者通番のリストである加入者削除差分データと、をセッション制御サーバに送信する差分データ提供手段を備え、
セッション制御サーバは、
加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、前記加入者データベースサーバに送信するとともに、前記加入者データベースサーバから前記加入者差分データおよび前記加入者削除差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するとともに、前記加入者削除差分データに含まれる加入者通番の加入者情報を、更新後の加入者データから、削除する差分データ更新手段
を備えることを特徴とする通信制御システム。 A subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a session with reference to subscriber data that is synchronized with the subscriber master data. In a communication control system comprising a session control server to control,
The subscriber database server
When backup generation information is input from the session control server, the subscriber information updated since the backup generation and the subscriber differential data that associates the subscriber serial number of the subscriber information and the subscription after the backup generation. Differential data providing means for transmitting subscriber deletion differential data, which is a list of subscriber serial numbers from which subscriber information has been deleted, to the session control server,
The session control server
After the subscriber data is restored using the backup data of the subscriber data, the backup generation information that generated the backup data is transmitted to the subscriber database server, and the subscriber database server The subscriber difference data and the subscriber deletion difference data are acquired from, and the restored subscriber data is updated based on the acquired subscriber difference data, and the subscriber serial number included in the subscriber deletion difference data is updated. A communication control system comprising: difference data update means for deleting subscriber information from the updated subscriber data.
前記差分データ更新手段が、前記復旧後の加入者データを更新した後、当該更新後の加入者データに基づいてセッションを制御するセッション制御手段
をさらに備えることを特徴とする請求項1に記載の通信制御システム。 The session control server
The difference data update means further comprises session control means for controlling a session based on the updated subscriber data after updating the restored subscriber data. Communication control system.
加入者データベースサーバは、
セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時情報が入力された時の前記加入者マスタデータの加入者通番のリストである加入者通番データと、をセッション制御サーバに送信する差分データ提供手段を備え、
セッション制御サーバは、
加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、前記加入者データベースサーバに送信するとともに、前記加入者データベースサーバから前記加入者差分データおよび前記加入者通番データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するとともに、前記加入者通番データに含まれない加入者通番の加入者情報を、更新後の加入者データから、削除する差分データ更新手段
を備えることを特徴とする通信制御システム。 A subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a session with reference to subscriber data that is synchronized with the subscriber master data. In a communication control system comprising a session control server to control,
The subscriber database server
When backup generation information is input from the session control server, the subscriber information updated since the backup generation and the subscriber differential data that associates the subscriber serial number of the subscriber information and the backup generation information are input. Differential data providing means for transmitting to the session control server subscriber serial number data that is a list of subscriber serial numbers of the subscriber master data when
The session control server
After the subscriber data is restored using the backup data of the subscriber data, the backup generation information that generated the backup data is transmitted to the subscriber database server, and the subscriber database server The subscriber differential data and the subscriber serial number data are acquired from the subscriber, the restored subscriber data is updated based on the acquired subscriber differential data, and the subscriber serial number subscription not included in the subscriber serial number data is acquired. A communication control system, comprising: difference data updating means for deleting subscriber information from the updated subscriber data.
前記差分データ更新手段が、前記復旧後の加入者データを更新した後、当該更新後の加入者データに基づいてセッションを制御するセッション制御手段
をさらに備えることを特徴とする請求項3に記載の通信制御システム。 The session control server
The said differential data update means is further provided with the session control means which controls a session based on the said subscriber data after the update after updating the subscriber data after the said recovery | restoration, The Claim 3 characterized by the above-mentioned. Communication control system.
セッション制御サーバが、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、前記加入者データベースサーバに送信するステップと、
加入者データベースサーバが、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時以降に加入者情報を削除した加入者通番のリストである加入者削除差分データと、をセッション制御サーバに送信するステップと、
前記セッション制御サーバが、前記加入者データベースサーバから前記加入者差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するステップと、
前記セッション制御サーバが、前記加入者データベースサーバから前記加入者削除差分データを取得し、前記加入者削除差分データに含まれる加入者通番の加入者情報を、更新後の加入者データから、削除するステップ
を備えることを特徴とする通信制御方法。 A subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a session with reference to subscriber data that is synchronized with the subscriber master data. In a communication control method used for a communication control system including a session control server to control,
A session control server, after restoring subscriber data using the backup data of the subscriber data, transmitting backup generation information that generated the backup data to the subscriber database server; ,
When the subscriber database server receives the backup generation time information from the session control server, the subscriber difference data associated with the subscriber information updated after the backup generation and the subscriber serial number of the subscriber information, and Sending subscriber deletion difference data, which is a list of subscriber serial numbers from which subscriber information has been deleted since the time of backup generation, to the session control server;
The session control server acquires the subscriber differential data from the subscriber database server, and updates the restored subscriber data based on the acquired subscriber differential data;
The session control server acquires the subscriber deletion differential data from the subscriber database server, and deletes the subscriber information of the subscriber serial number included in the subscriber deletion differential data from the updated subscriber data. A communication control method comprising the steps of:
をさらに備えることを特徴とする請求項5に記載の通信制御方法。 The communication according to claim 5, further comprising: a step of controlling the session based on the updated subscriber data after the session control server updates the restored subscriber data. Control method.
セッション制御サーバが、加入者データを、当該加入者データのバックアップデータを用いて加入者データを復旧した後、当該バックアップデータを生成したバックアップ生成時情報を、前記加入者データベースサーバに送信するステップと、
加入者データベースサーバが、セッション制御サーバからバックアップ生成時情報が入力されると、バックアップ生成時以降に更新した加入者情報および当該加入者情報の加入者通番を対応づけた加入者差分データと、当該バックアップ生成時情報が入力された時の前記加入者マスタデータの加入者通番のリストである加入者通番データと、をセッション制御サーバに送信するステップと、
前記セッション制御サーバが、前記加入者データベースサーバから前記加入者差分データを取得し、取得した加入者差分データに基づいて復旧後の加入者データを更新するステップと、
前記セッション制御サーバが、前記加入者データベースサーバから前記加入者通番データを取得し、前記加入者通番データに含まれない加入者通番の加入者情報を、更新後の加入者データから、削除するステップ
を備えることを特徴とする通信制御方法。 A subscriber database server that holds subscriber master data in which a subscriber serial number is associated with subscriber information corresponding to the subscriber serial number, and a session with reference to subscriber data that is synchronized with the subscriber master data. In a communication control method used for a communication control system including a session control server to control,
A session control server, after restoring subscriber data using the backup data of the subscriber data, transmitting backup generation information that generated the backup data to the subscriber database server; ,
When the subscriber database server receives the backup generation time information from the session control server, the subscriber difference data associated with the subscriber information updated after the backup generation and the subscriber serial number of the subscriber information, and Sending subscriber serial number data, which is a list of subscriber serial numbers of the subscriber master data when backup generation time information is input, to the session control server;
The session control server acquires the subscriber differential data from the subscriber database server, and updates the restored subscriber data based on the acquired subscriber differential data;
The session control server acquires the subscriber sequence number data from the subscriber database server, and deletes subscriber information of the subscriber sequence number not included in the subscriber sequence number data from the updated subscriber data. A communication control method comprising:
をさらに備えることを特徴とする請求項7に記載の通信制御方法。 The communication according to claim 7, further comprising: a step of controlling the session based on the updated subscriber data after the session control server updates the restored subscriber data. Control method.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012041078A JP5466252B2 (en) | 2012-02-28 | 2012-02-28 | Communication control system and communication control method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012041078A JP5466252B2 (en) | 2012-02-28 | 2012-02-28 | Communication control system and communication control method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2013178610A JP2013178610A (en) | 2013-09-09 |
| JP5466252B2 true JP5466252B2 (en) | 2014-04-09 |
Family
ID=49270194
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2012041078A Active JP5466252B2 (en) | 2012-02-28 | 2012-02-28 | Communication control system and communication control method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5466252B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6204299B2 (en) * | 2014-08-13 | 2017-09-27 | 日本電信電話株式会社 | Subscriber information recovery system, subscriber information management device, and subscriber information recovery method |
| JP6485212B2 (en) * | 2015-05-22 | 2019-03-20 | 沖電気工業株式会社 | Database system, database server, database server program, and database system control method |
-
2012
- 2012-02-28 JP JP2012041078A patent/JP5466252B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2013178610A (en) | 2013-09-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN103582875B (en) | The method recovered for multi-source and device | |
| US10148730B2 (en) | Network folder synchronization | |
| CN103152398B (en) | File synchronisation method and system between the file of a kind of multiple terminals | |
| CN103049353B (en) | A kind of data back up method and relevant apparatus | |
| CN104426955B (en) | The processing method and cloud storage service device of shared file | |
| CN106161523B (en) | A kind of data processing method and equipment | |
| CN107426309A (en) | A kind of information synchronization method, apparatus and system | |
| CN104935634A (en) | Mobile equipment data sharing method based on distributed sharing storage | |
| CN103841180B (en) | A kind of network data synchronizing method, apparatus, terminal device and server based on operational order | |
| CN105472024B (en) | A kind of cross-region method of data synchronization based on message push mode | |
| CN112334888B (en) | Distributed recovery of server information | |
| CN107770207A (en) | The method of data syn-chronization between multi-terminal equipment | |
| CN105824722A (en) | Backup restoring system for computer cloud | |
| CN105279047A (en) | Data backup device and method and data recovery method and device | |
| CN102646041A (en) | Software installation method and system | |
| EP2542976A1 (en) | Method and apparatus of backing-up subversion repository | |
| WO2013174060A1 (en) | Information synchronization method, device and communication terminal based on personal information management system | |
| JP5466252B2 (en) | Communication control system and communication control method | |
| CN103179153B (en) | Mobile terminal and mobile terminal data backup method based on cloud server | |
| CN113297322B (en) | Data synchronization method, system and device | |
| KR101201680B1 (en) | Method of synchronizing a personal information for different types terminal and sever system thereof | |
| CN102831038B (en) | Disaster recovery method of ENUM-DNS and ENUM-DNS | |
| EP2473929A1 (en) | Method and apparatus for providing address book restoration | |
| JP2005130009A (en) | Address book synchronizing method | |
| JP2009129195A (en) | Backup server, mobile device, communication system using these, and backup method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140110 |
|
| 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: 20140121 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140123 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5466252 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |