Extensible, object-oriented network interface

Electrical computers and digital processing systems: multicomput – Computer-to-computer session/connection establishing

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S230000

Reexamination Certificate

active

06434617

ABSTRACT:

FIELD OF THE INVENTION
This invention relates to application program interfaces which are used to access communication network functions and, more particularly, to an application program interface which isolates network function modifications from application programs.
BACKGROUND OF THE INVENTION
Interface programs that enable communications between application programs and network functionality have been constructed in such a way that information regarding network communication protocols was fed to the interface program by the application. This required each application to maintain an updated set of network protocols which could be provided to the interface program, in the event a particular network protocol was to be used.
For example, networks which employ the TCP/IP protocol require that the interface establish a “socket”. A socket is a software construct which defines a repository or queue in a computer's operating system for data being transmitted/received, keeps track of various parameters of a communication session, the necessary protocol and command information for the session, etc. In the prior art, an application program requests the creation of a “socket” from a network library.
The network library provides communication functionality for various application programs. Initially, the application program informs the network library of the protocol that is to be utilized over the particular network. Further, the application program informs the network library of the address format and various other details of how the addresses are to be administered by the protocol. In response to a call for a socket, the network library creates a socket software construct and return its handle (i.e., its name) to the application. Thereafter, the application, in the event of a dispatch of a message, calls a “send” action from the network library and passes the name of the socket and the address to which the data is to be dispatched. The network library then executes the send command, utilizing the protocol and other information provided by the application. Once the message is dispatched, the application informs the network library to close the socket.
A principal difficulty with the above-indicated procedure is that the application program needs to maintain updated records of the most current protocols to enable communications to be successfully accomplished. However, these protocols are subject to change over time. Thus, each time a protocol is added, each application needs to be revised in order to reflect the most updated version.
The socket creation procedure works well with monolithic applications which employ non-extensible network libraries. Some piece of code in some part of an application will always know which protocol is being used or is to be used. In a monolithic application, all developed by a single team, it is reasonable to let such knowledge infiltrate other parts of the application. However, today it is common for different teams to work on different components that make up a software product, and for those components to be used in many applications.
Consider the case of a network transport library that is shared by several applications. When a new transport function is added, all of the affected applications must be updated to take advantage of the new functionality. Since each application must know about the different protocols, it is not possible for one team of developers to add a new protocol and have it immediately useful in all applications that use the transport component.
Accordingly, it is an object of this invention to provide an application
etwork interface which avoids the requirement of protocol information being supplied by applications attempting to communicate over the network.
It is another object of this invention to provide an improved network interface which, itself, includes sufficient information to enable application programs to communicate over the network without requiring that the application program have a predetermined level of protocol knowledge.
SUMMARY OF THE INVENTION
The invention enables an application program to communicate a message over a network without having information regarding a protocol employed by the network. A network library program, running independently of the application program, stores communication protocol data and procedures for establishing message transport data structures to be used in communicating over the network. Initially, the application program passes an address string to the network library program. In response, the network library program determines a network protocol to be used by analyzing the received address string. The network library program then creates a “transport address” data structure which records both the protocol and the address string. The network library program further establishes a “transport” data structure for the specific message type to be dispatched, which data structure includes a dispatch command and a socket handle to be used during the transmission. Thereafter, the application program invokes the network library program to proceed with execution of the message dispatch action by using both the transport address data structure and the transport data structure. Accordingly, only the network library program is required to maintain data regarding network protocols, and such data is invisible to the application program.


REFERENCES:
patent: 5371852 (1994-12-01), Attanasio et al.
patent: 5442691 (1995-08-01), Price et al.
patent: 5485460 (1996-01-01), Schrier et al.
patent: 5673263 (1997-09-01), Basso et al.
patent: 5710908 (1998-01-01), Man
patent: 5721876 (1998-02-01), Yu et al.
patent: 5774695 (1998-06-01), Autrey et al.
patent: 5999979 (1999-12-01), Vellanki et al.
patent: 6005864 (1999-12-01), Krause
patent: 6131121 (2000-10-01), Mattaway et al.
patent: 6253248 (2001-06-01), Nakai et al.
Kris Jamsa. “Internet Programming” Jamsa press 1995. ISBN 1-884133-12-6 pp. 154-219.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Extensible, object-oriented network interface does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Extensible, object-oriented network interface, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Extensible, object-oriented network interface will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2918071

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.