JP5034110B2 - Electronic conference system, communication terminal, data communication method and program - Google Patents

Electronic conference system, communication terminal, data communication method and program Download PDF

Info

Publication number
JP5034110B2
JP5034110B2 JP2007330051A JP2007330051A JP5034110B2 JP 5034110 B2 JP5034110 B2 JP 5034110B2 JP 2007330051 A JP2007330051 A JP 2007330051A JP 2007330051 A JP2007330051 A JP 2007330051A JP 5034110 B2 JP5034110 B2 JP 5034110B2
Authority
JP
Japan
Prior art keywords
terminal
presenter
communication
participant
terminals
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2007330051A
Other languages
Japanese (ja)
Other versions
JP2009152965A (en
Inventor
幸司 石田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp NEC Display Solutions Ltd
Original Assignee
NEC Display Solutions 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 Display Solutions Ltd filed Critical NEC Display Solutions Ltd
Priority to JP2007330051A priority Critical patent/JP5034110B2/en
Publication of JP2009152965A publication Critical patent/JP2009152965A/en
Application granted granted Critical
Publication of JP5034110B2 publication Critical patent/JP5034110B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、複数の通信端末がネットワークを介して相互に接続される電子会議システムに関する。   The present invention relates to an electronic conference system in which a plurality of communication terminals are connected to each other via a network.

電子会議システムでは、ネットワークを介して相互に接続された複数の通信端末のうちの1つが発表者用端末とされ、他は参加者用端末とされる。発表者用端末と各参加者用端末との間で、TCP(Transmission Control Protocol)/IP(Internet Protocol)によるパケット通信が行われる。   In the electronic conference system, one of a plurality of communication terminals connected to each other via a network is a presenter terminal, and the other is a participant terminal. Packet communication based on TCP (Transmission Control Protocol) / IP (Internet Protocol) is performed between the presenter terminal and each participant terminal.

TCP/IPによるパケット通信では、IPアドレスとMAC(Media Access Control)アドレスの双方が必要となる。このため、各通信端末は、IPアドレスとMACアドレスの対応を示すARP(Address Resolution Protocol)テーブルを保持している。ここで、ARPは、RFC826で定義されているアドレス解決プロトコルであって、イーサネット環境において、IPアドレスからMACアドレスを得るために用いられる。   In TCP / IP packet communication, both an IP address and a MAC (Media Access Control) address are required. Therefore, each communication terminal holds an ARP (Address Resolution Protocol) table indicating the correspondence between the IP address and the MAC address. Here, ARP is an address resolution protocol defined in RFC826, and is used to obtain a MAC address from an IP address in an Ethernet environment.

発表者用端末と各参加者用端末との間でデータ通信を行う場合は、まず、ARPによるアドレス解決のためのパケット通信が行われる。具体的には、発表者用端末が、ARPテーブルを作成するために、自端末のIPアドレスおよびMACアドレスと通信相手先となる参加者用端末のIPアドレスとを含むARP要求パケットをブロードキャストする。各参加者用端末は、自端末のIPアドレスを含むARP要求パケットを発表者用端末から受信すると、自端末のIPアドレスおよびMACアドレスを含むARP応答パケットを発表者用端末へ返す。発表者用端末は、各参加者用端末から受信したARP応答パケットに含まれているIPアドレスおよびMACアドレスに基づいてARPテーブルを作成する。   When data communication is performed between the presenter terminal and each participant terminal, first, packet communication for address resolution by ARP is performed. Specifically, the presenter terminal broadcasts an ARP request packet including the IP address and MAC address of its own terminal and the IP address of the participant terminal serving as a communication partner in order to create an ARP table. When each participant terminal receives an ARP request packet including the IP address of its own terminal from the presenter terminal, it returns an ARP response packet including the IP address and MAC address of its own terminal to the presenter terminal. The presenter terminal creates an ARP table based on the IP address and the MAC address included in the ARP response packet received from each participant terminal.

通信端末間におけるARPによるアドレス解決のためのパケット通信については、特許文献1に記載されている。
特開2003−348084号公報
Patent Document 1 describes packet communication for address resolution by ARP between communication terminals.
JP 2003-348084 A

しかしながら、上述した電子会議システムにおいては、発表者が交代した場合、新たな発表者が使用する通信端末と各参加者用端末との間で、ARPによるアドレス解決のためのパケット通信(ARP要求、ARP応答)を行って、その新たな発表者の通信端末のARPテーブルに各参加者のアドレス情報(IPアドレスおよびMACアドレス)を登録する必要がある。このARPによるアドレス解決の処理(ARPテーブル作成処理)が完了するまでの間は、参加者用端末と新たな発表者用端末の間でデータ通信を行うことができない。このように、発表者の切り替わり時において、アドレス解決の処理に伴う待ち時間が生じる、という問題がある。   However, in the above-described electronic conference system, when a presenter is changed, packet communication (ARP request, ARP request) for address resolution by ARP between a communication terminal used by a new presenter and each participant terminal. ARP response) is required to register each participant's address information (IP address and MAC address) in the ARP table of the communication terminal of the new presenter. Until the address resolution processing by ARP (ARP table creation processing) is completed, data communication cannot be performed between the participant terminal and the new presenter terminal. As described above, there is a problem that a waiting time associated with address resolution processing occurs when the presenter is switched.

また、ブロードキャストを伴うARPによるアドレス解決の処理において、各参加者用端末が、発表者用端末へ向けて応答パケットを一度に送信すると、ネットワークのトラフィックが増大し、場合によっては、通信端末間の通信が切断される場合がある。通常、最初の発表者の場合におけるアドレス解決の処理では、各参加者の通信端末では、通信を行うための設定が個別に行われ、その設定が完了した順に、応答パケットの送信が行われる。このため、各参加者用端末から発表者用端末への応答パケットの送信が集中することはない。一方、発表者の交替時は、各参加者の通信端末は接続設定がなされた状態であるため、応答パケットが各参加者用端末から発表者用端末へ一度に送信される場合がある。このため、ネットワークのトラフィックが増大して通信が切断され、発表者の切り替えを行うことができなくなる場合がある。   In addition, in the address resolution processing by ARP with broadcast, if each participant terminal sends a response packet to the presenter terminal at once, network traffic increases, and in some cases, between communication terminals Communication may be disconnected. Normally, in the address resolution process in the case of the first presenter, the communication terminals of each participant are individually set for communication, and response packets are transmitted in the order in which the settings are completed. For this reason, transmission of response packets from each participant terminal to the presenter terminal does not concentrate. On the other hand, when the presenter is changed, the communication terminal of each participant is in a state in which connection settings are made, and therefore, a response packet may be transmitted from each participant terminal to the presenter terminal at once. For this reason, network traffic increases, communication is cut off, and switching of presenters may not be possible.

本発明の目的は、上記問題を解決することのできる、電子会議システム、通信端末、アドレス情報管理方法、およびプログラムを提供することにある。   An object of the present invention is to provide an electronic conference system, a communication terminal, an address information management method, and a program that can solve the above-described problems.

上記目的を達成するため、本発明の電子会議システムは、ネットワークを通じて相互に接続される複数の通信端末を備え、該通信端末のうちの1つが発表者用端末とされ、他の通信端末がそれぞれ参加者用端末とされる電子会議システムであって、
前記複数の通信端末のそれぞれは、
前記ネットワーク上における自端末および通信先のアドレス情報がそれぞれ格納されるテーブルと、
前記テーブルを管理する制御部と、を有し、
前記発表者用端末とされた通信端末の制御部は、
自端末のテーブルに前記参加者用端末それぞれのアドレス情報を格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、
前記参加者用端末とされた通信端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、自端末の前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした通信端末に送信し、
前記発表者切替要求をした通信端末の制御部は、自身が新たな発表者用端末となって、前記発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する、ことを特徴とする。
In order to achieve the above object, an electronic conference system according to the present invention includes a plurality of communication terminals connected to each other through a network, one of the communication terminals being a presenter terminal, and the other communication terminals being respectively An electronic conference system used as a participant terminal ,
Each of the plurality of communication terminals is
A table in which address information of the own terminal and the communication destination on the network is stored;
A control unit for managing the table;
The control unit of the communication terminal, which is the presenter terminal ,
The address information of each of the participant terminals is stored in the table of the own terminal, and conference data is transmitted to each of the participant terminals based on the address information,
When the presenter switching request is received from any one of the communication terminals that are the participant terminals and the presenter switching request is permitted, all the address information stored in the table of the own terminal is Sent to the communication terminal that requested the presenter switch,
The control unit of the communication terminal that has made the presenter switching request transmits a conference data to each communication terminal based on the address information received from the presenter terminal, as a new presenter terminal. It is characterized by that.

本発明のデータ通信方法は、ネットワークを通じて相互に接続される複数の通信端末を備え、該通信端末のうちの1つが発表者用端末とされ、他の通信端末がそれぞれ参加者用端末とされるシステムにて行われるデータ通信方法であって、
前記発表者用端末とされた通信端末の制御部が、自端末のテーブルに前記参加者用端末それぞれのアドレス情報を格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、前記参加者用端末とされた通信端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、自端末の前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした通信端末に送信し、
前記発表者切替要求をした通信端末の制御部が、自身が新たな発表者用端末となって、前記発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する、ことを特徴とする。
Data communication method of the present invention comprises a plurality of communication terminals phase through a network mutually connected, one of the communication terminals is set to the presenter terminal, and another communication terminal terminal for each participant A data communication method performed in a system that includes:
The control unit of the communication terminal set as the presenter terminal stores the address information of each of the participant terminals in the table of the own terminal, and conference data for each of the participant terminals based on the address information. If the presenter switching request is received from any one of the communication terminals as the participant terminals and the presenter switching request is permitted, all addresses stored in the table of the own terminal Send information to the communication terminal that made the presenter switching request,
The control unit of the communication terminal that has made the presenter switching request transmits a conference data to each communication terminal based on the address information received from the presenter terminal, as a new presenter terminal. It is characterized by that.

本発明のプログラムは、会議の作成時に自身が発表者用端末である場合は、参加者用端末それぞれのアドレス情報をテーブルに格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、前記参加者用端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした参加者用端末に送信する処理と、
前記会議の作成時に自身が参加者用端末である場合で、前記発表者切替要求をした場合には、自身が新たな発表者用端末となって、発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する処理と、をコンピュータに実行させる、ことを特徴とする。
The program of the present invention stores the address information of each participant's terminal in a table if it is the presenter's terminal at the time of creating the conference, and stores the address information on each participant's terminal based on the address information. When the conference data is transmitted, the presenter switching request is received from any one of the participant terminals, and the presenter switching request is permitted, all address information stored in the table is stored in the presenter. Processing to send to the participant's terminal that has requested switching;
When the conference is created , if it is a participant's terminal and the presenter switching request is made, it becomes a new presenter's terminal and is based on address information received from the presenter's terminal. And causing the computer to execute a process of transmitting the conference data to each communication terminal .

本発明によれば、発表者の交代時において、交代前の発表者の通信端末が、自端末のテーブルに格納された全てのアドレス情報を交代後の発表者の通信端末に送信する。この場合、交代後の発表者の通信端末と各参加者の通信端末との間で、ブロードキャストを伴うARPによるアドレス解決の処理(ARP要求、ARP応答)を行う必要がないので、その分、発表者切り替えに要する時間を短縮することができる。   According to the present invention, when the presenter is changed, the presenter's communication terminal before the change transmits all the address information stored in the table of the own terminal to the presenter's communication terminal after the change. In this case, there is no need to perform address resolution processing (ARP request, ARP response) by ARP with broadcast between the communication terminal of the presenter after the change and the communication terminal of each participant. The time required for person switching can be shortened.

また、ブロードキャストを伴うARPによるアドレス解決の処理(ARP要求、ARP応答)を行う必要がないことから、発表者交代の際のネットワークのトラフィック増大を抑制することができ、その結果、発表者切り替えの失敗を防ぐことができる。   In addition, since it is not necessary to perform address resolution processing (ARP request, ARP response) by ARP accompanying broadcast, it is possible to suppress an increase in network traffic when the presenter is changed. Can prevent failure.

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

図1は、本発明の一実施形態である電子会議システムの構成を示すブロック図である。   FIG. 1 is a block diagram showing a configuration of an electronic conference system according to an embodiment of the present invention.

図1を参照すると、電子会議システムは、ネットワーク20を介して相互に通信可能に接続された複数の通信端末101〜10nを有する。ネットワーク20は、LAN(Local Area Network)に代表されるネットワークである。 Referring to FIG. 1, the electronic conference system includes a plurality of communication terminals 10 1 to 10 n connected to each other via a network 20 so as to be able to communicate with each other. The network 20 is a network represented by a LAN (Local Area Network).

通信端末101〜10nは、通信機能を備えたコンピュータシステムであって、いずれも同じ構成である。コンピュータシステムは、プログラムなどを蓄積する記憶装置、キーボードやマウスなどの入力装置、CRTやLCDなどの表示装置、外部との通信を行うモデムなどの通信装置、プリンタなどの出力装置、および記憶装置に格納されたプログラム従って動作し、入力装置からの入力を受け付けて通信装置、出力装置、表示装置の動作を制御する制御装置から構成されている。 The communication terminals 10 1 to 10 n are computer systems having a communication function, and all have the same configuration. Computer systems include storage devices that store programs, input devices such as keyboards and mice, display devices such as CRTs and LCDs, communication devices such as modems that communicate with the outside, output devices such as printers, and storage devices. It is configured by a control device that operates according to a stored program and receives input from an input device and controls operations of a communication device, an output device, and a display device.

図2は、通信端末101〜10nとして用いられる通信端末10の構成を示す。図2を参照すると、通信端末10は、例えばパーソナルコンピュータであって、その主要部は、ARPテーブル101、TCP/IPプロトコルスタック102、制御部103、記憶部104および入力部105からなる。 FIG. 2 shows a configuration of the communication terminal 10 used as the communication terminals 10 1 to 10 n . Referring to FIG. 2, the communication terminal 10 is, for example, a personal computer, and its main part includes an ARP table 101, a TCP / IP protocol stack 102, a control unit 103, a storage unit 104, and an input unit 105.

TCP/IPプロトコルスタック102は、インターネットで使用されるTCP/IP等の各種標準プロトコルに対応しており、階層状に積み上げたソフトウェア群からなる。ソフトウェア群は、ネットワークカードを制御するデバイスドライバ、イーサネットフレームなどを制御するデータリンク層、IPなどのネットワーク層、TCPやUDPの トランスポート層といった複数の階層のそれぞれに対応するソフトウェアを含む。   The TCP / IP protocol stack 102 corresponds to various standard protocols such as TCP / IP used on the Internet, and is composed of software groups stacked in a hierarchical manner. The software group includes software corresponding to each of a plurality of layers such as a device driver that controls a network card, a data link layer that controls an Ethernet frame, a network layer such as IP, and a transport layer such as TCP and UDP.

ARPテーブル101は、自端末のIPアドレスおよびMACアドレスと通信相手先のIPアドレスおよびMACアドレスとを格納するためのテーブルである。   The ARP table 101 is a table for storing the IP address and MAC address of its own terminal and the IP address and MAC address of the communication partner.

制御部103は、記憶装置104に格納されたプログラム従って動作し、入力部105からの入力を受け付けて、通信端末100全体の動作を制御する。また、制御部103は、電子会議に必要な処理を実行する。ここで、電子会議に必要な処理は、例えば、ARPによるアドレス解決の処理、他の通信端末との間のデータ通信処理、発表者切り替え時におけるパスワード等を用いた認証処理、入力部105への入力により特定された他の通信端末(旧発表者用端末)のARPテーブル内容を取得する処理等を含む。   The control unit 103 operates in accordance with a program stored in the storage device 104, receives an input from the input unit 105, and controls the operation of the entire communication terminal 100. Further, the control unit 103 executes processing necessary for the electronic conference. Here, processing necessary for the electronic conference includes, for example, address resolution processing by ARP, data communication processing with other communication terminals, authentication processing using a password or the like at the time of switching the presenter, and input to the input unit 105 This includes processing for acquiring the ARP table contents of other communication terminals (former presenter terminals) specified by the input.

次に、本実施形態の電子会議システムの動作について具体的に説明する。   Next, the operation of the electronic conference system of this embodiment will be specifically described.

図3は、本実施形態の電子会議システムにて行われるデータ通信処理の一手順を示すフローチャートである。図3を参照すると、データ通信処理は、会議の作成S100および発表者切り替えS300を含む。以下に、このデータ通信処理について、具体的に説明する。   FIG. 3 is a flowchart showing a procedure of data communication processing performed in the electronic conference system according to the present embodiment. Referring to FIG. 3, the data communication process includes a meeting creation S100 and a presenter switching S300. The data communication process will be specifically described below.

(1)会議の作成S100:
図4に、会議の作成における通信端末間の通信接続動作を模式的に示す。以下、図2、図3および図4を参照して動作を説明する。なお、以下の説明では、発表者により使用される端末を発表者用端末Aとし、参加者により使用される通信端末を参加者用端末B1〜B3とする。発表者用端末AのIPアドレスおよびMACアドレスはそれぞれ、「192.168.0.10」および「11.11.11.11.11.10」である。参加者用端末B1のIPアドレスおよびMACアドレスはそれぞれ、「192.168.0.1」および「11.11.11.11.11.01」である。参加者用端末B2のIPアドレスおよびMACアドレスはそれぞれ、「192.168.0.2」および「11.11.11.11.11.02」である。参加者用端末B3のIPアドレスおよびMACアドレスはそれぞれ、「192.168.0.3」および「11.11.11.11.11.03」である。
(1) Creating a meeting S100:
FIG. 4 schematically shows a communication connection operation between communication terminals in creating a conference. Hereinafter, the operation will be described with reference to FIG. 2, FIG. 3 and FIG. In the following description, a terminal used by a presenter is referred to as a presenter terminal A, and communication terminals used by participants are referred to as participant terminals B1 to B3. The IP address and MAC address of the presenter terminal A are “192.168.0.10” and “11.11.11.11.11.10”, respectively. The IP address and MAC address of the participant terminal B1 are “192.168.0.1” and “11.11.11.11.11.01,” respectively. The IP address and MAC address of the participant terminal B2 are “192.168.0.2” and “11.11.11.11.11.02,” respectively. The IP address and MAC address of the participant terminal B3 are “192.168.0.3” and “11.11.11.11.11.03”, respectively.

会議の作成S100の実行に際して、まず、発表者用端末Aにおいて、制御部103が、ARPによるアドレス解決の処理を実行する。このARPによるアドレス解決の処理において、制御部103は、自端末のアドレス情報(IPアドレスおよびMACアドレス)および通信相手先のIPアドレスを含むARP要求パケットをブロードキャストにより送信する(ステップS101)。通信相手先のIPアドレスは、ネットワーク20側から供給される接続情報から取得してもよく、予め与えられても良い。   In executing the conference creation S100, first, in the presenter terminal A, the control unit 103 executes address resolution processing by ARP. In the address resolution processing by ARP, the control unit 103 broadcasts an ARP request packet including the address information (IP address and MAC address) of the terminal itself and the IP address of the communication partner (step S101). The IP address of the communication partner may be acquired from connection information supplied from the network 20 side, or may be given in advance.

自端末宛のARP要求パケットを受信した参加者端末B1〜B3は、個別に、発表者用端末Aに対して、自端末のアドレス情報(IPアドレスおよびMACアドレス)を格納したARP応答パケットを送信する。ここでは、参加者端末B1、参加者端末B2、参加者端末B3の順番で、ARP応答パケット送信処理が行われる(ステップS102、S104、S106)。   Participant terminals B1 to B3 that have received the ARP request packet addressed to the own terminal individually send the ARP response packet storing the address information (IP address and MAC address) of the own terminal to the presenter terminal A. To do. Here, ARP response packet transmission processing is performed in the order of participant terminal B1, participant terminal B2, and participant terminal B3 (steps S102, S104, and S106).

ステップS102で、参加者端末B1は、自端末のIPアドレス(192.168.0.1)およびMACアドレス(11.11.11.11.11.01)を発表者用端末Aに送信する。   In step S102, the participant terminal B1 transmits the IP address (192.168.0.1) and MAC address (11.11.11.11.11.01) of the own terminal to the presenter terminal A.

発表者用端末Aでは、TCP/IPプロトコルスタック102が、参加者端末B1から受信したARP応答パケットを制御部103に渡す。制御部103は、そのARP応答パケットに含まれているアドレス情報(IPアドレスおよびMACアドレス)をARPテーブル101に登録する。そして、制御部103は、TCP/IPプロトコルスタック102を通じて、参加者端末B1のIPアドレス(192.168.0.1)に接続する(ステップS103)。その後、制御部103は、TCP/IPプロトコルスタック102を通じて、記憶装置または外部記憶装置から読み出した会議データを参加者用端末B1に逐次送信する。   In the presenter terminal A, the TCP / IP protocol stack 102 passes the ARP response packet received from the participant terminal B 1 to the control unit 103. The control unit 103 registers address information (IP address and MAC address) included in the ARP response packet in the ARP table 101. Then, the control unit 103 connects to the IP address (192.168.0.1) of the participant terminal B1 through the TCP / IP protocol stack 102 (step S103). Thereafter, the control unit 103 sequentially transmits the conference data read from the storage device or the external storage device to the participant terminal B1 through the TCP / IP protocol stack 102.

ステップS104で、参加者端末B2は、自端末のIPアドレス(192.168.0.2)とMACアドレス(11.11.11.11.11.02)を発表者用端末Aに送信する。   In step S104, the participant terminal B2 transmits the IP address (192.168.0.2) and MAC address (11.11.11.11.11.02) of the own terminal to the presenter terminal A.

発表者用端末Aでは、TCP/IPプロトコルスタック102が、参加者端末B2から受信したARP応答パケットを制御部103に渡す。制御部103は、そのARP応答パケットに含まれているアドレス情報(IPアドレスおよびMACアドレス)をARPテーブル101に登録する。そして、制御部103は、TCP/IPプロトコルスタック102を通じて、参加者端末B2の(192.168.0.2)に接続する(ステップS105)。その後、制御部103は、TCP/IPプロトコルスタック102を通じて、記憶装置または外部記憶装置から読み出した会議データを参加者用端末B1に逐次送信する。   In the presenter terminal A, the TCP / IP protocol stack 102 passes the ARP response packet received from the participant terminal B 2 to the control unit 103. The control unit 103 registers address information (IP address and MAC address) included in the ARP response packet in the ARP table 101. Then, the control unit 103 connects to (192.168.0.2) of the participant terminal B2 through the TCP / IP protocol stack 102 (step S105). Thereafter, the control unit 103 sequentially transmits the conference data read from the storage device or the external storage device to the participant terminal B1 through the TCP / IP protocol stack 102.

ステップS105で、参加者端末B3は、自端末のIPアドレス(192.168.0.3)とMACアドレス(11.11.11.11.11.03)を発表者用端末Aに送信する。   In step S105, the participant terminal B3 transmits the IP address (192.168.0.3) and the MAC address (11.11.11.11.11.03) of the own terminal to the presenter terminal A.

発表者用端末Aでは、TCP/IPプロトコルスタック102が、参加者端末B3から受信したARP応答パケットを制御部103に渡す。制御部103は、そのARP応答パケットに含まれているアドレス情報(IPアドレスおよびMACアドレス)をARPテーブル101に登録する。そして、制御部103は、TCP/IPプロトコルスタック102を通じて、参加者端末B3の(192.168.0.3)に接続する(ステップS106)。その後、制御部103は、TCP/IPプロトコルスタック102を通じて、記憶装置または外部記憶装置から読み出した会議データを参加者用端末B1に逐次送信する。   In the presenter terminal A, the TCP / IP protocol stack 102 passes the ARP response packet received from the participant terminal B 3 to the control unit 103. The control unit 103 registers address information (IP address and MAC address) included in the ARP response packet in the ARP table 101. Then, the control unit 103 connects to (192.168.0.3) of the participant terminal B3 through the TCP / IP protocol stack 102 (step S106). Thereafter, the control unit 103 sequentially transmits the conference data read from the storage device or the external storage device to the participant terminal B1 through the TCP / IP protocol stack 102.

上述のようにして、会議の作成S100の処理が行われると、発表者用端末Aと各参加者用端末B1〜B3との間で通信接続がなされ、端末間で会議のためのデータの送受信が可能となる。   When the process of conference creation S100 is performed as described above, communication connection is made between the presenter terminal A and each of the participant terminals B1 to B3, and data transmission and reception for the conference between the terminals is performed. Is possible.

(2)発表者切り替えS300:
会議の作成S100の処理が行われた後、発表者が別の発表者に交代する(図3のステップS201)。ここでは、参加者用端末B1の使用者が新たな発表者になり、先の発表者(旧発表者)は参加者となる。以降の説明において、便宜上、参加者用端末B1を新発表者端末A1に置き換え、発表者端末Aを旧発表者用端末A2に置き換える。
(2) Presenter switching S300:
After the process of creating the meeting S100 is performed, the presenter changes to another presenter (step S201 in FIG. 3). Here, the user of the participant terminal B1 becomes a new presenter, and the previous presenter (old presenter) becomes a participant. In the following description, for the sake of convenience, the participant terminal B1 is replaced with the new presenter terminal A1, and the presenter terminal A is replaced with the old presenter terminal A2.

発表者の交代の際に、発表者切り替えS300が実行される。発表者切り替えS300では、新発表者端末A1と、参加者側の端末である、旧発表者用端末A2および参加者用端末B2、B3との間の通信接続が行われる。図5に、その通信接続動作を模式的に示す。以下、図3および図5を参照して動作を説明する。   When the presenter is changed, the presenter switching S300 is executed. In the presenter switching S300, communication connection is performed between the new presenter terminal A1 and the terminal A2 for the presenter and the terminals B2 and B3 for the participants, which are the terminals on the participant side. FIG. 5 schematically shows the communication connection operation. The operation will be described below with reference to FIGS.

新発表者端末A1において、新発表者は、入力部105にて発表者交代のための入力操作を行うと、制御部103が、発表者交代用情報入力画面を表示装置にて表示させる。発表者交代用情報入力画面の情報は、記憶部104に予め格納されている。発表者交代用情報入力画面には、接続先情報(接続先の通信端末のIPアドレスやMCアドレスの情報)の表示欄、パスワードの入力欄および決定ボタンなどが設けられている。新発表者端末A1と旧発表者用端末A2は、すでに通信可能な状態にあり、接続先情報の表示欄には、旧発表者用端末A2のアドレス情報が表示される。   In the new presenter terminal A1, when the new presenter performs an input operation for changing the presenter at the input unit 105, the control unit 103 causes the display device to display an information input screen for replacing the presenter. Information on the presenter change information input screen is stored in the storage unit 104 in advance. The presenter change information input screen is provided with a display field for connection destination information (IP address and MC address information of a connection destination communication terminal), a password input field, a decision button, and the like. The new presenter terminal A1 and the old presenter terminal A2 are already in a communicable state, and the address information of the old presenter terminal A2 is displayed in the display column of the connection destination information.

新発表者が、発表者交代用情報入力画面上で、接続先情報の表示を確認し、パスワードを入力し、決定ボタンを押すと、制御部103が、接続先情報に従って接続先となる通信端末を特定する。また、制御部103は、入力パスワードを含む発表者切り替え要求をその特定した通信端末(旧発表者用端末A2)に送信する。   When a new presenter confirms the display of connection destination information on the presenter change information input screen, inputs a password, and presses the enter button, the control unit 103 is a communication terminal that becomes a connection destination according to the connection destination information Is identified. Further, the control unit 103 transmits a presenter switching request including the input password to the identified communication terminal (old presenter terminal A2).

旧発表者用端末A2では、制御部103が、新発表者端末A1から受信したパスワードが予め設定されているパスワードと一致するか否かを判定する。パスワードが一致した場合は、制御部103は、発表者切り替え要求に応じて、ARPテーブル101に登録されている、全参加者のIPアドレスおよびMACアドレスと自端末のIPアドレスおよびMACアドレスとを新発表者端末A1に送信する(ステップS301)。なお、パスワードが一致しない場合は、制御部103は、その旨を示すエラー情報を新発表者端末A1に送信する。   In the old presenter terminal A2, the control unit 103 determines whether or not the password received from the new presenter terminal A1 matches a preset password. If the passwords match, the control unit 103 updates the IP addresses and MAC addresses of all participants and the IP address and MAC address of its own terminal registered in the ARP table 101 in response to the presenter switching request. It transmits to the presenter terminal A1 (step S301). If the passwords do not match, the control unit 103 transmits error information indicating the fact to the new presenter terminal A1.

発表者切り替え要求が許可された後、新発表者端末A1では、制御部103が、旧発表者用端末A2から受信したIPアドレスおよびMACアドレスの中から、自端末のIPアドレスおよびMACアドレスを除いたものをARPテーブル101に追加する(ステップS302)。この結果、旧発表者用端末A2の「192.168.0.10(11.11.11.11.11.10)」、参加者用端末B2の「192.168.0.2(11.11.11.11.11.02)」、および参加者用端末B3の「192.168.0.3(11.11.11.11.11.03)」が、新発表者端末A1のARPテーブル101に登録される。   After the presenter switching request is permitted, in the new presenter terminal A1, the control unit 103 removes the IP address and MAC address of the own terminal from the IP address and MAC address received from the old presenter terminal A2. Are added to the ARP table 101 (step S302). As a result, “192.168.0.10 (11.11.11.11.11.10)” of the former presenter terminal A2 and “192.168.0.2 (11. 11.1.11.11.11.02) "and" 192.168.0.3 (11.11.11.11.11.03) "of the participant terminal B3 are ARP of the new presenter terminal A1. Registered in the table 101.

次に、新発表者端末A1では、制御部103が、旧発表者用端末A2のIPアドレス(192.168.0.10)に接続する(ステップS303)。その後、制御部103は、会議のデータを旧発表者用端末A2に逐次送信する。   Next, in the new presenter terminal A1, the control unit 103 connects to the IP address (192.168.0.10) of the old presenter terminal A2 (step S303). Thereafter, the control unit 103 sequentially transmits the conference data to the old presenter's terminal A2.

次に、新発表者端末A1では、制御部103が、参加者用端末B2のIPアドレス(192.168.0.2)に接続する(ステップS304)。その後、制御部103は、会議のデータを参加者用端末B2に逐次送信する。   Next, in the new presenter terminal A1, the control unit 103 connects to the IP address (192.168.0.2) of the participant terminal B2 (step S304). Thereafter, the control unit 103 sequentially transmits the conference data to the participant terminal B2.

次に、新発表者端末A1では、制御部103が、参加者用端末B3のIPアドレス(192.168.0.3)に接続する(ステップS305)。その後、制御部103は、会議のデータを参加者用端末B3に逐次送信する。   Next, in the new presenter terminal A1, the control unit 103 connects to the IP address (192.168.0.3) of the participant terminal B3 (step S305). Thereafter, the control unit 103 sequentially transmits the conference data to the participant terminal B3.

上述のようにして、発表者切り替えS300の処理が行われることで、新発表者端末A1と、参加者側の端末である、旧発表者用端末A2および参加者用端末B2、B3の各端末との間で、会議のためのデータが送受信されることになる。   As described above, when the presenter switching S300 is performed, the new presenter terminal A1 and the terminals of the former presenter terminal A2 and the participant terminals B2 and B3, which are the participants' terminals, are provided. Data for the conference is transmitted / received to / from.

以上説明した本実施形態の電子会議システムによれば、当該システムを構成する複数の通信端末のそれぞれが、ネットワーク上における自端末および通信先のアドレス情報がそれぞれ格納されるテーブルと、該テーブルを管理する制御部と、を有する。そして、複数の通信端末の少なくとも1つの通信端末の制御部が、アドレス情報を要求する旨の要求信号を、ネットワーク上にブロードキャストにより送信し、該要求信号に対する応答として他の通信端末のそれぞれから受信したアドレス情報をテーブルに格納した後、他の通信端末のいずれかの通信端末からの要求に応じて、テーブルに格納された全てのアドレス情報を、該要求元の通信端末に送信する。   According to the electronic conference system of the present embodiment described above, each of a plurality of communication terminals constituting the system stores a table storing address information of the own terminal and a communication destination on the network, and manages the table. A control unit. Then, the control unit of at least one communication terminal of the plurality of communication terminals transmits a request signal for requesting address information by broadcast on the network and receives it from each of the other communication terminals as a response to the request signal. After the stored address information is stored in the table, all the address information stored in the table is transmitted to the requesting communication terminal in response to a request from one of the other communication terminals.

上記の構成によれば、発表者の交代時において、交代前の発表者の通信端末が、自端末のテーブルに格納された全てのアドレス情報を交代後の発表者の通信端末に送信する。この場合、交代後の発表者の通信端末と各参加者の通信端末との間で、ブロードキャストを伴うARPによるアドレス解決の処理(ARP要求、ARP応答)を行う必要がないので、その分、発表者切り替えに要する時間を短縮することができる。   According to the above configuration, when the presenter changes, the communication terminal of the presenter before the change transmits all the address information stored in the table of the own terminal to the communication terminal of the presenter after the change. In this case, there is no need to perform address resolution processing (ARP request, ARP response) by ARP with broadcast between the communication terminal of the presenter after the change and the communication terminal of each participant. The time required for person switching can be shortened.

また、ブロードキャストを伴うARPによるアドレス解決の処理(ARP要求、ARP応答)を行う必要がないことから、発表者交代の際のネットワークのトラフィック増大を抑制することができ、その結果、発表者切り替えの失敗を防ぐことができる。この効果は、特に、参加者の台数が多い場合に有効である。   In addition, since it is not necessary to perform address resolution processing (ARP request, ARP response) by ARP accompanying broadcast, it is possible to suppress an increase in network traffic when the presenter is changed. Can prevent failure. This effect is particularly effective when the number of participants is large.

以上説明した本実施形態の電子会議システムは、本発明の一例であり、その構成および動作は、発明の趣旨を逸脱しない範囲で適宜に変更することができる。   The electronic conference system of the present embodiment described above is an example of the present invention, and the configuration and operation thereof can be changed as appropriate without departing from the spirit of the invention.

例えば、図3に示した処理手順においては、参加者の一人が新たな発表者になるが、新規に参加した者が、新たな発表者になってもよい。この場合は、新規の参加者が使用する通信端末(別の通信端末)を新発表者用端末とし、新発表者用端末と旧発表者用端末との間で、ネットワーク20を介した通信を行うための接続設定を行う。接続設定の後、新発表者用端末と旧発表者端末との間でステップS301の処理を行う。   For example, in the processing procedure shown in FIG. 3, one of the participants becomes a new presenter, but a new participant may become a new presenter. In this case, the communication terminal used by the new participant (another communication terminal) is used as the new presenter terminal, and the communication through the network 20 is performed between the new presenter terminal and the old presenter terminal. Perform connection settings to do this. After the connection setting, the process of step S301 is performed between the new presenter terminal and the old presenter terminal.

また、制御部103によって実行される処理に関するプログラムは、記憶部104に予め格納されていてもよく、また、CD−ROMやDVDに代表される記録媒体を通じて与えられても良い。プログラムが格納された記録媒体が提供される場合は、その記録媒体からプログラムを読み出すための装置を通信端末に設ける。   A program related to processing executed by the control unit 103 may be stored in the storage unit 104 in advance, or may be given through a recording medium represented by a CD-ROM or DVD. When a recording medium storing a program is provided, an apparatus for reading the program from the recording medium is provided in the communication terminal.

本発明の一実施形態である電子会議システムの構成を示すブロック図である。It is a block diagram which shows the structure of the electronic conference system which is one Embodiment of this invention. 図1に示す電子会議システムを構成する通信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the communication terminal which comprises the electronic conference system shown in FIG. 図1に示す電子会議システムにて行われるアドレス管理処理の一手順を示すフローチャートである。It is a flowchart which shows one procedure of the address management process performed with the electronic conference system shown in FIG. 会議の作成における通信端末間の通信接続動作を説明するための模式図である。It is a schematic diagram for demonstrating the communication connection operation | movement between the communication terminals in preparation of a meeting. 発表者交代時の通信接続動作を説明するための模式図である。It is a schematic diagram for demonstrating the communication connection operation | movement at the time of a presenter change.

符号の説明Explanation of symbols

101〜10n、100 通信端末
20 ネットワーク
101 ARPテーブル
102 TCP/IPプロトコルスタック
103 制御部
104 記憶部
105 入力部
10 1 to 10 n , 100 communication terminal 20 network 101 ARP table 102 TCP / IP protocol stack 103 control unit 104 storage unit 105 input unit

Claims (6)

ネットワークを通じて相互に接続される複数の通信端末を備え、該通信端末のうちの1つが発表者用端末とされ、他の通信端末がそれぞれ参加者用端末とされる電子会議システムであって、
前記複数の通信端末のそれぞれは、
前記ネットワーク上における自端末および通信先のアドレス情報がそれぞれ格納されるテーブルと、
前記テーブルを管理する制御部と、を有し、
前記発表者用端末とされた通信端末の制御部は、
自端末のテーブルに前記参加者用端末それぞれのアドレス情報を格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、
前記参加者用端末とされた通信端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、自端末の前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした通信端末に送信し、
前記発表者切替要求をした通信端末の制御部は、自身が新たな発表者用端末となって、前記発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する、電子会議システム。
An electronic conference system comprising a plurality of communication terminals connected to each other through a network, one of the communication terminals being a presenter terminal, and the other communication terminal being a participant terminal ,
Each of the plurality of communication terminals is
A table in which address information of the own terminal and the communication destination on the network is stored;
A control unit for managing the table;
The control unit of the communication terminal, which is the presenter terminal ,
The address information of each of the participant terminals is stored in the table of the own terminal, and conference data is transmitted to each of the participant terminals based on the address information,
When the presenter switching request is received from any one of the communication terminals that are the participant terminals and the presenter switching request is permitted, all the address information stored in the table of the own terminal is Sent to the communication terminal that requested the presenter switch,
The control unit of the communication terminal that has made the presenter switching request transmits a conference data to each communication terminal based on the address information received from the presenter terminal, as a new presenter terminal. , Electronic conference system.
前記ネットワークに接続された、前記テーブルおよび制御部を備えた別の通信端末を、さらに有し、
前記発表者用端末とされた通信端末の制御部は、前記ネットワークに接続された、前記別の通信端末から発表者切替要求を受け、該発表者切替要求を許可した場合には、自端末の前記テーブルに格納した全てのアドレス情報を、前記別の通信端末に送信し、
前記別の通信端末の制御部は、自身が新たな発表者用端末となって、前記発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する、請求項1に記載の電子会議システム。
And further comprising another communication terminal connected to the network and having the table and the control unit,
The control unit of the presenter terminal communication terminals connected to the network, receiving a presenter switching request from the previous SL other communication terminals, where allowed by the presenter switching request is the own terminal of all the address information stored in the table, and sends it to said another communication terminal,
The control unit of the other communication terminal is a new presenter terminal, and transmits conference data to each communication terminal based on address information received from the presenter terminal. Electronic conference system described in 1.
前記アドレス情報は、IPアドレスおよびMACアドレスを含む、請求項1または2に記載の電子会議システム。   The electronic conference system according to claim 1, wherein the address information includes an IP address and a MAC address. 会議の作成時において、前記発表者用端末とされた通信端末の制御部は、前記参加者用端末とされた通信端末のそれぞれに対して、アドレス情報を要求する旨の要求信号を、ブロードキャストにより送信し、該要求信号の応答として、前記参加者用端末とされた通信端末のそれぞれから受信したアドレス情報を、自端末の前記テーブルに格納する、請求項1から3のいずれか1項に記載の電子会議システム At the time of creating a conference, the control unit of the communication terminal that is the presenter terminal broadcasts a request signal for requesting address information to each of the communication terminals that are the participant terminals. 4. The address information received from each of the communication terminals that are transmitted and received as the participant terminal as a response to the request signal is stored in the table of the own terminal. Electronic conference system . ネットワークを通じて相互に接続される複数の通信端末を備え、該通信端末のうちの1つが発表者用端末とされ、他の通信端末がそれぞれ参加者用端末とされるシステムにて行われるデータ通信方法であって、
前記発表者用端末とされた通信端末の制御部が、自端末のテーブルに前記参加者用端末それぞれのアドレス情報を格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、前記参加者用端末とされた通信端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、自端末の前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした通信端末に送信し、
前記発表者切替要求をした通信端末の制御部が、自身が新たな発表者用端末となって、前記発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する、データ通信方法。
Comprising a plurality of communication terminals connected each other phases through the network, data one of the communication terminals is set to the presenter terminal, performed by a system other communication terminals are respectively player terminals A communication method,
The control unit of the communication terminal set as the presenter terminal stores the address information of each of the participant terminals in the table of the own terminal, and conference data for each of the participant terminals based on the address information. If the presenter switching request is received from any one of the communication terminals as the participant terminals and the presenter switching request is permitted, all addresses stored in the table of the own terminal Send information to the communication terminal that made the presenter switching request,
The control unit of the communication terminal that has made the presenter switching request transmits a conference data to each communication terminal based on the address information received from the presenter terminal, as a new presenter terminal. , Data communication method.
会議の作成時に自身が発表者用端末である場合は、参加者用端末それぞれのアドレス情報をテーブルに格納するとともに、該アドレス情報に基づいて前記参加者用端末のそれぞれに会議データを送信し、前記参加者用端末のいずれか1つから発表者切替要求を受け、該発表者切替要求を許可した場合には、前記テーブルに格納した全てのアドレス情報を、前記発表者切替要求をした参加者用端末に送信する処理と、
前記会議の作成時に自身が参加者用端末である場合で、前記発表者切替要求をした場合には、自身が新たな発表者用端末となって、発表者用端末から受信したアドレス情報に基づいて、それぞれの通信端末に会議データを送信する処理と、をコンピュータに実行させるプログラム。
If the conference terminal itself is a presenter terminal, the address information of each participant terminal is stored in a table, and the conference data is transmitted to each of the participant terminals based on the address information, If the presenter switching request is received from any one of the participant terminals and the presenter switching request is permitted, all the address information stored in the table is included in the participant who has made the presenter switching request. Processing to send to the terminal for
When the conference is created , if it is a participant's terminal and the presenter switching request is made, it becomes a new presenter's terminal and is based on address information received from the presenter's terminal. A program for causing a computer to execute a process of transmitting conference data to each communication terminal .
JP2007330051A 2007-12-21 2007-12-21 Electronic conference system, communication terminal, data communication method and program Active JP5034110B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007330051A JP5034110B2 (en) 2007-12-21 2007-12-21 Electronic conference system, communication terminal, data communication method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007330051A JP5034110B2 (en) 2007-12-21 2007-12-21 Electronic conference system, communication terminal, data communication method and program

Publications (2)

Publication Number Publication Date
JP2009152965A JP2009152965A (en) 2009-07-09
JP5034110B2 true JP5034110B2 (en) 2012-09-26

Family

ID=40921548

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007330051A Active JP5034110B2 (en) 2007-12-21 2007-12-21 Electronic conference system, communication terminal, data communication method and program

Country Status (1)

Country Link
JP (1) JP5034110B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111385518B (en) * 2018-12-29 2021-10-22 中兴通讯股份有限公司 Video processing system, video processing method, video processing device, storage medium, and electronic device
CN109963110A (en) * 2019-03-15 2019-07-02 兰州大学 Processing method, device, storage medium and the calculating equipment of multipart video-meeting

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003218941A (en) * 2002-01-23 2003-07-31 Murata Mach Ltd Communication apparatus and program
JP2007104137A (en) * 2005-09-30 2007-04-19 Matsushita Electric Ind Co Ltd Data communication apparatus

Also Published As

Publication number Publication date
JP2009152965A (en) 2009-07-09

Similar Documents

Publication Publication Date Title
US10291956B2 (en) Methods and systems for enabling communications between devices
JP4349365B2 (en) Control information transmission method, relay server, and controlled device
CN100571191C (en) Keep the VRRP technology of VR confidentiality
JP2008181427A (en) Single sign-on system, information terminal device, single sign-on server, program
JP5887507B2 (en) Method for establishing connection between communication devices, communication device, and server device
JP2007019612A (en) Information processing apparatus and program
JP2008186238A (en) Power source management method, management system, client server system, displaying method of power source control screen, and displaying system
US9521012B2 (en) Relay server and relay communication system
JP4505861B2 (en) Information processing apparatus, information processing system, and program
WO2010024403A1 (en) Relay device operation setting method, relay device, and storage medium containing program
JP7077688B2 (en) Information processing system, information processing device, information processing method and program
JP5034110B2 (en) Electronic conference system, communication terminal, data communication method and program
US20120005298A1 (en) Apparatus and method for controlling peripheral in wireless communication system
JP4133738B2 (en) High-speed network address takeover method, network device, and program
JP2005209145A (en) Bidirectional communication network device management apparatus, network device management method, program, and recording medium
JP4282571B2 (en) Facsimile machine
JP2001292165A (en) System/method for setting service and repeater
JP4461677B2 (en) Communication terminal and communication program
JP2008217211A (en) Printer information setting system, terminal device, printer information setting method and program
JP2006211698A (en) Ip address setting apparatus, ip address setting method, and network system
JP5413940B2 (en) Thin client network, thin client, unauthorized connection prevention device, operation method thereof, and recording medium
JP2004206223A (en) Initial setting system of consoleless apparatus, initial setting method, and program
JP2007074209A (en) Authentication vlan system, authentication server, and program
JP2007157074A (en) Information processor and control method
JPH06261094A (en) Data communications system and data communications method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120228

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120427

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120615

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

Free format text: PAYMENT UNTIL: 20150713

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5034110

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