JPS6051962A - Data communication system - Google Patents

Data communication system

Info

Publication number
JPS6051962A
JPS6051962A JP58160890A JP16089083A JPS6051962A JP S6051962 A JPS6051962 A JP S6051962A JP 58160890 A JP58160890 A JP 58160890A JP 16089083 A JP16089083 A JP 16089083A JP S6051962 A JPS6051962 A JP S6051962A
Authority
JP
Japan
Prior art keywords
data
communication
control mechanism
host computer
communication control
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.)
Pending
Application number
JP58160890A
Other languages
Japanese (ja)
Inventor
Kunihiko Kashiwara
柏原 邦彦
Naoto Kitazawa
北沢 直人
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58160890A priority Critical patent/JPS6051962A/en
Publication of JPS6051962A publication Critical patent/JPS6051962A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To eliminate useless data transfer between a host computer and a communication controlling mechanism by making the host computer prepare WRITE command and transmission data and give an input/output start instruction to the communication controlling mechanism. CONSTITUTION:A channel process interface controlling section 5 receives a start I/O instruction (IOS) from the host computer 1 and makes an interruption request to the computer 1. An input/output interface controlling section 8 gives an input/output request and controls data transfer. When transmitting data, the computer 1 prepares WRITE command and data and gives the SIO instruction to the communication controlling mechanism 2. On receiving the SIO instruction, the controlling mechanism 2 reads the WRITE command and performs necessary processing, and divides data designated by the WRITE command into units of segment and transmits to a terminal through a communication circuit 4.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、ホスト計算機と、通信制御機構と、複数の端
末と、各端末と上記通信制御機構とを接続する回線とを
具備し、且つ上記回線上を流れるデータがセグメント単
位に分割されて伝送されるようになった通信システムに
おいて、上記ホスト計算機がデータ送出を上記通信制御
機構に依頼するときセグメント長とセグメント個数を指
示する制御CCW(Channel Command 
Word)、Wr i t eコマンドおよびデータを
用意した後に、上記通信制御機構に5IO(スタートエ
10命令)欠発行し、SIO命令を受取ると、通信制御
機構は制御コマンドおよびWr i t eコマンドを
読出し、Wr it eコマンドで指定されたデータを
セグメントに分割して回線上に送出するようになったデ
ータ通信システムに関するものである。
[Detailed Description of the Invention] [Technical Field of the Invention] The present invention comprises a host computer, a communication control mechanism, a plurality of terminals, a line connecting each terminal to the communication control mechanism, and In a communication system in which data flowing on a line is divided into segments and transmitted, when the host computer requests the communication control mechanism to send data, it uses a control CCW (Channel Control Wave) that instructs the segment length and number of segments. Command
After preparing the Word), Write command and data, issue 5IO (Start 10 commands) to the communication control mechanism, and when receiving the SIO command, the communication control mechanism issues the control command and the Write command. The present invention relates to a data communication system in which data specified by read and write commands is divided into segments and sent over a line.

〔従来技術と問題点〕[Conventional technology and problems]

第1図はデータ通信システムの1例な示すものである。 FIG. 1 shows an example of a data communication system.

第1図において、1はホスト計算機、2は通信制御機構
、3は端末、4は通信回線をそれぞれ示している。ホス
ト計算機1は、ソフトウェア構成として、 O8,VT
AM(Vertual Te1ec。
In FIG. 1, 1 is a host computer, 2 is a communication control mechanism, 3 is a terminal, and 4 is a communication line. The host computer 1 has a software configuration of O8, VT.
AM (Virtual Telec.

rnmunication Access Metho
d)および応用プログラムAPPLを有している。通信
制御機構2は、ホスト計算a1上のVTAMと連系動作
し、ネットワークにおける通信回線や端末の制御を行う
ものである。通信回線上のデータはセグメント単位に分
割されている。従来技術においては一データをセグメン
ト単位に分割する処理をVTAMが実行しており、VT
AMは送信すべきデータをセグメント単位に分割し、各
セグメント単位に1個のWrite CCWを用意して
いる。このような従来方式では、セグメント長より大き
いデータを送信する場合1通信制御機構が複数個のWr
ite CCWを読取る必要があり、ホスト計算機1と
通信制御機構2との間で無駄なデータ転送が行われる。
rncommunication Access Method
d) and an application program APPL. The communication control mechanism 2 operates in conjunction with the VTAM on the host computer a1, and controls communication lines and terminals in the network. Data on a communication line is divided into segments. In the conventional technology, VTAM executes the process of dividing one piece of data into segments;
The AM divides the data to be transmitted into segments, and prepares one Write CCW for each segment. In such a conventional method, when transmitting data larger than the segment length, one communication control mechanism transmits multiple Wr
It is necessary to read the ite CCW, and unnecessary data transfer is performed between the host computer 1 and the communication control mechanism 2.

〔発明の目的〕 本発明は、上記の考察に基づくものであって。[Purpose of the invention] The present invention is based on the above consideration.

ホスト計算機と通信制御機構との間のデータ転送を出来
るだけ減少できるようになったデータ通信システムを提
供することを目的としている。
It is an object of the present invention to provide a data communication system that can reduce data transfer between a host computer and a communication control mechanism as much as possible.

〔発明の効果〕〔Effect of the invention〕

そしてそのため1本発明のデータ通信方式は。 Therefore, the data communication method of the present invention is as follows.

ホスト計算機と、通信制御機構と、端末と、上記通信制
御機構と上記端末とを接続する通信回線とを具備し、且
つ上記通信制御機構と端末との間のデータ転送がセグメ
ント単位に分割されて行われるようになったデータ通信
方式であって、上記ホスト計算機は、端末へデータを送
信する際、セグメント長およびセグメント個数を指示す
る制御コマンド、WRITEコマンドおよび送信データ
を用意して入出力開始命令を上記通信制御機構に対して
発行し、上記通信制御機構は、入出力開始命令を受取る
と、上記制御コマンドを参照して上記WRITEコマン
ドで指定されるデータをセグメント単位に分割して端末
に送信するよう構成されていることを特徴とするもので
ある。
The computer comprises a host computer, a communication control mechanism, a terminal, and a communication line connecting the communication control mechanism and the terminal, and data transfer between the communication control mechanism and the terminal is divided into segments. In this data communication method, when transmitting data to a terminal, the host computer prepares a control command that instructs the segment length and number of segments, a WRITE command, and transmission data, and issues an input/output start command. is issued to the communication control mechanism, and upon receiving the input/output start command, the communication control mechanism refers to the control command, divides the data specified by the WRITE command into segments, and sends them to the terminal. It is characterized in that it is configured to.

〔発明の実施例〕[Embodiments of the invention]

以下1本発明を図面を参照しつつ説明する。 The present invention will be explained below with reference to the drawings.

第2図は本発明で使用される通信制御機構のハードウェ
ア構成の1例を示す図−第3図はネットワークのノード
の論理階層および各階層を流れるデータのフォーマット
を説明する図、第4図は本発明の通信制御機構で行われ
る処理を説明する図である。
Fig. 2 is a diagram showing an example of the hardware configuration of the communication control mechanism used in the present invention - Fig. 3 is a diagram explaining the logical hierarchy of network nodes and the format of data flowing through each hierarchy, and Fig. 4 FIG. 2 is a diagram illustrating processing performed by the communication control mechanism of the present invention.

第2図において、5はチャネル−プロセス・インタフェ
ースlL6はコントロール・ストレージ。
In FIG. 2, 5 is a channel-process interface, and 6 is a control storage.

7はマイクロプロセッサ、8は入出力インタフェース部
をそれぞれ示している。マイクロプロセッサ7は、コン
トロール・ストレージ6内に格納されているマイクロプ
ログラムを実行するものであり、このマイクロプログラ
ムは通信制御機構2全体を制御するためのものである。
7 indicates a microprocessor, and 8 indicates an input/output interface section. The microprocessor 7 executes a microprogram stored in the control storage 6, and this microprogram is for controlling the entire communication control mechanism 2.

チャネル・プロセス・インタフェース制御部5は、ホス
ト計算機1からのSIOを受けたり、ホスト計算機1に
割込み要求を出したりする部分である。入出力インタフ
ェース制御部8は、入出力要求を出し、データ転送を制
御するものである。
The channel process interface control unit 5 is a part that receives SIO from the host computer 1 and issues interrupt requests to the host computer 1. The input/output interface control unit 8 issues input/output requests and controls data transfer.

第3図はネットワークのノードの論理階層および各階層
を流れるデータのフォーマットを示すものである。第3
図において−EUはエンド・ユーザ、NAUはネットワ
ーク・アドレサプルOユニット、TCはトランスミッシ
ョン・コントロール、PCはバス・コントロール、nr
、cは−y−タφリング・コントロールをそれぞれ示し
ている。
FIG. 3 shows the logical hierarchy of nodes in the network and the format of data flowing through each hierarchy. Third
In the diagram - EU is the end user, NAU is the network addressable unit, TC is the transmission control, PC is the bus control, nr
, c indicate the -y-taring control, respectively.

エンド−ユーザEUから渡されたデータは、NAU、T
C,PC及びDLCの各論理階層を経由して相手ノード
に渡されるが、この過程において各種の制御情報が付加
される。NAUは、エンド・ユーザEUから渡されたデ
ータをRU(Request/Re5ponse Un
it)に変換し、制御情報と共にTCを渡す。TCは、
NAUから渡された制御情報をもとにRH(Reque
st/Reaponse Header)を作成し、R
Hを付加してB I U (BasicInforma
tion Unit)を作成する。その後、制御情報と
共にBIUをPCに渡す。PCは、TCから渡された制
御情報を基にT H(TransmissionHea
der)を作成し、それをBTUに付加してPIU(P
ath Infomation Unit)とする。ま
た。
The data passed from the end-user EU is NAU, T
It is passed to the other node via each logical layer of C, PC, and DLC, and various control information is added in this process. NAU sends data passed from end user EU to RU (Request/Request Un
it) and pass the TC along with the control information. TC is
Based on the control information passed from NAU, RH (Requeue
st/Reaponse Header) and R
Add H to B I U (BasicInforma
tion unit). The BIU is then passed to the PC along with the control information. The PC transmits T H (TransmissionHea) based on the control information passed from the TC.
der) and appends it to the BTU to create a PIU (P
information unit). Also.

PCは、ブロッキングの指足がある場合、その処理を行
いB T U (Ba5ic Transmissio
n Unit)とする。ブロッキングがなされていない
場合、 BTUは1個のPIUからなる。DLCは、P
Cから渡されたBTUの前後に伝送制御情報を付即し、
BLU (Ba5ic Lin1c Unit)とする
。BLUはデータ・リンクを通して隣接ノードに転送さ
れる。DLCとしてHDLCを使用している場合、この
BLUはフレームと呼ばれる。
If there is a blocking finger or foot, the PC processes it and sends a BTU (Ba5ic Transmission
n Unit). In the absence of blocking, a BTU consists of one PIU. DLC is P
Add transmission control information before and after the BTU passed from C,
BLU (Ba5ic Lin1c Unit). BLUs are transferred to neighboring nodes through data links. When HDLC is used as DLC, this BLU is called a frame.

第4図は本発明の通信制御機構で行われる処理を説明す
る図である。データを送信する場合、ホスト計算機1は
、コントロール・コマンド(制御コマンド)、Writ
eコマンドおよびデータ(図示せず)を用意して通信制
御機構2に対してSIO命令を発行する。コントロール
・コマンドは、セグメント長および連続して送信可能な
セグメントの個数を示している。Writeコマンドは
、Write要求であること、データ・アドレスおよび
全体のデータ長を示す。SIO命令を受取ると、通信制
御a構2は、コントロール・コマンド及びWr i t
 eコマンドを読取る。そして、下記に示すような処理
を行う。
FIG. 4 is a diagram illustrating processing performed by the communication control mechanism of the present invention. When transmitting data, the host computer 1 sends a control command (control command), Write
e command and data (not shown) are prepared and an SIO command is issued to the communication control mechanism 2. The control command indicates the segment length and the number of segments that can be transmitted consecutively. The Write command indicates that it is a Write request, a data address, and the entire data length. Upon receiving the SIO command, the communication control a structure 2 sends a control command and
Read e-command. Then, the following processing is performed.

■ コントロール・コマンドを参照して、パラメータ、
即ちセグメント長およびセグメント個数を所定の記憶域
に格納する。
■ Browse the control command and set the parameters,
That is, the segment length and number of segments are stored in a predetermined storage area.

■ Writeコマンドを参照してデータ長(送信デー
タの全体の長さ)を格納する。
■ Refer to the Write command and store the data length (total length of the transmitted data).

■ データ長−TH長−RH長がセグメント長より大き
いか否かを調べる。Ye+sのときは■の処理を行い、
NOのときは■の処理を行う。
■ Check whether the data length - TH length - RH length is greater than the segment length. When Ye+s, perform the process of ■,
If NO, process (2) is performed.

■ THを記録し、THのデータ長を書き換える。■ Record TH and rewrite the data length of TH.

なお、THは、セグメントのデータ長および第何番のセ
グメントであるかを示す情報を含んでいる。
Note that TH includes information indicating the data length of the segment and the number of the segment.

■ 連続送信可能セグメント数をワーク域1に格納する
。連続送信可能セグメント数は例えば“7”とされる。
■ Store the number of segments that can be sent continuously in work area 1. The number of segments that can be continuously transmitted is, for example, "7".

[相] セグメント長をワーク域2に格納する。[Phase] Store the segment length in work area 2.

■ セグメント開始文字を送出する。■ Send segment start character.

■ データを通信回線4に送出し、データ長から送信デ
ータ長を減算し、ワーク域2の内容から送信データ長を
減算する。
(2) Send the data to the communication line 4, subtract the transmission data length from the data length, and subtract the transmission data length from the contents of the work area 2;

■ 残りデータ長が“O”であるか否かを詞べる。■ Describe whether the remaining data length is “O” or not.

Yesのときは■の処理を行い、NOのときは■の処理
を行う。
If YES, process ``■'' is performed, and if NO, process ``■'' is performed.

■ ワーク域2の内容が0#であるか否かを調べる。Y
esのときは■の処理を行い、NOのときは■へ戻る。
■ Check whether the contents of work area 2 are 0#. Y
If es, process ``■'' is performed, and if NO, return to ``■''.

■ セグメント終了文字な送出12.ワーク域1の内容
を−1する。
■ Sending segment end character 12. Decrement the contents of work area 1 by 1.

■ セグメント終了文字を送出し、ホスト計算機1に対
してチャネル・エンドCEおよびデバイス・エンドDE
を報告する。
■ Sends segment end character and sends channel end CE and device end DE to host computer 1.
report.

■ ワーク域1の内容がO″であるか否かを調べる。Y
esのときは0の処理を行いNOのときは■へ戻る。
■ Check whether the contents of work area 1 are O''.Y
If es, process 0, and if NO, return to ■.

■ 端末から応答を待つ。■ Wait for a response from the terminal.

[相] 再送の要否を調べる。要のときはホスト計算機
1に対してチャネル・エンドCE、デバイス・エンドD
Eおよびユニット・エクセブションUEを報告し、不要
のときはTHを新たに作成して■の処理に戻る。通信制
御機構2が例えばセグメント番号1以降ないし7以降の
セグメント・データを送ったとする。このとき、端末が
例工ば第3番目のセグメン)−データまで受信したこと
を応答で報告すると、再送要となり。
[Phase] Check whether retransmission is necessary. When necessary, send channel end CE and device end D to host computer 1.
E and unit exception UE are reported, and if unnecessary, a new TH is created and the process returns to step (2). Assume that the communication control mechanism 2 sends, for example, segment data with segment numbers 1 onwards to 7 onwards. At this time, if the terminal reports in response that it has received data up to, for example, the third segment, then retransmission is required.

第4番目以降ないし第10番目以降のセグメントデータ
が送られる。端末が第7番目までのセグメント・データ
を受信したことを応答で報告すると、再送不要とされ、
第8番以降のセグメント・データが端末に送られる。
The fourth and subsequent to tenth and subsequent segment data are sent. If the terminal reports in response that it has received up to the seventh segment data, retransmission is deemed unnecessary;
Segment data from number 8 onwards are sent to the terminal.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように1本発明によれば、送信
データのセグメント分割を通信制御機構で行っているの
で、ホスト計算機と通信制御機構との間における無用の
データ転送をなくすることが出来る。
As is clear from the above description, according to the present invention, the transmission data is segmented by the communication control mechanism, so unnecessary data transfer between the host computer and the communication control mechanism can be eliminated. .

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はデータ通信システムの1例を示す図。 第2図は本発明で使用される通信制御機構のノ・−ドウ
エア構成の1例を示す図、第3図はネットワークのノー
ドの論理階層および各階層を流れるデータのフォーマン
トを説明する図、第4図は本発明の通信制御機構で行わ
れる処理を説明する図である。 1・・・ホスト計算機、2・・・通信制御機構、3・・
・端末、4・・・通信回線、5・・・チャネル・プロセ
ス・インタフェース部、6・・・コントロール・スト1
/−ジ、7・・・マイクロプロセッサ−8・・・入出力
インタフェース部。 特許出願人 富士通株式会社 代理人弁理士 京 谷 四 部 362−
FIG. 1 is a diagram showing an example of a data communication system. FIG. 2 is a diagram showing an example of the node hardware configuration of the communication control mechanism used in the present invention, and FIG. 3 is a diagram illustrating the logical hierarchy of nodes in the network and the form of data flowing through each hierarchy. FIG. 4 is a diagram illustrating processing performed by the communication control mechanism of the present invention. 1...Host computer, 2...Communication control mechanism, 3...
-Terminal, 4...Communication line, 5...Channel process interface section, 6...Control block 1
/-ji, 7...Microprocessor-8...I/O interface unit. Patent applicant Fujitsu Ltd. Representative Patent Attorney Kyotani Yobe 362-

Claims (1)

【特許請求の範囲】[Claims] ホスト計算機と1通信制御機構と、端末と、上記通信制
御機構と上記端末とを接続する通信回路とを具備し、且
つ上記通信制御機構と端末との間のデータ転送がセグメ
ント単位に分割されて行われるようになったデータ通信
方式であって、上記ホスト計算機は、端末へデータを送
信する際、セグメント長およびセグメント個数を指示す
る制御コマンド、WRITEコマンドおよび送信データ
を用意して入出力開始命令を上記通信制御機構に対して
発行し、上記通信制御機構は、入出力開始命令を受取る
と、上記制御コマンドを参照して上記WRITEコマン
ドで指定されるデータをセグメンを単位に分割して端末
に送信するよう構成されていることを特徴とするデータ
通信方式。
The computer comprises a host computer, a communication control mechanism, a terminal, and a communication circuit connecting the communication control mechanism and the terminal, and data transfer between the communication control mechanism and the terminal is divided into segments. In this data communication method, when transmitting data to a terminal, the host computer prepares a control command that instructs the segment length and number of segments, a WRITE command, and transmission data, and issues an input/output start command. is issued to the communication control mechanism, and upon receiving the input/output start command, the communication control mechanism refers to the control command, divides the data specified by the WRITE command into segments, and sends the divided data to the terminal. A data communication method configured to transmit data.
JP58160890A 1983-08-31 1983-08-31 Data communication system Pending JPS6051962A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58160890A JPS6051962A (en) 1983-08-31 1983-08-31 Data communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58160890A JPS6051962A (en) 1983-08-31 1983-08-31 Data communication system

Publications (1)

Publication Number Publication Date
JPS6051962A true JPS6051962A (en) 1985-03-23

Family

ID=15724574

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58160890A Pending JPS6051962A (en) 1983-08-31 1983-08-31 Data communication system

Country Status (1)

Country Link
JP (1) JPS6051962A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01183940A (en) * 1988-01-18 1989-07-21 Nec Corp Data concentrating distributing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01183940A (en) * 1988-01-18 1989-07-21 Nec Corp Data concentrating distributing system

Similar Documents

Publication Publication Date Title
US6065087A (en) Architecture for a high-performance network/bus multiplexer interconnecting a network and a bus that transport data using multiple protocols
JP2003526156A (en) Method and system for transferring data between a primary storage device and a secondary storage device using a bridge volume and an internal snapshot copy of the data being transferred
JPH076099A (en) System and method for duplexing of remote data
JP3127523B2 (en) Communication control device and data transmission method
US6122681A (en) Super pipelined architecture for transmit flow in a network controller
EP0558433A2 (en) Independent computer storage addressing in input/output transfers
US6463498B1 (en) Transmission of FCP response in the same loop tenancy as the FCP data with minimization of inter-sequence gap
US5459838A (en) I/O access method for using flags to selectively control data operation between control unit and I/O channel to allow them proceed independently and concurrently
JPH0844649A (en) Data processor
JPS6051962A (en) Data communication system
JP2901882B2 (en) Computer system and method of issuing input / output instructions
US5603057A (en) System for initiating data transfer between input/output devices having separate address spaces in accordance with initializing information in two address packages
JPH11149455A (en) Memory disk sharing method and its executing device
JPH06236340A (en) Data transfer method and transfer device
US5692218A (en) System for transferring data between input/output devices having separate address spaces in accordance with initializing information in address packages
JPS60219851A (en) Communication control system
JPS60116061A (en) Input/output processing system
JPS59146347A (en) Communication system between processes
CN109491840A (en) A kind of data transmission method and device
JPH06244902A (en) Communication controller
JP2000354083A (en) Data transmitter
JPS6263348A (en) Remote file copying system
JPS5922462A (en) Communication control system
JPS6074071A (en) Bus control system
JPH0589000A (en) Real time information transfer control system