JP3486092B2 - Method and apparatus for providing session information for IP multicast communication - Google Patents
Method and apparatus for providing session information for IP multicast communicationInfo
- Publication number
- JP3486092B2 JP3486092B2 JP02437798A JP2437798A JP3486092B2 JP 3486092 B2 JP3486092 B2 JP 3486092B2 JP 02437798 A JP02437798 A JP 02437798A JP 2437798 A JP2437798 A JP 2437798A JP 3486092 B2 JP3486092 B2 JP 3486092B2
- Authority
- JP
- Japan
- Prior art keywords
- session information
- computer
- information
- multicast communication
- computer network
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Description
【0001】[0001]
【発明の属する技術分野】本発明は、コンピュータネッ
トワーク上にIPマルチキャスト通信によるサービスを
利用するために送信されるセッション情報を、該コンピ
ュータネットワークと接続されたコンピュータに提供す
る方法及びその装置に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and apparatus for providing session information transmitted to use a service by IP multicast communication on a computer network to a computer connected to the computer network. is there.
【0002】[0002]
【従来の技術】複数のコンピュータ間で相互にIP(In
ternet Protocol )通信が可能なコンピュータネットワ
ークにおいて、ある1台のコンピュータから他の1台の
コンピュータへデータを送信する一般的な通信、即ちI
Pユニキャスト通信では、1回の送信で1台のコンピュ
ータのみがデータを受信する。2. Description of the Related Art IP (In
ternet protocol) In a computer network capable of communication, general communication for transmitting data from one computer to another computer, that is, I
In P unicast communication, only one computer receives data in one transmission.
【0003】一方、RFC(Request for Comments)1
112で定義されるIGMP(Internet Group Managem
ent Protocol)に従うIPマルチキャスト通信では、あ
る1台のコンピュータから他の複数台のコンピュータに
対して同時にデータを送信すること(同報通信)が可能
である。そのため、1回の送信で複数台のコンピュータ
が同じデータを同時に受信できる。On the other hand, RFC (Request for Comments) 1
IGMP (Internet Group Managem) defined in 112
In IP multicast communication according to the ent Protocol), it is possible to simultaneously transmit data from one computer to a plurality of other computers (broadcast communication). Therefore, a single transmission allows a plurality of computers to simultaneously receive the same data.
【0004】前述したIPマルチキャスト通信によるサ
ービスを利用しようとするコンピュータ(ユーザ)は、
サービスを提供するコンピュータ(サーバ)のIPアド
レス、サービスポート番号、メディアの種類を知る必要
がある。これらの情報はセッション情報としてコンピュ
ータネットワーク上に送信されており、前記セッション
情報の受信が必要となる。A computer (user) who intends to use the above-mentioned service by IP multicast communication is
It is necessary to know the IP address, service port number, and media type of the computer (server) that provides the service. These pieces of information are transmitted as session information on the computer network, and it is necessary to receive the session information.
【0005】前記セッション情報は、draft-ietf-mmusi
c-sdp ,draft-ietf-mmusic-sip ,draft-ietf-mmusic-
sap の文章をもってインターネットにおける技術検討機
関で標準化作業が進められているが、このセッション情
報は常に送信されるものでなく、一定の時間間隔で送信
される。また、このセッション情報の表示と利用には専
用の応用プログラム(ツール)が必要となる。The session information is draft-ietf-mmusi.
c-sdp, draft-ietf-mmusic-sip, draft-ietf-mmusic-
Although the standardization work is being carried out by the technical study organization on the Internet with the text of sap, this session information is not always sent, but is sent at fixed time intervals. In addition, a dedicated application program (tool) is required to display and use this session information.
【0006】図1は従来のこの種のセッション情報の提
供方法の一例を示すもので、コンピュータネットワーク
1上にはルータ2からセッション情報3が一定の時間間
隔で送信されており、コンピュータネットワーク1に接
続されたコンピュータ4は該セッション情報3が受信さ
れるまでアクセスし続け、受信した後、専用ツール(の
画面)5を用いて表示するようになしていた。FIG. 1 shows an example of a conventional method of providing session information of this type. Session information 3 is transmitted from a router 2 to a computer network 1 at regular time intervals, and the session information 3 is sent to the computer network 1. The connected computer 4 continues to access until the session information 3 is received, and after receiving the session information 3, the dedicated tool (the screen thereof) 5 is used to display.
【0007】WWW(World Wide Web)は、クライアン
ト/サーバ構成のシステムでテキスト、画像、映像、音
声等のデータ及びそれらのデータの参照先情報をクライ
アントの要求に応じてサーバが提供するシステムであ
り、クライアント/サーバ間の通信にはHTTP(Hype
r Text Transfer Protocol)を使用し、データ形式とし
て主にHTML(Hyper Text Markup Language)を使用
している。クライアントでは、ブラウザと呼ばれるプロ
グラムを使用することによりサーバからのデータを表示
することが可能となる。WWW (World Wide Web) is a client / server system in which a server provides data such as text, image, video, and audio and reference information of these data in response to a client request. , HTTP (Hype
r Text Transfer Protocol) is used, and HTML (Hyper Text Markup Language) is mainly used as a data format. The client can display the data from the server by using a program called a browser.
【0008】HTMLは、テキスト形式文章の文章整形
用言語であり、文字の大きさ、種類、並び等を指定する
ことができ、指定により他の文章とのリンクをとること
ができる。また、文字だけでなく、静止画の表示、動画
や音声の再生の指定も可能であり、表示データ形式の指
定により対応したアプリケーションプログラムを起動す
ることも可能である。HTML is a sentence shaping language for text-based sentences, and can specify the size, type, arrangement, etc. of characters, and can specify a link with another sentence. Further, not only the characters but also the display of a still image and the reproduction of a moving image or sound can be designated, and the corresponding application program can be started by designating the display data format.
【0009】WWW用のブラウザは、利用者も多く、種
類も多い。There are many users and many types of browsers for WWW.
【0010】[0010]
【発明が解決しようとする課題】前述したように、IP
マルチキャスト通信によるサービスを利用するにはセッ
ション情報が必要であるが、常に送信されるものでない
ため、受信するまでに時間が必要であり、また、セッシ
ョン情報を表示し利用するには専用の応用プログラムが
必要となり、利用者が多く、入手し易いWWW用のブラ
ウザで前記セッション情報を表示することはできないと
いう問題があった。As described above, IP
Session information is necessary to use the service by multicast communication, but it is not always sent, so it takes time to receive it, and a dedicated application program to display and use the session information. However, there is a problem in that the session information cannot be displayed on a WWW browser that has many users and is easy to obtain.
【0011】本発明の目的は、IPマルチキャスト通信
によるサービスを利用するためにコンピュータネットワ
ーク上に送信されるセッション情報を、コンピュータネ
ットワーク上のコンピュータで既存のWWW用ブラウザ
を用いて好きな時に表示可能とし、さらにこの情報を取
得可能とするIPマルチキャスト通信用セッション情報
の提供方法及びその装置を実現することにある。An object of the present invention is to make it possible to display session information transmitted on a computer network to use a service by IP multicast communication at any time by using an existing WWW browser on a computer on the computer network. Further, it is to realize a method and apparatus for providing session information for IP multicast communication that enables acquisition of this information.
【0012】[0012]
【課題を解決するための手段】前記目的を達成するた
め、本発明では、複数のコンピュータ間で相互に通信が
可能なコンピュータネットワーク上にIPマルチキャス
ト通信によるサービスを利用するために送信されるセッ
ション情報を、該コンピュータネットワークと接続され
たコンピュータに提供するIPマルチキャスト通信用セ
ッション情報の提供方法において、コンピュータネット
ワークに接続された一のコンピュータに、サービスを提
供するコンピュータ(サーバ)のIPアドレス、サービ
スポート番号、メディアの種類を含むセッション情報を
受信させ、これを該一のコンピュータ上でHTML形式
で表示することを特徴とする。In order to achieve the above object, according to the present invention, session information transmitted to use a service by IP multicast communication on a computer network in which a plurality of computers can communicate with each other. In a method of providing session information for IP multicast communication, which provides a computer to a computer connected to the computer network, an IP address and a service port number of a computer (server) providing a service to one computer connected to the computer network. , And receives session information including the type of media and displays it in HTML format on the one computer.
【0013】前記構成によれば、コンピュータネットワ
ーク上の他のコンピュータより既存のWWW用ブラウザ
を用いてセッション情報を表示させ、これを見ることが
可能となる。According to the above configuration, it becomes possible to display the session information from another computer on the computer network by using the existing WWW browser and view the session information.
【0014】また、一のコンピュータ上でWWWサーバ
機能を使用してコンピュータネットワーク上の他のコン
ピュータからセッション情報にアクセス可能とすること
を特徴とする。Further, it is characterized in that the session information can be accessed from another computer on the computer network by using the WWW server function on one computer.
【0015】前記構成によれば、セッション情報を一の
コンピュータから直接、他のコンピュータへ提供するこ
とが可能となり、他のコンピュータが独自にセッション
情報を取得する場合よりも時間を短縮できる。According to the above configuration, the session information can be directly provided from one computer to another computer, and the time can be shortened as compared with the case where the other computer independently acquires the session information.
【0016】[0016]
【発明の実施の形態】以下、図面を用いて本発明の実施
の形態を説明する。BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings.
【0017】図2は本発明のIPマルチキャスト通信用
セッション情報の提供方法の実施の形態の一例を示すも
ので、図中、従来例と同一構成要素は同一符号をもって
表す。即ち、1はコンピュータネットワーク、2はルー
タ、3はセッション情報、4はコンピュータ、6はWW
W用のブラウザ(の画面)、10は本発明の情報提供装
置である。FIG. 2 shows an example of an embodiment of a method of providing session information for IP multicast communication according to the present invention. In the figure, the same components as those of the conventional example are represented by the same reference numerals. That is, 1 is a computer network, 2 is a router, 3 is session information, 4 is a computer, and 6 is a WW.
A browser for W (the screen thereof) 10 is an information providing apparatus of the present invention.
【0018】図3は情報提供装置10の詳細構成を示す
もので、コンピュータネットワーク1に接続され、IP
マルチキャスト通信を含むIP通信が可能なコンピュー
タに、セッション情報受信手段(機能)11、セッショ
ン情報解析手段12、セッション情報取得手段13、セ
ッション情報のHTML変換手段14、セッション情報
格納手段15及びWWWサーバ機能16を搭載してなっ
ている。FIG. 3 shows a detailed configuration of the information providing apparatus 10, which is connected to the computer network 1 and has an IP address.
A computer capable of IP communication including multicast communication has a session information receiving means (function) 11, session information analyzing means 12, session information acquiring means 13, session information HTML converting means 14, session information storing means 15, and WWW server function. It is equipped with 16.
【0019】セッション情報受信手段11は、IPマル
チキャスト通信用セッション情報を含むIPマルチキャ
ストパケットを受信し、受信バッファ(図示せず)に保
存する。The session information receiving means 11 receives an IP multicast packet containing session information for IP multicast communication and stores it in a reception buffer (not shown).
【0020】セッション情報解析手段12は、受信バッ
ファ上のIPマルチキャストパケットをセッション情報
を送るためのプロトコルに照らし合わせる。セッション
情報取得手段13は、セッション情報を送るためのプロ
トコル内で定義されている情報に分割し、テキストデー
タにする。セッション情報のHTML変換手段14は、
テキストデータにされた情報にHTMLのタグを付加す
る。セッション情報格納手段15は、HTMLのタグが
付加された情報をファイルとして保存(格納)する。The session information analyzing means 12 compares the IP multicast packet on the receiving buffer with the protocol for sending the session information. The session information acquisition unit 13 divides the session information into information defined in the protocol for sending the session information, and converts the information into text data. The session information HTML conversion means 14
An HTML tag is added to the information converted into text data. The session information storage means 15 saves (stores) the information added with the HTML tag as a file.
【0021】なお、これらのセッション情報解析手段1
2、セッション情報取得手段13、セッション情報のH
TML変換手段14及びセッション情報格納手段15が
セッション情報表示機能を構成する。Incidentally, these session information analysis means 1
2, session information acquisition unit 13, H of session information
The TML conversion means 14 and the session information storage means 15 constitute a session information display function.
【0022】WWWサーバ機能16は、HTTPを使用
して他のコンピュータがHTML形式で格納したファイ
ルにアクセスしてきた場合、そのファイルの内容及びそ
のファイルからリンクの張られている情報を転送する。When the WWW server function 16 uses HTTP to access a file stored in the HTML format by another computer, the WWW server function 16 transfers the content of the file and the linked information from the file.
【0023】図4は前記情報提供装置10においてIP
マルチキャスト通信用セッション情報をHTML形式の
ファイルとして保存する際の動作を示す流れ図である。FIG. 4 shows the IP in the information providing device 10.
It is a flow chart which shows operation at the time of saving session information for multicast communication as a file of HTML format.
【0024】このような構成において、情報提供装置1
0は、ルータ2から一定の時間間隔でコンピュータネッ
トワーク1上に送信されるセッション情報3を受信する
と、その都度、HTML形式に変換してファイルとして
格納する。この動作は常時行われ、最新の情報がファイ
ルとして格納される。In such a configuration, the information providing device 1
When 0 receives the session information 3 transmitted from the router 2 on the computer network 1 at a constant time interval, 0 converts the session information 3 into the HTML format and stores it as a file. This operation is always performed, and the latest information is stored as a file.
【0025】この状態において、ユーザがコンピュータ
4からHTTPを使用しWWW用のブラウザ6を用いて
情報提供装置10へアクセスすると、ルータ2からのセ
ッション情報3の送信タイミングに拘らず、その時点で
最新のセッション情報を該WWW用のブラウザ6上に表
示させることができ、さらに、該ブラウザ6上でアクセ
スすることによりセッション情報を取得することがで
き、これによってIPマルチキャスト通信によるサービ
スを利用することができる。In this state, when the user accesses the information providing device 10 from the computer 4 using the WWW browser 6 using HTTP, regardless of the transmission timing of the session information 3 from the router 2, the latest information is obtained at that time. Session information can be displayed on the WWW browser 6, and the session information can be acquired by accessing on the browser 6, whereby the service by IP multicast communication can be used. it can.
【0026】[0026]
【発明の効果】以上説明したように、本発明によれば、
コンピュータネットワークに接続された一のコンピュー
タに、サービスを提供するコンピュータ(サーバ)のI
Pアドレス、サービスポート番号、メディアの種類を含
むセッション情報を受信させ、これを該一のコンピュー
タ上でHTML形式で表示することにより、コンピュー
タネットワーク上の他のコンピュータより既存のWWW
用ブラウザを用いてセッション情報を表示させ、これを
見ることが可能となる。As described above, according to the present invention,
I of a computer (server) that provides a service to one computer connected to a computer network
By receiving the session information including the P address, the service port number, and the type of the medium and displaying the session information in the HTML format on the one computer, the existing WWW is made available from other computers on the computer network.
It is possible to display the session information using the browser for viewing.
【0027】さらに、一のコンピュータ上でWWWサー
バ機能を使用してコンピュータネットワーク上の他のコ
ンピュータからセッション情報にアクセス可能とするこ
とにより、セッション情報を一のコンピュータから直
接、他のコンピュータへ提供することが可能となり、他
のコンピュータが独自にセッション情報を取得する場合
よりも時間を短縮できる。Further, the session information is provided from one computer directly to the other computer by making the session information accessible from the other computer on the computer network by using the WWW server function on the one computer. This makes it possible to reduce the time compared to the case where another computer acquires the session information independently.
【0028】また、WWWブラウザからはプラグインツ
ールとしてアプリケーションプログラムの起動が可能で
あり、セッション情報内のメディアの種類に応じて必要
なアプリケーションプログラムの起動が可能になる。Also, an application program can be started as a plug-in tool from the WWW browser, and a necessary application program can be started according to the type of media in the session information.
【図1】従来のIPマルチキャスト通信用セッション情
報の提供方法の一例を示す説明図FIG. 1 is an explanatory diagram showing an example of a conventional method of providing session information for IP multicast communication.
【図2】本発明のIPマルチキャスト通信用セッション
情報の提供方法の実施の形態の一例を示す説明図FIG. 2 is an explanatory diagram showing an example of an embodiment of a method for providing session information for IP multicast communication according to the present invention.
【図3】本発明の情報提供装置の詳細を示す構成図FIG. 3 is a configuration diagram showing details of an information providing apparatus of the present invention.
【図4】セッション情報をHTML形式で保存する動作
の流れ図FIG. 4 is a flow chart of an operation of saving session information in HTML format.
1:コンピュータネットワーク、2:ルータ、3:セッ
ション情報、4:コンピュータ、6:WWW用のブラウ
ザ、10:情報提供装置、11:セッション情報受信手
段、12:セッション情報解析手段、13:セッション
情報取得手段、14:セッション情報のHTML変換手
段、15:セッション情報格納手段、16:WWWサー
バ機能。1: computer network, 2: router, 3: session information, 4: computer, 6: browser for WWW, 10: information providing device, 11: session information receiving means, 12: session information analyzing means, 13: session information acquisition Means, 14: session information HTML conversion means, 15: session information storage means, 16: WWW server function.
フロントページの続き (56)参考文献 特開 平9−101924(JP,A) 篠田ほか,ダイヤルアップ接続におけ るIPマルチキャストパケットの受信, 情報処理学会研究報告,日本,(社)情 報処理学会,1997年11月 7日, Vo l.97 No.104,pp37−42 安部ほか,大規模網におけるIPマル チキャスト提供方法,電子情報通信学会 技術研究報告,日本,(社)電子情報通 信学会,1997年10月31日,Vol.97 No.353,pp31−36 V.Kumar著、楠本訳,インター ネットマルチキャストMBone,IN TERNET Exciting Te chnology Series,日 本,(株)インプレス,1996年12月11 日,pp68−69 (58)調査した分野(Int.Cl.7,DB名) H04L 12/56 H04L 12/18 Front page continuation (56) References JP-A-9-101924 (JP, A) Shinoda et al., IP multicast packet reception in dial-up connection, IPSJ research report, Japan, Information Processing Society of Japan , November 7, 1997, Vol. 97 No. 104, pp37-42 Abe et al., IP multicast delivery method for large-scale networks, IEICE Technical Report, Japan, The Institute of Electronics, Information and Communication Engineers, October 31, 1997, Vol. 97 No. 353, pp31-36 V.I. Kumar, Kusunoki Translation, Internet Multicast MBone, INTERNET Exciting Technology Series, Nihon, Impress Co., Ltd., December 11, 1996, pp68-69 (58) Fields investigated (Int.Cl. 7 , DB) Name) H04L 12/56 H04L 12/18
Claims (6)
能なコンピュータネットワーク上にIPマルチキャスト
通信によるサービスを利用するために送信されるセッシ
ョン情報を、該コンピュータネットワークと接続された
コンピュータに提供するIPマルチキャスト通信用セッ
ション情報の提供方法において、 コンピュータネットワークに接続された一のコンピュー
タに、サービスを提供するコンピュータ(サーバ)のI
Pアドレス、サービスポート番号、メディアの種類を含
むセッション情報を受信させ、 これを該一のコンピュータ上でHTML形式で表示する ことを特徴とするIPマルチキャスト通信用セッション
情報の提供方法。1. An IP multicast which provides session information transmitted to use a service by IP multicast communication on a computer network in which a plurality of computers can communicate with each other, to a computer connected to the computer network. In the method of providing communication session information, I of a computer (server) that provides a service to one computer connected to a computer network.
A method of providing session information for IP multicast communication, characterized in that session information including a P address, a service port number, and a type of media is received and displayed in HTML format on the one computer.
を使用してコンピュータネットワーク上の他のコンピュ
ータからセッション情報にアクセス可能とすることを特
徴とする請求項1記載のIPマルチキャスト通信用セッ
ション情報の提供方法。2. The session information for IP multicast communication according to claim 1, wherein the session information can be accessed from another computer on the computer network by using the WWW server function on one computer. Method.
取得し、HTML形式に変換し、該変換後のデータを保
存することにより、HTML形式で表示することを特徴
とする請求項1または2記載のIPマルチキャスト通信
用セッション情報の提供方法。3. The session information is analyzed, necessary information is acquired, converted into an HTML format, and the converted data is stored to be displayed in an HTML format. A method for providing session information for IP multicast communication as described.
能なコンピュータネットワーク上にIPマルチキャスト
通信によるサービスを利用するために送信されるセッシ
ョン情報を、該コンピュータネットワークと接続された
コンピュータに提供するIPマルチキャスト通信用セッ
ション情報の提供装置であって、 コンピュータネットワークに接続され、 サービスを提供するコンピュータ(サーバ)のIPアド
レス、サービスポート番号、メディアの種類を含むセッ
ション情報を受信する機能と、 該受信したセッション情報をHTML形式で表示する機
能とを備えたことを特徴とするIPマルチキャスト通信
用セッション情報の提供装置。4. An IP multicast which provides session information transmitted to use a service by IP multicast communication on a computer network in which a plurality of computers can communicate with each other, to a computer connected to the computer network. A device for providing communication session information, a function of receiving session information including an IP address, a service port number, and a media type of a computer (server) that is connected to a computer network and provides a service, and the received session An apparatus for providing session information for IP multicast communication, comprising: a function for displaying information in HTML format.
ータからのアクセスに応じてセッション情報にアクセス
可能とするWWWサーバ機能を備えた請求項4記載のI
Pマルチキャスト通信用セッション情報の提供装置。5. The I according to claim 4, further comprising a WWW server function that enables access to session information in response to access from a computer on a computer network.
P Multicast communication session information providing device.
手段と、解析した情報から必要な情報を取得する手段
と、HTML形式に変換する手段と、変換後のデータを
保存する手段とからなることを特徴とする請求項4また
は5記載のIPマルチキャスト通信用セッション情報の
提供装置。6. The display function comprises means for analyzing session information, means for obtaining necessary information from the analyzed information, means for converting to an HTML format, and means for storing the converted data. 6. The apparatus for providing session information for IP multicast communication according to claim 4 or 5.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP02437798A JP3486092B2 (en) | 1998-02-05 | 1998-02-05 | Method and apparatus for providing session information for IP multicast communication |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP02437798A JP3486092B2 (en) | 1998-02-05 | 1998-02-05 | Method and apparatus for providing session information for IP multicast communication |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH11225164A JPH11225164A (en) | 1999-08-17 |
| JP3486092B2 true JP3486092B2 (en) | 2004-01-13 |
Family
ID=12136509
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP02437798A Expired - Fee Related JP3486092B2 (en) | 1998-02-05 | 1998-02-05 | Method and apparatus for providing session information for IP multicast communication |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3486092B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100362168B1 (en) * | 2000-01-21 | 2002-11-23 | 한국전자통신연구원 | Method to integrate distributed electronic commerce systems by using XML |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09101924A (en) * | 1995-10-06 | 1997-04-15 | Nippon Telegr & Teleph Corp <Ntt> | Communication service mediating method and device and electronic bulletin board system using communication service mediating device |
-
1998
- 1998-02-05 JP JP02437798A patent/JP3486092B2/en not_active Expired - Fee Related
Non-Patent Citations (3)
| Title |
|---|
| V.Kumar著、楠本訳,インターネットマルチキャストMBone,INTERNET Exciting Technology Series,日本,(株)インプレス,1996年12月11日,pp68−69 |
| 安部ほか,大規模網におけるIPマルチキャスト提供方法,電子情報通信学会技術研究報告,日本,(社)電子情報通信学会,1997年10月31日,Vol.97 No.353,pp31−36 |
| 篠田ほか,ダイヤルアップ接続におけるIPマルチキャストパケットの受信,情報処理学会研究報告,日本,(社)情報処理学会,1997年11月 7日, Vol.97 No.104,pp37−42 |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH11225164A (en) | 1999-08-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR100472202B1 (en) | Web collaborative browsing system and method with using IRC protocol | |
| US6708217B1 (en) | Method and system for receiving and demultiplexing multi-modal document content | |
| US6199104B1 (en) | Server-based host monitor | |
| TW529261B (en) | Method of and system for transferring data over a wireless communications network | |
| US7089319B2 (en) | Method and system for instantaneous on-demand delivery of multimedia content over a communication network with aid of content capturing component, delivery-on-demand client and dynamically mapped resource locator server | |
| US20020083172A1 (en) | Systems, methods and computer program products for responding to client requests directed to networked embedded devices via proxy services | |
| JP3661777B2 (en) | System and method for dynamic information collection and targeted advertising in a web-based model using live information selection and analysis | |
| US6996417B2 (en) | Radio terminal, information processing system using radio terminal, and external processing terminal for assisting radio terminal | |
| JP2001519568A (en) | How to process hyperlink information | |
| CN101794298A (en) | Method for realizing page adaptation, page adaptation system and communication system | |
| CN100383774C (en) | Method and system for cooperation among multiple computers on network | |
| WO2005103913A1 (en) | Notification method, connection device, communication method, and program | |
| JP2000122958A (en) | Document providing method and medium by server | |
| US20130110935A1 (en) | Data push service method and system using data pull model | |
| JPH10150462A (en) | Facsimile server | |
| JPH11177629A (en) | Security gateway server, WWW server URL concealment method using the server, and recording medium recording WWW server URL concealment program | |
| JPH10164137A (en) | Information processing device | |
| JP3486092B2 (en) | Method and apparatus for providing session information for IP multicast communication | |
| US20020133547A1 (en) | Method and system for real time net communication under the basis of documents | |
| JP2001195339A (en) | Internet interface utilizing remote control function and using method therefor | |
| WO2001052498A2 (en) | Method and apparatus for reception and caching of multiple data objects | |
| JP4022382B2 (en) | Learning support method, proxy response server, learning support program, and recording medium recording the program | |
| JP2004157973A (en) | Session maintenance method between different terminals | |
| US20030167309A1 (en) | Audio-visual multimedia message/discussion/bulletin system and method | |
| KR20010109775A (en) | Method and apparatus for contents service of network site |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071024 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081024 Year of fee payment: 5 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091024 Year of fee payment: 6 |
|
| LAPS | Cancellation because of no payment of annual fees |