AU642563B2 - Data processing network - Google Patents

Data processing network Download PDF

Info

Publication number
AU642563B2
AU642563B2 AU89764/91A AU8976491A AU642563B2 AU 642563 B2 AU642563 B2 AU 642563B2 AU 89764/91 A AU89764/91 A AU 89764/91A AU 8976491 A AU8976491 A AU 8976491A AU 642563 B2 AU642563 B2 AU 642563B2
Authority
AU
Australia
Prior art keywords
connection
network
data processing
node
connections
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.)
Ceased
Application number
AU89764/91A
Other versions
AU8976491A (en
Inventor
Mark Anthony Nagaitis
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 Services Ltd
Original Assignee
Fujitsu Services 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 Services Ltd filed Critical Fujitsu Services Ltd
Publication of AU8976491A publication Critical patent/AU8976491A/en
Application granted granted Critical
Publication of AU642563B2 publication Critical patent/AU642563B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Description

P/001011 2815191 Regulation 3.2(2)
AUSTRALIA
Patents Act 1990
ORIGINAL
COMPLETE SPECIFICATION STANDARD PATENT Application Number: Lo~dged: a 0 0 0 *06 Invention Title: DATA PROCESSING NETWORK 0 006000
S
0006 00 06 0 06 0 0 o 06 6.00.0 6 06 06 6 0
S
6.0600 0 0 The following statement is a full description of this invention, including the best method of performing it known to us -1- C.1176 DATA PROCESSING NETWORK Background to the Invention o This invention relates to data processing networks. A data processing network generally comprises a a number of data processors (referred to herein as processing nodes), connected together by a communication network which allows the nodes to send messages to each other. The network may consist of dedicated connections (eg leased lines) or switched connections (eg dial-up lines), or a combination of these.
In known systems of this kind, before a program in one node can send a message to a program in a remote node, it 'must know whether the connection to the remote node is a dedicated or switched connection, so that it S' can take the necessary action eg to perform a dial-up 15 operation. The need t r build this knowledge into each program presents a problem, in that it reduces the portability of programs between different computer types.
The object of the invention is to overcome this problem.
Summary of the invention According to the invention there is provided a -2data processing network comprising a plurality of processing nodes and an interconnection network interconnecting the nodes, the network including a combination of dedicated connections and switched connections, wherein each node includes a connection manager which, in response to a connection request specifying a particular destination node, selects and sets up a connection over the network to that destination node, performing a dial-up operation to establish the connection if the connection is a switched connection, and then returns a confirmation message, and which, in response to a completion message specifying a particular node, terminates the connection to that node.
It will be seen that the provision of the connection manager removes the need for programs that require to transfer messages to other nodes to know whether the connections to those nodes are dedicated or switched.
Brief description of the drawings Figure 1 is a block diagram of a data processing network embodying the invention.
Figure 2 is a block diagram of one of the nodes within the network.
Figures 3 and 4 flow charts showing the operation of a V connection manager within one of the nodes.
Description of an embodiment of the invention One data processing network in accordance with thr <,ention will now be described by way of example with reference to the accompanying drawings.
Referring to Figure 1, the data processing network comprises \1 a plurality of processing nodes -3interconnected by a connection network 12. In this example, the connection network 12 comprises a mixture of dedicated connections and switched connections. The dedicated connections comprise, in this example, a local area network (LAN) using the standard X.25 protocol. The switched connections are dial-xup lines.
Referring to Figure 2, this shows one of the processing nodes 10 in more detail.
10 0 0**0
C
C0C
S..
The node comprises a computer 20 which, in this example, is DRS 6000, manufactured by International Computers Limited, running under the DRS/NX operating system.
.0 0
C
C S
C
0 0504 C 00
C
0 The computer 20 contains a number of software modules, including: a file transfer manager 21, file transfer service programs 22, protocol programs 23, and a connection manager 24. The connection manager 24 has access to a connection management database 25. The connection management database is initially set up by the system user, by way of an operator interface 26, and holds information about other nodes in the system, and routes to those nodes, as will be described.
Each node also includes a number of link devices 27, for physically connecting the computer 20 to the network 12. The link devices comprise one or more LAN interface circuits, for connection to the LAN lines, and one or more modems, for connection to the dial-up lines.
When the file transfer manager 21 requires to transfer a file to a remote node, it first passes a "coinnection request" message to the connection manager 24. This message specifies the identity of the desired destination node. Figure 3 shows the operation of the -4connection manager in response to this message.
First, the connection manager searches the database 25 to find a route to the desired destination node. The route may be one of the LAN lines or one of the dial-up lines, Where there is more than one possible route, one of these routes is selected. For example, the cheapest route may be selected, taking into account variations in charges according to the time of day. The connection manager also checks the availability of the selected route. A route may not be available, for example, because it is out of service or because it is currently fully loaded. If the connection manager cannot find an available route, it returns a report message to the file transfer manager 21.
*4SS Sr
SS
4 644 0 0. 0 4.
S 15
S.
4I 4 N 20 0 2
S
25 OO OO
S
Assuming that an available route has been selected, the connection manager now selects one of the file transfer service programs 22 to support the connection. The connection manager also consults the database 25 to check whether the same service program is also available at the remote destination node. In other words, the connection manager ensures that the same service program is available at both ends of the connection. If a suitable service program is not available, the connection manager returns a report message to the file transfer manager 21.
The connection manager then selects one of the link devices27, and a corresponding protocol 23, to support this file transfer service. If a suitable link device is not available, the connection manager returns a report message to the file transfer manager 21.
If the selected route is a switched line, the connection manager now performs the necessary dial-up operation to establish the connection to the remote node.
Finally, the connection manager returns a "connection ready" message to the file transfer manager 21. The file transfer manager can then go ahead with performing the desired file transfer, using the selected service 22, protocol 23 and link 27.
When the file transfer is complete, the file transfer manager 21 passes a "disconnect" message to the connection manager 24. Figure 4 shows the operation of the connection manager in response to this message.
10 First, the connection manager waits for a predetermined time-out period.
Then, when the time-out period expires, the i connection manager check whether any other connections j have been set up using the same route. If not, then the connection is terminated, and a confirmation message is returned to the file transfc.? manager.
•It should be noted that the file transfer manager 21 does not need to know whether any particular connection is by way of a dedicated line or a switched 20 line; as far as the file transfer manager is concerned, all connections look like dedicated lines.
q

Claims (4)

1. A data processing network comprising a plurality of processing nodes and an interconnection network interconnecting the nodes, the network including a combination of dedicated connections and switched connections, wherein each node includes a connection manager which, in response to a connection request specifying a particular destination node, selects and sets up a connection over the network to that destination node, performing a dial-up operation to establish the connection if the connection is a switched connection, and then returns a confirmation message, and which, in response to a completion message specifying a particular node, terminates the connection to that node.
2. A network according to claim 1 wherein each node includes a plurality of file transfer services and wherein, in response to the connection requests, the connection manager checks whether the same file transfer service is available at both ends of the connection.
3. A data processing network substantially as hereinbefore described with reference t&othe accompanying drawings.
99. 4. A data processing node when used in a network in accordance with any preceding claim. DATED this 10th day of August 1993 INTERNATIONAL COMPUTERS LIMITED '.pt WATERMARK PATENT TRADEMARK ATTORNEYS THE ATRIUM 290 BURWOOD ROAD HAWTHORN VICTORIA 3122 AUSTRALIA j -7- DATA PROCESSING NETWORK Abstract of the Disclosure A data processing network consists of a number of data processing nodes with an interconnection network consisting of dedicated connections and switched connections. Each node includes a connection manager which, when requested, selects and sets up connections over the network, performing the necessary dial-up operations in respect of switched connections. The connection manager also terminates the connection when requested. *or e *een f a 66 6* 6
AU89764/91A 1990-12-14 1991-12-13 Data processing network Ceased AU642563B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB909027186A GB9027186D0 (en) 1990-12-14 1990-12-14 Data processing network
GB9027186 1990-12-14

Publications (2)

Publication Number Publication Date
AU8976491A AU8976491A (en) 1992-06-18
AU642563B2 true AU642563B2 (en) 1993-10-21

Family

ID=10687027

Family Applications (1)

Application Number Title Priority Date Filing Date
AU89764/91A Ceased AU642563B2 (en) 1990-12-14 1991-12-13 Data processing network

Country Status (3)

Country Link
AU (1) AU642563B2 (en)
GB (2) GB9027186D0 (en)
ZA (1) ZA918848B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3599364B2 (en) * 1993-12-15 2004-12-08 富士通株式会社 Network equipment
JPH07319810A (en) * 1994-04-01 1995-12-08 Fujitsu Ltd Network service system and communication equipment for game machine and the game machine capable of utilizing the network service system
GB2289186A (en) * 1994-04-05 1995-11-08 Ibm Collaborative working method and system
FI972718A0 (en) 1996-07-02 1997-06-24 More Magic Software Mms Oy Foerfaranden och arrangemang Foer distribution av ett anvaendargraenssnitt
GB2329091A (en) * 1997-09-08 1999-03-10 Ericsson Telefon Ab L M Telecommunications networks
GB2348567B (en) * 1999-03-31 2002-08-21 Geoffrey Hugh Roper A data transfer management system and method for a telecommunications network

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0206512A2 (en) * 1985-06-13 1986-12-30 Texas Instruments Incorporated Method and apparatus for routing packets in a multinode computer interconnect network
EP0224229A2 (en) * 1985-11-27 1987-06-03 AT&T Corp. Alternate routing arrangement
AU599428B2 (en) * 1986-11-14 1990-07-19 Princeton University Multinode reconfigurable pipeline computer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0206512A2 (en) * 1985-06-13 1986-12-30 Texas Instruments Incorporated Method and apparatus for routing packets in a multinode computer interconnect network
EP0224229A2 (en) * 1985-11-27 1987-06-03 AT&T Corp. Alternate routing arrangement
AU599428B2 (en) * 1986-11-14 1990-07-19 Princeton University Multinode reconfigurable pipeline computer

Also Published As

Publication number Publication date
GB2251358A (en) 1992-07-01
GB9123691D0 (en) 1992-01-02
GB9027186D0 (en) 1991-02-06
AU8976491A (en) 1992-06-18
ZA918848B (en) 1992-08-26
GB2251358B (en) 1994-11-23

Similar Documents

Publication Publication Date Title
US5602991A (en) System for managing system for managing networked computer applications
EP0511142B1 (en) Method and apparatus for data processing network interconnection
US5802042A (en) Autosensing LMI protocols in frame relay networks
US5889954A (en) Network manager providing advanced interconnection capability
US5991828A (en) System for automatically connecting portable device to network using network environment information including domain name of naming device and community name of network management protocol
EP0567217A3 (en) System of extending network resources to remote networks
US6434120B1 (en) Autosensing LMI protocols in frame relay networks
AU642563B2 (en) Data processing network
CN100512168C (en) Apparatus for connecting wireless network with at least one other network
EP0358408A2 (en) Intelligent network
US5936951A (en) Dynamic infrastructure
Gray Network services in systems network architecture
JP4303791B2 (en) Telecommunications switching system with easily configurable supervisory control
US20020172194A1 (en) System and method for transferring connecting configurations from a telephone network to a data network
US6760427B2 (en) Computer telephony (CT) network serving multiple telephone switches
Cotton et al. Computer network interconnection
JPH10107897A (en) Recovery of isdn bri link without losing call
JP2962960B2 (en) Connectionless communication system for ATM exchange
JPH05324505A (en) Method and system for file transfer
KR930006358B1 (en) Method for controlling a particular route using a rerouting function
JPS63138834A (en) Call setting system
JP3239968B2 (en) Realization method of resource sharing operation between multiple calls
JPS63129729A (en) Dama control system for small scale satellite ground station
JPH02303270A (en) Fault information communication equipment
Nowitz et al. Implementation of a UNIX network

Legal Events

Date Code Title Description
MK14 Patent ceased section 143(a) (annual fees not paid) or expired