Plaque It!
Sponsored by: Flash of Genius |
[0001] This application is a continuation-in-part of copending U.S. application Ser. No. 08/485,493, filed Jun. 7, 1995, having the title TRANSACTION REPLICATION SYSTEM AND METHOD FOR SUPPORTING REPLICATED TRANSACTION-BASED SERVICES.
[0002] The present invention relates to computer networks, and more particularly, relates to a system and method for providing users with a directory of the content of a computer network.
[0003] On-line services networks commonly provide end users with access to a variety of different types of content entities. These content entities may include, for example, executable programs that can be downloaded to the user's computer, communications services (such as chat and email services) that allow users to communicate with one another, bulletin board system (BBS) services that allow users to review postings on various topics, and publications services that provide users with access to old and new printed publications. The various content entities are typically made available to users via a network directory system which presents users with a hierarchical view of the network's content.
[0004] In copending U.S. application Ser. 08/472,807 having the title ARCHITECTURE FOR SCALABLE ON-LINE SERVICES NETWORK, filed Jun. 7, 1995, there is described an on-line services network architecture in which the various user-accessible content entities are distributed on a number of different servers of a network. For example, one group of servers runs a BBS service application (and stores all BBS postings), while another group of servers runs a Chat service. various benefits are realized by this architecture over conventional, mainframe designs. For example, the network can easily be scaled in size to accommodate increased numbers of users.
[0005] The present invention is directed generally to the problem of providing an extensible directory service for a distributed on-line services network, such as a network of the type described in the above-referenced application. One goal of the invention is to provide users with a hierarchical view of a distributed network's content such that the distribution of content entities among different servers is not apparent to the end user. Another goal is to provide a directory that is seen by users as a single, homogeneous directory, rather than a collection of separate directories. Another goal is to provide a directory service that operates efficiently over a low-bandwidth communications channel, so that users do not experience significant delays while accessing the directory service over a wide area network. Another goal is to provide each user with a directory that is tailored to that user's particular access rights on the network. Another goal is to provide a directory service that is highly extensible, so that new content entities and entity types can easily be added as the network evolves. Another goal is to provide a directory service that is highly scalable in both content capacity and user capacity.
[0006] In accordance with the present invention, a distributed directory service for an on-line services network is provided. The directory service comprises multiple different services, referred to as “Directory Service Providers,” running on respective groups of application servers. Each Directory Service Provider stores and provides user access to a respective hierarchical directory structure (preferably in the form of a directed acyclic graph) which represents a subset of the content (i.e., the on-line services and service-related entities) available to users of the network. In a presently preferred implementation, the directory service includes two Directory Service Providers: a BBS service which provides a directory to BBS content, and a “Dirsrv” service which provides access to all other types of content. Users that connect to the on-line services network via a wide area network (WAN) can access the directory service to interactively explore and access the content of the network.
[0007] Each hierarchical directory structure preferably includes a plurality of interconnected nodes, including leaf nodes, folder nodes and junction point nodes. The leaf nodes represent specific services or service entities (such as Chat rooms, BES messages, and download-and-run files) which may be accessed by users. The folder nodes represent collections of related leaf nodes, and are generally analogous to directories within a file system. The junction point nodes act as proxies for nodes (referred as “target nodes”) of other directory structures, and provide a mechanism for allowing users to move from one Directory Service Provider to another while exploring the content of the network. The junction point nodes thereby integrate the various directory structures into a single, hierarchical “content tree” from the viewpoint of end users.
[0008] Each node of the content tree, whether a leaf node, folder node or junction point node, includes a variable-length list of properties. These properties may include, for example, various character string properties which may be viewed by end users (such as a description property which provides a written description of the corresponding content), and various non-viewable properties which contain, for example, information needed to launch the appropriate client and server components of a corresponding on-line service.
[0009] A preferred client application of the directory service reconstructs the hierarchical content tree on the screens of users, with the various nodes shown as corresponding icons (which are downloaded from the directory service) and/or textual names. Using the client application, users can navigate the content of the network by, for example, expanding folder nodes to expose lower levels of nodes, and by requesting the parents of a node to move upward within the content tree. Users can also view properties of nodes, and can open various on-line services (by, for example, double-clicking the icon of a leaf node).
[0010] In accordance with one aspect of the present invention, the specific actions that can be performed by a user at a given node depend upon the particular access rights of the user at the node. For example, a user with “view-only” level access rights at a node may only be permitted to view a limited set of properties (such as the description) of the node, while a user with “user” level privileges may be able to view the properties of the node and open a service that corresponds to the node. Users with “sysop” level privileges are advantageously given the capability to remotely edit certain properties of nodes. (As described below, a user may have no access rights at a node, in which case the user will not be able to see even the icon or the name of the node.) The access rights of users may vary from user-to-user and from node-to-node. In the preferred embodiment, the access rights of users are stored within an access rights database, and are obtained by the directory service using an API method which generates user-specific queries of the access rights database.
[0011] In accordance with another aspect of the invention, each node has a set of “local properties” that are stored locally by the respective Directory Service Providers, and may also have one or more “remote properties” that are provided by the remote service to which the node corresponds. Remote properties are advantageously stored by the Directory Service Providers within node-specific remote property caches. When a remote property of a node is requested by a client application, the Directory Service Provider initially checks the node's remote properties cache, and if the property is not found, forwards the request to the “remote” service to which the node corresponds. For example, a request for a remote property of a Chat room node would be forwarded by the Directory Service Provider to the Chat service. When the remote property is returned by the service, the Directory Service Provider returns the property to the client, and caches the property within the node's remote properties cache. The remote properties caches are refreshed periodically to ensure that the remote properties stored therein are up-to-date.
[0012] The remote properties feature of the present invention advantageously allows service data that changes frequently (such as the number of occupants of a Chat room) to be provided dynamically by the end services to which the nodes correspond. The remote properties feature is also useful for allowing certain properties of junction point nodes to be stored remotely by the Directory Service Provider of the junction point's target node.
[0013] In accordance with another aspect of the invention, a navigation application program interface (API) is provided which allows client applications to request node properties and other information needed to provide users with a navigable, hierarchical view of the content tree. This API is advantageously implemented (at least in-part) by all Directory Service Providers, so that a common set of navigation methods can be used to navigate the entire content tree. The provision of the navigation API facilitates the addition of new Directory Service Providers to the directory service, and thereby provides for a high degree of extensibility.
[0014] In accordance with another aspect of the invention, the methods of the navigation API allow client applications to specify the particular properties to be returned, so that only those properties needed by the client applications are transmitted over the WAN. This advantageously conserves WAN bandwidth, and increases performance from the viewpoint of the user.
[0015] In accordance with another aspect of the invention, each time a client application requests the properties of a node (by for example, calling a GetChildren method of the navigation API to obtain all children of a current node), the directory service checks the user's access rights to the node. If the user has no access rights with respect to the node (i.e., is not authorized to access the node), the directory service does not return the requested properties, and thereby prevents the user from seeing the node. Each user is thus provided with a user-specific, access-rights-filtered directory, seeing only those nodes (e.g., icons) to which the user has at least some access rights. This feature allows certain content objects (such as private folders of subgroups of users) to be completely hidden from certain classes of users, and thereby provides for a high degree of security against the unauthorized access to such objects.
[0016] In accordance with another aspect of the invention, a method is provided for allowing users to specify language and geographic region filters, and for using these filters to limit the nodes that are returned to the client application. In a preferred embodiment, the user-specified filters are passed to the directory service via a “locales” parameter of a navigation API method, and are compared against a locales list which is (optionally) stored as a property of each node. Nodes which do not have the locales (i.e., languages and/or geographic regions) specified by the user are not returned. The user is thus provided with a customized, filtered directory of the network's content. This feature also conserves bandwidth over the WAN by preventing downloads of nodes in which the user has no interest.
[0017] In accordance with yet another aspect of the invention, the Directory Service Providers optionally store certain types of shared data items (i.e., data items that are shared by multiple nodes) within a shared database, rather than as properties of the nodes. Duplicate copies of shared data items on the same application server are thereby avoided. In the presently preferred implementation, icon bitmaps, sound files, banner objects and download-and-run files are stored within the shared database, and the nodes of the content tree have corresponding properties (Icon ID, Soundfile ID, Banner ID and Drfile ID) which can be used to reference these shared data items. Thus, for example 10 different nodes may share the same icon, in which case each such node will have the ID of the shared icon stored as an Icon ID property. Special methods of the navigation API provide for the downloading of the shared data items and for the enumeration of the shared data items of a given type.
[0018] These and other aspects of the invention will now be described with reference to the drawings of a preferred embodiment, which is intended to illustrate and not to limit the invention, and in which:
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030] Reference numbers in the drawings have three or more digits; the two least significant digits are reference numbers within the drawing, and the more significant digits indicate the figure in which the item first appears. For example, reference number
[0031] Described herein is an extensible directory service which includes multiple, distinct services running on separate groups of application servers. Although the directory service is described with reference to a preferred embodiment of a distributed on-line services network, it will be apparent to those skilled in the art that various aspects of the directory service are applicable to other types of computer networks and network configurations.
[0032] For convenience, the description of the preferred embodiment is arranged within the following eleven sections:
[0033] 1. ARCHITECTURAL OVERVIEW (
[0034] 2. OVERVIEW OF DIRECTORY SERVICE AND RELATED COMPONENTS (FIGS.
[0035] 3. CLIENT-SERVER ARCHITECTURE OF DIRECTORY SERVICE (
[0036] 4. REPRESENTATION OF NODE PROPERTIES (
[0037] 5. NODE DISK STRUCTURES (
[0038] 6. SHABBIES (
[0039] 7. SERVER MEMORY STRUCTURES AND OPERATION (FIGS.
[0040] 8. JUNCTION POINTS (FIGS.
[0041] 9. TREENAV METHODS;
[0042] 10. LOCALES AND ACCESS RIGHTS FILTERING OF NODES (
[0043] 11. OTHER EMBODIMENTS.
[0044] The first of these sections provides an architectural overview of the preferred on-line services network in which the present invention is embodied. The architecture of this network is further described in the above-referenced application having the title “ARCHITECTURE FOR SCALABLE ON-LINE SERVICES NETWORK” (U.S. Ser. No. 08/472,807), which is incorporated herein in by reference.
[0045] Throughout the following description, the first letters of the names of specific services on the network will be capitalized (for example, “Chat,” “BBS,” and “Directory Service”). Additionally, the names of specific software methods and interfaces will be provided in mixed case (for example, “GetChildren,” “GetAccountRights” and “TreeNav.”)
[0046] 1. Architectural Overview (
[0047]
[0048] The host data center
[0049] The application servers
[0050] Also connected to the LAN
[0051] Also connected to the LAN
[0052] Various other types of servers and other microcomputers are connected to the LAN
[0053] It is envisioned that the host data center
[0054] The on-line services offered to end-users of the network
[0055] With reference to
[0056] During a typical logon session, a client microcomputer
[0057] Throughout the service session, the Gateway
[0058] The architecture advantageously supports multiple simultaneous service sessions per user. Thus, a user may be connected to multiple applications servers (via the Gateway
[0059] Two specific on-line services, Chat and BBS, will now be briefly described. This description will illustrate some of the specific types of content entities (referred to herein as “content objects,” or simply “objects”) which may be accessed by users.
[0060] The Chat service is an interactive communications service which allows users to have real time conversations with other users on specific topics. Chat conversations or “conferences” are organized as “Chat rooms” which may be entered or exited by end users to join or leave the corresponding conferences. For example, an end user may enter a “sports” Chat room to join an interactive conversation on sports-related topics. Participants in a Chat conference can type in textual messages which will be displayed on the monitors of other participants. Voice and/or video capabilities may additionally be provided.
[0061] The BBS service allows users to post and/or review messages. Users can thereby ask and answer questions, or otherwise conduct non-real-time conversations with other users. Although shown as a single BBS service group
[0062] With reference to
[0063] Chat rooms and BBS messages are two types of content objects that may be accessed by users. The ability to access a given content object, and the access rights of the user with respect to that object, may vary from user to user. Using a Chat room object as an example, some users may be “participants” who can participate in the conference, while other users may be “viewers” who can only view the text of the conversation. One or more users may further be designated as a “host” of the conversation. A host normally has the responsibility of moderating the conversation, and has the ability to modify the access rights of members of the conversation with respect to the Chat room.
[0064] 2. Overview of Directory Service and Related Components (FIGS.
[0065] The Directory Service is an extensible on-line service that contains databases which describe the various content entities (i.e., the on-line services and associated data entities) of the network
[0066] The Directory Service is advantageously distributed among different on-line services, which are referred to herein as “Directory Service Providers.” Each Directory Service Provider provides a directory to a subset of the content of the network
[0067] Each Directory Service Provider maps its content into a hierarchical directory structure, which is stored within a corresponding “provider namespace.” In accordance with one aspect of the present invention, a seamless interface is provided to allow the user to transparently move from one directory structure to another, so that the multiple directory structures (of the multiple Directory Service Providers) appear to the end user as a single directory structure, and so that the Directory Service appears as a single service. This feature of the invention is described in detail below.
[0068] With reference to
[0069] With reference to
[0070] The Dirsrv and BBS namespaces
[0071] Advantageously, additional Directory Service Providers (and additional provider namespaces) can be added to the Directory Service. For example, an investment service that provides data on stocks and mutual funds could be added which acts as a Directory Service Provider with respect to its own content, and this content would be stored within a separate directory structure that is linked to the other directory structures
[0072] As will be apparent from the following description, the addition of new Directory Service Providers increases the content capacity (i.e., the total number of nodes which can be stored) of the Directory Service. In addition to this ability to increase the content capacity of the Directory Service, the capacity of a given Directory Service Provider to service users can advantageously be increased by the addition of application servers
[0073] In accordance with one aspect of the present invention, the Directory Service is accessed via a navigation API, referred to herein as the “TreeNav” API, and via an edit API, referred to herein as the “TreeEdit” API. These APIs may be implemented in whole or in part by the different Directory Service Providers. As will be apparent to those skilled in the art, the provision of the TreeNav and TreeEdit APIs greatly facilitates the addition of new Directory Service Providers, and thereby provides for a high degree of extensibility.
[0074] With further reference to
[0075] In accordance with the present invention, the Directory Service Providers are free to use any database arrangement for the storage of their respective nodes. In the preferred embodiment, the Directory Service Providers store their respective nodes as node files of a filesystem, with each node file containing a list of node properties that represents a single node. Various other database arrangements are possible. For example, a Directory Service Provider could be configured to store its nodes within an SQL (Structured Query Language) database.
[0076] The hierarchical directory structures
[0077] With reference to
[0078] As will be appreciated by those skilled in the art, the provision for multiple Directory Service Providers that are seamlessly linked to one another advantageously allows the task of providing a directory service to be distributed among multiple, different services. This is particularly advantageous when the volume of the content on the network
[0079] As will further be appreciated, because different Directory Service Providers store and provide access to different types of nodes, each Directory Service Provider can be tailored to the specific requirements of the type or types of nodes stored by that Directory Service Provider, without concern for the specific requirements of other types of node. By way of specific example, only the BBS service needs to include code for monitoring and deleting old BBS message nodes, since the BBS service is the only Directory Service Provider that stores BBS message nodes. This feature of the present invention will be apparent from the description that follows.
[0080] In the preferred embodiment, the content tree
[0081] In accordance with the present invention, the content tree
[0082] Folders are nodes that both (1) can have children, and (2) do not serve as junction points. The folder nodes in
[0083] Junction points are nodes that serve as proxies for nodes in other provider namespaces and that allow the user to seamlessly traverse between provider namespaces. The only junction point shown in
[0084] With reference to
[0085] Using the Explorer, users can browse the content tree
[0086] In accordance with one aspect of the present invention, the Directory Service only “shows” to each user those nodes that the user is authorized to access, or equivalently, those nodes to which the user has access rights. (In the preferred embodiment, the lowest level of access rights a user can have at a node is “viewer-only.” A user with viewer-only level access rights at a node can view certain properties of the node, but cannot either modify the properties or open the corresponding service.) Thus, each user is provided with a filtered view of the actual content of the network
[0087] This feature of the invention advantageously allows certain nodes and content objects to be completely hidden from certain classes of users. For example, this feature may be used to hide from the view of regular users a BBS folder (and its contents) that has been created for private correspondence between members of a family, so that the only users who can see the folder from the Explorer are the designated family members. Because only those authorized to access each node can see the node, a high degree of security is provided against unathorized accesses.
[0088] In the preferred embodiment, a Sysop Tools client application (which is preferably integrated with the Explorer) allows authorized end users to remotely edit the content tree
[0089] Users that have the capability to edit the content tree
[0090] As a user moves from node to node of the content tree
[0091] As pictorially illustrated in
[0092] As indicated above, the Directory Service Providers may store their respective nodes as node files, or may use an alternative database arrangement. In the preferred embodiment, each node includes a listing of the parents and children of the respective node, and thereby specifies the position of the node within the content tree
[0093] The node properties stored by the Directory Service Providers vary according to node type. For example, some properties are applicable only to folder nodes, some are applicable only to leaf nodes, and some are applicable to both leaf and folder nodes. Further, some properties are service-specific, meaning that they apply only to a certain service. An example of a service-specific property is a Chat room “maximum occupancy” property, which specifies the maximum number of users that can concurrently participate in a corresponding Chat conference. Further, some properties can be viewed by regular users (i.e., non-sysops) via a properties dialog box of the Explorer, while other properties are hidden from regular users, and can be seen only by sysops and/or system administrators.
[0094] In accordance with the present invention, a set of generic (i.e., non-service-specific) properties is defined to allow Directory Service Providers to store certain types of information. The mnemonic names and descriptions of these generic properties are provided below. Provided in parenthesis following each name and description is a list of codes which identify certain characteristics of each generic property. These codes are defined in Table 1.
TABLE 1 CODE MEANING V/NV Property is/is not visible to users via the properties dialog box of the Explorer F Property applies to folder nodes L Property applies to leaf nodes
[0095] The generic properties are as follows:
[0096] Name. This is a human readable name, which can be displayed by a client (i.e., client application) of the Directory Service. For example, a folder node could have the name “Health & Fitness,” and could have children folder nodes with names of “Health & Fitness Chat” and “Health & Fitness BBS.” Every folder node and every leaf node has a name. For junction point nodes, the name of the target node is used (i.e., the property is stored remotely as a local property of the target node). In the preferred embodiment, the Explorer (which, as indicated above, is the primary client of the Directory Service) displays the name along with or in place of the corresponding icon. (V, F, L).
[0097] Directory Entry ID (DEID). This is a 64-bit number which uniquely identifies a node within its respective provider namespace. (A provider namespace can thus have up to
[0098] Application ID (APPID). This is a 32-bit number that is required of every node. For leaf nodes, this number identifies the client application associated with the node, and is used by the Explorer to launch this client application when the user double-clicks on the node. (The client application then opens a pipe to the associated service.) For folder nodes, the APPID indicates the provider namespace (e.g., Dirsrv or BBS) in which the node resides. (The Directory Service can thus support up to 2
[0099] Service Group ID. (Also referred to as the data set ID, or “Dset”.) This is a 16-bit number which identifies the service group (
[0100] Icon ID. This is a 32-bit number (in the form of a “shabby ID,” as described below) which identifies the icon to be displayed by the Explorer (or other client) as a representation of the node. Icon bitmaps are stored by the Directory Service, and are sent over the network upon request by the Explorer. Multiple nodes may have the same icon. (NV, F, L).
[0101] Flags. This is an 8-bit value which indicates whether the node is a folder, leaf, or junction point. Every node has the Flags property. (NV, F, L).
[0102] Security Token. This is a 32-bit value which identifies a content category to which the node has been assigned for security (i.e., access rights) purposes. When a user attempts to view or access a node, the node's security token and the user's 32-bit account number are used to determine the user's access rights with respect to the node. Every folder node and every leaf node has a security token. For junction point nodes, the security token of the target node is used. (NV, F, L).
[0103] Description. This is a human-readable textual description of the service area corresponding to the node. The Directory Service places no limitation on the length of the description. (V, F, L).
[0104] GoWord. This is an optional property of nodes in provider namespaces that support GoWord searches. GoWords are in the form of character strings. If a Directory Service Provider supports GoWord searches, then the GetDeidFromGoword API (discussed below) can be used to retrieve the DEID of the node with a particular GoWord, and the node can then be directly accessed (assuming the user is authorized to access the node). Two nodes within the same provider namespace cannot have the same GoWord. (V, F, L).
[0105] Search Keywords. These are search words which may optionally be specified by sysops to permit keyword searching for nodes on particular topical areas. Multiple search keywords may be specified for a single node. The search keywords are cross-referenced to the corresponding node by a “find” service. (V, L, F).
[0106] Owner. This is a 32-bit vendor ID which identifies the entity which provides or derives revenue from the corresponding service. (V, F, L).
[0107] Sysops. These are the names of the users that are sysops of the node. (V, F, L).
[0108] Pricing. This is a 32-bit value which indicates the cost to the user, if any, associated with accessing the corresponding service area. For example, the pricing property of a node for a Chat room specify a cost to the user of $1.50 per use, or $2 per hour. The general format of the pricing property is described below. (V, F, L).
[0109] Rating. This is a 32-bit value which specifies a suggested appropriate audience for the content which corresponds to the node. Ratings include “GA: General Audiences,” “MA-13: Mature Audiences,” and “AO: Adults Only.” (V, F, L)
[0110] Run Info. This is a localized string containing miscellaneous run-time information needed (for certain nodes) to start or open a pipe to a service. For example, the property could contain a filename or other moniker that specifies a file on an application server
[0111] Locales. This optional property is in the form of a string of locales identifiers (“LCIDs”) that identify the locales (i.e., languages and/or geographic regions) to which the node has been customized (or in which the node is viewable). For example, the locales property of a node that includes a textual description (or audio narration) that is in spanish may have only the LCID for “spanish” (which may be set by a sysop who creates the node); the locales property of a node for a rock music audio clip may include the LCIDs of many different languages and/or regions. In one embodiment, the locales property may be used to specify a geographic region to which the content object applies. Thus, for example, the locales property of a “classified ads” BBS node that is directed to residents of Daytona Beach Florida may have the LCID for Daytona Beach. As described below, the Directory Service provides a mechanism for allowing the client to specify the locales that the user is interested in, and for filtering out any nodes that are not in any of the user-specified locales. This advantageously prevents the unnecessary downloading and viewing of nodes in which the user has no interest. (V, F, L).
[0112] Junction. For junction point nodes, this is the DEID of the target node. (NV).
[0113] Parents. This is the number of parents of the node. The Directory Service determines this number on-the-fly (rather than storing the number) upon request from the client. (NV, F, L).
[0114] Children. This is the number of children of the node. The Directory Service determines this number on-the-fly (rather than storing the number) upon request from the client. (NV, F).
[0115] Access Rights. This is a sixteen bit value, retrieved by the Directory Service from an access rights database
[0116] In the preferred embodiment, the user can have one or more of the following privilege levels: viewer, observer, user, host, sysop, sysop manager, supersysop. Although the access rights value is technically not a property of the node (since the value may vary from user to user), it is made available to the client by the Directory Service as a node property. (NV, F, L).
[0117] Soundfile ID. This is a 32-bit number (in the form of a shabby ID, as described below) which identifies a sound file that corresponds to the node. The various sound files are stored by the Directory Service separate from the node properties, and are provided to the client upon request. Each sound file specifies a corresponding sound or set of sounds that may be generated by the client microcomputer
[0118] Banner ID. This is a 32-bit number (in the form of a shabby ID, as described below) which identifies a banner object for providing a folder-specific banner within the right window pane
[0119] Drfile ID. (Download-and-run file ID). This is a 32-bit number (in the form of a shabby ID, as described below) which identifies a download-and-run file for the node. In the preferred embodiment, download-and-run files are small files (usually less than 5 kilobytes) that sysops can place in their folders to provide information (such as information on the standards of on-line conduct) to users. The various download-and-run files are stored by the Directory Service separate from the node properties, and are provided to the client upon request. (NV, L).
[0120] Throughout this detailed description, the first letter of each of the above-listed mnemonic property names is capitalized to emphasize that these names correspond to defined properties. Further, acronyms (such as DEID, and APPID) of mnemonic property names will be fully capitalized.
[0121] In addition to the properties listed above, various other generic properties are possible. For example, generic properties may be included to specify the creation date of the node, the date/time of the last modification to the node, the time frame (e.g., 12th century) to which the content of the node relates, the version of the node, or the DEIDs of other nodes to which the present node is related.
[0122] As indicated by the foregoing, the only properties that are required of all nodes in the preferred embodiment are the DEID, APPID, Service Group ID and Flags properties. The Name and Security Token properties are required of all leaf and folder nodes, and the Junction property is required of all junction point nodes. The remaining properties are optional, meaning that they may or may not be specified (depending upon the particular service with which the node is associated). As described below, a set of node editors are provided to inform the Explorer, for each service, of the properties which may be entered by sysops for the nodes of that service. These node editors also allow nodes to have service-specific properties, such as the above-mentioned maximum occupancy property. Typically, the set of properties that may be specified for a given node type (such as Chat room leaf nodes, or BBS folder nodes) includes a subset of the above-listed generic properties, and may include one or more service-specific properties.
[0123] As will be recognized from the foregoing, each node is simply a list of properties stored by or otherwise available via the Directory Service. This list of properties describes the corresponding service area (or content object) on the network, and in the case of leaf nodes, provides the information needed to enter the service area. By way of example, the property list for a Chat room node (which is one type of leaf node) will typically include user-readable information about the Chat room, and will include the information needed by the Explorer to launch the Chat client application and add the user to the Chat room.
[0124] The Directory Service operates generally as follows. In response to requests from the client (which, in the preferred embodiment, is the Explorer), the Directory Service sends node properties over the WAN
[0125] Assuming that the Explorer is used as the client, when the user double clicks on a folder node (i.e., the icon for the folder node) from the right pane
[0126] Various user actions cause the Explorer to generate requests for different node properties. For example, from the Explorer, a user can select a node and then select the “properties” command; this causes the Explorer to open the “properties” dialog box, which allows the user to select a “properties sheet” which lists the properties to be retrieved by the Explorer. The user may then specify, for example, “general” properties sheet which includes the “Rating” and “Pricing” properties of the node, causing the Explorer to generate a request for these properties. The TreeNav methods used by the Explorer for requesting properties and other information from the Directory Service are described below.
[0127] When the user double clicks on a leaf node from the Explorer, the Explorer initiates a service session with the corresponding service. To initiate the service session, the Explorer initially uses the APPID of the leaf node to identify the service application to be invoked. Once the identity of the appropriate executable file has been determined, the Explorer launches the client application for the service, and passes to the client application the DEID and the service group ID of the node. The client application then performs the appropriate service-related action. For example, if the node is a Chat room, the Chat client application uses the node's DEID to connect to the corresponding Chat room.
[0128] Before “showing” a node to the end user (by returning the requested properties of the node to the client), the Directory Service uses a GetAccountRights API to determine the access rights of the user with respect to the node to thereby determine whether the user is authorized to access the node. This access rights information is stored within the access rights database
[0129] To determine the user's access rights with respect to the node, the Directory Service initially reads the 32-bit Security Token associated with the node (which, as described above, is stored as a node property). The Directory Service then generates a GetAccountRights call, specifying as parameters of the call the node's Security Token and the user's 32-bit account number. The GetAccountRights API returns either a 16-bit access rights value which indicates the user's access rights with respect to the node, or else returns a code indicating that the user is not authorized to access the node. The GetAccountRights API includes code which generates queries to the access rights databases
[0130] With the exception of the Access Rights property, which is a special case, all of the above-listed generic properties are “local properties,” meaning that they are stored (or generated on-the-fly) locally (i.e., on the same application server
[0131] The provision for the retrieval of remote properties advantageously allows certain types of information to be stored or generated by the end services (such as Chat or Mediaview), rather than by the Directory Service Providers. This is particularly useful for information that changes dynamically. One example of a node property which may advantageously be stored remotely is a “Current Occupants” property of a Chat room, which indicates the current number of participants in the corresponding Chat conference. Because the Current Occupants property changes frequently, it would be inefficient to store this property with the node; doing so would require frequent update transactions over the LAN
[0132] In accordance with one aspect of the present invention, a mechanism is provided which allows Directory Service Providers to maintain respective databases of data entities that are shared by multiple nodes. These shared data entities are referred herein as shared blocks of bytes, or “shabbiest” In the presently preferred embodiment, four types of data entities are stored as shabbies: icon bitmaps, download-and-run files, sound files, and banner objects. As illustrated in
[0133] The ability for a Directory Service Provider to maintain a database of shabbies separate from the nodes of the Directory Service Provider is provided through special TreeNav and TreeEdit methods that may be used to create, delete, modify and download shabbies, and by the provision of certain node properties (such as the “Icon ID” property) that allow specific shabbies to be referenced by nodes. Because shabbies are stored separately from the node properties, there is no need to store multiple copies of each shabby, even though multiple nodes may share the same shabby. By way of example, suppose that the same icon is used for all Chat rooms, and that
[0134]
[0135]
[0136] The client components include the Explorer client application
[0137] The Explorer