JP2001237884A - Network device controller, network system, network device control method and storage medium - Google Patents

Network device controller, network system, network device control method and storage medium

Info

Publication number
JP2001237884A
JP2001237884A JP2000045706A JP2000045706A JP2001237884A JP 2001237884 A JP2001237884 A JP 2001237884A JP 2000045706 A JP2000045706 A JP 2000045706A JP 2000045706 A JP2000045706 A JP 2000045706A JP 2001237884 A JP2001237884 A JP 2001237884A
Authority
JP
Japan
Prior art keywords
connection
data
transmitted
type
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.)
Withdrawn
Application number
JP2000045706A
Other languages
Japanese (ja)
Inventor
Minoru Torii
稔 鳥居
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2000045706A priority Critical patent/JP2001237884A/en
Priority to US09/789,642 priority patent/US20010023444A1/en
Publication of JP2001237884A publication Critical patent/JP2001237884A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Control Or Security For Electrophotography (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)
  • Communication Control (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a network device controller, a network system, a network device control method and a storage medium where high-speed data communication is conducted by selecting a connection type data transmission method or a connectionless type transmission method depending on a size of transmitted data so as to use a datagram type packet and a data stream type packet. SOLUTION: A network management device 200 is provided with a CPU 201 that executes a network management program controlling transmission employing a connectionless type connection when a size of transmitted data is small and controlling transmission employing a connection type connection when a size of transmitted data is large.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークデバ
イス制御装置、ネットワークシステム、ネットワークデ
バイス制御方法及び記憶媒体に関し、具体的にはネット
ワーク管理ソフトウェアを含むネットワークデバイス制
御装置、ネットワークシステム、ネットワークデバイス
制御方法及び記憶媒体に関する。
The present invention relates to a network device control device, a network system, a network device control method and a storage medium, and more specifically, a network device control device including network management software, a network system, a network device control method, and a network device control method. It relates to a storage medium.

【0002】[0002]

【従来の技術】従来より、ネットワークデバイスを管理
する方法として、SNMP(Simple Network Monitorin
g Protocol:簡易ネットワーク監視プロトコル)/MI
B(Management Information Base:管理情報ベース)
を使用する方法がある(SNMP/MIBの詳細に関し
ては「TCP/IPネットワーク管理入門 実用的な管
理をめざして」(M.T.ローズ著/西田竹志訳、
(株)トッパン発行、1992年8月20日初版)を参
照のこと)。
2. Description of the Related Art Conventionally, SNMP (Simple Network Monitor) has been used as a method for managing network devices.
g Protocol: Simple network monitoring protocol) / MI
B (Management Information Base)
(For details on SNMP / MIB, "Introduction to TCP / IP Network Management Aiming at Practical Management" (MT Rose, translated by Takeshi Nishida,
Toppan Co., Ltd., first edition, August 20, 1992).

【0003】SNMPネットワーク管理技術によれば、
ネットワーク管理システムには、少なくとも1つのネッ
トワーク管理ステーション(NMS:Network Manageme
nt Station)、各々がエージェントを含む幾つかの管理
対象ノード、及び管理ステーションやエージェントが管
理情報を交換するために使用するネットワーク管理プロ
トコルが含まれる。ユーザは、NMS上でネットワーク
管理ソフトウェアを用いて管理対象ノード上のエージェ
ントソフトウェアと通信することにより、ネットワーク
上のデータを取得し、またデータを変更することができ
る。
According to the SNMP network management technology,
The network management system includes at least one network management station (NMS).
nt Station), a number of managed nodes, each including an agent, and a network management protocol used by the management stations and agents to exchange management information. The user can acquire data on the network and change the data by communicating with the agent software on the managed node using the network management software on the NMS.

【0004】上記のようなネットワーク管理ソフトウェ
アを分散環境で使用する場合、SNMPネットワーク管
理機能を持つサーバアプリケーションと、各端末で起動
されるGUI(Graphical User Interface:アイコン等
を介してコンピュータと人がやり取りするインタフェー
ス)部分である複数のクライアントアプリケーションに
よる構成をとることが一般的である。
When the above network management software is used in a distributed environment, humans interact with a server application having an SNMP network management function and a computer via a GUI (Graphical User Interface: icon) started at each terminal. In general, the configuration is made up of a plurality of client applications as an interface.

【0005】異なる端末間でクライアントアプリケーシ
ョンとサーバアプリケーションでプロセス間通信を行う
標準として、RFC(Request for Comments)1057
RPC(Remote Procedure Call:遠隔手続き呼び出
しであり、TCP/IP(Transmission Control Proto
col/Internet Protocol)でリモートCPU側(中央処
理装置)へ分散利用するサブルーチンの起動をかけるプ
ロシージャ)が定義されている。RPCとは、ネットワ
ークサービスを提供する関数群をサーバ側で用意し、そ
の中の関数をローカルマシン内の関数と同様に、ネット
ワーク上の別端末のクライアントプロセスから呼び出せ
るようにしたものである。RPCにおけるプロセス間通
信の流れは以下のようになる。
[0005] RFC (Request for Comments) 1057 is a standard for performing inter-process communication between client terminals and server applications between different terminals.
RPC (Remote Procedure Call) is a TCP / IP (Transmission Control Protocol)
col / Internet Protocol) defines a procedure for invoking a subroutine for distributed use on the remote CPU side (central processing unit). In the RPC, a group of functions for providing a network service is prepared on the server side, and the functions in the group can be called from a client process of another terminal on the network, similarly to the functions in the local machine. The flow of the inter-process communication in the RPC is as follows.

【0006】クライアントはサーバに対するサービス要
求として、サーバに用意されているRPC関数を呼び出
す。この時点で、関数の呼び出し情報を格納したデータ
パケットがサーバに送られ、クライアントのプログラム
は中断される。サーバがパケットを受け取ると、呼び出
された関数をディスパッチし、関数の引数を取り出した
後、その引数をもとにサービスを実行して、その結果を
クライアントに返す。クライアントは関数の結果を受け
取った後で、プログラムの実行を再開する。RPCにお
けるクライアントとサーバの接続形態には、コネクショ
ン型とコネクションレス型の2種類がある。
[0006] The client calls an RPC function prepared in the server as a service request to the server. At this point, the data packet storing the function call information is sent to the server, and the client program is interrupted. When the server receives the packet, it dispatches the called function, extracts the function arguments, executes the service based on the arguments, and returns the result to the client. After receiving the result of the function, the client resumes execution of the program. There are two types of connection between a client and a server in the RPC, a connection type and a connectionless type.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
た従来例においては、一般的にネットワーク管理ソフト
ウェアのサーバアプリケーションとクライアントアプリ
ケーションのデータの送信にコネクション型の接続を確
立し、その後確立したコネクションを使用してコネクシ
ョン型のデータ通信を行っているため、データ送信が遅
いという問題があった。
However, in the above-mentioned conventional example, a connection-type connection is generally established for transmission of data of a server application and a client application of network management software, and thereafter, the established connection is used. Therefore, there is a problem that data transmission is slow because connection-type data communication is performed.

【0008】本発明は、上述した点に鑑みなされたもの
であり、送信するデータサイズに応じてコネクション型
とコネクションレス型のデータ送信方法を切り替えるこ
とにより、データグラム型のパケットとデータストリー
ム型のパケットを使い分け、高速のデータ通信を行うこ
とを可能としたネットワークデバイス制御装置、ネット
ワークシステム、ネットワークデバイス制御方法及び記
憶媒体を提供することを目的とする。
[0008] The present invention has been made in view of the above points, and by switching between a connection-type and connectionless-type data transmission method in accordance with the size of data to be transmitted, a datagram-type packet and a data stream-type packet are transmitted. It is an object of the present invention to provide a network device control device, a network system, a network device control method, and a storage medium that enable high-speed data communication by properly using packets.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の発明は、ネットワーク上に接続され
たデバイスと通信可能なサーバ・クライアント型のネッ
トワークデバイス制御装置であって、前記デバイスの情
報の取得・設定を行うサーバアプリケーションと通信す
る通信手段と、該通信手段により送受信するデータを変
換するデータ変換手段と、前記通信手段のコネクション
型接続とコネクションレス型接続を管理する接続管理手
段とを有することを特徴とする。
According to one aspect of the present invention, there is provided a server / client type network device control device capable of communicating with a device connected to a network, the device comprising: Communication means for communicating with a server application for obtaining and setting information of the communication means, data conversion means for converting data transmitted and received by the communication means, and connection management means for managing connection-type and connectionless connection of the communication means And characterized in that:

【0010】上記目的を達成するため、請求項2記載の
発明は、更に、前記通信手段を介して前記デバイスから
取得した情報や前記デバイスに設定した情報を表示する
表示手段を有し、前記デバイスは、前記ネットワーク上
に接続されたプリンタ等のデバイスであることを特徴と
する。
In order to achieve the above object, the invention according to claim 2 further comprises display means for displaying information obtained from the device via the communication means and information set in the device, Is a device such as a printer connected to the network.

【0011】上記目的を達成するため、請求項3記載の
発明は、前記接続管理手段は、送信するデータのサイズ
に応じて前記コネクション型接続による送信と前記コネ
クションレス型接続による送信とを切り替えることを特
徴とする。
In order to achieve the above object, the invention according to claim 3 is characterized in that the connection management means switches between transmission by the connection type connection and transmission by the connectionless type connection according to the size of data to be transmitted. It is characterized by.

【0012】上記目的を達成するため、請求項4記載の
発明は、前記接続管理手段は、送信するデータのサイズ
が小さい場合は前記コネクションレス型接続を使用して
送信するように制御し、送信するデータのサイズが大き
い場合は前記コネクション型接続を使用して送信するよ
うに制御することを特徴とする。
In order to achieve the above object, the invention according to claim 4 is characterized in that the connection management means controls to transmit using the connectionless connection when the size of data to be transmitted is small, and transmits the data. When the size of the data to be transmitted is large, control is performed so that the data is transmitted using the connection-type connection.

【0013】上記目的を達成するため、請求項5記載の
発明は、前記接続管理手段は、送信するデータのサイズ
がデータグラム型のパケットで送信可能な場合は前記デ
ータグラム型のパケットで送信するように制御し、送信
するデータのサイズが前記データグラム型のパケットで
送信不可能な場合はデータストリーム型のパケットで送
信するように制御することを特徴とする。
In order to achieve the above object, the invention according to claim 5 is characterized in that the connection management means transmits the data in the datagram type packet when the size of the data to be transmitted is a datagram type packet. In the case where the size of the data to be transmitted cannot be transmitted in the datagram type packet, the data is transmitted in the data stream type packet.

【0014】上記目的を達成するため、請求項6記載の
発明は、デバイスと、該デバイスと通信可能なサーバ・
クライアント型のネットワークデバイス制御装置とをネ
ットワーク上に有するネットワークシステムであって、
前記ネットワークデバイス制御装置は、前記デバイスの
情報の取得・設定を行うサーバアプリケーションと通信
する通信手段と、該通信手段により送受信するデータを
変換するデータ変換手段と、前記通信手段のコネクショ
ン型接続とコネクションレス型接続を管理する接続管理
手段とを有することを特徴とする。
In order to achieve the above object, the invention according to claim 6 provides a device and a server which can communicate with the device.
A network system having a client-type network device control device on a network,
The network device control device includes a communication unit that communicates with a server application that acquires and sets information on the device, a data conversion unit that converts data transmitted and received by the communication unit, and a connection-type connection and a connection of the communication unit. Connection management means for managing connectionless connections.

【0015】上記目的を達成するため、請求項7記載の
発明は、更に、前記ネットワークデバイス制御装置は、
前記通信手段を介して前記デバイスから取得した情報や
前記デバイスに設定した情報を表示する表示手段を有
し、前記デバイスは、前記ネットワーク上に接続された
プリンタ等のデバイスであることを特徴とする。
[0015] To achieve the above object, the invention according to claim 7 further comprises the network device control apparatus,
Display means for displaying information obtained from the device via the communication means and information set in the device, wherein the device is a device such as a printer connected to the network. .

【0016】上記目的を達成するため、請求項8記載の
発明は、前記ネットワークデバイス制御装置の前記接続
管理手段は、送信するデータのサイズに応じて前記コネ
クション型接続による送信と前記コネクションレス型接
続による送信とを切り替えることを特徴とする。
In order to achieve the above object, the invention according to claim 8 is characterized in that the connection management means of the network device control apparatus transmits the connection-based connection and the connectionless connection in accordance with the size of data to be transmitted. The transmission is switched to the transmission by

【0017】上記目的を達成するため、請求項9記載の
発明は、前記ネットワークデバイス制御装置の前記接続
管理手段は、送信するデータのサイズが小さい場合は前
記コネクションレス型接続を使用して送信するように制
御し、送信するデータのサイズが大きい場合は前記コネ
クション型接続を使用して送信するように制御すること
を特徴とする。
According to a ninth aspect of the present invention, when the size of data to be transmitted is small, the connection management means of the network device controller transmits the data using the connectionless connection. And when the size of the data to be transmitted is large, the transmission is controlled using the connection-type connection.

【0018】上記目的を達成するため、請求項10記載
の発明は、前記ネットワークデバイス制御装置の前記接
続管理手段は、送信するデータのサイズがデータグラム
型のパケットで送信可能な場合は前記データグラム型の
パケットで送信するように制御し、送信するデータのサ
イズが前記データグラム型のパケットで送信不可能な場
合はデータストリーム型のパケットで送信するように制
御することを特徴とする。
In order to achieve the above object, the invention according to claim 10 is characterized in that the connection management means of the network device control apparatus is configured to transmit the datagram if the size of the data to be transmitted is a datagram type packet. Control is performed so that the data is transmitted in a data stream type packet when the size of the data to be transmitted cannot be transmitted in the datagram type packet.

【0019】上記目的を達成するため、請求項11記載
の発明は、ネットワーク上に接続されたデバイスと通信
可能なサーバ・クライアント型のネットワークデバイス
制御装置に適用されるネットワークデバイス制御方法で
あって、前記デバイスの情報の取得・設定を行うサーバ
アプリケーションと通信する通信工程と、該通信工程に
より送受信するデータを変換するデータ変換手段と、前
記通信工程で使用するコネクション型接続とコネクショ
ンレス型接続を管理する接続管理手段とを有することを
特徴とする。
According to an eleventh aspect of the present invention, there is provided a network device control method applied to a server / client type network device control apparatus capable of communicating with a device connected on a network, A communication step for communicating with a server application for acquiring and setting information on the device, a data conversion means for converting data transmitted and received in the communication step, and managing connection-type connections and connectionless connections used in the communication step And connection management means for performing the connection.

【0020】上記目的を達成するため、請求項12記載
の発明は、更に、前記通信工程を介して前記デバイスか
ら取得した情報や前記デバイスに設定した情報を表示す
る表示工程を有し、前記デバイスは、前記ネットワーク
上に接続されたプリンタ等のデバイスであることを特徴
とする。
In order to achieve the above object, the invention according to claim 12 further comprises a display step of displaying information obtained from the device via the communication step or information set in the device, Is a device such as a printer connected to the network.

【0021】上記目的を達成するため、請求項13記載
の発明は、前記接続管理工程では、送信するデータのサ
イズに応じて前記コネクション型接続による送信と前記
コネクションレス型接続による送信とを切り替えること
を特徴とする。
According to a thirteenth aspect of the present invention, in the connection management step, the transmission between the connection type connection and the connectionless type connection is switched according to the size of data to be transmitted. It is characterized by.

【0022】上記目的を達成するため、請求項14記載
の発明は、前記接続管理工程では、送信するデータのサ
イズが小さい場合は前記コネクションレス型接続を使用
して送信するように制御し、送信するデータのサイズが
大きい場合は前記コネクション型接続を使用して送信す
るように制御することを特徴とする。
In order to achieve the above object, the invention according to claim 14 is characterized in that, in the connection management step, when the size of data to be transmitted is small, the transmission is controlled using the connectionless connection, and the transmission is performed. When the size of the data to be transmitted is large, control is performed so that the data is transmitted using the connection-type connection.

【0023】上記目的を達成するため、請求項15記載
の発明は、前記接続管理工程では、送信するデータのサ
イズがデータグラム型のパケットで送信可能な場合は前
記データグラム型のパケットで送信するように制御し、
送信するデータのサイズが前記データグラム型のパケッ
トで送信不可能な場合はデータストリーム型のパケット
で送信するように制御することを特徴とする。
In order to achieve the above object, the invention according to claim 15 is characterized in that, in the connection management step, if the size of data to be transmitted can be transmitted as a datagram type packet, the data is transmitted as the datagram type packet. So that
When the size of the data to be transmitted cannot be transmitted in the datagram type packet, the data is transmitted in a data stream type packet.

【0024】上記目的を達成するため、請求項16記載
の発明は、ネットワーク上に接続されたデバイスと通信
可能なサーバ・クライアント型のネットワークデバイス
制御装置に適用されるネットワークデバイス制御方法を
実行するプログラムを記憶したコンピュータにより読み
出し可能な記憶媒体であって、前記ネットワークデバイ
ス制御方法は、前記デバイスの情報の取得・設定を行う
サーバアプリケーションと通信するように制御する通信
ステップと、該通信ステップにより送受信するデータを
変換するように制御するデータ変換手段と、前記通信ス
テップで使用するコネクション型接続とコネクションレ
ス型接続を管理するように制御する接続管理手段とを有
することを特徴とする。
In order to achieve the above object, an invention according to claim 16 is a program for executing a network device control method applied to a server / client type network device control device capable of communicating with a device connected on a network. Is a storage medium readable by a computer having stored therein, wherein the network device control method includes: a communication step of controlling communication with a server application for acquiring and setting information of the device; It is characterized by comprising data conversion means for controlling data conversion and connection management means for controlling connection-type connection and connectionless-type connection used in the communication step.

【0025】上記目的を達成するため、請求項17記載
の発明は、更に、前記通信ステップを介して前記デバイ
スから取得した情報や前記デバイスに設定した情報を表
示するように制御する表示ステップを有し、前記デバイ
スは、前記ネットワーク上に接続されたプリンタ等のデ
バイスであることを特徴とする。
In order to achieve the above object, the invention according to claim 17 further comprises a display step of controlling to display information obtained from the device via the communication step or information set in the device. The device is a device such as a printer connected to the network.

【0026】上記目的を達成するため、請求項18記載
の発明は、前記接続管理ステップでは、送信するデータ
のサイズに応じて前記コネクション型接続による送信と
前記コネクションレス型接続による送信とを切り替える
ように制御することを特徴とする。
In order to achieve the above object, the invention according to claim 18 is characterized in that in the connection management step, transmission between the connection-type connection and transmission using the connectionless connection is switched according to the size of data to be transmitted. Is controlled.

【0027】上記目的を達成するため、請求項19記載
の発明は、前記接続管理ステップでは、送信するデータ
のサイズが小さい場合は前記コネクションレス型接続を
使用して送信するように制御し、送信するデータのサイ
ズが大きい場合は前記コネクション型接続を使用して送
信するように制御することを特徴とする。
[0027] In order to achieve the above object, the invention according to claim 19 is characterized in that, in the connection management step, when the size of data to be transmitted is small, the transmission is controlled using the connectionless connection, and the transmission is performed. When the size of the data to be transmitted is large, control is performed so that the data is transmitted using the connection-type connection.

【0028】上記目的を達成するため、請求項20記載
の発明は、前記接続管理ステップでは、送信するデータ
のサイズがデータグラム型のパケットで送信可能な場合
は前記データグラム型のパケットで送信するように制御
し、送信するデータのサイズが前記データグラム型のパ
ケットで送信不可能な場合はデータストリーム型のパケ
ットで送信するように制御することを特徴とする。
In order to achieve the above object, in the invention according to claim 20, in the connection management step, if the size of the data to be transmitted is a datagram type packet, the data is transmitted in the datagram type packet. In the case where the size of the data to be transmitted cannot be transmitted in the datagram type packet, the data is transmitted in the data stream type packet.

【0029】[0029]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0030】本発明の実施の形態に係るネットワーク管
理装置は、ネットワーク上のデバイスとの通信にコネク
ションレス型のパケットを使用するSNMP/MIBの
特徴を用いて、サーバアプリケーションとクライアント
アプリケーションのプロセス間通信で動的にコネクショ
ン型とコネクションレス型の接続を使用することで、従
来のような、サーバアプリケーションとクライアントア
プリケーションのデータの送信にコネクション型の接続
を確立し、確立したコネクションを使用してコネクショ
ン型のデータ通信を行っているためにデータ送信が遅い
という欠点を解消するものである。以下、詳細に説明す
る。
A network management apparatus according to an embodiment of the present invention uses a feature of SNMP / MIB, which uses connectionless packets for communication with devices on a network, to perform inter-process communication between a server application and a client application. By using connection-type and connectionless-type connections dynamically, a connection-type connection is established for data transmission between the server application and the client application as in the past, and the connection-type connection is established using the established connection. This eliminates the disadvantage that data transmission is slow due to the data communication. The details will be described below.

【0031】図2は本発明の実施の形態に係るネットワ
ークシステムの構成例を示す概念図である。本発明の実
施の形態に係るネットワークシステムは、LAN(Loca
l Area Network)100上には、ネットワークボード
(NB)101を備え開放型アーキテクチャを有するプ
リンタ102、パーソナルコンピュータ(PC)10
3、パーソナルコンピュータ(PC)104、ファイル
サーバ106、プリントサーバ108、パーソナルコン
ピュータ(PC)121、変調/復調(MODEM)/
トランスポンダ130が接続され、LAN110上に
は、パーソナルコンピュータ(PC)111、パーソナ
ルコンピュータ(PC)112、ファイルサーバ11
3、プリントサーバ115、変調/復調(MODEM)
/トランスポンダ130が接続され、LAN120上に
は、パーソナルコンピュータ(PC)122、バックボ
ーン140が接続された構成となっている。更に、上記
パーソナルコンピュータ(PC)104にはプリンタ1
05が接続され、上記プリントサーバ108にはプリン
タ109a、プリンタ109bが接続され、上記プリン
トサーバ115にはプリンタ116、プリンタ117が
接続され、上記バックボーン140には変調/復調(M
ODEM)/トランスポンダ130が接続された構成と
なっている。
FIG. 2 is a conceptual diagram showing a configuration example of a network system according to an embodiment of the present invention. The network system according to the embodiment of the present invention includes a LAN (Loca
l Area Network) 100, a printer 102 having a network board (NB) 101 and an open architecture, a personal computer (PC) 10
3. Personal computer (PC) 104, file server 106, print server 108, personal computer (PC) 121, modulation / demodulation (MODEM) /
A transponder 130 is connected, and a personal computer (PC) 111, a personal computer (PC) 112, a file server 11
3. Print server 115, modulation / demodulation (MODEM)
/ Transponder 130 is connected, and a personal computer (PC) 122 and a backbone 140 are connected on the LAN 120. Further, the personal computer (PC) 104 includes a printer 1
5, a printer 109a and a printer 109b are connected to the print server 108, a printer 116 and a printer 117 are connected to the print server 115, and a modulation / demodulation (M
ODEM) / transponder 130 are connected.

【0032】上記構成を詳述すると、LAN100上に
おいて、プリンタ102は、ネットワークボード(N
B)101を介してLAN100と接続されており、開
放型アーキテクチャを有する。パーソナルコンピュータ
(PC)103は、各種情報処理に用いるものであり、
図3に示す構成を有する。パーソナルコンピュータ(P
C)104は、各種情報処理に用いる。ファイルサーバ
106は、ネットワークディスク107におけるユーザ
のファイル管理を行う。プリントサーバ108は、プリ
ンタ109a及びプリンタ109bと接続されており、
LAN100上の他のPCに対し、プリンタ109a、
プリンタ109bによるプリントのサービスを行う。パ
ーソナルコンピュータ(PC)121は、各種情報処理
に用いるものであり、図3に示す構成を有する。変調/
復調(MODEM)/トランスポンダ130は、LAN
100、LAN110、LAN120の間における中継
機能を有する。
The above configuration will be described in detail. On the LAN 100, the printer 102 is connected to a network board (N
B) It is connected to the LAN 100 via 101 and has an open architecture. A personal computer (PC) 103 is used for various information processing.
It has the configuration shown in FIG. Personal computer (P
C) 104 is used for various information processing. The file server 106 manages files of users on the network disk 107. The print server 108 is connected to the printer 109a and the printer 109b,
A printer 109a,
A print service is provided by the printer 109b. The personal computer (PC) 121 is used for various types of information processing and has a configuration shown in FIG. modulation/
Demodulation (MODEM) / Transponder 130 is LAN
100, a LAN 110, and a LAN 120.

【0033】LAN110上において、パーソナルコン
ピュータ(PC)111は、各種情報処理を行う。パー
ソナルコンピュータ(PC)112は、各種情報処理に
用いる。ファイルサーバ113は、ネットワークディス
ク114におけるユーザのファイル管理を行う。プリン
トサーバ115は、プリンタ116及びプリンタ117
と接続されており、LAN110上の他のPCに対し、
プリンタ116、プリンタ117によるプリントのサー
ビスを行う。変調/復調(MODEM)/トランスポン
ダ130は、LAN100、LAN110、LAN12
0の間における中継機能を有する。
On the LAN 110, a personal computer (PC) 111 performs various information processing. A personal computer (PC) 112 is used for various information processing. The file server 113 manages user files on the network disk 114. The print server 115 includes a printer 116 and a printer 117.
Connected to other PCs on the LAN 110,
A printing service is provided by the printer 116 and the printer 117. The modulation / demodulation (MODEM) / transponder 130 is a LAN 100, a LAN 110, a LAN 12
It has a relay function between 0.

【0034】LAN120上において、パーソナルコン
ピュータ(PC)122は、各種情報処理に用いる。バ
ックボーン140は、LAN120とLAN100及び
LAN110を接続し、各LAN100、110、12
0を介した交信が通過する基幹的役割を果たす通信媒体
であり、LAN110上の変調/復調(MODEM)/
トランスポンダ130と接続されている。この場合、上
記LAN110上の変調/復調(MODEM)/トラン
スポンダ130と、上記LAN100上の変調/復調
(MODEM)/トランスポンダ130とは、WAN
(Wide Area Network)を介して通信可能に構成されて
いる。
On the LAN 120, a personal computer (PC) 122 is used for various information processing. The backbone 140 connects the LAN 120 to the LAN 100 and the LAN 110, and the LANs 100, 110, 12
0 is a communication medium that plays a fundamental role through which communication through the LAN 110 passes.
It is connected to the transponder 130. In this case, the modulation / demodulation (MODEM) / transponder 130 on the LAN 110 and the modulation / demodulation (MODEM) / transponder 130 on the LAN 100 are WAN
(Wide Area Network).

【0035】図1は上記図2に示した本発明の実施の形
態に係るネットワークシステムにおけるネットワーク管
理装置200(ネットワーク管理ソフトウェアが稼働す
るPC103、PC121)の構成例を示すブロック図
である。本発明の実施の形態に係るネットワーク管理装
置200は、CPU201(データ変換手段、接続管理
手段)、ROM202、RAM203、システムバス2
04、キーボードコントローラ(KBC)205、CR
Tコントローラ(CRTC)206、ディスクコントロ
ーラ(DKC)207、ネットワークインタフェースカ
ード(NIC)208(通信手段)、キーボード(K
B)209、CRT210(表示手段)、ハードディス
ク(HD)211、フロッピーディスク(FD)212
を備えている。即ち、上記図2に示したPC103、P
C121は、各々、図1に示す構成を備えている。図中
100はLANを示す。
FIG. 1 is a block diagram showing a configuration example of the network management apparatus 200 (PC 103 or PC 121 on which network management software runs) in the network system according to the embodiment of the present invention shown in FIG. The network management device 200 according to the embodiment of the present invention includes a CPU 201 (data conversion unit, connection management unit), a ROM 202, a RAM 203, and a system bus 2.
04, keyboard controller (KBC) 205, CR
T controller (CRTC) 206, disk controller (DKC) 207, network interface card (NIC) 208 (communication means), keyboard (K
B) 209, CRT 210 (display means), hard disk (HD) 211, floppy disk (FD) 212
It has. That is, the PC 103, P shown in FIG.
Each of the C121 has the configuration shown in FIG. In the figure, 100 indicates a LAN.

【0036】上記構成を詳述すると、CPU201は、
システムバス204を介して本装置全体を制御する中央
処理装置であり、後述の図7及び図8のフローチャート
に示す処理を実行する。特許請求の範囲におけるデータ
変換手段、接続管理手段はCPU201及びCPU20
1で実行されるネットワーク管理プログラムにより実現
される。ROM202は、プログラムや固定データを記
憶する。RAM203は、各種データを記憶する。キー
ボードコントローラ(KBC)205は、キーボード
(KB)209からのデータ入力を制御する。CRTコ
ントローラ(CRTC)206は、CRT210に対す
る表示制御を行う。ディスクコントローラ(DKC)2
07は、ハードディスク(HD)211、フロッピーデ
ィスク(FD)212に対するデータの書き込み/読み
出しを制御する。
The above configuration will be described in detail.
This is a central processing unit that controls the entire apparatus via the system bus 204, and executes processing shown in flowcharts of FIGS. 7 and 8 described later. The data conversion means and the connection management means in the claims are the CPU 201 and the CPU 20.
This is realized by the network management program executed in step 1. The ROM 202 stores programs and fixed data. The RAM 203 stores various data. A keyboard controller (KBC) 205 controls data input from a keyboard (KB) 209. A CRT controller (CRTC) 206 controls display on the CRT 210. Disk controller (DKC) 2
Reference numeral 07 controls writing / reading of data to / from the hard disk (HD) 211 and the floppy disk (FD) 212.

【0037】ネットワークインタフェースカード(NI
C)208は、LAN100との間におけるデータ通信
のインタフェースを司る。キーボード(KB)209
は、各種データ入力や各種設定に用いる。CRT210
は、CRTコントローラ206の制御に基づき文字や図
形等を表示する表示手段である。尚、表示手段はCRT
に限定されるものではなく、液晶ディスプレイ等でもよ
い。ハードディスク(HD)211は、下記で詳述する
プログラムを記憶する。フロッピーディスク(FD)2
12は、各種データを記憶する。
A network interface card (NI
C) 208 manages an interface for data communication with the LAN 100. Keyboard (KB) 209
Is used for various data input and various settings. CRT210
Is display means for displaying characters, graphics, and the like based on the control of the CRT controller 206. The display means is CRT
However, the present invention is not limited to this, and a liquid crystal display or the like may be used. The hard disk (HD) 211 stores a program described in detail below. Floppy disk (FD) 2
Reference numeral 12 stores various data.

【0038】即ち、本発明のネットワーク管理装置は、
従来のネットワーク管理装置を実現可能なPCと同様の
構成を有するPC上に実現される。上記ハードディスク
(HD)211には、後述の全ての説明で動作主体とな
る本発明に係るネットワーク管理ソフトウェアのプログ
ラムが格納される。後述の全ての説明において、特に断
りの無い限り、実行の主体はハードウェア上はCPU2
01である。一方、ソフトウェア上の制御の主体はハー
ドディスク(HD)211に格納されたネットワーク管
理ソフトウェアである。本発明の実施の形態において
は、OS(オペレーティングシステム)は例えばウィン
ドウズ95(マイクロソフト社製)を想定しているが、
これに限るものではない。
That is, the network management device of the present invention
It is realized on a PC having the same configuration as a PC capable of realizing a conventional network management device. The hard disk (HD) 211 stores a program of network management software according to the present invention, which is an operation main body in all the descriptions below. In all of the following description, unless otherwise specified, the subject of execution is CPU 2 on hardware.
01. On the other hand, the subject of control on software is network management software stored in the hard disk (HD) 211. In the embodiment of the present invention, the OS (Operating System) is assumed to be, for example, Windows 95 (manufactured by Microsoft).
It is not limited to this.

【0039】尚、本発明の実施の形態に係るネットワー
ク管理プログラムは、フロッピーディスクやCD−RO
M等の記憶媒体に格納された形で供給されてもよく、そ
の場合には上記図1に示したディスクコントローラ(D
KC)207または不図示のCD−ROMドライブ等に
よって記憶媒体からプログラムが読み取られ、ハードデ
ィスク(HD)211にインストールされる。
The network management program according to the embodiment of the present invention includes a floppy disk and a CD-RO.
M may be supplied in a form stored in a storage medium such as M. In this case, the disk controller (D) shown in FIG.
The program is read from the storage medium by the KC) 207 or a CD-ROM drive (not shown) or the like, and is installed on the hard disk (HD) 211.

【0040】図3は上記図2に示した本発明の実施の形
態に係るネットワークシステムにおけるNetSot
GUI(ネットワーク管理ソフトウェアにおけるGUI
部分のプロセス)とVDC(ネットワーク管理ソフトウ
ェアにおけるデバイスと通信する部分のプロセス)の関
係を示すブロック図である。図3の例では、NetSp
ot GUI(プロセスA)はPC103上で実現さ
れ、VDC(プロセスB)はPC121上で実現され
る。図3については下記の動作説明箇所で詳述する。
FIG. 3 shows NetSot in the network system according to the embodiment of the present invention shown in FIG.
GUI (GUI for network management software
FIG. 4 is a block diagram illustrating a relationship between a partial process and a VDC (a process of a portion that communicates with a device in network management software). In the example of FIG. 3, NetSp
The ot GUI (process A) is realized on the PC 103, and the VDC (process B) is realized on the PC 121. FIG. 3 will be described in detail in the following description of operation.

【0041】図4は本発明の実施の形態に係るデバイス
リストの表示例を示す説明図であり、デバイス名、製品
名、ネットワークアドレス等を対応付けて画面上に表示
した例である。図5は本発明の実施の形態に係るデバイ
ス詳細ウィンドウの表示例を示す説明図であり、デバイ
ス(プリンタ)に装備された給紙トレイ、上段カセッ
ト、下段カセット、ペーパーデッキ、封筒フィーダに各
々装填されている用紙サイズ等に関する情報を画面上に
表示した例である。図6は本発明の実施の形態に係るF
ile VDCの表示例を示す説明図であり、文字:F
ile VDCを画面上に表示した例である。図4〜図
6の画面は上記図1のCRT210に表示される。
FIG. 4 is an explanatory view showing a display example of a device list according to the embodiment of the present invention, in which a device name, a product name, a network address and the like are displayed on a screen in association with each other. FIG. 5 is an explanatory view showing a display example of a device detail window according to the embodiment of the present invention, in which a paper feed tray, an upper cassette, a lower cassette, a paper deck, and an envelope feeder provided in a device (printer) are respectively loaded. This is an example in which information relating to the paper size and the like being displayed is displayed on the screen. FIG. 6 is a diagram showing an F-type according to an embodiment of the present invention.
FIG. 10 is an explanatory diagram showing a display example of an ile VDC, and a character: F
This is an example in which ile VDC is displayed on a screen. 4 to 6 are displayed on the CRT 210 shown in FIG.

【0042】図10は本発明のプログラム(ネットワー
ク管理プログラム)及び関連データが記憶媒体から装置
に供給される概念例を示す説明図である。本発明のプロ
グラム及び関連データは、フロッピーディスクやCD−
ROM等の記憶媒体1001を装置1002に装備され
た記憶媒体ドライブ挿入口1003に挿入することで供
給される。その後、本発明のプログラム及び関連データ
を記憶媒体1001から一旦ハードディスクにインスト
ールしハードディスクからRAMにロードするか、或い
はハードディスクにインストールせずに直接RAMにロ
ードすることで、本発明のプログラム及び関連データを
実行することが可能となる。
FIG. 10 is an explanatory diagram showing a conceptual example in which the program (network management program) of the present invention and related data are supplied to the apparatus from a storage medium. The program and related data of the present invention are stored on a floppy disk or CD-
It is supplied by inserting a storage medium 1001 such as a ROM into a storage medium drive insertion slot 1003 provided in the apparatus 1002. Thereafter, the program and related data of the present invention are temporarily installed on the hard disk from the storage medium 1001 and loaded into the RAM from the storage medium 1001, or directly loaded into the RAM without being installed on the hard disk, so that the program and the related data of the present invention are stored. It is possible to execute.

【0043】この場合、本発明の実施の形態に係るネッ
トワーク管理装置において本発明のプログラムを実行す
る場合は、例えば上記図10に示したような手順でネッ
トワーク管理装置に本発明のプログラム及び関連データ
を供給するか、或いはネットワーク管理装置に予め本発
明のプログラム及び関連データを格納しておくことで、
プログラム実行が可能となる。
In this case, when the program of the present invention is executed in the network management device according to the embodiment of the present invention, for example, the program of the present invention and related data are stored in the network management device according to the procedure shown in FIG. Or by storing the program of the present invention and related data in a network management device in advance,
Program execution becomes possible.

【0044】図9は本発明のプログラム(ネットワーク
管理プログラム)及び関連データを記憶した記憶媒体の
記憶内容の構成例を示す説明図である。本発明の記憶媒
体は、例えばボリューム情報901、ディレクトリ情報
902、プログラム実行ファイル903、プログラム関
連データファイル904等の記憶内容で構成される。本
発明のプログラムは、後述の図7及び図8のフローチャ
ートに基づきプログラムコード化されたものである。
FIG. 9 is an explanatory diagram showing a configuration example of the storage contents of a storage medium storing the program (network management program) of the present invention and related data. The storage medium of the present invention is configured by storage contents such as volume information 901, directory information 902, program execution file 903, and program-related data file 904. The program of the present invention is program-coded based on the flowcharts of FIGS. 7 and 8 described below.

【0045】次に、上記の如く構成された本発明の実施
の形態に係るネットワーク管理装置の動作を図3、図
7、図8を参照しながら詳細に説明する。以下の説明に
おいて、本発明の実施の形態に係るネットワーク管理ソ
フトウェアにおけるGUI部分のプロセスを「NetS
pot GUI」、ネットワーク管理ソフトウェアにお
けるデバイスと通信する部分のプロセスを「VDC」と
呼称する。
Next, the operation of the network management apparatus according to the embodiment of the present invention configured as described above will be described in detail with reference to FIG. 3, FIG. 7, and FIG. In the following description, the process of the GUI part in the network management software according to the embodiment of the present invention is referred to as “NetS
The “port GUI” and the process of the part of the network management software that communicates with the device are called “VDC”.

【0046】図3において、上記図2に示したPC10
3上でNetSpot GUIのプロセスを、上記図2
に示したPC121上でVDCのプロセスをそれぞれ起
動して、プリンタ102(SNMPエージェントが実装
されている)を管理する。NetSpot GUIはプ
ロセス間通信の機能を使用してVDCと通信を行い、V
DCはSNMPプロトコルを使用してデバイスと通信を
行う。
In FIG. 3, the PC 10 shown in FIG.
3 shows the process of the NetSpot GUI on FIG.
VDC processes are activated on the PC 121 shown in FIG. 1 to manage the printer 102 (in which an SNMP agent is mounted). The NetSpot GUI communicates with the VDC using the inter-process communication function.
The DC communicates with the device using the SNMP protocol.

【0047】デバイスから情報を取得するために、Ne
tSpot GUIはプロキシを用いてプロセス間通信
を行い、取得したいデバイス情報をVDCに送信する。
VDCはスタブから送信された情報を受け取り、SNM
Pプロトコルを用いてデバイスからMIB情報を取得す
る。取得した情報は、VDCのスタブからプロセス間通
信を使用してプロキシに送信され、プロキシからNet
Spot GUIにコールバック通知される。NetS
pot GUIはVDCからコールバック通知された情
報を基に、ビットマップ表示等を行ってデバイス情報を
CRT210に表示する。
To obtain information from the device, Ne
The tSpot GUI performs inter-process communication using a proxy, and transmits device information to be acquired to the VDC.
The VDC receives the information sent from the stub and
The MIB information is acquired from the device using the P protocol. The acquired information is transmitted from the VDC stub to the proxy using inter-process communication.
A callback notification is sent to the Spot GUI. NetS
The pot GUI displays device information on the CRT 210 by performing bitmap display or the like based on the information notified from the VDC by callback.

【0048】デバイスに情報を設定するために、Net
Spot GUIはプロキシを用いてプロセス間通信を
行い、設定したいデバイス情報をVDCに送信する。V
DCはスタブから送信された情報を受け取り、SNMP
プロトコルを用いてデバイスにMIB情報を設定する。
設定が成功したか失敗したかを示す情報は、VDCのス
タブからプロセス間通信を使用してプロキシに送信さ
れ、プロキシからNetSpot GUIにコールバッ
ク通知される。NetSpot GUIはVDCからコ
ールバック通知された情報を基に、ビットマップ表示等
を行って設定情報をCRT210に表示する。
To set information on the device, Net
The Spot GUI performs inter-process communication using a proxy, and transmits device information to be set to the VDC. V
The DC receives the information sent from the stub and sends the SNMP
MIB information is set in a device using a protocol.
Information indicating whether the setting was successful or failed is transmitted from the VDC stub to the proxy using inter-process communication, and the proxy notifies the NetSpot GUI of the callback. The NetSpot GUI displays setting information on the CRT 210 by performing bitmap display or the like based on the information notified from the VDC by callback.

【0049】先ず、上記のNetSpot GUIのプ
ロキシを通したリクエストの場合を図7のフローチャー
トを用いて説明する。図7のフローチャートでは、情報
の取得・設定の場合と、プロトコルの種類がTCP/I
P(Transmission Control Protocol/Internet Protoco
l)、NetWare(米国ノベル社が開発したネット
ワークOS)の場合の両方を明記してある。但し、プロ
トコルの種類はTCP/IP、NetWareに限るも
のではなく、データグラム型とデータストリーム型のプ
ロトコルを使い分けることにある。ステップS101に
おいて、NetSpot GUIからデバイス情報の取
得もしくは設定の要求を受け付ける。ステップS102
において、リクエストのために呼び出されたAPI(Ap
plication Program Interface)の引数データをマーシ
ャリングする。
First, the case of a request through the above-mentioned NetSpot GUI proxy will be described with reference to the flowchart of FIG. In the flowchart of FIG. 7, the case of information acquisition / setting and the case where the protocol type is TCP / I
P (Transmission Control Protocol / Internet Protoco
l) and NetWare (a network OS developed by Novell, USA). However, the type of protocol is not limited to TCP / IP or NetWare, but may be a datagram type or data stream type protocol. In step S101, a request for obtaining or setting device information is received from the NetSpot GUI. Step S102
API called for the request (Ap
replication program interface).

【0050】ステップS103において、上記マーシャ
リングしたデータのサイズがデータグラム型のパケット
を使用して送信可能かどうかチェックする。ステップS
104において、データグラム型のパケットで送信可能
な場合、ステップS105に進みデータグラム型のパケ
ット送信を行う。例えば、TCP/IPプロトコルを使
用する場合、UDP(User Datagram Protocol:TCP
/IPのレイヤ4の一つ)を使用する。上記マーシャリ
ングしたデータのサイズがデータグラム型のパケットサ
イズに収まらない場合、ステップS106に進みデータ
ストリーム型のパケットを用いて送信する。
In step S103, it is checked whether the size of the marshalled data can be transmitted using a datagram type packet. Step S
If it is determined in step 104 that datagram-type packets can be transmitted, the process advances to step S105 to transmit datagram-type packets. For example, when using the TCP / IP protocol, UDP (User Datagram Protocol: TCP)
/ One of layer 4 of IP / IP). If the size of the marshalled data does not fit in the datagram type packet size, the process proceeds to step S106, and the data is transmitted using a data stream type packet.

【0051】次に、上記のVDCのスタブからコールバ
ックされる場合を図8のフローチャートを用いて説明す
る。ステップS201において、デバイスから取得した
データ及びコールバック関数の引数データをマーシャリ
ングする。ステップS202において、上記マーシャリ
ングしたデータのサイズがデータグラム型のパケットを
使用して送信可能かどうかチェックする。
Next, a case where the callback is made from the VDC stub will be described with reference to the flowchart of FIG. In step S201, the data acquired from the device and the argument data of the callback function are marshaled. In step S202, it is checked whether the size of the marshalled data can be transmitted using a datagram type packet.

【0052】ステップS203において、上記マーシャ
リングしたデータのサイズがデータグラム型のパケット
で送信可能な場合、ステップS204に進みデータグラ
ム型のパケット送信を行う。例えば、TCP/IPプロ
トコルを使用する場合、UDPを使用する。NetWa
reプロトコルを使用する場合、IPX(Internetwork
Packet Exchange:米国ノベル社が開発したNetWa
re386のネットワークプロトコル)を使用する。上
記マーシャリングしたデータのサイズがデータグラム型
のパケットサイズに収まらない場合、ステップS205
に進みデータストリーム型のパケットを用いて送信す
る。
In step S203, if the size of the marshalled data can be transmitted in a datagram type packet, the flow advances to step S204 to transmit a datagram type packet. For example, when using the TCP / IP protocol, UDP is used. NetWa
IPX (Internetwork)
Packet Exchange: NetWa developed by Novell, USA
re386 network protocol). If the size of the marshalled data does not fit in the datagram type packet size, step S205
To transmit using a data stream type packet.

【0053】以上説明したように、本発明の実施の形態
に係るネットワーク管理装置によれば、送信するデータ
のサイズが小さい場合はコネクションレス型接続を使用
して送信するように制御し、送信するデータのサイズが
大きい場合はコネクション型接続を使用して送信するよ
うに制御するネットワーク管理プログラムを実行するC
PU201を備えているため、下記のような作用及び効
果を奏する。
As described above, according to the network management apparatus according to the embodiment of the present invention, when the size of the data to be transmitted is small, the data is controlled to be transmitted using the connectionless connection and transmitted. If the data size is large, execute a network management program that controls transmission using a connection-oriented connection.
Since the PU 201 is provided, the following operations and effects can be obtained.

【0054】コネクション型接続とコネクションレス型
接続を管理する制御を行うため、サーバアプリケーショ
ンとクライアントアプリケーションのデータの送信にお
いて、送信するデータサイズが小さい場合、コネクショ
ンレス型の接続を使用して送信し、送信するデータサイ
ズが大きい場合、コネクション型の接続を使用して送信
することにより、データ送信を高速にすることが可能と
なる。これは、デバイスとの通信にSNMP(Simple N
etwork Monitoring Protocol:簡易ネットワーク監視プ
ロトコル)/MIB(Management Information Base:
管理情報ベース)というコネクションレス型の接続を確
立し、データグラム型のパケットを用いる通信方法の特
徴を利用して、プロセス間通信においてデータグラム型
のパケットを用いて通信を行ってもソフトウェアの信頼
性が変化しないことからとれる手段である。
In order to control the connection-type connection and the connectionless-type connection, when the data size of the data transmitted by the server application and the client application is small, the data is transmitted using the connectionless-type connection. When the data size to be transmitted is large, data transmission can be performed at high speed by performing transmission using a connection-type connection. This is because SNMP (Simple N
etwork Monitoring Protocol: Simple Network Monitoring Protocol / MIB (Management Information Base)
The management information base) is used to establish a connectionless connection, and by utilizing the features of the communication method using datagram-type packets, software reliability can be maintained even when communication is performed using datagram-type packets in inter-process communication. It is a measure that can be taken because the gender does not change.

【0055】また、送信するデータサイズに応じてコネ
クション型とコネクションレス型の送信方法を切り替え
る制御を行うため、送信するデータサイズが小さい場
合、コネクションレス型の接続を使用して送信し、送信
するデータサイズが大きい場合、コネクション型の接続
を使用して送信することにより、データ送信を高速にす
ることが可能となる。
In addition, since control is performed to switch between a connection type and a connectionless transmission method according to the size of data to be transmitted, when the data size to be transmitted is small, transmission is performed using a connectionless connection and transmission is performed. When the data size is large, it is possible to speed up data transmission by transmitting using a connection-type connection.

【0056】即ち、本発明の実施の形態においては、サ
ーバアプリケーションとクライアントアプリケーション
でコネクション型の接続を確立しデータ送信を行ってい
るために通信速度が遅い場合、送信するデータサイズに
応じてコネクション型とコネクションレス型のデータ送
信方法を切り替えることにより、データグラム型のパケ
ットとデータストリーム型のパケットを使い分け、高速
のデータ通信を行うことができるという効果を奏する。
That is, in the embodiment of the present invention, when the communication speed is low because the server application and the client application establish a connection-type connection and perform data transmission, the connection-type connection is performed in accordance with the data size to be transmitted. By switching between the data transmission method and the connectionless data transmission method, there is an effect that high-speed data communication can be performed by selectively using a datagram type packet and a data stream type packet.

【0057】[他の実施の形態] (1)上述した本発明の実施の形態においては、ネット
ワークシステムとして上記図2に示した構成を例に上げ
たが、本発明はこれに限定されるものではなく、PC、
プリントサーバ、ファイルサーバ、プリンタ、変調/復
調(MODEM)/トランスポンダ等の設置台数やLA
Nの設置数等は所望の構成とすることが可能である。
[Other Embodiments] (1) In the above-described embodiment of the present invention, the network system shown in FIG. 2 has been described as an example, but the present invention is not limited to this. Not a PC,
Number of installed print servers, file servers, printers, modulation / demodulation (MODEM) / transponders, and LA
The number of N and the like can be set as desired.

【0058】(2)また、上述した本発明の実施の形態
においては、デバイスリストとして上記図4に示したよ
うな電子写真方式のプリンタ(LBP)の場合を例に上
げたが、本発明はこれに限定されるものではなく、電子
写真方式のプリンタ以外に、インクジェット方式、静電
方式、放電破壊方式、熱転写方式、感熱方式等のプリン
タにも適用することが可能である。
(2) In the above-described embodiment of the present invention, the case of an electrophotographic printer (LBP) as shown in FIG. 4 is used as an example of the device list. The present invention is not limited to this, and can be applied to printers of an inkjet type, an electrostatic type, a discharge breakdown type, a thermal transfer type, a thermal type, and the like, in addition to an electrophotographic type printer.

【0059】(3)また、上述した本発明の実施の形態
においては、ネットワーク上に接続するデバイスとして
プリンタの場合を例に上げたが、本発明はこれに限定さ
れるものではなく、プリンタ以外に、例えばスキャナや
複写機等のデバイスをネットワーク上に接続することも
可能である。
(3) In the above-described embodiment of the present invention, the case where a printer is used as an example of a device connected to the network has been described. However, the present invention is not limited to this, and is not limited to a printer. Alternatively, a device such as a scanner or a copier can be connected on the network.

【0060】(4)また、上述した本発明の実施の形態
においては、NetSpot GUIをLAN100上
のPC103で実現し、VDCをLAN100上のPC
121で実現する場合を例に上げたが、本発明はこれに
限定されるものではなく、NetSpot GUI、V
DCをLAN100上の他のPCで実現する場合、或い
はNetSpot GUI、VDCをLAN110上の
PCで実現する場合、或いはNetSpot GUI、
VDCをLAN120上のPCで実現する場合にも適用
することが可能である。
(4) In the above embodiment of the present invention, the NetSpot GUI is realized by the PC 103 on the LAN 100, and the VDC is realized by the PC on the LAN 100.
121, the present invention is not limited to this, and the NetSpot GUI, V
When the DC is realized by another PC on the LAN 100, or when the VDC is realized by a PC on the LAN 110, or when the VDC is realized by the PC on the LAN 110, the NetSpot GUI,
The present invention can also be applied to a case where the VDC is realized by a PC on the LAN 120.

【0061】尚、本発明は、複数の機器から構成される
システムに適用しても、1つの機器からなる装置に適用
してもよい。上述した実施形態の機能を実現するソフト
ウエアのプログラムコードを記憶した記憶媒体を、シス
テム或いは装置に供給し、そのシステム或いは装置のコ
ンピュータ(またはCPUやMPU)が記憶媒体に格納
されたプログラムコードを読み出し実行することによっ
ても、達成されることは言うまでもない。
The present invention may be applied to a system composed of a plurality of devices or an apparatus composed of one device. A storage medium storing software program codes for realizing the functions of the above-described embodiments is supplied to a system or an apparatus, and a computer (or CPU or MPU) of the system or the apparatus executes the program code stored in the storage medium. Needless to say, this can also be achieved by executing the reading.

【0062】この場合、記憶媒体から読み出されたプロ
グラムコード自体が上述した実施形態の機能を実現する
ことになり、そのプログラムコードを記憶した記憶媒体
は本発明を構成することになる。プログラムコードを供
給するための記憶媒体としては、例えば、フロッピーデ
ィスク、ハードディスク、光ディスク、光磁気ディス
ク、CD−ROM、CD−R、磁気テープ、不揮発性の
メモリカード、ROMなどを用いることができる。
In this case, the program code itself read from the storage medium implements the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention. As a storage medium for supplying the program code, for example, a floppy disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, and the like can be used.

【0063】また、コンピュータが読出したプログラム
コードを実行することにより、上述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOSなどが実
際の処理の一部または全部を行い、その処理によって上
述した実施形態の機能が実現される場合も含まれること
は言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS and the like running on the computer are actually executed based on the instructions of the program code. It goes without saying that a part or all of the above-described processing is performed, and the functions of the above-described embodiments are realized by the processing.

【0064】更に、記憶媒体から読出されたプログラム
コードが、コンピュータに挿入された機能拡張ボードや
コンピュータに接続された機能拡張ユニットに備わるメ
モリに書込まれた後、そのプログラムコードの指示に基
づき、その機能拡張ボードや機能拡張ユニットに備わる
CPUなどが実際の処理の一部または全部を行い、その
処理によって上述した実施形態の機能が実現される場合
も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instruction of the program code, It goes without saying that the CPU provided in the function expansion board or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0065】[0065]

【発明の効果】以上説明したように、請求項1〜2記載
のネットワークデバイス制御装置、請求項6〜7記載の
ネットワークシステム、請求項11〜12記載のネット
ワークデバイス制御方法、請求項16〜17記載の記憶
媒体によれば、コネクション型接続とコネクションレス
型接続を管理する制御を行うため、サーバアプリケーシ
ョンとクライアントアプリケーションのデータの送信に
おいて、送信するデータサイズが小さい場合、コネクシ
ョンレス型の接続を使用して送信し、送信するデータサ
イズが大きい場合、コネクション型の接続を使用して送
信することにより、データ送信を高速にすることが可能
となる。これは、デバイスとの通信にSNMP(Simple
Network Monitoring Protocol:簡易ネットワーク監視
プロトコル)/MIB(Management Information Bas
e:管理情報ベース)というコネクションレス型の接続
を確立し、データグラム型のパケットを用いる通信方法
の特徴を利用して、プロセス間通信においてデータグラ
ム型のパケットを用いて通信を行ってもソフトウェアの
信頼性が変化しないことからとれる手段である。
As described above, the network device control apparatus according to claims 1 to 2, the network system according to claims 6 to 7, the network device control method according to claims 11 to 12, and the claim 16 to 17 According to the storage medium described above, in order to perform control for managing connection-type connection and connectionless-type connection, when transmitting data of the server application and the client application, if the data size to be transmitted is small, a connectionless-type connection is used. When the data size to be transmitted is large, the data transmission can be performed at high speed by performing transmission using a connection-type connection. This is because SNMP (Simple)
Network Monitoring Protocol: Simple Network Monitoring Protocol / MIB (Management Information Bass)
e: management information base), which establishes a connectionless connection and uses the features of the communication method that uses datagram-type packets to enable software to communicate using datagram-type packets in inter-process communication. This is a measure that can be taken because the reliability does not change.

【0066】即ち、サーバアプリケーションとクライア
ントアプリケーションでコネクション型の接続を確立し
データ送信を行っているため通信速度が遅い場合、送信
するデータサイズに応じてコネクション型とコネクショ
ンレス型のデータ送信方法を切り替えることにより、デ
ータグラム型のパケットとデータストリーム型のパケッ
トを使い分け、高速のデータ通信を行うことができると
いう効果を奏する。
That is, when the communication speed is low because the server application and the client application establish a connection-type connection and perform data transmission, the connection-type and connectionless-type data transmission method is switched according to the data size to be transmitted. Thus, there is an effect that high-speed data communication can be performed by selectively using datagram type packets and data stream type packets.

【0067】請求項3〜5記載のネットワークデバイス
制御装置、請求項8〜10記載のネットワークシステ
ム、請求項13〜15記載のネットワークデバイス制御
方法、請求項18〜20記載の記憶媒体によれば、送信
するデータサイズに応じてコネクション型とコネクショ
ンレス型の送信方法を切り替える制御を行うため、送信
するデータサイズが小さい場合、コネクションレス型の
接続を使用して送信し、送信するデータサイズが大きい
場合、コネクション型の接続を使用して送信することに
より、データ送信を高速にすることが可能となる。
According to the network device control apparatus according to claims 3 to 5, the network system according to claims 8 to 10, the network device control method according to claims 13 to 15, and the storage medium according to claims 18 to 20, Performs control to switch between connection-type and connectionless-type transmission methods according to the size of data to be transmitted.If the data size to be transmitted is small, use a connectionless connection to transmit, and the data size to be transmitted is large By transmitting using a connection-type connection, data transmission can be performed at high speed.

【0068】即ち、サーバアプリケーションとクライア
ントアプリケーションでコネクション型の接続を確立し
データ送信を行っているため通信速度が遅い場合、送信
するデータサイズに応じてコネクション型とコネクショ
ンレス型のデータ送信方法を切り替えることにより、デ
ータグラム型のパケットとデータストリーム型のパケッ
トを使い分け、高速のデータ通信を行うことができると
いう効果を奏する。
That is, when the communication speed is low because the server application and the client application establish a connection-type connection and perform data transmission, the connection-type and connectionless-type data transmission method is switched according to the data size to be transmitted. Thus, there is an effect that high-speed data communication can be performed by selectively using datagram type packets and data stream type packets.

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

【図1】本発明の実施の形態に係るネットワークシステ
ムにおけるネットワーク管理装置の構成例を示すブロッ
ク図である。
FIG. 1 is a block diagram illustrating a configuration example of a network management device in a network system according to an embodiment of the present invention.

【図2】本発明の実施の形態に係るネットワークシステ
ムの構成例を示す概念図である。
FIG. 2 is a conceptual diagram showing a configuration example of a network system according to an embodiment of the present invention.

【図3】本発明の実施の形態に係るネットワークシステ
ムにおけるNetSot GUIとVDCの関係を示す
ブロック図である。
FIG. 3 is a block diagram showing a relationship between a NetSot GUI and a VDC in the network system according to the embodiment of the present invention.

【図4】本発明の実施の形態に係るデバイスリストの表
示例を示す説明図である。
FIG. 4 is an explanatory diagram showing a display example of a device list according to the embodiment of the present invention.

【図5】本発明の実施の形態に係るデバイス詳細ウィン
ドウの表示例を示す説明図である。
FIG. 5 is an explanatory diagram showing a display example of a device details window according to the embodiment of the present invention.

【図6】本発明の実施の形態に係るFile VDCの
表示例を示す説明図である。
FIG. 6 is an explanatory diagram showing a display example of File VDC according to the embodiment of the present invention.

【図7】本発明の実施の形態に係るリクエスト時の処理
を示すフローチャートである。
FIG. 7 is a flowchart showing processing at the time of a request according to the embodiment of the present invention.

【図8】本発明の実施の形態に係るコールバック時の処
理を示すフローチャートである。
FIG. 8 is a flowchart showing processing at the time of callback according to the embodiment of the present invention.

【図9】本発明のプログラム及び関連データを記憶した
記憶媒体の記憶内容の構成例を示す説明図である。
FIG. 9 is an explanatory diagram showing a configuration example of storage contents of a storage medium storing a program and related data of the present invention.

【図10】本発明のプログラム及び関連データが記憶媒
体から装置に供給される概念例を示す説明図である。
FIG. 10 is an explanatory diagram showing a conceptual example in which a program and related data of the present invention are supplied from a storage medium to an apparatus.

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

200 ネットワーク管理装置 201 CPU 208 NIC 210 CRT 211 HD 200 Network management device 201 CPU 208 NIC 210 CRT 211 HD

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04L 12/28 H04L 11/00 310D 5K033 29/06 13/00 305C 5K034 9A001 Fターム(参考) 2C061 AP01 AP04 AQ04 AQ05 AQ06 HH06 HJ06 HQ12 HQ17 HR07 2H027 EJ08 EJ13 EJ15 5B021 AA01 AA02 BB02 CC05 CC06 EE01 5B089 GA11 GA21 GB02 HA06 KA07 KG03 LB12 LB14 5K030 HA08 HC14 JA07 JT02 LB18 LB19 5K033 CB02 CC01 EA07 5K034 FF19 HH61 HH63 JJ23 KK21 MM24 9A001 CC06 CC07 DD10 JJ12 JJ27 LL09 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) H04L 12/28 H04L 11/00 310D 5K033 29/06 13/00 305C 5K034 9A001 F-term (Reference) 2C061 AP01 AP04 AQ04 AQ05 AQ06 HH06 HJ06 HQ12 HQ17 HR07 2H027 EJ08 EJ13 EJ15 5B021 AA01 AA02 BB02 CC05 CC06 EE01 5B089 GA11 GA21 GB02 HA06 KA07 KG03 LB12 LB14 5K030 HA08 HC14 JA07 JT02 5K3 CB18 CB12 CB18 JJ12 JJ27 LL09

Claims (20)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク上に接続されたデバイスと
通信可能なサーバ・クライアント型のネットワークデバ
イス制御装置であって、 前記デバイスの情報の取得・設定を行うサーバアプリケ
ーションと通信する通信手段と、該通信手段により送受
信するデータを変換するデータ変換手段と、前記通信手
段のコネクション型接続とコネクションレス型接続を管
理する接続管理手段とを有することを特徴とするネット
ワークデバイス制御装置。
1. A server / client type network device control device capable of communicating with a device connected on a network, comprising: a communication unit for communicating with a server application for acquiring and setting information on the device; A network device control apparatus, comprising: a data conversion unit for converting data transmitted / received by the unit; and a connection management unit for managing connection-type connection and connectionless-type connection of the communication unit.
【請求項2】 更に、前記通信手段を介して前記デバイ
スから取得した情報や前記デバイスに設定した情報を表
示する表示手段を有し、前記デバイスは、前記ネットワ
ーク上に接続されたプリンタ等のデバイスであることを
特徴とする請求項1記載のネットワークデバイス制御装
置。
And a display unit for displaying information obtained from the device via the communication unit and information set for the device, wherein the device is a device such as a printer connected to the network. 2. The network device control device according to claim 1, wherein
【請求項3】 前記接続管理手段は、送信するデータの
サイズに応じて前記コネクション型接続による送信と前
記コネクションレス型接続による送信とを切り替えるこ
とを特徴とする請求項1記載のネットワークデバイス制
御装置。
3. The network device control apparatus according to claim 1, wherein the connection management unit switches between transmission based on the connection type connection and transmission based on the connectionless type connection according to the size of data to be transmitted. .
【請求項4】 前記接続管理手段は、送信するデータの
サイズが小さい場合は前記コネクションレス型接続を使
用して送信するように制御し、送信するデータのサイズ
が大きい場合は前記コネクション型接続を使用して送信
するように制御することを特徴とする請求項3記載のネ
ットワークデバイス制御装置。
4. The connection management means controls so as to transmit using the connectionless connection when the size of data to be transmitted is small, and controls the connection type connection when the size of data to be transmitted is large. 4. The network device control apparatus according to claim 3, wherein control is performed so as to use and transmit.
【請求項5】 前記接続管理手段は、送信するデータの
サイズがデータグラム型のパケットで送信可能な場合は
前記データグラム型のパケットで送信するように制御
し、送信するデータのサイズが前記データグラム型のパ
ケットで送信不可能な場合はデータストリーム型のパケ
ットで送信するように制御することを特徴とする請求項
4記載のネットワークデバイス制御装置。
5. The connection management means controls, if the size of the data to be transmitted is a datagram-type packet, so that the data is transmitted in the datagram-type packet. 5. The network device control device according to claim 4, wherein when transmission is not possible with a gram type packet, control is performed so as to transmit with a data stream type packet.
【請求項6】 デバイスと、該デバイスと通信可能なサ
ーバ・クライアント型のネットワークデバイス制御装置
とをネットワーク上に有するネットワークシステムであ
って、 前記ネットワークデバイス制御装置は、前記デバイスの
情報の取得・設定を行うサーバアプリケーションと通信
する通信手段と、該通信手段により送受信するデータを
変換するデータ変換手段と、前記通信手段のコネクショ
ン型接続とコネクションレス型接続を管理する接続管理
手段とを有することを特徴とするネットワークシステ
ム。
6. A network system having a device and a server / client type network device control device capable of communicating with the device on a network, wherein the network device control device acquires and sets information on the device. Communication means for communicating with a server application for performing communication, data conversion means for converting data transmitted and received by the communication means, and connection management means for managing connection-type and connectionless connection of the communication means. And a network system.
【請求項7】 更に、前記ネットワークデバイス制御装
置は、前記通信手段を介して前記デバイスから取得した
情報や前記デバイスに設定した情報を表示する表示手段
を有し、前記デバイスは、前記ネットワーク上に接続さ
れたプリンタ等のデバイスであることを特徴とする請求
項6記載のネットワークシステム。
7. The network device control apparatus further includes display means for displaying information obtained from the device via the communication means and information set in the device, wherein the device is provided on the network. 7. The network system according to claim 6, wherein the network system is a connected device such as a printer.
【請求項8】 前記ネットワークデバイス制御装置の前
記接続管理手段は、送信するデータのサイズに応じて前
記コネクション型接続による送信と前記コネクションレ
ス型接続による送信とを切り替えることを特徴とする請
求項6記載のネットワークシステム。
8. The connection management means of the network device control apparatus switches between transmission by the connection type connection and transmission by the connectionless type connection according to the size of data to be transmitted. The described network system.
【請求項9】 前記ネットワークデバイス制御装置の前
記接続管理手段は、送信するデータのサイズが小さい場
合は前記コネクションレス型接続を使用して送信するよ
うに制御し、送信するデータのサイズが大きい場合は前
記コネクション型接続を使用して送信するように制御す
ることを特徴とする請求項8記載のネットワークシステ
ム。
9. The connection management means of the network device control apparatus controls to transmit using the connectionless connection when the size of data to be transmitted is small, and when the size of data to be transmitted is large. 9. The network system according to claim 8, wherein the transmission is controlled using the connection-type connection.
【請求項10】 前記ネットワークデバイス制御装置の
前記接続管理手段は、送信するデータのサイズがデータ
グラム型のパケットで送信可能な場合は前記データグラ
ム型のパケットで送信するように制御し、送信するデー
タのサイズが前記データグラム型のパケットで送信不可
能な場合はデータストリーム型のパケットで送信するよ
うに制御することを特徴とする請求項9記載のネットワ
ークシステム。
10. The connection management means of the network device control apparatus, when the size of data to be transmitted can be transmitted in a datagram type packet, controls the transmission so as to transmit the datagram type packet, and transmits the data. 10. The network system according to claim 9, wherein when the data size cannot be transmitted in the datagram type packet, the data size is controlled to be transmitted in a data stream type packet.
【請求項11】 ネットワーク上に接続されたデバイス
と通信可能なサーバ・クライアント型のネットワークデ
バイス制御装置に適用されるネットワークデバイス制御
方法であって、 前記デバイスの情報の取得・設定を行うサーバアプリケ
ーションと通信する通信工程と、該通信工程により送受
信するデータを変換するデータ変換手段と、前記通信工
程で使用するコネクション型接続とコネクションレス型
接続を管理する接続管理手段とを有することを特徴とす
るネットワークデバイス制御方法。
11. A network device control method applied to a server / client type network device control apparatus capable of communicating with a device connected on a network, comprising: a server application for acquiring and setting information on the device. A network comprising: a communication step for communicating; data conversion means for converting data transmitted / received in the communication step; and connection management means for managing connection-type connection and connectionless-type connection used in the communication step. Device control method.
【請求項12】 更に、前記通信工程を介して前記デバ
イスから取得した情報や前記デバイスに設定した情報を
表示する表示工程を有し、前記デバイスは、前記ネット
ワーク上に接続されたプリンタ等のデバイスであること
を特徴とする請求項11記載のネットワークデバイス制
御方法。
And a display step of displaying information acquired from the device through the communication step and information set in the device, wherein the device is a device such as a printer connected to the network. The network device control method according to claim 11, wherein:
【請求項13】 前記接続管理工程では、送信するデー
タのサイズに応じて前記コネクション型接続による送信
と前記コネクションレス型接続による送信とを切り替え
ることを特徴とする請求項11記載のネットワークデバ
イス制御方法。
13. The network device control method according to claim 11, wherein, in the connection management step, transmission between the connection-type connection and transmission using the connectionless connection is switched according to the size of data to be transmitted. .
【請求項14】 前記接続管理工程では、送信するデー
タのサイズが小さい場合は前記コネクションレス型接続
を使用して送信するように制御し、送信するデータのサ
イズが大きい場合は前記コネクション型接続を使用して
送信するように制御することを特徴とする請求項13記
載のネットワークデバイス制御方法。
14. In the connection management step, when the size of data to be transmitted is small, control is performed so as to transmit using the connectionless type connection. When the size of data to be transmitted is large, the connection type connection is controlled. 14. The network device control method according to claim 13, wherein the transmission is controlled by using the network device.
【請求項15】 前記接続管理工程では、送信するデー
タのサイズがデータグラム型のパケットで送信可能な場
合は前記データグラム型のパケットで送信するように制
御し、送信するデータのサイズが前記データグラム型の
パケットで送信不可能な場合はデータストリーム型のパ
ケットで送信するように制御することを特徴とする請求
項14記載のネットワークデバイス制御方法。
15. In the connection management step, if the size of the data to be transmitted can be transmitted in a datagram-type packet, control is performed so that the data is transmitted in the datagram-type packet. 15. The network device control method according to claim 14, wherein when transmission is not possible with a gram type packet, control is performed so as to transmit with a data stream type packet.
【請求項16】 ネットワーク上に接続されたデバイス
と通信可能なサーバ・クライアント型のネットワークデ
バイス制御装置に適用されるネットワークデバイス制御
方法を実行するプログラムを記憶したコンピュータによ
り読み出し可能な記憶媒体であって、 前記ネットワークデバイス制御方法は、前記デバイスの
情報の取得・設定を行うサーバアプリケーションと通信
するように制御する通信ステップと、該通信ステップに
より送受信するデータを変換するように制御するデータ
変換手段と、前記通信ステップで使用するコネクション
型接続とコネクションレス型接続を管理するように制御
する接続管理手段とを有することを特徴とする記憶媒
体。
16. A storage medium readable by a computer storing a program for executing a network device control method applied to a server / client type network device control device capable of communicating with a device connected on a network. A communication step for controlling communication with a server application that obtains and sets information on the device, and a data conversion unit that controls to convert data transmitted and received by the communication step; A storage medium comprising: connection management means for controlling connection-type connections and connectionless-type connections used in the communication step.
【請求項17】 更に、前記通信ステップを介して前記
デバイスから取得した情報や前記デバイスに設定した情
報を表示するように制御する表示ステップを有し、前記
デバイスは、前記ネットワーク上に接続されたプリンタ
等のデバイスであることを特徴とする請求項16記載の
記憶媒体。
17. The apparatus according to claim 17, further comprising a display step of controlling to display information obtained from said device through said communication step and information set in said device, wherein said device is connected to said network. 17. The storage medium according to claim 16, being a device such as a printer.
【請求項18】 前記接続管理ステップでは、送信する
データのサイズに応じて前記コネクション型接続による
送信と前記コネクションレス型接続による送信とを切り
替えるように制御することを特徴とする請求項16記載
の記憶媒体。
18. The method according to claim 16, wherein in the connection management step, control is performed so as to switch between transmission by the connection-type connection and transmission by the connectionless connection in accordance with the size of data to be transmitted. Storage medium.
【請求項19】 前記接続管理ステップでは、送信する
データのサイズが小さい場合は前記コネクションレス型
接続を使用して送信するように制御し、送信するデータ
のサイズが大きい場合は前記コネクション型接続を使用
して送信するように制御することを特徴とする請求項1
8記載の記憶媒体。
19. In the connection management step, when the size of data to be transmitted is small, control is performed so as to transmit using the connectionless connection. When the size of data to be transmitted is large, the connection-type connection is controlled. 2. The method according to claim 1, wherein the transmission is controlled by using the transmission.
8. The storage medium according to 8.
【請求項20】 前記接続管理ステップでは、送信する
データのサイズがデータグラム型のパケットで送信可能
な場合は前記データグラム型のパケットで送信するよう
に制御し、送信するデータのサイズが前記データグラム
型のパケットで送信不可能な場合はデータストリーム型
のパケットで送信するように制御することを特徴とする
請求項19記載の記憶媒体。
20. In the connection management step, when the size of the data to be transmitted can be transmitted in a datagram-type packet, control is performed such that the data is transmitted in the datagram-type packet. 20. The storage medium according to claim 19, wherein when transmission is impossible with a gram type packet, control is performed so as to transmit with a data stream type packet.
JP2000045706A 2000-02-23 2000-02-23 Network device controller, network system, network device control method and storage medium Withdrawn JP2001237884A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2000045706A JP2001237884A (en) 2000-02-23 2000-02-23 Network device controller, network system, network device control method and storage medium
US09/789,642 US20010023444A1 (en) 2000-02-23 2001-02-22 Information processing apparatus, information processing method and information processing program for transmitting data to external apparatus for communication of information on device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000045706A JP2001237884A (en) 2000-02-23 2000-02-23 Network device controller, network system, network device control method and storage medium

Publications (1)

Publication Number Publication Date
JP2001237884A true JP2001237884A (en) 2001-08-31

Family

ID=18568245

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000045706A Withdrawn JP2001237884A (en) 2000-02-23 2000-02-23 Network device controller, network system, network device control method and storage medium

Country Status (1)

Country Link
JP (1) JP2001237884A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003333075A (en) * 2002-05-16 2003-11-21 Web-Base Co Ltd Data-transmitting and receiving system
WO2019077894A1 (en) 2017-10-20 2019-04-25 ソニーセミコンダクタソリューションズ株式会社 Wireless communication device, wireless communication method, and computer program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003333075A (en) * 2002-05-16 2003-11-21 Web-Base Co Ltd Data-transmitting and receiving system
WO2019077894A1 (en) 2017-10-20 2019-04-25 ソニーセミコンダクタソリューションズ株式会社 Wireless communication device, wireless communication method, and computer program

Similar Documents

Publication Publication Date Title
US7546365B2 (en) Network device management system and method of controlling same
JP2000353141A (en) Device and method for managing network device
US8156209B1 (en) Aggregation devices processing keep-alive messages of point-to-point sessions
JP2008225911A (en) Method for detecting change in it resource configuration
US20100332681A1 (en) Communication apparatus capable of selecting a proper source address from a plurality of source addresses assigned thereto, method of controlling the same, and storage medium
JP2001237884A (en) Network device controller, network system, network device control method and storage medium
JP2009232180A (en) Communication system, processing requesting device, processing responding device, and program therefor
US20030055961A1 (en) Network device management apparatus, management system, and management method, and network device
US20010023444A1 (en) Information processing apparatus, information processing method and information processing program for transmitting data to external apparatus for communication of information on device
JP2001282656A (en) Unit and method for network device control
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
JP3977135B2 (en) Network device management system and control method thereof
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections
Cisco Terminal Service Connections

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060313

A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070501