JP2001236280A - Re-connection system from terminal to host computer - Google Patents

Re-connection system from terminal to host computer

Info

Publication number
JP2001236280A
JP2001236280A JP2000047425A JP2000047425A JP2001236280A JP 2001236280 A JP2001236280 A JP 2001236280A JP 2000047425 A JP2000047425 A JP 2000047425A JP 2000047425 A JP2000047425 A JP 2000047425A JP 2001236280 A JP2001236280 A JP 2001236280A
Authority
JP
Japan
Prior art keywords
terminal
session information
host computer
communication
session
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.)
Granted
Application number
JP2000047425A
Other languages
Japanese (ja)
Other versions
JP3709319B2 (en
Inventor
Isao Nakabashi
功 中橋
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu 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 NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP2000047425A priority Critical patent/JP3709319B2/en
Publication of JP2001236280A publication Critical patent/JP2001236280A/en
Application granted granted Critical
Publication of JP3709319B2 publication Critical patent/JP3709319B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To solve the problem that it is difficult to operate re-connection in an application level in a state that a session is held in operating re-connection after restoration when a communication line connecting a host computer 1 to a terminal 3 is disconnected. SOLUTION: In connecting a terminal 3 to a host computer 1 for the first time, the connection of the terminal 3 to a communication server 2 is operated, and session information is transmitted to the communication server 2. The communication server 2 receives the session information transmitted by the terminal 3, and operates the assignment of a terminal identifier which is not overlapped with the other terminal, and transmits the terminal identifier to the terminal 3. Afterwards, the communication server stores the session information, and operates the connection to the host computer 1. Thus, it is possible to specify the terminal to be treated as re-connection, and even when the terminal is treated as re-connection, the terminal is treated as new connection when viewed from the host computer 1. Therefore, it is possible to realize connection without generating the rejection of connection due to double log-in.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ホストコンピュー
タ上のアプリケーションプログラムと端末上のアプリケ
ーションプログラムとが公衆網等の通信回線を通して接
続され対話処理を実行する場合に関し、特に通信回線で
障害が発生しその後、障害が回復した時の端末からホス
トコンピュータへの再接続方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a case where an application program on a host computer and an application program on a terminal are connected through a communication line such as a public network to execute interactive processing. Thereafter, it relates to a method for reconnecting the terminal to the host computer when the failure is recovered.

【0002】[0002]

【従来の技術】従来、ホストコンピュータと端末間の通
信回線が切断された場合の再接続方式は、ホストコンピ
ュータ側で端末のネットワーク上のアドレス等を含むセ
ッション情報を記憶しておき、一定時間ホストコンピュ
ータ側で接続状態を保持し、再接続時には端末から再び
送信されたセッション情報と前記記憶したセッション情
報とを比較して一致すれば再接続を行うか、再接続に関
する情報の管理は全く行わず、一定時間無通信状態が継
続する事による回線切断を行っていた。再接続に関する
情報を保持する形でのシステムの一例が、特開平11−
187146号公報に記載されている。
2. Description of the Related Art Conventionally, when a communication line between a host computer and a terminal is disconnected, a reconnection method is to store session information including the address of the terminal on the network on the host computer side, and to store the host information for a certain period of time. The connection state is held on the computer side, and at the time of reconnection, the session information transmitted again from the terminal is compared with the stored session information, and if they match, the reconnection is performed, or information on the reconnection is not managed at all. In this case, the line was disconnected due to the continuous non-communication state for a certain period of time. An example of a system that retains information about reconnection is disclosed in
No. 187,146.

【0003】この公報に記載された通信方式は、ホスト
側で上位アプリケーションのセッションを保持し、端末
からの回線再接続要求に対して再接続が完了すると、端
末側からの再接続要求時のアプリケーションレベルでの
セッションを再接続するシステムである。
According to the communication method described in this publication, a host holds a session of an upper application, and when reconnection is completed in response to a line reconnection request from a terminal, the application at the time of the reconnection request from the terminal side is used. A system to reconnect sessions at the level.

【0004】[0004]

【発明が解決しようとする課題】しかし、この従来技術
には、次のような問題点があった。
However, this prior art has the following problems.

【0005】第1の問題点は、ホストコンピュータの上
位アプリケーションと端末アプリケーション間のセッシ
ョンを再接続するための手順は、ホストコンピュータの
上位アプリケーションに大きく依存し、汎用的なプロト
コルが規定されていないため、セッションを保持した状
態でのアプリケーションレベルにおける再接続が困難な
ことである。
A first problem is that a procedure for reconnecting a session between a host application and a terminal application of the host computer largely depends on the host application of the host computer, and a general-purpose protocol is not defined. In addition, it is difficult to reconnect at the application level while holding the session.

【0006】例えば、通信障害が発生し、ホストコンピ
ュータは、その障害発生を認識したが端末がそれを認識
していない場合、逆に、通信障害を端末は認識したが、
ホストコンピュータが認識していない場合等障害発生の
認知についても不整合が生ずる場合がある。
For example, when a communication failure occurs and the host computer recognizes the occurrence of the failure but the terminal does not recognize the failure, the terminal recognizes the communication failure.
Inconsistency may also occur in recognition of the occurrence of a failure, such as when the host computer does not recognize the failure.

【0007】第2の問題点は、特開平11−18714
6号の発明のように通信回線からの通信障害による切断
通知を受けた場合にも、ホストコンピュータ側では端末
側からの再接続要求に応えるためにセッションを保持す
るため、セッションを保持するためだけのホストコンピ
ュータ使用時間が増大し、コストパフォーマンスが悪い
ことである。
The second problem is disclosed in Japanese Patent Application Laid-Open No. H11-18714.
Even in the case of receiving a disconnection notification due to a communication failure from the communication line as in the invention of No. 6, the host computer keeps the session in order to respond to the reconnection request from the terminal, and thus only keeps the session. The use time of the host computer increases, and the cost performance is poor.

【0008】本発明は、端末からインターネット等を含
む公衆網を使用し、通信サーバ経由でホストコンピュー
タに接続する環境において、端末と通信サーバ間の通信
回線が障害の発生により切断された時、切断された事を
通信サーバが認識できていない状態が発生した場合、一
旦ホストコンピュータ及び上位アプリケーションのセッ
ションを初期化してから再接続することで端末からの再
接続が二重ログインや回線使用中などの理由によって拒
否されてしまう問題を解決できる構成を提供するもので
ある。
According to the present invention, in an environment in which a terminal uses a public network including the Internet or the like and is connected to a host computer via a communication server, when a communication line between the terminal and the communication server is disconnected due to a failure, the disconnection is performed. If the communication server cannot recognize that the connection has been made, the session of the host computer and the host application must be initialized and then reconnected. The purpose of the present invention is to provide a configuration that can solve a problem that is rejected for a reason.

【0009】[0009]

【課題を解決するための手段】本願の第1の発明の端末
からホストコンピュータへの再接続方式は、端末とホス
トコンピュータとがホストコンピュータの通信処理を実
行する通信サーバを介し公衆回線を用い接続されたシス
テムにおいて、前記端末は、セッション情報を生成する
端末エミュレータと、前記端末エミュレータから前記セ
ッション情報を受け取り、前記通信サーバと前記セッシ
ョン情報の送受信の実行とその維持管理を行うセッショ
ン情報送受信部と、を含み、前記通信サーバは、前記端
末及び前記ホストコンピュータとの通信の実行と前記セ
ッション情報を前記端末との間で送受信を実行し端末識
別子を前記セッション情報の一部として取り込み取り込
み後の前記セッション情報の維持管理を行う接続制御処
理部と、前記接続制御処理部の指示に従い前記端末識別
子の生成と消滅を行う端末識別子制御部と、前記接続制
御処理部の指示により前記セッション情報を記憶するセ
ッション情報記憶部と、を含むことを備える。
According to the first aspect of the present invention, a method for reconnecting a terminal to a host computer is performed by connecting the terminal and the host computer using a public line via a communication server that executes communication processing of the host computer. In the system performed, the terminal, a terminal emulator that generates session information, a session information transmitting and receiving unit that receives the session information from the terminal emulator, performs transmission and reception of the session information with the communication server, and performs maintenance and management thereof The communication server executes the communication with the terminal and the host computer, executes transmission and reception of the session information with the terminal, captures a terminal identifier as a part of the session information, and captures the terminal information. A connection control processing unit for maintaining session information; Comprising to include a terminal identifier control unit for the generation and disappearance of the terminal identifier according to an instruction of the control unit, and a session information storage unit that stores the session information according to an instruction of the connection control unit.

【0010】本願の第2の発明の端末からホストコンピ
ュータへの再接続方式は、第1の発明において、前記端
末と前記通信サーバとを接続する前記公衆回線で通信障
害の発生により通信が一旦途絶しその回復後、前記端末
は前記通信サーバに端末識別子を含む前記セッション情
報を送信しそれを受信した前記通信サーバは前記セッシ
ョン情報に従い前記ホストコンピュータとのセッション
の解放と回線の切断を実行しその後前記ホストコンピュ
ータとの回線の接続と前記セッション情報に基づくセッ
ションの確立を行うことを備える。
[0010] In the second aspect of the present invention, in the reconnection method from the terminal to the host computer according to the first aspect, communication is temporarily interrupted due to occurrence of a communication failure in the public line connecting the terminal and the communication server. After the recovery, the terminal transmits the session information including the terminal identifier to the communication server, and the communication server that has received the session information releases the session with the host computer and disconnects the line according to the session information. Connecting a line with the host computer and establishing a session based on the session information.

【0011】本願の第3の発明の端末からホストコンピ
ュータへの再接続方式は、第1の発明において、前記通
信サーバは、前記端末と前記通信サーバとを接続する前
記公衆回線で発生した通信障害の認知をした場合又は、
規定された時間前記端末との通信が行われない場合、前
記セッション情報記憶部のセッション情報に従いホスト
コンピュータとのセッションの解放と回線の切断を実行
することを備える。
[0011] In a third aspect of the present invention, in the method for reconnecting a terminal to a host computer according to the first aspect, the communication server is a communication failure occurring in the public line connecting the terminal and the communication server. If you acknowledge or
When the communication with the terminal is not performed for a prescribed time, releasing the session with the host computer and disconnecting the line according to the session information in the session information storage unit.

【0012】本願の第4の発明の端末からホストコンピ
ュータへの再接続方式は、第1、2又は3の発明におい
て、前記通信サーバは通信障害の発生を直接的又は、間
接的に認知すると、前記ホストコンピュータとのセッシ
ョンの解放と回線の切断処理によって前記ホストコンピ
ュータ上のアプリケーションプログラムのログオフを行
うことでアプリケーションプログラムの初期化を実行す
ることを備える。
In a fourth aspect of the present invention, a method for reconnecting a terminal to a host computer according to the first, second or third aspect, wherein the communication server directly or indirectly recognizes the occurrence of a communication failure, It is provided that the application program is initialized by logging off the application program on the host computer by releasing the session with the host computer and disconnecting the line.

【0013】本願の第5の発明の端末からホストコンピ
ュータへの再接続方式は、第1の発明において、前記通
信サーバは、前記端末からの接続要求時前記端末から送
信された前記セッション情報が前記通信サーバの前記セ
ッション情報記憶部に登録がされてない場合新規の接続
要求と見なし、登録がされている場合は、再接続要求と
見なすことを備える。
According to a fifth aspect of the present invention, in the method for reconnecting a terminal to a host computer according to the first aspect, the communication server transmits the session information transmitted from the terminal at the time of a connection request from the terminal. When the registration is not made in the session information storage unit of the communication server, it is regarded as a new connection request, and when the registration is made, it is regarded as a reconnection request.

【0014】本願の第6の発明の端末からホストコンピ
ュータへの再接続方式は、第1の発明において、前記セ
ッション情報は、前記端末を特定するネットワーク上の
アドレスと、前記ホストコンピュータを特定するネット
ワーク上のアドレスと、前記端末とホストコンピュータ
間で通信を行うための通信パスを特定するユニットアド
レスと、前記ホストコンピュータで設定された前記セッ
ション情報を開放する手続きを記載したセッション解放
スクリプトと、前記端末識別子と、を含むことを備え
る。
According to a sixth aspect of the present invention, there is provided a method for reconnecting a terminal to a host computer according to the first aspect, wherein the session information includes an address on a network identifying the terminal, and a network identifying the host computer. The above address, a unit address specifying a communication path for performing communication between the terminal and a host computer, a session release script describing a procedure for releasing the session information set in the host computer, and the terminal And an identifier.

【0015】[0015]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0016】図1を参照すると、本実施例は、ホストコ
ンピュータ1と、ホストコンピュータ1の通信機能を受
け持つ通信サーバ2と、インターネット等を含む公衆回
線によるネットワークを介して通信サーバ2と接続され
た端末3と、から構成されている。この構成において、
例えば、端末3上の端末エミュレータ又はその上で動作
するアプリケーションプログラムからホストコンピュー
タ1のアプリケーションプログラムに接続を要求し、通
信サーバ2を介してホストコンピュータ1上のアプリケ
ーションプログラムと接続し、両プログラム同士が連携
して業務処理を行う場合を想定している。
Referring to FIG. 1, this embodiment is connected to a host computer 1, a communication server 2 having a communication function of the host computer 1, and a communication server 2 via a public line network including the Internet or the like. And a terminal 3. In this configuration,
For example, a terminal emulator on the terminal 3 or an application program running on the terminal 3 requests a connection to the application program on the host computer 1, connects to the application program on the host computer 1 via the communication server 2, and the two programs communicate with each other. It is assumed that business processing is performed in cooperation.

【0017】通信サーバ2の内部には、プログラム制御
により実現される接続制御処理部20と、端末識別子制
御部21と、セッション情報を保持するセッション情報
記憶部22と、を含んでいる。
The communication server 2 includes a connection control processing unit 20 realized by program control, a terminal identifier control unit 21, and a session information storage unit 22 for holding session information.

【0018】端末3の内部には、ホストコンピュータと
の対話処理を行う端末エミュレータ30と、プログラム
制御により実現されるセッション情報送受信部31と、
を含んでいる。
Inside the terminal 3, a terminal emulator 30 for performing an interactive process with the host computer, a session information transmitting / receiving unit 31 realized by program control,
Contains.

【0019】通信サーバ2の接続制御処理部20は、端
末通信処理部200と、ホスト通信処理部201と、を
備えている。端末通信処理部200は、ホストコンピュ
ータ1から受信したデータを端末3に対して通知すると
ともに、端末3との間でセッション情報の送受信を行
う。
The connection control processing unit 20 of the communication server 2 includes a terminal communication processing unit 200 and a host communication processing unit 201. The terminal communication processing unit 200 notifies the terminal 3 of the data received from the host computer 1 and transmits / receives session information to / from the terminal 3.

【0020】ホスト通信処理部201は、端末3からの
送受信要求及び接続・切断要求に従ってホストコンピュ
ータ1との通信を行う。
The host communication processing unit 201 performs communication with the host computer 1 in accordance with a transmission / reception request and a connection / disconnection request from the terminal 3.

【0021】通信サーバ2の端末識別子制御部21は、
端末識別子管理部210と、端末識別子記憶部211
と、を備えている。端末識別子管理部210は、数字と
アルファベットからなる16進数表記文字列の組み合わ
せによって端末識別子を作成し、当該識別子を管理する
ために必要な記憶領域を確保する。また、接続制御処理
部20からの端末識別子破棄要求によって、指定された
端末識別子を記憶する記憶領域を解放する。端末識別子
記憶部211は、端末識別子管理部210によって作成
された端末識別子を記憶する記憶領域であり、現在使用
されている端末3の端末識別子及び当該端末が最後に送
受信した時刻情報と、を記憶している。
The terminal identifier control unit 21 of the communication server 2
Terminal identifier management unit 210 and terminal identifier storage unit 211
And The terminal identifier management unit 210 creates a terminal identifier by a combination of a hexadecimal notation character string consisting of a number and an alphabet, and secures a storage area necessary for managing the identifier. Also, in response to a terminal identifier discard request from the connection control processing unit 20, the storage area for storing the specified terminal identifier is released. The terminal identifier storage unit 211 is a storage area for storing the terminal identifier created by the terminal identifier management unit 210, and stores the terminal identifier of the currently used terminal 3 and the time information of the last transmission and reception by the terminal. are doing.

【0022】端末3のセッション情報送受信部31は、
セッション情報管理部310と、セッション情報記憶部
311と、を備えている。セッション情報管理部310
は、端末からホストコンピュータへの新規に接続する時
に送信すべきセッション情報と、通信サーバ2から受信
したセッション情報の送受信の管理、及びセッション情
報記憶部311へのセッション情報の登録や削除処理を
行う。セッション情報記憶部311は、セッション情報
管理部310によって送受信されたセッション情報を記
憶している。
The session information transmitting / receiving unit 31 of the terminal 3
It includes a session information management unit 310 and a session information storage unit 311. Session information management unit 310
Performs management of session information to be transmitted when a new connection is made from the terminal to the host computer, transmission and reception of the session information received from the communication server 2, and registration and deletion processing of the session information in the session information storage unit 311. . The session information storage unit 311 stores session information transmitted and received by the session information management unit 310.

【0023】次に、本発明の実施の形態の動作について
図面を参照して説明する。
Next, the operation of the embodiment of the present invention will be described with reference to the drawings.

【0024】次に、図1〜図3を参照して本実施例の動
作について詳細に説明する。
Next, the operation of this embodiment will be described in detail with reference to FIGS.

【0025】図1及び端末3のホストコンピュータ1と
の接続処理動作を示した図2のフローチャートに基づい
て、端末3の接続処理を説明する。
The connection processing of the terminal 3 will be described with reference to FIG. 1 and the flowchart of FIG. 2 showing the connection processing operation of the terminal 3 with the host computer 1.

【0026】端末エミュレータ30は、ホストコンピュ
ータ1への接続処理要求を上位のアプリケーションから
の指示により行うが、その時自身の有するセッション情
報を伴って発行する(ステップS1)。端末3のセッシ
ョン情報送受信部31内のセッション情報管理部310
は、この要求を受け付ける(ステップS2)。セッショ
ン情報送受信部31は、通信サーバ2に対して接続要求
を発呼し接続を完了する(ステップS3)。
The terminal emulator 30 issues a connection processing request to the host computer 1 in accordance with an instruction from a higher-level application, and issues a connection processing request with its own session information at that time (step S1). Session information management section 310 in session information transmission / reception section 31 of terminal 3
Accepts this request (step S2). The session information transmitting / receiving unit 31 issues a connection request to the communication server 2 and completes the connection (step S3).

【0027】セッション情報管理部310は、端末エミ
ュレータ30から与えられたセッション情報を元に、セ
ッション情報記憶部311を検索し、既に同じセッショ
ン情報の登録のあるなしをチェックする(ステップS
4)。セッション情報記憶部311内に、端末エミュレ
ータ30から与えられたセッション情報が登録されてい
なければ、新規接続の場合となるが、セッション情報管
理部310は、セッション情報記憶部311に対してセ
ッション情報の暫定登録を要求する(ステップS5)。
そして、通信サーバ2に端末エミュレータ30から受け
取った端末識別子を含まないセッション情報を送信する
(ステップS7)。
The session information management section 310 searches the session information storage section 311 based on the session information given from the terminal emulator 30, and checks whether the same session information has already been registered (step S).
4). If the session information provided by the terminal emulator 30 is not registered in the session information storage unit 311, a new connection is established, but the session information management unit 310 stores the session information in the session information storage unit 311. Request provisional registration (step S5).
Then, the session information not including the terminal identifier received from the terminal emulator 30 is transmitted to the communication server 2 (Step S7).

【0028】逆に、(ステップS4)での判定で、セッ
ション情報記憶部311内に、端末エミュレータ30か
ら与えられたセッション情報が既に登録されている場合
は、一旦通信サーバとの接続後、回線の障害等によって
切断され再度復旧した場合となるが、セッション情報内
に登録されている端末識別子とともにこれを取り込み
(ステップS6)、当該セッション情報を通信サーバ2
に対して送信する(ステップS7)。その後、セッショ
ン情報送受信部31は、通信サーバ2から端末識別子を
含むセッション情報を受信する(ステップS8)。セッ
ション情報送受信部31は、セッション情報記憶部31
1に対して通信サーバ2から受け取った端末識別子を含
むセッション情報の正式登録を行う(ステップS9)。
よって、端末3においては、セッション情報送受信部3
1のみが新規接続か再接続かを認識していることにな
る。
Conversely, if the session information provided from the terminal emulator 30 has already been registered in the session information storage unit 311 in the determination in (Step S4), once the connection with the communication server is established, In this case, the terminal is disconnected due to a failure or the like and is restored again. However, this is taken together with the terminal identifier registered in the session information (step S6), and the session information is stored in the communication server 2
(Step S7). Thereafter, the session information transmitting / receiving unit 31 receives the session information including the terminal identifier from the communication server 2 (Step S8). The session information transmitting / receiving unit 31 includes a session information storage unit 31
Formal registration of the session information including the terminal identifier received from the communication server 2 is performed for 1 (step S9).
Therefore, in the terminal 3, the session information transmitting / receiving unit 3
Only 1 recognizes whether it is a new connection or a reconnection.

【0029】次に、図1及び通信サーバ2の動作を示し
た図3のフローチャートに基づいて、通信サーバ2の接
続処理を説明する。
Next, the connection process of the communication server 2 will be described with reference to FIG. 1 and the flowchart of FIG.

【0030】通信サーバ2では、最初に端末3からの接
続要求を受け付ける(ステップS10)。次に、接続制
御処理部20の端末通信処理部200は、端末3から送
信されてきたセッション情報の受信を行う(ステップS
11)。端末3から受信したセッション情報をもとに、
端末通信処理部200はセッション情報記憶部22を検
索する(ステップS12)。(ステップS13)での検
索内容のチェックの結果、セッション情報記憶部22内
に、端末3から送信されたセッション情報が未登録の場
合、(ステップS14)において端末通信処理部200
は、端末識別子制御部21に対して新たな端末識別子の
割り当てを指示する。
The communication server 2 first receives a connection request from the terminal 3 (step S10). Next, the terminal communication processing unit 200 of the connection control processing unit 20 receives the session information transmitted from the terminal 3 (Step S).
11). Based on the session information received from terminal 3,
The terminal communication processing unit 200 searches the session information storage unit 22 (Step S12). If the session information transmitted from the terminal 3 has not been registered in the session information storage unit 22 as a result of the search content check in (step S13), the terminal communication processing unit 200
Instructs the terminal identifier control unit 21 to allocate a new terminal identifier.

【0031】端末通信処理部200から端末識別子の割
り当てを指示された端末識別子制御部21は、端末識別
子管理部210に対して端末識別子の新規の割り当てを
要求する。端末識別子管理部210は、端末識別子記憶
部211に新規割り当てした端末識別子を登録し、端末
通信処理部200に新規に割り当てた端末識別子を与え
るとともに制御を戻す。接続制御処理部20は、端末3
から受信したセッション情報に与えられた端末識別子を
付加してこれをセッション情報記憶部22に登録して
(ステップS14)の処理を終了し、(ステップS1
8)に行く。
The terminal identifier control unit 21 instructed by the terminal communication processing unit 200 to assign a terminal identifier requests the terminal identifier management unit 210 to newly assign a terminal identifier. The terminal identifier management unit 210 registers the newly assigned terminal identifier in the terminal identifier storage unit 211, gives the newly assigned terminal identifier to the terminal communication processing unit 200, and returns control. The connection control processing unit 20
The terminal identifier given to the session information received from the server is added to the session information and registered in the session information storage unit 22 (step S14).
Go to 8).

【0032】尚、ここでセッション情報記憶部22に登
録される1つのセッション情報は、 (1)端末3を特定するネットワーク上のアドレス (2)ホストコンピュータ1を特定するネットワーク上
のアドレス (3)端末3−ホストコンピュータ1間で通信を行うた
めの通信パスを特定するユニットアドレス (4)ホストコンピュータ1で設定されたセッション情
報を開放する手続き(ログオフするためのコマンド)を
記載したセッション解放スクリプト (5)通信サーバ2の端末識別子制御部21が端末3に
対して割り当てた端末識別子 から構成されている。ここで(1)〜(4)の情報は、
端末3から送信される情報である。
Here, one piece of session information registered in the session information storage unit 22 includes (1) an address on the network specifying the terminal 3 (2) an address on the network specifying the host computer 1 (3) A unit address that specifies a communication path for communication between the terminal 3 and the host computer 1 (4) A session release script describing a procedure (a command to log off) for releasing session information set in the host computer 1 ( 5) It is composed of a terminal identifier assigned to the terminal 3 by the terminal identifier control unit 21 of the communication server 2. Here, the information of (1) to (4)
This is information transmitted from the terminal 3.

【0033】そして、ホスト通信処理部201に対し
て、ホストコンピュータ1に対する回線及びセッション
の開設を指示する。ホストコンピュータ1との回線及び
セッションの開設が完了した段階で、接続制御処理部2
0は、端末通信処理部200に対して端末3への端末識
別子を含むセッション情報の送信を指示する。
The host communication processing unit 201 is instructed to open a line and a session with the host computer 1. When the line and session establishment with the host computer 1 are completed, the connection control processing unit 2
0 instructs the terminal communication processing unit 200 to transmit the session information including the terminal identifier to the terminal 3.

【0034】逆に、(ステップS13)の判定で、端末
3から受信したセッション情報がセッション情報記憶部
22に端末識別子とともに既に登録されている場合、セ
ッション情報記憶部22内に含まれる端末識別子をその
まま使用し、端末識別子の新規の割り当て要求を行わな
い(ステップS15)。そして、端末通信処理部200
は、セッション情報記憶部22内の当該セッション情報
を取得する(ステップS16)。セッション情報記憶部
接続制御処理部20は、ホスト通信処理部201に対し
てホストコンピュータ1との回線の切断及びセッション
の解放を実行させる(ステップS16)。セッションの
解放処理においては、セッション情報のセッション解放
スクリプトで指示されたログオフコマンドに従い実行す
る。回線の切断とセッションの解放後、再度ホストコン
ピュータ1との接続とセッションの確立を行う(ステッ
プS18)。
Conversely, if the session information received from the terminal 3 has already been registered together with the terminal identifier in the session information storage unit 22 in the determination of (Step S13), the terminal identifier contained in the session information storage unit 22 is replaced with the terminal identifier. The terminal is used as it is, and a new assignment of the terminal identifier is not requested (step S15). Then, the terminal communication processing unit 200
Acquires the session information in the session information storage unit 22 (step S16). The session information storage unit connection control processing unit 20 causes the host communication processing unit 201 to disconnect the line with the host computer 1 and release the session (step S16). The session release processing is executed in accordance with the logoff command specified by the session release script in the session information. After disconnecting the line and releasing the session, the connection with the host computer 1 and the establishment of the session are performed again (step S18).

【0035】回線及びセッション再接続が完了した段階
で、接続制御処理部20は、端末通信処理部200に対
して端末3への端末識別子を含むセッション情報の送信
を指示する(ステップS19)。
When the line and session reconnection are completed, the connection control processing unit 20 instructs the terminal communication processing unit 200 to transmit session information including the terminal identifier to the terminal 3 (step S19).

【0036】以上の処理によって端末3と通信サーバ2
との接続が完了する。接続完了後、ホストコンピュータ
1のアプリケーションプログラムと端末3のアプリケー
ションプログラムとの間での業務処理等が開始される。
With the above processing, the terminal 3 and the communication server 2
The connection with is completed. After the connection is completed, business processing and the like between the application program of the host computer 1 and the application program of the terminal 3 are started.

【0037】次に、業務処理が終了し、端末3とホスト
コンピュータ1との回線の切断時の処理を述べる。
Next, a description will be given of the processing when the business processing is completed and the line between the terminal 3 and the host computer 1 is disconnected.

【0038】端末3のアプリケーションプログラムから
ホストコンピュータ1のアプリケーションプログラムへ
のログオフコマンドは、通信サーバ2を経由してホスト
コンピュータ1のアプリケーションプログラムに通知さ
れる。尚、セッション情報内のセッション解放スクリプ
トは、このログオフコマンドの処理手続きから構成され
ている。ホストコンピュータ1のアプリケーションプロ
グラムは、ログオフ処理を終了するとログオフ完了メッ
セージを端末3に送信する。これを受信した端末3では
アプリケーション層での処理の終了を受け、回線の切断
要求をホストコンピュータ1にあげる。通信サーバ2は
これを受信すると、ホストコンピュータ1との間のセッ
ションの解放と回線の切断を実行する。通信サーバ2の
接続制御処理部20は、ホストコンピュータ1からのセ
ッション解放の通知を受けると、セッション情報記憶部
22内の端末3に関わるセッション情報を消去するとと
もに、当該端末3に割り当てられた端末識別子の解放を
端末識別子制御部21に対して指示する。そして回線解
放完了の通知を端末3に対して行い、端末3との回線を
切断する。
A logoff command from the application program of the terminal 3 to the application program of the host computer 1 is notified to the application program of the host computer 1 via the communication server 2. It should be noted that the session release script in the session information includes a processing procedure of the logoff command. The application program of the host computer 1 transmits a logoff completion message to the terminal 3 when the logoff processing ends. In response to the termination of the processing in the application layer, the terminal 3 receiving this sends a line disconnection request to the host computer 1. Upon receiving this, the communication server 2 releases the session with the host computer 1 and disconnects the line. Upon receiving the notification of the session release from the host computer 1, the connection control processing unit 20 of the communication server 2 deletes the session information related to the terminal 3 in the session information storage unit 22, and deletes the terminal assigned to the terminal 3. Instruct the terminal identifier control unit 21 to release the identifier. The terminal 3 is notified of the completion of the line release, and the line with the terminal 3 is disconnected.

【0039】通信サーバ2からの回線解放通知を受信し
た端末3のセッション情報送受信部31は、セッション
情報記憶部311内の当該セッションに関わる情報の消
去を指示しホストコンピュータ1との回線を切断して全
ての処理を終了する。
The session information transmission / reception unit 31 of the terminal 3 which has received the line release notification from the communication server 2 instructs erasure of information relating to the session in the session information storage unit 311 and disconnects the line with the host computer 1. To end all the processes.

【0040】次に、端末3とホストコンピュータ1のア
プリケーションプログラムによる業務処理の実施中に通
信障害が通信サーバ2と端末3との間で発生した場合を
前述した説明をベースにして行う。
Next, a case where a communication failure occurs between the communication server 2 and the terminal 3 during the execution of the business process by the application program of the terminal 3 and the host computer 1 will be described based on the above description.

【0041】通信サーバ2が端末3からホストコンピュ
ータ1に対するログオフ要求を受信する前に、端末3と
通信サーバ2との通信回線が一旦障害等により切断さ
れ、その後、障害が復旧して再接続を行う場合、障害の
復旧を認識した端末3は、通信サーバ2に対して端末識
別子を含むそれまでセッション情報記憶部311内に保
有していたセッション情報を通信サーバ2に対して送信
する。
Before the communication server 2 receives a log-off request from the terminal 3 to the host computer 1, the communication line between the terminal 3 and the communication server 2 is temporarily disconnected due to a failure or the like. When performing, the terminal 3 that recognizes the restoration of the failure transmits the session information that has been stored in the session information storage unit 311 including the terminal identifier to the communication server 2 to the communication server 2 up to that time.

【0042】当該情報を受信した通信サーバ2の接続制
御処理部20は、セッション情報記憶部22を検索し、
該当するセッション情報が存在する場合は、セッション
情報に含まれるセッション解放スクリプトに従ってホス
トコンピュータ1とのセッション解放処理を行い、セッ
ション情報記憶部22上の当該セッション情報記憶域を
解放した後、ホストコンピュータ1とのセッションの再
接続を行い、接続情報記憶部22への再登録を行う。こ
の場合、端末識別子は回線切断前に使用していたものを
そのまま使用し、それを端末3から受信したセッション
情報とまとめてセッション情報記憶部22に再登録す
る。
Upon receiving the information, the connection control processing unit 20 of the communication server 2 searches the session information storage unit 22,
If the relevant session information exists, the session release processing with the host computer 1 is performed according to the session release script included in the session information, and the session information storage area on the session information storage unit 22 is released. Is reconnected to the connection information storage unit 22. In this case, the terminal identifier used before the line disconnection is used as it is, and the terminal identifier is re-registered in the session information storage unit 22 together with the session information received from the terminal 3.

【0043】接続情報記憶部22に該当するセッション
接続情報が存在しない場合は、新規接続として扱う。こ
れは通信障害の発生を端末3経由で間接的に認識するの
ではなく、通信サーバ2自体も既に直接認識していて、
ホストコンピュータ1とのセッション等の解放を事前に
行っていた場合である。ホストコンピュータ1との回線
及びセッションの接続後、端末識別子の割り当てを行
い、新規に割り当てられた端末識別子と端末3から受信
したセッション情報とをまとめてセッション情報記憶部
22に登録する。そして接続情報記憶部22のセッショ
ン情報のあるなしに関わらず、端末3への端末識別子を
含むセッション情報の送信を行う。端末3ではこのセッ
ション情報を受信するとセッション情報記憶部311に
これを記憶する。以上の処理によって端末3とホストコ
ンピュータ1のアプリケーションプログラムによる業務
処理の再開が可能となる。
If there is no corresponding session connection information in the connection information storage unit 22, it is treated as a new connection. This means that the occurrence of a communication failure is not indirectly recognized via the terminal 3 but the communication server 2 itself has already directly recognized the communication failure.
This is a case where a session with the host computer 1 is released in advance. After connecting the line and the session with the host computer 1, a terminal identifier is allocated, and the newly allocated terminal identifier and the session information received from the terminal 3 are collectively registered in the session information storage unit 22. Then, regardless of the presence or absence of the session information in the connection information storage unit 22, the session information including the terminal identifier is transmitted to the terminal 3. Upon receiving this session information, the terminal 3 stores it in the session information storage unit 311. By the above processing, the business process by the terminal 3 and the application program of the host computer 1 can be restarted.

【0044】尚、通信サーバ2に対して、一定時間経過
しても端末識別子に対応する端末からの再接続要求がな
い場合、または通信回線から通信サーバ2に対して端末
3との接続が切断された旨の通知を受け付けた場合に
は、接続制御処理部20はセッション情報記憶部22を
参照し、セッション情報に含まれるセッション解放スク
リプトに従ってホストコンピュータ1とのセッション解
放処理を行い、端末識別子制御部21に対して、当該端
末識別子の破棄を行う。セッション情報記憶部22上に
保持されていた端末3についてのセッション情報も消去
される。
If there is no reconnection request from the terminal corresponding to the terminal identifier to the communication server 2 even after a certain period of time has elapsed, or if the connection to the terminal 3 is disconnected from the communication server 2 via the communication line. If the connection control processing unit 20 receives the notification that the connection has been performed, the connection control processing unit 20 refers to the session information storage unit 22 and performs a session release process with the host computer 1 in accordance with the session release script included in the session information. The unit 21 discards the terminal identifier. The session information on the terminal 3 held on the session information storage unit 22 is also deleted.

【0045】これにより、通信サーバ2とホストコンピ
ュータ1で保持していた端末3に関わるセッション情報
は全て消去されることになり、再接続として扱うべき端
末の特定が可能となり、再接続として扱う場合でも、ホ
ストコンピュータから見た場合は、新規接続として扱わ
れるため、二重ログインなどによる接続拒否を発生させ
ることなく接続できる。
As a result, all the session information relating to the terminal 3 held by the communication server 2 and the host computer 1 is deleted, and the terminal to be treated as a reconnection can be specified. However, when viewed from the host computer, the connection is treated as a new connection, so that the connection can be made without causing a connection refusal due to double login or the like.

【0046】尚、通信サーバ2の有する機能をホストコ
ンピュータ1に取り込むことで、通信サーバ2の存在し
ない端末3と直接ホストコンピュータ1が接続される構
成に対しても、本発明の内容が容易に適用できることは
明らかであろう。
By incorporating the functions of the communication server 2 into the host computer 1, the contents of the present invention can be easily applied to a configuration in which the host computer 1 is directly connected to the terminal 3 having no communication server 2. It will be clear that it is applicable.

【0047】[0047]

【発明の効果】第1の効果は、ログオフ処理をする前に
通信回線が切断され、再接続する場合でも、二重ログイ
ン等による接続拒否が発生しない事にある。
The first effect is that, even when the communication line is disconnected and reconnected before the logoff process is performed, connection rejection due to double login or the like does not occur.

【0048】第2の効果は、再接続時にホストコンピュ
ータとのセッションを再初期化するため、端末側とホス
トコンピュータ側でセッション及びアプリケーションの
動作状態に矛盾が発生しない事にある。
The second effect is that since the session with the host computer is re-initialized at the time of reconnection, there is no inconsistency in the operation state of the session and the application between the terminal and the host computer.

【0049】第3の効果は、本実施例による実装が容易
であり、複雑な処理機構を必要としない事から、再接続
時に通信サーバ側におけるオーバヘッドを軽減できる事
にある。
The third effect is that the implementation according to the present embodiment is easy and does not require a complicated processing mechanism, so that the overhead on the communication server side at the time of reconnection can be reduced.

【0050】第4の効果は、端末が一意な識別子を持つ
ことにより、意図しない端末からの不正な再接続要求を
防止できる事にある。
The fourth effect is that since a terminal has a unique identifier, an illegal reconnection request from an unintended terminal can be prevented.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施例の構成を表すブロック図
である。
FIG. 1 is a block diagram illustrating a configuration of a first exemplary embodiment of the present invention.

【図2】本発明の第1の実施例における端末の通信サー
バとの接続処理を表すフローチャートである。
FIG. 2 is a flowchart illustrating a process of connecting a terminal to a communication server in the first embodiment of the present invention.

【図3】本発明の第1の実施例における通信サーバの端
末との接続処理を表すフローチャートである。
FIG. 3 is a flowchart illustrating a process of connecting a communication server to a terminal according to the first embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 ホストコンピュータ 2 通信サーバ 20 接続制御処理部 200 端末通信処理部 201 ホスト通信処理部 21 端末識別子制御部 210 端末識別子管理部 211 端末識別子記憶部 22 セッション情報記憶部 3 端末 30 端末エミュレータ 31 セッション情報送受信部 310 セッション情報管理部 311 セッション情報記憶部 DESCRIPTION OF SYMBOLS 1 Host computer 2 Communication server 20 Connection control processing unit 200 Terminal communication processing unit 201 Host communication processing unit 21 Terminal identifier control unit 210 Terminal identifier management unit 211 Terminal identifier storage unit 22 Session information storage unit 3 Terminal 30 Terminal emulator 31 Session information transmission / reception Unit 310 Session information management unit 311 Session information storage unit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B027 AA05 BB06 CC04 5B089 GA11 GA21 GB02 HA01 JB17 JB22 KA12 KB04 KB06 KC51 KG03 KG06 KG10 KH05 MC06 ME10 ME16 5K034 AA05 BB06 CC01 DD01 EE09 FF06 FF13 KK29 LL01 TT01 ──────────────────────────────────────────────────続 き Continued on the front page F-term (reference)

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 端末とホストコンピュータとがホストコ
ンピュータの通信処理を実行する通信サーバを介し公衆
回線を用い接続されたシステムにおいて、前記端末は、
セッション情報を生成する端末エミュレータと、前記端
末エミュレータから前記セッション情報を受け取り、前
記通信サーバと前記セッション情報の送受信の実行とそ
の維持管理を行うセッション情報送受信部と、を含み、
前記通信サーバは、前記端末及び前記ホストコンピュー
タとの通信の実行と前記セッション情報を前記端末との
間で送受信を実行し端末識別子を前記セッション情報の
一部として取り込み取り込み後の前記セッション情報の
維持管理を行う接続制御処理部と、前記接続制御処理部
の指示に従い前記端末識別子の生成と消滅を行う端末識
別子制御部と、前記接続制御処理部の指示により前記セ
ッション情報を記憶するセッション情報記憶部と、を含
むことを特徴とする端末からホストコンピュータへの再
接続方式。
1. A system in which a terminal and a host computer are connected using a public line via a communication server that executes communication processing of the host computer, wherein the terminal comprises:
A terminal emulator that generates session information, a session information transmitting and receiving unit that receives the session information from the terminal emulator, performs transmission and reception of the session information with the communication server, and performs maintenance and management thereof;
The communication server executes communication with the terminal and the host computer, transmits and receives the session information to and from the terminal, captures a terminal identifier as part of the session information, and maintains the session information after capturing. A connection control processing unit that performs management, a terminal identifier control unit that generates and deletes the terminal identifier according to an instruction from the connection control processing unit, and a session information storage unit that stores the session information according to an instruction from the connection control processing unit And a reconnection method from the terminal to the host computer.
【請求項2】 前記端末と前記通信サーバとを接続する
前記公衆回線で通信障害の発生により通信が一旦途絶し
その回復後、前記端末は前記通信サーバに前記端末識別
子を含む前記セッション情報を送信しそれを受信した前
記通信サーバは前記セッション情報に従い前記ホストコ
ンピュータとのセッションの解放と回線の切断を実行し
その後前記ホストコンピュータとの回線の接続と前記セ
ッション情報に基づくセッションの確立を行うことを特
徴とする請求項1記載の端末からホストコンピュータへ
の再接続方式。
2. The communication is temporarily interrupted by the occurrence of a communication failure in the public line connecting the terminal and the communication server, and after the communication is recovered, the terminal transmits the session information including the terminal identifier to the communication server. The communication server having received it releases the session with the host computer and disconnects the line according to the session information, and then performs a line connection with the host computer and establishes a session based on the session information. The method for reconnecting a terminal to a host computer according to claim 1.
【請求項3】 前記通信サーバは、前記端末と前記通信
サーバとを接続する前記公衆回線で発生した通信障害の
認知をした場合又は、規定された時間前記端末との通信
が行われない場合、前記セッション情報記憶部の前記セ
ッション情報に従いホストコンピュータとのセッション
の解放と回線の切断を実行することを特徴とする請求項
1記載の端末からホストコンピュータへの再接続方式。
3. The communication server, when recognizing a communication failure occurring in the public line connecting the terminal and the communication server, or when communication with the terminal is not performed for a prescribed time, 2. The method according to claim 1, wherein a session with the host computer is released and a line is disconnected in accordance with the session information in the session information storage unit.
【請求項4】 前記通信サーバは通信障害の発生を直接
的又は、間接的に認知すると、前記ホストコンピュータ
とのセッションの解放と回線の切断処理によって前記ホ
ストコンピュータ上のアプリケーションプログラムのロ
グオフを行うことでアプリケーションプログラムの初期
化を実行することを特徴とする請求項1、2又は3記載
の端末からホストコンピュータへの再接続方式。
4. The communication server, when directly or indirectly recognizing the occurrence of a communication failure, performs log-off of an application program on the host computer by releasing a session with the host computer and disconnecting a line. 4. The method of reconnecting a terminal to a host computer according to claim 1, wherein the initialization of the application program is executed by the following.
【請求項5】 前記通信サーバは、前記端末からの接続
要求時前記端末から送信された前記セッション情報が前
記通信サーバの前記セッション情報記憶部に登録がされ
てない場合新規の接続要求と見なし、登録がされている
場合は、再接続要求と見なすことを特徴とする請求項1
記載の端末からホストコンピュータへの再接続方式。
5. The communication server, when the connection information is not registered in the session information storage unit of the communication server when the connection information is transmitted from the terminal when the connection request is received from the terminal, 2. The method according to claim 1, wherein when a registration is made, the request is regarded as a reconnection request.
The reconnection method from the terminal described to the host computer.
【請求項6】 前記セッション情報は、前記端末を特定
するネットワーク上のアドレスと、前記ホストコンピュ
ータを特定するネットワーク上のアドレスと、前記端末
と前記ホストコンピュータ間で通信を行うための通信パ
スを特定するユニットアドレスと、前記ホストコンピュ
ータで設定されたセッション情報を開放する手続きを記
載したセッション解放スクリプトと、前記端末識別子
と、を含むことを特徴とする請求項1記載の端末からホ
ストコンピュータへの再接続方式。
6. The session information specifies an address on the network that specifies the terminal, an address on the network that specifies the host computer, and a communication path for performing communication between the terminal and the host computer. 2. The terminal according to claim 1, further comprising: a unit address to be transferred, a session release script describing a procedure for releasing session information set by the host computer, and the terminal identifier. Connection method.
JP2000047425A 2000-02-24 2000-02-24 How to reconnect the terminal to the host computer Expired - Fee Related JP3709319B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000047425A JP3709319B2 (en) 2000-02-24 2000-02-24 How to reconnect the terminal to the host computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000047425A JP3709319B2 (en) 2000-02-24 2000-02-24 How to reconnect the terminal to the host computer

Publications (2)

Publication Number Publication Date
JP2001236280A true JP2001236280A (en) 2001-08-31
JP3709319B2 JP3709319B2 (en) 2005-10-26

Family

ID=18569675

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000047425A Expired - Fee Related JP3709319B2 (en) 2000-02-24 2000-02-24 How to reconnect the terminal to the host computer

Country Status (1)

Country Link
JP (1) JP3709319B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003308300A (en) * 2002-04-01 2003-10-31 Microsoft Corp Automatic re-authentication
WO2005029338A1 (en) * 2003-09-18 2005-03-31 Nomura Research Institute Co., Ltd. Data transfer method, communication system, and communication apparatus
JP2006236040A (en) * 2005-02-25 2006-09-07 Fujitsu Ltd Distributed server failure response program, server load distribution device and method
JP2007251617A (en) * 2006-03-16 2007-09-27 Fujitsu Ltd Router device and communication control method
JP2011159014A (en) * 2010-01-29 2011-08-18 Fujitsu Frontech Ltd Information processing system, information processing device, communication control program, and communication control method
JP2011186513A (en) * 2010-03-04 2011-09-22 Oki Electric Industry Co Ltd Terminal device, and method and system for controlling login

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003308300A (en) * 2002-04-01 2003-10-31 Microsoft Corp Automatic re-authentication
JP4572059B2 (en) * 2002-04-01 2010-10-27 マイクロソフト コーポレーション Automatic re-authentication
WO2005029338A1 (en) * 2003-09-18 2005-03-31 Nomura Research Institute Co., Ltd. Data transfer method, communication system, and communication apparatus
JP2005092582A (en) * 2003-09-18 2005-04-07 Nomura Research Institute Ltd Data transferring method, communication system and communication equipment
JP2006236040A (en) * 2005-02-25 2006-09-07 Fujitsu Ltd Distributed server failure response program, server load distribution device and method
JP4616035B2 (en) * 2005-02-25 2011-01-19 富士通株式会社 Server load balancing program, apparatus and method
JP2007251617A (en) * 2006-03-16 2007-09-27 Fujitsu Ltd Router device and communication control method
JP4621158B2 (en) * 2006-03-16 2011-01-26 富士通株式会社 Router device and communication control method
JP2011159014A (en) * 2010-01-29 2011-08-18 Fujitsu Frontech Ltd Information processing system, information processing device, communication control program, and communication control method
JP2011186513A (en) * 2010-03-04 2011-09-22 Oki Electric Industry Co Ltd Terminal device, and method and system for controlling login

Also Published As

Publication number Publication date
JP3709319B2 (en) 2005-10-26

Similar Documents

Publication Publication Date Title
US7533178B2 (en) Resuming a computing session when rebooting a computing device
US7934001B2 (en) Network-initiated session recovery
KR101042745B1 (en) System and method for reestablishing the session between terminal and server
US8019891B2 (en) Network connection control technique, network connection technique and authentication apparatus
US7089311B2 (en) Methods, systems and computer program products for resuming SNA application-client communications after loss of an IP network connection
US9883010B2 (en) Method, apparatus, device and system for generating DHCP snooping binding table
JP3782981B2 (en) Session relay system, client terminal, session relay method, remote access method, session relay program, and client program
US20060221946A1 (en) Connection establishment on a tcp offload engine
JP2001356973A (en) Network system
JPH1069449A (en) Device and method for recovering session between server and client
JP2000307650A (en) Data communication system and recording medium
JP5039915B2 (en) Telnet session, telnet agency, and method of maintaining a computer network system
JP2007157148A6 (en) Telnet session, telnet agency, and method of maintaining a computer network system
US20050144289A1 (en) Connection control system, connection control equipment and connection management equipment
KR100792280B1 (en) Method of rebooting a multi-device cluster while maintaining cluster operation
JP3709319B2 (en) How to reconnect the terminal to the host computer
CN106101240B (en) Data communication continuous connection method and device
KR100597405B1 (en) System and method for relaying data by use of socket applicaton program
CN107566476B (en) Access method, SDN controller, forwarding equipment and user access system
CN113472625B (en) Transparent bridging method, system, equipment and storage medium based on mobile internet
US20220217093A1 (en) Sequence Number Synchronization Method and Apparatus
US20050204049A1 (en) Connectivity confirmation method for network storage device and host computer
CN114125910A (en) Tunnel keep-alive method, network equipment, system and storage medium
CN109039680B (en) Method and system for switching main Broadband Network Gateway (BNG) and standby BNG and BNG
CN114338633B (en) Method and system for remotely connecting Linux server

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040217

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040412

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040601

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040726

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050328

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050808

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080812

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090812

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090812

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100812

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110812

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees