Multiple manager to multiple server IP locking mechanism in...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000, C709S219000, C709S226000, C711S003000, C711S114000

Reexamination Certificate

active

06330560

ABSTRACT:

BACKGROUND OF THE INVENTION
The present invention relates in general to data processing systems, and more particularly, to a system and method for a Directory Enabled Network (DEN)-based multiple manager to multiple server Internet Protocol (IP) locking mechanism.
Information describing the various users, applications, files, printers and other resources accessible from a network is often collected into a special database, sometimes called a directory. As the number of different networks and applications has grown, the number of specialized directories of information has also grown, resulting in islands of information that cannot be shared and are difficult to maintain.
The Lightweight Directory Access Protocol (LDAP) is an open directory standard that has evolved to meet these needs. LDAP defines a standard method for accessing and updating information in a directory. LDAP is gaining wide acceptance as the directory access method of the Internet and is therefore becoming strategic within corporate intranets.
A directory is a specialized database, also called a data repository, that stores typed and ordered information about objects. Directories allow users or applications to find resources that have the characteristics needed for a particular task. A directory has characteristics that sets it apart from general purpose relational databases. One special characteristic of directories is that they are accessed (read or searched) much more often than they are updated (written). Because directories must be able to support high volumes of read requests, they are typically optimized for read access. Write access might be limited to system administrators or to the owner of each piece of information.
Another important difference between a directory and a general-purpose database is in the way information can be accessed. Most databases support a standardized, very powerful access method called Structured Query Language (SQL). SQL allows complex update and query functions at the cost of program size and application complexity. LDAP directories, on the other hand, use a simplified and optimized access protocol that can be used in relatively simple applications.
Directories are usually accessed using the client/server model of communication. An application that wants to read or write information in a directory does not access the directory directly. Instead, it has the function for application programming interface (API) that causes a message to be sent to another process. The second process accesses the information in the directory on the path of the requesting application. The results of the read or write operation are then returned to the requesting application. The request is performed by the directory client, and a process that looks up information in the directory is called the directory server. The format and content of the messages exchanged between client and server must adhere to an agreed upon protocol. LDAP defines a message protocol used by directory clients and directory servers. There is also an associated LDAP API for the C language and ways to access LDAP from within a Java application. The client is not dependent upon a particular implementation of the server, and the server can implement the directory however it chooses.
The directory itself can be centralized or distributed. If a directory is centralized, there is one directory server that provides access to the directory. If the directory is distributed, there is more than one server that provides access to the directory. When a directory is distributed, the information stored in the directory can be partitioned or replicated. When information is partitioned, each directory server stores a unique and non-overlapping subset of the information. That is, each directory entry is stored by one and only one server. When information is replicated, the same directory entry is stored by more than one server. In a distributed directory, some information may be partitioned, and some information may be replicated. The three “dimensions” of a directory: scope of information, location of clients, and distribution of servers are independent of each other.
LDAP was developed as a lightweight alternative to the directory access protocol (DAP) which is used by the Internet Engineering Task Force (IETF) X.500 standard created in 1988. LDAP requires the lighter weight and more popular TCP/IP protocol stack rather than the OSI protocol stack. LDAP defines a communication protocol. That is, it defines the transport and format messages used by a client to access data in an X.500-like directory. LDAP does not define the directory service itself.
A common directory infrastructure encourages new uses. The Directory Enabled Networks (DEN) Initiative is a proposal to allow information about network configuration, protocol information, router and switch characteristics, Virtual Private Networks (VPNs), etc., to be stored in an LDAP directory. The availability of this information in a common format for many equipment vendors allows the intelligent management and provisioning of network resources. Within the networking industry, DEN is currently viewed as a key piece to building intelligent networks, where products from multiple vendors can store and retrieve topology and configuration information from an LDAP server. Through DEN, these devices and services use LDAP to implement authentication and policy services, allowing guaranteed end-to-end quality of service (QOS) and other features.
LDAP defines the content of messages exchanged between an LDAP client and an LDAP server. The messages specify the operations requested by the client (search, modify, delete, etc.), the responses from the server, and the format of data carried in the messages. LDAP messages are carried over TCP/IP, a connection-oriented protocol; so that there are also operations to establish and disconnect a session between the client and server.
The general interaction between an LDAP client and an LDAP server takes the following form:
1l. The client establishes a session with an LDAP server. This is known as binding to the server.
2. The client then performs operations on directory data. LDAP offers both read and update capabilities. This allows directory information to be managed as well as queried.
3. When the client is finished making requests, it closes the session with the server. This is also known as unbinding.
A directory entry usually describes an object such as a person, a printer, a server, etc. Each entry has a name called a distinguished name (DN) that uniquely identifies it. The DN consists of a sequence of parts called relative distinguished names (RDNs), much like a file name consists of a path of directory names in many operating systems such as UNIX and WINDOWS. The entries are arranged into a hierarchical tree-like structure based on their distinguished names. This tree of directory entries is called the Directory Information Tree (DIT).
Each entry contains one or more attributes that describe the entry. Each attribute has a type and a value. A directory entry describes an object. An object class is a general description, sometimes called a template, of an object as opposed to the description of a particular object. The object classes that a directory server can store and the attributes they contain are described by a schema. Schema define the object classes that are allowed, the attributes that they must contain, the attributes that are optional, and the syntax of each attribute. One or more schemas may be supported by the client and server.
Networking hardware and software vendors need to develop DEN applications in which multiple network management applications (LDAP clients) with multiple users are capable of updating the directory information contained in multiple LDAP servers. Since there is no mechanism to control this type of access, a variety of problems may arise when multiple users and/or managers attempt to update the information contained in multiple servers.
SUMMARY OF THE INVENTION
It is therefore an object of the present invention to provide

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

Multiple manager to multiple server IP locking mechanism in... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Multiple manager to multiple server IP locking mechanism in..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Multiple manager to multiple server IP locking mechanism in... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2573117

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