WO1999039275A1 - Navigating network resources using metadata - Google Patents

Navigating network resources using metadata Download PDF

Info

Publication number
WO1999039275A1
WO1999039275A1 PCT/US1999/002206 US9902206W WO9939275A1 WO 1999039275 A1 WO1999039275 A1 WO 1999039275A1 US 9902206 W US9902206 W US 9902206W WO 9939275 A1 WO9939275 A1 WO 9939275A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource
name
natural language
client
storing
Prior art date
Application number
PCT/US1999/002206
Other languages
French (fr)
Inventor
Keith Teare
Nicolas Popp
Bruce Ong
Original Assignee
Centraal Corporation
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 Centraal Corporation filed Critical Centraal Corporation
Priority to IL13764599A priority Critical patent/IL137645A0/en
Priority to CA002319501A priority patent/CA2319501A1/en
Priority to JP2000529663A priority patent/JP2002502071A/en
Priority to AU24915/99A priority patent/AU2491599A/en
Priority to EP99904536A priority patent/EP1066568A4/en
Priority to KR1020007008497A priority patent/KR20010040626A/en
Publication of WO1999039275A1 publication Critical patent/WO1999039275A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2308Concurrency control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/30Managing network names, e.g. use of aliases or nicknames
    • H04L61/3015Name registration, generation or assignment
    • H04L61/3025Domain name generation or assignment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/30Types of network names
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99935Query augmenting and refining, e.g. inexact access

Definitions

  • the present invention generally relates to data processing, and relates specifically to methods and computer systems for managing names of network resources and locating the resources.
  • a local computer can connect to a distant server, request a file or an image from the server, and receive the requested information immediately.
  • the Internet operates according to several standard protocols. For example, packets of data are communicated among Internet host computers ("servers") using the Transmission Control Protocol (TCP) and Internet Protocol (IP). Each server that is accessible using the Internet or connected to the Internet is associated with a unique numeric identifier called an IP address. Each IP address has four numeric parts, and each part has a value in the range 0 to 255. An example IP address is "204.93.112.93". The IP addresses are assigned and managed by a central Internet Assigned Names Authority. Numeric identifiers are rapidly and conveniently processed by computers, but are inconvenient for humans to remember and type.
  • DNS Domain Name System
  • a local computer can look up a remote server by connecting to a DNS server, providing a domain name to the DNS server, and obtaining the IP address that corresponds to the domain name. The local computer can then connect to the remote computer using the IP address, and send and receive information.
  • domain names comprise two or more alphanumeric fields, separated by periods.
  • the right-most field is the generic top-level domain (gTLD) name.
  • the "com” portion of the domain name “centraal.com” is a generic top-level domain name that indicates that "centraal.com” is a commercial domain.
  • Other gTLD's include “mil” (for military domains), “gov” (for government domains), and “edu” (for domains of educational institutions). Still other gTLDs have been proposed for creation.
  • the "centraal” portion of "centraal.com” is a second level domain name or organization name. Usually the second level domain name is also the name of a specific network server or host at the institution that owns the domain name.
  • Domain names also can have third-level domain names, such as "www", that identify a sub-domain of the organization, such as a subdirectory of the network server, or a specific computer or workstation.
  • -2- Domain names may also incorporate geographic portions.
  • An example is the domain name "rcsd.redwood-city.ca.us". The “us” portion indicates the United States; the “ca” portion refers to the State of California; “redwood-city” is the organization name; and “rcsd” is the sub- domain. In some countries, such as the United Kingdom, the order of these elements is reversed.
  • One popular technology enjoying wide use with the Internet is known as the World Wide
  • the World Wide Web enables a computer to locate a remote server using the DNS and then establish a connection to the server and retrieve information using a communication protocol called the Hypertext Transfer Protocol (HTTP).
  • HTTP Hypertext Transfer Protocol
  • a Uniform Resource Locator (URL) uniquely identifies each resource stored on a server.
  • a URL is a form of network address comprising a domain name coupled to an identifier of the location of information stored in a network.
  • An example of a URL is http://www.centraal.com/index.html.
  • "http://" indicates that the information associated with the URL can be accessed using HTTP; www.centraal.com identifies the server that is storing the information; and "index.html” identifies a file or page on that server.
  • the local computer requests information by providing a request containing a URL of the desired information to the remote server.
  • the server receives the request, locates the page of information corresponding to the URL, and returns the page to the local computer over the HTTP connection.
  • the pages of information are files prepared in the Hypertext Markup Language
  • HTML HyperText Markup Language
  • the local computer runs a browser program that can read HTML files, interpret HTML codes in the files, and generate a complex graphical display.
  • the books in the library are network resources such as Web pages. All of the books are written in the same language, namely HTML.
  • HTML is a simple language, it does not provide a mechanism that can be used to express attributes relating to a network resource.
  • a Web page is like a book that has no cover. The content of the Web page can be read, but there is no descriptive information about the Web page, such as its title, subject, or publication date, associated with the Web page. It is difficult to identify or refer to a book that has no title.
  • Web pages do not inherently contain a cover that stores a title, conventionally, Web pages are referenced by a location identifier or URL in the DNS system.
  • the current DNS system as implemented with the Web has several disadvantages and drawbacks. Although the DNS system ensures that each URL is unique across the Web, URLs are difficult to remember and associate with a particular institution, person, or product related to the owner of the domain or page associated with the URL. For example, to locate a page of information about the Walt Disney film "Bambi", in the current system a user must enter a complex URL into the browser, such as http://www.disnev.com/DisnevVideos/ masterpiece/shelves/bambi.
  • an inherent disadvantage of the DNS system is that the user must know the exact location and name of the desired information.
  • URLs are like card catalog -3- numbers. Few persons go to a library knowing the exact card catalog number of a desired book.
  • network resources are volatile; their locations may change or be reorganized over time at the discretion of the operator of the server that stores the network resource. Thus, a URL that is accurate one day might be inaccurate the next day, so that the network resource cannot be located.
  • network addresses or URLs can be expressed in only 60 alphabetic and symbolic characters.
  • the alphabetic characters can be expressed only in the Roman alphabet using the letters A through Z and the digits "0" through "9". This limited character set imposes a severe limitation on the use of DNS in international communications. For example, it is not currently possible to express a network address or URL in the Cyrillic characters used in the Russian language or in the Kanji characters used in the Japanese language.
  • search engines Because of the difficulty of associating a location identifier with a desired network resource, specialized Web sites known as "search engines" have been developed to provide a way to enter natural language words or phrases and retrieve a list of other Web sites that contain the words or phrases. Examples of search engines are AltaVista, Yahoo!, and Lycos. However, search engine technology has limitations and drawbacks. For example, search engines do not understand the content of the Web pages indexed by the search engine; search engines merely remember the Web pages.
  • search engines merely return a list of Web pages that contain the words or phrases entered by the user; they do not automatically navigate to a pertinent page.
  • the list returned by the search engine may have thousands of entries, many of which are irrelevant to what the user wants.
  • this process is like requesting a librarian to search for a book, and receiving from the librarian a list of card catalog numbers at which the book might be located.
  • the list almost always contains entries that merely mention the words or phrases entered by the user but are not associated with the owner of a product or service identified by those words or phrases. For example, a user might want to locate the Web site owned and operated by United Airlines. The user enters "United Airlines" into the query field of a search engine.
  • the search engine returns a list of Web sites or Web pages that contain the words "United Airlines.”
  • many of the entries in the list are not owned or operated by United Airlines; they are owned or operated by third parties that merely mention the words in their pages.
  • the lists produced by search engines often are unordered, so that the user must carefully search the list to identify a desired entry.
  • search engine technology may have been adequate when the Web contained only a few documents, the Web is currently estimated to contain more i an 200 million pages, rendering impractical the continued use of -4- search engines based on location identifiers.
  • the HTML language defines a metatag facility whereby text such as key words or descriptions is written into a Web page's HTML code as a means for a search engine to categorize the content of the Web page.
  • the browser does not display the metatags when the Web page is received and decoded at the client.
  • the metatag facility can be used to fool a search engine by encoding a non- displayed keyword into a Web page that has nothing to do with the actual content of the page.
  • the keyword is used for a Web search, the Web page is located and displayed even though the displayed content of the page is unrelated to the key word.
  • the present invention comprises, in one aspect, a method of navigating, based upon a natural language name, to a resource that is stored in a network and identified by a location identifier, comprising the steps of storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to the user using the location identifier.
  • One feature of this aspect involves storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier.
  • Another feature involves the steps of storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
  • Yet another feature involves the steps of retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device. Still another feature is the steps of sending the name file over the network to a client associated with the resource; and storing the name file in a server storage device of a server associated with the client. Another feature involves periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file. Yet another feature is the step of synchronizing the index to the database.
  • the method includes the steps of receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client.
  • Another feature is assigning a randomly generated name to the set of metadata.
  • Yet another feature is instructing the client to store the metadata in a particular authorized location in the persistent storage device.
  • Another feature is registering the set of metadata and the randomly generated name in a database.
  • Figure 1 A is a diagram of a name file.
  • Figure IB is a block diagram of one embodiment of a system for navigating network resources based on metadata.
  • Figure 2 A is a flow diagram of a method of a registration service in the system of Figure IB.
  • Figure 2B is a flow diagram of a method of activating a name file in the system of Figure
  • Figure 3 is a flow diagram of a method of operating a crawler in the system of Figure IB.
  • Figure 4 is a block diagram of an index builder service of the system of Figure IB.
  • Figure 5 is a flow diagram of a method of operating a resolver service in the system of Figure IB.
  • Figure 6 is a flow diagram of a method of operating a name finding service in the system of Figure IB.
  • Figure 7A is a diagram of an exemplary statistics report page generated by the system of Figure IB.
  • Figure 7B is a diagram of another exemplary statistics report page generated by the system of Figure IB.
  • Figure 8 is a block diagram of a computer system that can be used to implement the present invention.
  • Figure 9 is a simplified block diagram of a resolution and navigating system.
  • Figure 10 is a block diagram of a user interface display generated by a navigating service.
  • Metadata is associated with network resources such as Web pages.
  • metadata is data that describes other data.
  • the metadata defined herein provides information that describes a Web page in a manner analogous to the manner by which a catalog card describes a book in a library.
  • the metadata includes information that provides a title (also called a real name address), a description, a language designation, or a geographical location.
  • the metadata is defined by an administrator of the server that stores the Web pages that are described in the metadata, and a copy of the metadata is stored in association with that server so that the metadata is accessible using the Web. Using a Librarian, the a copy of the metadata is registered with a database that is coupled to an index.
  • the metadata is prepared and initially stored in the form of a Name File 64 is a text file defined by the Extensible Markup Language (XML) grammar.
  • XML is a language definition promoted by Microsoft Corporation and Netscape Communications Corporation. Further information about XML is provided in "XML: Principles, Tools, and Techniques," The World Wide Web Journal, vol. 2, no. 4 (Fall 1997) (Sebastopol, Calif: O'Reilly & Assoc, Inc.).
  • the text in the Name File 64 is compatible with the Resource Definition Format (“ RDF" ) format .
  • RDF is a syntax of XML designed by the World Wide Web
  • the text file is also called an RNS file.
  • An example of an RNS file is set forth in Figure 1A.
  • the RNS file 900 is defined according to a grammar in which information elements are surrounded by complementary tags. For example, " ⁇ resource>” and “ ⁇ /resource>” are complementary tags.
  • the RNS file 900 has two general parts, namely a schema section 902, and a data section 904.
  • the schema section 902 and the data section 904 are enclosed within complementary tags (" ⁇ xml>, ⁇ /xml>") that indicate that the RNS file 900 is in the XML grammar.
  • the schema section 902 is delineated by the ⁇ schema> and ⁇ /schema> tags.
  • the schema section identifies the schema that is used to organize data in the data section.
  • an "href anchor code in the schema section refers to a file, "RNS-schema", located on a Web server, that contains the schema definition.
  • the schema is assigned the name "RNS.”
  • Tags in the RNS file 900 that are part of the RNS schema have a prefix of "RNS:" . Based on this prefix, the XML parser that reads the RNS file 900 can identify tags that are part of the RNS schema. -8-
  • the data section 904 is delineated by the ⁇ xml:data> and ⁇ /xml:data> tags.
  • the data section contains one or more RNS entries 905.
  • Each RNS entry 905 is delineated by the tags ⁇ assertions> and ⁇ /assertions>.
  • each RNS entry 905 is a set of assertions about a network resource that is identified within the ⁇ assertions> tag.
  • one RNS entry 905 makes assertions about the network resource home.acme.com. which for exemplary purposes is the home page of a fictional company, Acme Corporation.
  • the RDF language provides a general mechanism for describing many types of resources. RDF does not inherently provide facilities for describing Web pages. Accordingly, a Name File 64 is expressed in an RDF vocabulary that is specific to Web pages that expresses the main attributes of a Web page.
  • the attributes include, for example, a real name address, a location identifier or URL, a description, a language attribute, a region attribute, and a listings attribute.
  • Each RNS entry 905 has a set of metadata 906.
  • the metadata 906 contains a value that identifies the real name of the resource.
  • the real name value, "Acme,” is between the ⁇ realname> and ⁇ /realname> tags.
  • the metadata 906 also includes a description value, a language identifier value, and a region identifier value.
  • a pair of tags delineates each value.
  • the description value is "Home Page of Acme Corporation”
  • the language value is "English”
  • the region value is "Global.”
  • the description value provides a description of the network resource that is associated with the real name.
  • each network address declared for a resource must be related to the shortest network address that is declared in the RNS file for any resource.
  • each network address must be logically subordinate to or descended from the network address in the RNS file that is shortest in characters. For example, in the excerpt provided in Figure 1 A, all subsequent resource declarations would be required to identify network addresses that specify files located within the directory tree for which www.centraal.com is the root node. This relationship is checked by the Registration Service 22 when the RNS file is initially created.
  • a key advantage of this mechanism is that it can be used to provide multilingual access to network resources.
  • One or more Name Files 64 are established.
  • the Name Files 64 store a plurality of entries. Each of the entries stores the name of a network resource, in a different language, in association with the ⁇ realname> field. However, each of the entries references the same network resource in association with the ⁇ resource> tag.
  • one or more Name Files 64 have entries that store real names in English, French, German, and Japanese. Each entry identifies the same network resource. Accordingly, the entries establish real names in a plurality of different languages, all of which point to or resolve to the same network address.
  • the third party enters the real name of the network resource into the browser 74 or the GO service 42 in whatever language is most convenient for the third party.
  • the Resolver 40 will resolve the real name, regardless of language, to the same network address and direct the browser to that address. Accordingly, a user can locate and access network resources in a language- independent manner.
  • the attributes also include a listings attribute set off by the tag ⁇ RNS:listings>.
  • a listings attribute is one or more keywords or other values that describe other properties of a resource.
  • each resource has a subject property that identifies the general nature of the product, service, or organization that is associated with the resource. This enables the database to be organized like a " yellow pages" directory.
  • Acme Corporation includes in its Name File 64 the line
  • United Airlines constructs its Name File 64 so as to store the subject property " airlines" in association with a resource definition.
  • United Van Lines a moving and storage company, stores the subject property "moving" .
  • the system displays the subject property value in association with each resource.
  • the user is providing a real name to one of the services 42-46, the user includes a value for the subject property in the query.
  • the system searches for resources in the index that match both the real name and the subject property value.
  • the resources described in the Name File 64 are persons rather than Web pages.
  • a resource of type "person" has metadata including a mailing address, email address, and other personal information.
  • the system can be used as a person locator service rather than for navigating to Web pages or other network resources.
  • the Name File 64 stores other attributes. For example, other attributes include Organization, Subject, Abstract, Type, Audience, and other attributes.
  • the Name File 64 information that identifies an organization or company that owns or is associated with the network resource, for example, "Federated Stores Incorporated.”
  • the Name File 64 stores information that describes the subject matter of the network resource, for example, " dogs.”
  • the Name File 64 stores information containing an abstract of the network resource.
  • the Type attribute the Name File 64 stores information describing a type of the network resource, for example, " RealAudio file” .
  • the Name File 64 stores information describing the intended audience of the network resource, for example, "Women age 19-34" .
  • Metadata for a network resource associating the metadata with a network resource, and storing a copy of the metadata on a server that contains the network resource in this manner offers significant advantages. For example, maintenance of the metadata is convenient. Since a copy of the metadata is stored locally on the server that contains the network resource, the metadata can be updated at any time without contacting a central service. As described further herein, a metadata crawler mechanism periodically visits the server to monitor changes in the metadata. If a Name File 64 has changed, after validation, the changes are automatically propagated to the database and the index.
  • the Name Files 64 operate as a distributed database of metadata. Maintaining a distributed database enhances scalability, because modifying the metadata is not dependent upon the availability of a single centralized database. Further, by -10-
  • the XML language supports the UNICODE character encoding standard.
  • attributes stored in a Name File 64 can be expressed in any human language.
  • FIG. 1B is a block diagram of an embodiment of a network resource locating system comprising a Registry 10, a Librarian 20, an Index 30, and a Resolver 40.
  • the Registry 10 includes a database 12 in the form of a commercial database system, such as the SQL Server, or a proprietary database.
  • the Registry 10 provides a centralized storage point for mappings of real names to network addresses or URLs, as well as descriptive information associated with the real names.
  • "real name” refers to a name of a network resource expressed in conventional syntax of a natural language, such as English, Japanese, Russian, etc. Each real name is required to be unique across the Internet and unique within the Registry 10. The uniqueness of real names is enforced by the Registry 10.
  • Registry 10 operates as a centralized, highly robust, and scalable persistent storage area for all metadata.
  • the Registry 10 also stores statistics related to the usage of the metadata in the context of various services that are built on top of the Registry, such as the GO navigation system described herein. Real names, network addresses, and the descriptive information are loaded into the Registry 10
  • the Librarian 20 has a Registration Service 22 and a Crawler 24, each of which is coupled to the database 12 and to a network such as the Internet 50.
  • the Registration Service 22 receives new mappings of real names to network addresses, and descriptive information, and loads them into or "registers" them with the Registry 10.
  • the Registration Service 22 receives the mappings from a client 70 over the Internet 50.
  • the Crawler 24 traverses or crawls the Internet 50, periodically connecting to registered Web servers that are connected to the Internet, to locate changes to the mappings stored in or in association with the Web servers.
  • the real naming system interacts with one or more web servers that are connected to the Internet 50.
  • one Web Server 60 is shown in Figure IB, but any number of Web servers can be used in connection with this embodiment.
  • a local database 62 is coupled to the -11- Web Server 60 so that the Web Server can retrieve values from the local database for use in web applications running on the Web Server.
  • a Name File 64 is also stored in association with the Web Server 60 such that the Web Server can retrieve the Name File and forward its contents to the Internet 50 in response to a request.
  • the Name File 64 stores one or more real name entries. Each real name entry contains a real name of a resource in the Web Server 60, a description of the resource, a network address, or other identifier of the location of the resource, and other information about the resource such as its language and intended geographic region of use.
  • the Name File 64 also stores an identifier of a grammar that is used to format the other information in the Name File. In this way, the information in the Name File is self- describing and language-independent.
  • network address refers to an unambiguous identifier of the location of a network resource.
  • An example of a network address is a URL.
  • the Crawler 24 can contact the Web Server 60 and retrieve values stored in the Name File 64 using a connection through the Internet 50. As indicated by path 28, the Crawler 24 can notify the Index 30 that the Index Files 34 need to be updated to reflect a change in the information stored in the Name File 64.
  • the Index 30 is coupled to the Registry 10.
  • the Index 30 comprises an Index Builder 32 and one or more Index Files 34 that contain an index of all real names, real name entries, and resources known to the system.
  • the Index Files 34 have index entries for values stored in the Name File 64.
  • the Index Files 34 are constructed, managed, and updated by the Index Builder 32.
  • the Index Files 34 are more compact than the indexes maintained by conventional search engines, because the amount of information represented in all the Name Files 64 is far less than the total content of all network resources available on the Web. Such compactness is a distinct advantage, providing greater scalability and responsiveness than conventional search engines.
  • the compact size of the Index Files 34 allows the Index 30 to be replicated in multiple different geographic locations.
  • the Resolver 40 comprises one or more resolver processes Rl , R2, Rn, each of which is coupled respectively to a Service 42, 44, 46.
  • Each resolver process Rl , R2, Rn communicates with its respective Service 42, 44, 46 to receive requests containing a real name, convert or resolve the real name into a network address associated with the real name, and forward the network address and other information associated with the real name to the requesting Service.
  • a client 70 is coupled to the Internet 50.
  • the client is a computer, server, or network in which a Web browser 74 runs under control of an operating system 72.
  • An example of the Web browser 74 is Netscape Communicator®, and an example of the operating system 72 is Microsoft Windows 95®.
  • the services of the real naming system are accessible to the client 70 over the Internet 50 using the browser 74 according to standard Internet and Web protocols.
  • the client 70 can establish an HTTP connection through the Internet 50 to the Registration Service 22.
  • the -12- browser 74 retrieves pages or forms from the Registration Service 22 that are prepared in the HTML language.
  • the browser 74 displays the pages or forms.
  • a user of the client 70 reads the pages, or enters information in a form and sends the filled-in form back to the Registration Service 22.
  • the client 70 and the Registration Service 22 carry out a dialog by which a user of the client 70 can perform functions offered by the system.
  • the Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 are one or more computer programs having the functions and procedures described herein.
  • each of the Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 is an independent process, and one or more instance of each such process can be active and executing at a given time.
  • the computer programs are constructed using an object-oriented programming language and related tools, such as the Java® language.
  • the Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 preferably execute on one or more server computers that can rapidly access, manage, and update the database 12 and index files 34. The foregoing elements can be distributed or segregated.
  • the Resolver 40 and its processes Rl, R2, Rn execute on one server computer, and the Registration Service 22, Crawler 24, and Index Builder 32 operate on the same computer or on a set of computers separate from the server that hosts the Resolver 40.
  • the Resolver 40 can rapidly receive and respond to client requests for access to network resources that are indexed in the Index Files 34, without affecting or interfering with the other elements and their functions.
  • the Librarian 20, and other functions of the system are accessed by connecting the client 70 to one or more administrative Web pages 80 that implement the functions, using an HTTP connection.
  • the administrative Web pages 80 are hosted on a Web server and are generated by a Web server application that can commumcate with the other elements of the system.
  • the Web server application sends a top-level page to the client 70.
  • the browser 74 of the client displays the top-level page, which presents a menu of options for working with the system. For example, preferred menu options are set forth in Table 1.
  • Each of the top level menu options can be selected by moving the cursor generated by the client 70 over the name of the desired option, using the client's pointing device, and clicking on the desired option.
  • the functions carried out by selecting each menu option are described below in the context of the functional module that carries out the functions.
  • the elements of the system have been described with respect to the Internet 50 as an interconnecting element.
  • the Internet is merely one example of an interconnecting element that can be used to facilitate commimication among the elements of the system.
  • Other elements such as local-area networks, wide-area networks, Intranets, and extranets can be used.
  • the protocols that define the Internet such as Transmission Control Protocol and Internet Protocol, are not required; other protocols are suitable and can be used.
  • the system has numerous advantages over prior approaches. For example, customer Web sites 60 are isolated from the database 12.
  • the Index Files 34 are separate from the database 12 and only the Index Files are accessed by the Resolver 40. This reduces database loading and increases responsiveness, and provides scalability.
  • the architecture is well suited to distributed replication of the Index Files.
  • the system provides a set of customer information management functions that store, track, and update information about customers of the system.
  • the information managed for each customer is called a customer profile.
  • the customer profiles are stored in the database 12.
  • Web pages containing forms that enable a user to enter a new customer profile The form has fields for entry of a name, address, telephone number, contact person, and payment method.
  • the Web pages and forms are communicated to the client 70 and displayed by the browser.
  • the user of the client 70 enters appropriate information into the data entry fields and clicks on or selects a "SUBMIT" button on the Web page.
  • the client 70 returns the filled-in form in an HTTP transaction to the system.
  • the system extracts the entered information from the fields and stores the information in a table of the database 12.
  • the Customer/New Customer registration process is initiated using a Web page generated by the system in the form shown in Table 2: -14- TABLE 2 - REGISTRATION HOME PAGE
  • the designations [BACK] and [NEXT] represent function buttons.
  • the user enters the user's email address in the Name field, and a user-selected password in the Password field.
  • the NEXT function button When the user clicks on the NEXT function button, the Name and Password are stored in the database 12 in association with one another.
  • the system displays a Web page containing a form that enables the system to receive further information about the user.
  • the form has fields for entering the user's name, address, city, state, postal code, nation, and telephone number.
  • the user enters the requested information and clicks on a NEXT button.
  • the system checks each value to verify that it matches the proper data format required for the corresponding field.
  • the values are stored in the database 12 in association with the user's name and email address. Collectively, this information is the customer profile. Once the customer profile is established, the user can create real name entries and store them in one or more Name Files 64.
  • Selecting the Customer Modify Profile option causes the system to generate a Web page containing a form that enables a user to change a previously entered customer profile.
  • the user's IP address is extracted from the HTTP transaction that the user used to request the Customer/Modify Profile option.
  • the user is permitted to view and modify only that profile that corresponds to a previously created Name File that is stored on a server having the same IP address as the user.
  • the system looks up the corresponding profile in the database 12 and retrieves the contents of the profile. The contents of the profile are displayed in the Web page.
  • the user may then move the cursor generated by the client 70 to any of the data values displayed in the Web page and enter modifications to the values.
  • the Web page containing the filled- in values are returned to the system in an HTTP transaction.
  • the system updates the database 12 using the values in the page.
  • Selecting the Customer/Change Contacts option enables the user to change the billing contact associated with a registered Name File. Selecting the Customer/Logout option enables -15- the user to terminate the current session, or log in as a different customer.
  • Figure 2A is a flow diagram of an embodiment of a preferred method of operating the Registration Service 22 of the Librarian 20.
  • the Registration Service 22 has a Web page interface by which one or more clients 70 can access functions offered by the Registration Service by selecting function buttons of the Web pages to activate the functions.
  • the primary function offered by the Registration Service 22 is registration of new real names into the Registry 10.
  • the Registration Service 22 is invoked by selecting the Create option from the top-level menu page.
  • an external user or "customer" of the system identifies himself or herself to the system so that information entered later can be associated with the customer.
  • This information includes an electronic mail address of the customer whereby messages can be directed from the Registration Service 22 to the customer over the Internet 50.
  • the terms "customer" and "user” refer to the operator of a computer remotely connected to the system, for example, the client 70.
  • the customer then provides information to the Registration Service 22 that identifies a network resource of the Web Server 60, by its location, its real name, and descriptive information about the network resource. For example, the customer enters the real name "Microsoft Internet Explorer," the URL http://www.microsoft.com/ie4/ aboutie4.html. and a description about the resource. Preferably, this information is entered in fields of a Web page that is constructed for the purpose of receiving the information, in the form shown in Table 3:
  • Desc ⁇ ption 1 his is the home page tor Internet Explorer.
  • the Registration Service 22 constructs a Name File 64 based on the information entered by the customer.
  • the Name File 64 is stored on a server accessible to the Registration Service 22.
  • the Name File 64 is not yet stored in association with the Web server 60.
  • the Registration Service 22 generates a file name at random for the Name File 64.
  • a random file name is used in order to prevent unauthorized programs, processes, or users from identifying or modifying the Name File 64 when it is stored in association with the Web Server 60. If the same file name was used, at any Web server registered with the Registry 10, an unauthorized user could modify an entry stored in the Name File 64 to reference a different network resource. Eventually, as will be discussed further below, the Crawler 24 would detect the modification and store the new name in the Registry 10. Accordingly, it is desirable to hide the name of the Name File 64 from all unauthorized users.
  • Block 206 the Name File 64 is sent as a file attachment to an electronic mail ("email") message to the customer.
  • Block 206 includes the step of receiving an email address from the user.
  • the system displays a Web page having a data entry field for the email address, in the form shown in Table 4:
  • the system After sending the Name File 64 in an email to the user, the system displays a confirmation page at the client 70.
  • the confirmation page has the form shown in Table 5.
  • the customer installs the Name File 64 in the Web Server 60 or in a manner that is accessible to the Web Server.
  • the Name File 64 is stored in a location on the -17- Web Server 60 that is specified by the Registration Service 22.
  • the email specifies that the Name File 64 shall be stored in the root directory of the network resource that is named in the Name File 64. This is done to ensure that the receiving customer individual is authentic; the Registration Service 22 presumes that only an authentic customer representative would have root directory access to the Web server on which the named network resource is located.
  • the root directory is also specified for the convenience of the customer.
  • the Name File 64 is stored in the root directory of the Web server, the customer can modify or re-organize the Web server without affecting the Name File. Conversely, if the Name File 64 was stored in a subordinate directory of the Web server, then there would be a risk of disabling the Name File by accidentally deleting its directory.
  • the customer confirms to the Registration Service 22 that the Name File 64 has been stored in the specified location by the customer.
  • the customer confirmation can be provided in an email directed to the Registration Service 22 or by entering an appropriate command using the Web interface of the Registration Service 22.
  • the user is required to activate the Name File.
  • Activation is a process of verifying that the Name File is stored in the correct location by an authorized user.
  • the activation process also includes the process of arranging payment for the privilege of having a registered Name File recognized by the system.
  • Figure 2B One embodiment of an activation method is shown in Figure 2B.
  • the user activates a Name File after creating it by selecting the RNS File/ Activate function from the top-level menu option list.
  • the system constructs a page that requests the user to enter a type of activation, and sends the page to the client, which displays it. For example, the system displays a page of the form shown in Table 6:
  • the symbols shown in the form "(*)" in Table 6 above are displayed as radio buttons, or another graphic element, that can be selected by the user.
  • the first option (“Live update of a previously registered Name
  • the system activates the Crawler, which locates the user's Name File over the Internet, and updates the database 12, as described below.
  • the "Live update” function provides a way for a user to force the system to locate a modified Name File and update itself with the new information.
  • the user may simply wait and the Crawler eventually will locate the modified file and update the database.
  • the system constructs and sends to the client 70 a Web page with which the user can enter payment information pertaining to the user and its Name Files.
  • Payment steps of the activation process are an entirely optional part of the process, and other embodiments are contemplated that omit any payment mechanism.
  • the Web page contains fields that accept entry of payment information. For example, the fields enable entry of a credit card type, card number, expiration date, and cardholder name.
  • the system receives the payment information values in block 224.
  • the system prompts the user to enter the network address of the Name File to be activated, and a description of the Name File.
  • the Registration Service 22 establishes an HTTP connection to the Web Server 60, requests and uploads a copy of the Name File 64. This step is carried out to verify that the Name File 64 is valid and is stored in the correct location.
  • the Name File 64 is parsed, and values identifying the network resource are extracted.
  • the system constructs a Web page that displays all the entries parsed from the current Name File 64, and sends the page to the client 70. Within the Web page, the system displays a prompting message, such as the following:
  • the user reviews the entries, verifies that they are correct, and clicks on the NEXT function button. If any of the entries is not correct, the user clicks on the BACK function button, which provides access to the MODIFY function described herein.
  • the system then displays a Web page containing a written legal agreement governing payment of registration fees and resolution of disputes involving real names or domain names, as shown in blocks 236-238.
  • the agreement concludes with function buttons labeled ACCEPT and DECLINE.
  • ACCEPT To accept the terms of the agreement and proceed with registration, the user clicks on the ACCEPT button.
  • DECLINE To decline the terms of the agreement and discontinue the activation process, the user clicks on the DECLINE button.
  • Use of the legal agreement is entirely optional and embodiments that do not use such an agreement are contemplated and are within the scope of the invention.
  • the system then stores values parsed from the Name File 64 in the database 12 of the Registry 10, as shown in block 240.
  • the network address or URL of the Name File 64 must match the root directory of the Web server 60. This prevents redirection of real names to unauthorized -19- different network addresses. It also prevents the owner of the Web server 60 from redirecting to that Web server any real name that he or she does not own.
  • the Registration Service 22 notifies the Index Builder 32 that a new entry has been made in the database 12.
  • Path 26 of Figure IB represents the notification.
  • the notification includes information sufficient to identify the new entry in the database 12, for example, a row identifier ("rowid") of a table in which the new entry is stored.
  • the Index Builder 32 carries out a live update of the Index Files 34, in the manner discussed further below.
  • Name File 64 created by the user is activated and available for use by the Resolver 40.
  • the database 12 is available to receive queries from registered members of the system.
  • a registered member can submit queries to the database 12 that request the database to display currently registered information about network resources or Web pages of other organizations. Accordingly, if another registered user succeeds in registering information that misrepresents the content of that user's network resources, the misrepresentation can be reported to the Registry for corrective action.
  • the formality of the registration process, and the open query capability of the database 12 enable the present system to avoid the deception that is possible through the improper use of metatags.
  • the entries can be edited or deleted using the RNS File Modify and RNS File/Delete functions shown in the top-level menu list.
  • the system reads the RNS file from the server associated with the user, and displays the contents of the file in a Web page having the form shown in Table 7.
  • the page consists of a text instruction section, a set of editing function buttons, and a list of entries currently contained in the Name File.
  • the text instruction section explains the functions carried out by the editing function buttons.
  • the function buttons of this page operate on entire Name File entries rather than individual fields within each entry. For example, to edit an entry, a user selects the appropriate real name, such as "Keith Teare" and presses the EDIT function button. In response, the system displays an entry editing page that contains the selected entry. The user can enter modified text in fields of the entry editing page. Similarly, to delete an entry, the user selects the appropriate word and presses the
  • the user presses the NEXT function button. Selecting the NEXT function button causes the system to construct a new Name File, preferably in the above-described XML format.
  • the system emails the new Name File to the user in an appropriate explanatory message.
  • the user is required to store the new Name File in a directory specified by the system, as in the case of creation of a new file.
  • CRAWLER Figure 3 is a flow diagram of an embodiment of a method that is preferably carried out by the Crawler 24.
  • the system includes a Scheduler process that triggers activation and execution of the Crawler 24.
  • the Scheduler stores a schedule -21-
  • An event states that the Crawler 24 should execute every twenty- four hours. Upon the occurrence of a scheduled event, the Scheduler launches the Crawler 24.
  • the Crawler 24 reads the database 12 of the Registry 10 and retrieves one or more rows or records that identify network resources that are indexed in the Index Files 34.
  • the protocol for selecting the rows or records is not critical, and several different schemes can be used. For example, the Crawler 24 can select all rows or records that have not been updated since the last time that the Crawler executed. Alternatively, the Crawler 24 can select all rows or records that have been created within a specified time frame or that are older than a particular number of days. In still another alternative, the Crawler 24 selects the least recently updated record.
  • the system includes a mapping of real names to RNS file names and locations called the File Info table. The Crawler matches the selected rows to the File Info table and locates the network address, location or URL of the Name File associated with each real name, row or record.
  • the Crawler 24 polls the customer Web site that is represented by the row or record, searching for updates to the Name File 64 that is stored in association with that Web site.
  • the polling step includes the steps of opening an HTTP connection to the Web site, requesting and receiving a copy of the Name File.
  • the Crawler 24 parses the Name File, using an XML parser, to identify real name entries, and values within each real name entry, that specify the real name, network address, and descriptive information relating to network resources.
  • An XML parser is commercially available from Microsoft Corporation.
  • the Crawler 24 For each entry in the Name File, as shown in block 306, the Crawler 24 tests whether the entry matches a row or record in the database 12. Thus, the Crawler 24 determines whether the contents of the Name File are different from entries in the database 12. If so, as shown in block 308, then the Crawler 24 updates the database 12, and requests the Index Builder to rebuild the index entry associated with the updated row or record in the database 12.
  • the Crawler 24 polls Web sites on the Internet 50 to locate customer sites that have updates. Because the Name Files are distributed across the network at numerous customer sites, each customer has the freedom and flexibility to modify its Name File at any desired time. The customer need not notify the real name system, because the Crawler 24 will eventually locate each change and update the database 12 accordingly. Thus, the Librarian 20 automatically monitors changes to Name Files distributed across the network, and periodically updates the Registry 10 with the change.
  • customers or end users are not involved in updating the database 12; the Crawler 24 updates the database automatically.
  • a customer can instruct the Librarian 20 to immediately execute the Crawler 24 with respect to a specific Web site. In this way, changes to a particular Name File are immediately identified and loaded into the database.
  • the system also carries out, once weekly, a comprehensive -22- update of the Index Files 34 based on the contents of the database 12. In this way, at least weekly, the Index Files 34 are rebuilt based on the current contents of the database 12.
  • the Crawler 24 also validates each of the network resource locations that are identified in each Name File. For example, the Crawler 24 attempts to connect to and load each network resource that is identified in a Name File entry. If an error occurs, an appropriate email message is composed and sent to the contact person of the organization that registered the Name File. The email message advises the contact person that the network resource location in the Name File is invalid.
  • the Index 30 comprises an Index Builder 32 and Index Files 34.
  • the Index Builder 32 is a software program or process that operates in two modes. In the first mode, a Reconstructor process of the Index Builder 32 periodically polls the database 12, discovers changes to the database, and indexes the changed real name records in the Index Files 34. In a second mode, the Index Builder 32 updates the Index Files 34 in real time, based upon a queue of requests to update the indexes.
  • Figure 4 is a block diagram of a preferred embodiment of the Index Builder 32. Computers labeled GO Machines 100, 102, 104 each run an instance of the Index Builder 32. Each GO Machine 100, 102, 104 is associated with a network interface process Ml, M2, MM of a Queue Agent 92a.
  • the Queue Agent 92a is coupled to a network 106, such as a local area network, and receives requests to build index entries from the Librarian 20.
  • the Queue Agent 92a propagates a copy of each request to one of the network interfaces Ml, M2, Mn, which forwards the request to its associated GO Machine 100, 102, or 104.
  • This architecture is highly responsive to external queries, and is fault-tolerant.
  • the Index Builder 32 is coupled to a pair of queues 90a, 90b and a pair of indexes 34a, 34b.
  • the GO Service 42 can access either of the indexes 34a, 34b, but always accesses only one of the indexes at a time.
  • the Resolver 40 is omitted from Figure 4 for clarity, but it should be understood that the GO Service 42 accesses each index 34a, 34b through a Resolver 40 process.
  • the Index Builder builds the indexes using the following process.
  • the GO Service is placed in contact with index 34b and instructed to communicate real name resolution requests only to index 34b.
  • the Index Builder 32 adds the requests to both of the queues 90a, 90b.
  • the Index Builder 32 sequentially removes entries from the queue, in first-in-first-out order, and updates the index 34a with each queue entry. Concurrently, if any new index build requests are received, they are routed to both of the queues.
  • the Index Builder 32 instructs the GO Service 42 to communicate real name resolution requests only to index 34a.
  • the Index Builder 32 then removes entries only from queue 90b and updates only index 34b from that queue.
  • the Index Builder 32 can add index -23-
  • the queue with which the Index Builder 32 communicates is always the opposite or complement of the indexes 34a, 34b with which the GO Service 42 is currently communicating. In this way, the GO Service 42 constantly communicates with an index, and the Index Builder 32 can update the index in real time without disrupting name resolution operations.
  • the index build requests comprise an identifier, called a Fileld, of a file or row that is mapped in the File Info table described above.
  • the Index Builder 32 looks up the FileJD in the File Info table and retrieves all entries in the database that match the FilelD.
  • Each database entry includes a unique identifier that is associated with a network resource that is described in the database entry.
  • the unique identifiers are generated using a sequence facility of the database server.
  • the Index Builder retrieves a matching index entry.
  • the information in the index entry is compared to the information in the build request. If the information in the build request is different, the index entry is updated. If the information in the build request indicates that the associated network resource has become inactive or unavailable in the network, the index entry is deleted.
  • each of the GO Machines 100, 102, 104 has a similar configuration and operates in parallel. Although three GO Machines 100, 102, 104 are shown in Figure 4 as an example, any number of GO Machines can be used in the system.
  • a Scheduler process determines when the Index Builder 32 executes.
  • the Resolver 40 functions as a runtime query interface to the metadata that is stored in the Registry 10.
  • the Resolver 40 functions to receive real name requests from services 42, 44, 46, query the index 30 to identify network addresses corresponding to the real name requests, and respond to the services with the network addresses.
  • the Resolver 40 is structured to respond rapidly to query operations and to service millions of requests per day. To maximize response time and ensure scalability, the Resolver 40 does not directly access the database 12 of the Registry 10 in responding to queries. Instead, the Resolver communicates with the Index 34 that is stored in fast main memory.
  • the Resolver 40 operates in any number of multiple instances Rl, R2, Rn, each of which is associated with a service 42, 44, 46 that is making a request to the Resolver.
  • the services 42, 44, 46 communicate with Resolver instances Rl, R2, Rn using HTTP connections. Further, it is preferred to operate the computer hardware on which the Resolver 40 runs in a triple-redundancy configuration. This configuration provides rapid response to the requesting services 42, 44, 46 and provides reliability.
  • Each instance Rl, R2, Rn is implemented as an instance of a Web application that implements the Resolver.
  • the services 42. 44, 46 communicate with Resolver instances Rl, R2, Rn using HTTP connections.
  • an instance of the Resolver 40 is implemented as a dynamically linked library (DLL) that is integrated into the services 42, 44, 46.
  • DLL dynamically linked library
  • each instance of the Resolver 40 is a detached, separate process or program that operates according to the method shown in Figure 5.
  • the Resolver 40 is implemented with one or more APIs that allow the development of services that use the Resolver, such as " yellow pages" and search services.
  • an external web client, server or browser accesses the Resolver 40.
  • the client 70 connects to the Resolver 40 using an HTTP connection.
  • the client 70 establishes an HTTP connection to the Resolver 40.
  • the client 70 provides a URL to the Resolver that requests the network address corresponding to a particular real name.
  • the URL is in the form http://www.resolver.com/resolve7raRREAL NAME.
  • "http://" identifies the URL as an HTTP request
  • www.resolver.com is the server domain
  • "resolve” is the name of a program running on that server domain that implements the resolver.
  • the client 70 connects to one of the services 42, 44, 46 associated with an instance of the Resolver 40.
  • the services 42, 44, 46 communicate with the client 70 to request and receive a real name.
  • the Resolver 40 receives a real name requested by the client
  • the Resolver 40 constructs a Qualifier object in main memory that contains the real name.
  • the Resolver connects to the Index 30 and submits a query requesting the network address or URL that corresponds to the real name in the request from the client 70.
  • the query is submitted by sending a message containing the Qualifier object to an Index Store object.
  • the Index Store object encapsulates or provides an abstract representation of the Index 30.
  • the Index Store object executes an index query.
  • the Resolver 40 receives a response from the Index 30 that contains the network address or URL that corresponds to the real name in the request from the client 70.
  • the Index Store object returns an Entry Set object to the Resolver 40.
  • the Entry Set object contains or references a set of one or more entries from the Index 30 that correspond to the requested real name.
  • Each Entry Set object has a method that can supply the location or URL of a network resource described in an entry of the object.
  • the Index Store object also has logic for ordering entries in the Entry Set object based on a function of past usage. When the Entry Set object has just one entry, ordering is not needed. When the Entry Set object has more than one entry, a two-stage ordering process is carried out. First, the entries are ordered according to relevance. Second, entries having equal relevance are ordered based upon a function of the number of past resolutions for each entry.
  • the Resolver 40 retrieves statistical information about each entry from the Statistics Service described herein.
  • the statistical information includes a usage value for each real name entry that is computed by applying a weighting function to a count of past resolutions for that real name.
  • the weighting function operates to give more weight to recent resolutions for the real name than to resolutions that occurred in the distant past.
  • the Resolver compares the usage values for each of the entries and re-orders the entries, if necessary, so that the entry having the highest-weight usage value is first in order in the Entry Set object.
  • the Resolver 40 formats the response of the index into an output message.
  • the Resolver 40 constructs an XML file containing the information in the response from the Index 30.
  • the services 42, 44, 46 each are provided with an XML parser that can convert the XML file produced by the Resolver 40 into text or other information in a format that is usable by the client 70.
  • each entry referenced in the Entry Set object contains a usage value that indicates the number of times that the entry has been resolved. The usage values are used to order the entries when they are displayed or otherwise used by one of the Services 42-46.
  • the Resolver 40 After each real name resolution, the Resolver 40 writes an entry in a log file 84 that describes the real name, the total number of times it has been resolved in the past including the current resolution, the IP address and domain name of the client or server that requested the current resolution, and the time at which the current resolution occurred.
  • the Index 30 and the Resolver 40 execute on the same physical computer, and the Index Files 34 are stored in main memory of that computer. This configuration improves response time of the Resolver 40 by providing it with high-speed access to the Index 30. It is contemplated that the Resolver 40 will respond to several tens of millions of real name resolution requests per day.
  • the Index 30 and the Resolver 40 are implemented as a plurality of Component Object Model (COM) programmatic objects that communicate with the AltaVista runtime library using AltaVista's API.
  • COM Component Object Model
  • the AltaVista runtime library is commercially available for license from Digital Equipment Corporation in the form of the AltaVista Software Development Kit (SDK).
  • the Resolver 40 is capable of distinguishing among network addresses that refer to resources located on the Internet, an internal business network or
  • intranet and an externally accessible internal business network or " extranet” .
  • the Resolver 40 accesses a Registry 10 that is located within the organization that owns and operates the Resolver.
  • the Registry 10 stores resource information that identifies intranet resources.
  • the Resolver 40 resolves real names entered by the user into the locations of intranet resources, and navigates the user to them. -26-
  • the GO service 42 is a computer program that is installed into or attached to the browser 74 of the client 70.
  • the GO service 42 is installed into the client 70 as a plug-in to the browser 74.
  • the user downloads the GO service 42 from a central distribution site and stores the service on the client 70.
  • the user executes an installation program that installs the service into the browser 74.
  • the GO service 42 intercepts network resource names entered by the user into the browser 74 and resolves the names into network addresses that are usable by the browser 74.
  • Figure 6 is a block diagram of a method of operating the GO service 42 in this configuration.
  • Figure 10 is a diagram of a user interface display 1000 generated by the GO service 42 in this configuration.
  • the user invokes or initiates execution of the browser 74.
  • the browser 74 has a URL data entry field into which a user customarily types a network address of a document to be retrieved and displayed by the browser, such as a URL.
  • the user enters a real name into the network address data entry field.
  • the GO service 42 captures all keystrokes that are typed by a user into the network address data entry field of the browser 74 and thereby receives the real name entered by the user.
  • the GO service 42 looks up the real name entered by the user in an override table 76 stored in the client 70.
  • the override table 76 persistently stores mappings of real names to network addresses or URLs. The mappings are established by the user or the client 70, using a function of the GO service 42 to initially set up and update the override table 76.
  • the override table 76 is stored on the client 70, for example, on the hard disk or other non- volatile storage device of the client 70.
  • the override table 76 provides a way for the user to establish a personal list of mappings of real names to network addresses.
  • the override table 76 can be used as a "personal address file" .
  • a user can establish an entry in the override table 76 that maps the symbol " $" to the domain name " quote.yahoo.com” .
  • the GO service 42 will cause the browser to retrieve the resource named " quote.yahoo.com” .
  • the user also can establish an explicit mapping between a real name which, if submitted to the Resolver 40, would resolve to a list of network addresses.
  • the override table 76 is displayed in an address table pane 1010 of the user interface display 1000.
  • Real names of network addresses are displayed in a name column 1012, and corresponding network addresses are displayed in a network address column 1014. Descriptions of the real names are displayed in a description column.
  • the user interface display includes a menu bar 1016 and function buttons 1018.
  • the menu bar 1016 has a plurality of keywords (Addresses, View, Edit, Options, About Go!) that provide access to a drop-down menu associated with each of the functions identified by the keywords.
  • the function buttons 1018 are used for rapidly selecting functions provided in the drop-down menus. -27-
  • the Address drop-down menu provides functions named Close, Save, Activate, and Exit.
  • the Close function closes the user interface display 1000 and terminates the service.
  • the Save function saves the real names and corresponding network addresses in a file.
  • the View dropdown menu provides functions named Large Icons, Small Icons, List, and Details.
  • the functions of the View drop-down menu change the form of display used in the address table pane 1010. For example, when the Large Icons and Small Icons options are selected, respectively, the display shows each entry in the override table 76 as a large or small icon.
  • the override table 76 is displayed in the form of a simplified list that shows only the real name associated with each entry.
  • the Details option is selected, the override table 76 is displayed as shown in Figure 10, in the form of a detailed list.
  • the Edit pull-down menu has functions named Insert and Delete.
  • the Insert function enables a new entry to be added to the override table 76.
  • the service displays a pop-up window and prompts the user to enter a real name, URL or location identifier, and description.
  • the pop-up window also has SAVE and CANCEL function buttons. When appropriate data is entered, the user clicks on the SAVE function button to add a new entry to the override table 76.
  • the Options pull-down menu provides functions that access other features of the service. For example, a Resolver option is provided that enables the user to change the resolution mechanism used by the service from the Resolver 40 to an external domain name resolution service available over the Internet 50.
  • the service 42 requests the Resolver 40 to resolve the network resource name received at the browser into a network address.
  • the service 42 constructs a URL that references a pre-determined location of the system that implements the Resolver 40.
  • the URL contains, as a parameter to be passed to the Resolver 40, the network resource name received at the browser.
  • the service 42 opens an HTTP connection from the client 70 to the Resolver 40 using the URL that contains the network resource name.
  • the Resolver 40 extracts the value of the network resource name from the URL, and carries out the resolution process described above.
  • the Resolver 40 then returns one or more network resource location values in an HTTP message to the browser 74.
  • the GO service 42 redirects the browser 74 to the network address found by the Resolver 40.
  • the service 42 extracts the network resource location value from the HTTP message received from the Resolver 40, and passes the value to functions of the browser 74 that can load and display Web pages.
  • the browser 74 then loads and displays the file or page located at the network address in conventional manner.
  • the service displays a list of the network resource location values. The results are displayed in an order, from most prior resolutions to least prior resolutions, based on the resolution values compiled and stored by the Statistics Service 82.
  • the service returns to the client 70 an HTTP response containing an XML in which the results of the query are stored.
  • the GO service 42 is implemented as a Web application that runs on a dedicated Web server.
  • the client 70 connects to the GO Web server using a predetermined network address or URL.
  • the Web application of the GO service 42 displays a Web page comprising a form with a data entry field.
  • the end user types the real name of a network resource into the data entry field.
  • the GO server 42 locates the network resource in the manner described above.
  • the GO service 42 is linked to a button or panel that is embedded in a Web page of an external Web server.
  • the button or panel is anchored to a network address or URL that invokes the GO service 42 when the button or panel is selected by a user viewing the external Web server. This configuration provides a way to enter real names that does not require use of a browser.
  • the service 42 retrieves the corresponding network resource location from the override table 76. The service 42 then redirects the browser to the network resource at that location.
  • the GO Service 42 includes a mechanism to detect and respond to the natural language being used by the client 70 that contacts and provides a query to the GO Service. Assume the computer that is running the GO Service 42 operates using UTF-8 character set encoding and the English language, whereas the client 70 is using the Japanese language and a different character set encoding.
  • the Web page includes a hidden field that stores a pre-determined text string.
  • the client 70 receives the Web page, and its browser or operating system converts the Web page to the character set that it uses.
  • the user of the client 70 enters a real name into the Web page and submits it to the GO Service 42.
  • the GO Service 42 receives the Web page, extracts the value of the hidden field, and compares the hidden field value to a table or mapping of hidden field values to character set encodings and languages.
  • the GO Service 42 retrieves the co ⁇ esponding character set encoding and language. Based on the language, the GO Service 42 selects a resource having a matching Language value in the metadata section 906 of the resource. In this way, the system transparently determines the language of the client that originates a query, and supplies a resource that is appropriate to that language.
  • the GO Service 42 and the Resolver 40 use the values of the metadata in the Name File 64 associated with resources to respond to advanced queries. For example, assume that United Airlines registers a Name File 64 that describes resources in several different languages such as English, French, and Japanese. A user desires to locate a Web site affiliated with United Airlines that is located in France or prepared in the French language. The user enters the words "United Airlines France" into the GO Service 42. The Resolver 40 attempts to match the words to the Description, Region, and Language fields of the metadata -29- section 906 associated with the United Airlines Name File 64. The Resolver 40 and the Go Service 42 redirect the user's browser to a United Airlines site located in France.
  • the GO Service 42 when the GO Service 42 is implemented as a browser plug- in installed in the client 70, the GO Service provides character encoding information to the Resolver 40. To obtain the character encoding currently used on the client 70, the GO Service 42 calls an operating system function of the operating system that runs on the client 70. The GO Service 42 attaches the character encoding information to the URL that is used to return the user's query to the Resolver 40. In this way, the Resolver receives information indicating the language and character set currently used by the client 70, and can respond with a network resource that is appropriate to that language.
  • the computer system further includes a microphone coupled to an analog-to-digital converter.
  • the analog-to-digital converter is coupled through an appropriate interface to the bus of the computer system.
  • the analog-to-digital converter receives an analog audio input signal from the microphone and converts the signal to a digital representation of the signal.
  • the driver or application program receives the digital representation and converts it into a phoneme, string of words, keyword, or command for the GO Service 42.
  • the converted digital representation is used by the GO Service 42 as input, as a substitute for input from the keyboard or mouse.
  • a user can view the user interface display 1000 and speak words into the microphone to command the GO Service 42 to locate a particular network resource. In this way, the user can navigate the Web using spoken words.
  • a Service is implemented in the form of a Web server or middle-tier Web application server 60a.
  • the Web application server 60a communicates to the client 70 using HTTP messages through the Internet 50.
  • the Web application server 60a includes a Common Gateway Interface (CGI) script processor, an application server such as Netscape's Kiva, Microsoft's Active Server, or Apple's WebObjects®.
  • An application program running on the Web application server 60a communicates with the Resolver 40 through the Internet 50 over paths 40a, 40b using CGI scripts to generate HTTP requests and responses.
  • the Web application server 60a uses calls to functions provided by the API of the Resolver 40 to communicate along paths 40a, 40b. Using this structure, the Web application server 60a issues requests containing queries to the Resolver 40.
  • the Resolver 40 evaluates the query, queries the Index 30, and creates a set of metadata for all Index entries reflecting Web pages that match the query.
  • the set of metadata is packaged as an XML file and delivered to the Web application server 60a by the Resolver 40.
  • the Web application server 60a has an XML parser that can parse the XML code in the XML file. Based on the parsed XML code, the Web application server 60a creates one or more HTML documents and delivers the HTML documents to the client 70.
  • the client 70 displays the HTML documents to the end user.
  • -30- STATISTICS SERVICE As described above in connection with the Resolver 40, each time a real name resolution is carried out by the Resolver, it writes a log file entry.
  • the system includes a Statistics Service 82 that is responsible for reading the log file and loading information from the log file into the Index Files 34.
  • the Statistics Service 82 operates periodically on scheduled basis.
  • the Statistics Service 82 reads each record of the log file and constructs an index object based on the information in the log file.
  • the Statistics Service 82 then sends a message to the Index Builder 32 that requests the Index Builder to persistently store the values in the Index Files 34.
  • the Index Builder 32 stores the values in the Index Files 34.
  • the top-level menu page of the system has hyperlinks that enable the user to access statistics and billing functions.
  • the system When the Statistics & Billing/Statistics option is selected, the system generates a Web page 700 in the form shown in Figure 7A.
  • the Web page 700 has a list 702 of top-level options.
  • a set of function buttons 704 enable the user to establish other global functions such as resolving an address, entering new customer information, obtaining customer service, and learning more information about the real name system.
  • Report function buttons 706 enable the user to access report generation functions of the system.
  • the report function buttons 706 include a Select Entries button 712, a Select Time button 714, a Report per Entry button 716, and a Report per Origin button 718.
  • the Select Entries button 712 is used to identify a range of entries within a Name File for which statistics are to be generated.
  • the system reads the Name File on the server having an IP address matching the IP address of the user's current domain.
  • the system parses the Name File and displays a list of all the real names in a new Web page that is sent to the client 70.
  • the Web page displays a radio button adjacent to each of the real names in the list. By clicking on the radio button and then submitting the Web page to the system, the system will provide statistical information for all the selected real names in all reports that are generated later.
  • the Select Time button 714 is used to identify a time frame for which statistics are to be generated.
  • the system When the user selects the Select Time button 714, the system generates a new Web page and sends it to the client 70.
  • the Web page includes a form into which the user enters a starting date and an ending date.
  • the system receives and stores the date values.
  • reports When reports are generated thereafter, the reports will contain statistical information for resolutions of real names that occurred within the specified dates.
  • the Report per Entry button 716 is used to generate a report and graph showing all real name resolutions that have occurred for each real name entry defined in the cu ⁇ ent Name File.
  • the system reads statistical information that is stored in the statistical tables of the database 12 for each of the real names that are defined in the -31-
  • the system generates a graph and a chart of the statistical information, and generates a Web page containing the graph and chart.
  • FIG. 7A is an example of a Web page generated in this manner.
  • the graph pane 708 shows an exemplary bar graph. Each bar in the bar graph represents a real name defined in the current Name File.
  • the vertical axis 720 identifies the number (in thousands) of resolutions of each real name.
  • the horizontal axis 722 identifies each name for which statistics information is reported.
  • the statistics pane 710 comprises a real name column 730, a quantity of resolutions column 732, and a percentage column 734.
  • the real name column 730 lists each real name that is defined in the current Name File.
  • the quantity of resolutions column 732 gives the number of resolutions of that real name that have occurred within the currently defined time period.
  • the percentage column 734 indicates, for each real name, the percentage of total resolutions represented by the resolutions of that real name.
  • Figure 7B is an example of another type of graph generated by the statistics service.
  • the vertical axis 720 shows the number of resolutions of each real name.
  • the horizontal axis 722 comprises a plurality of bars 738, each bar associated with a real name.
  • the bar represents the number of resolutions of that real name.
  • a second vertical axis 736 displays a number indicating the percentage of total resolutions carried out by the system that is represented by each real name shown in the horizontal axis 722.
  • a fee is charged by the owner of the real name system to end users or customers who register real names in the Registry 10.
  • the Librarian 20 records a charge against the account of the user when a new entry is submitted to the system using the Registration Service 22.
  • end users or customers who register real names in the Registry 10 pay a fee to the owner of the real name system for each resolution executed by the Resolver 40 in response to a third-party request.
  • the Resolver 40 records a charge against the account of the user when each resolution is completed.
  • the account information and charges are logged and accumulated in tables of the database 12.
  • an external billing application reads the charge and account tables of the database 12 and generates invoices that are sent to the user.
  • the Statistics & Billing/Billing Information option of the top- level option list 702 enables the user track and monitor, in real time, the user's credits and payments for registered real name entries, as well as resolution fees.
  • the system reads the charge and account tables of the database 12 and generates a report, in a Web page, summarizing the charges to the customer.
  • the Web page is delivered to the client 70 and displayed by it.
  • FIG. 8 is a block diagram that illustrates a computer system 800 upon which an embodiment of the invention may be implemented.
  • Computer system 800 includes a bus 802 or other communication mechanism for communicating information, and a processor 804 coupled with bus 802 for processing information.
  • Computer system 800 also includes a main memory 806, such as a random access memory (RAM) or other dynamic storage device, coupled to bus 802 for -32- storing information and instructions to be executed by processor 804.
  • Main memory 806 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 804.
  • Computer system 800 further includes a read only memory (ROM) 808 or other static storage device coupled to bus 802 for storing static information and instructions for processor 804.
  • ROM read only memory
  • a storage device 810 such as a magnetic disk or optical disk, is provided and coupled to bus 802 for storing information and instructions.
  • Computer system 800 may be coupled via bus 802 to a display 812, such as a cathode ray tube (CRT), for displaying information to a computer user.
  • a display 812 such as a cathode ray tube (CRT)
  • An input device 814 is coupled to bus 802 for communicating information and command selections to processor 804.
  • cursor control 816 is Another type of user input device
  • cursor control 816 such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 804 and for controlling cursor movement on display 812.
  • This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane.
  • the invention is related to the use of computer system 800 for providing a language- independent network resource naming system.
  • language-independent network resource naming is provided by computer system 800 in response to processor 804 executing one or more sequences of one or more instructions contained in main memory 806.
  • Such instructions may be read into main memory 806 from another computer- readable medium, such as storage device 810.
  • Execution of the sequences of instructions contained in main memory 806 causes processor 804 to perform the process steps described herein.
  • hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention.
  • embodiments of the invention are not limited to any specific combination of hardware circuitry and software.
  • Non-volatile media includes, for example, optical or magnetic disks, such as storage device 810.
  • Volatile media includes dynamic memory, such as main memory 806.
  • Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 802. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
  • Computer-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, a
  • RAM random access memory
  • PROM read-only memory
  • EPROM electrically erasable programmable read-only memory
  • FLASH-EPROM any other memory chip or cartridge
  • carrier wave as described hereinafter, or any other medium from which a computer can read.
  • Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to processor 804 for execution.
  • the instructions may initially be carried on a magnetic disk of a remote computer.
  • a computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem.
  • a modem local to computer system 800 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal.
  • An infrared detector coupled to bus 802 can receive the data carried in the infra-red signal and place the data on bus 802.
  • Bus 802 carries the data to main memory 806, from which processor 804 retrieves and executes the instructions.
  • the instructions received by main memory 806 may optionally be stored on storage device 810 either before or after execution by processor 804.
  • Computer system 800 also includes a communication interface 818 coupled to bus 802.
  • Communication interface 818 provides a two-way data communication coupling to a network link 820 that is connected to a local network 822.
  • communication interface 818 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line.
  • ISDN integrated services digital network
  • communication interface 818 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN.
  • LAN local area network
  • Wireless links may also be implemented.
  • communication interface 818 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 820 typically provides data communication through one or more networks to other data devices.
  • network link 820 may provide a connection through local network 822 to a host computer 824 or to data equipment operated by an Internet Service
  • ISP 826 ISP 826.
  • ISP 826 provides data communication services through the world wide packet data communication network now commonly referred to as the "Internet” 828.
  • Internet 828 uses electrical, electromagnetic or optical signals that carry digital data streams.
  • the signals through the various networks and the signals on network link 820 and through communication interface 818, which carry the digital data to and from computer system 800, are exemplary forms of carrier waves transporting the information.
  • Computer system 800 can send messages and receive data, including program code, through the network(s), network link 820 and communication interface 818.
  • a server 830 might transmit a requested code for an application program through Internet 828, ISP 826, local network 822 and communication interface 818.
  • one such downloaded application provides for a language-independent network resource naming system as described herein.
  • the received code may be executed by processor 804 as it is received, and/or stored in storage device 810, or other non-volatile storage for later execution.
  • computer system 800 may obtain application code in the form of a carrier wave.

Abstract

Mechanisms for associating metadata with network resources, and for locating the network resources in a language-independent manner are disclosed. The metadata may include a natural language name of the network resource, its location, its language, its region or intended audience, and other descriptive information. The owners register the metadata in a registry (10). A copy of the metadata is stored on a server (60) associated with a group of the network resources and in a registry that is indexed at a central location (32). A crawler service (24) periodically updates the registry by polling the information on each server associated with registered metadata. To locate a selected network resource, a client (70) provides the name of the network resource to a resolver process. The resolver process provides to the client the network resource location corresponding to the network resource name. Multiple metadata mappings can be established for the same network resource.

Description

-1-
NAVIGATΓNG NETWORK RESOURCES USING METADATA
FIELD OF THE INVENTION
The present invention generally relates to data processing, and relates specifically to methods and computer systems for managing names of network resources and locating the resources.
BACKGROUND OF THE INVENTION
Recently, a global packet-switched network known as the Internet has attracted wide use. A local computer can connect to a distant server, request a file or an image from the server, and receive the requested information immediately.
The Internet operates according to several standard protocols. For example, packets of data are communicated among Internet host computers ("servers") using the Transmission Control Protocol (TCP) and Internet Protocol (IP). Each server that is accessible using the Internet or connected to the Internet is associated with a unique numeric identifier called an IP address. Each IP address has four numeric parts, and each part has a value in the range 0 to 255. An example IP address is "204.93.112.93". The IP addresses are assigned and managed by a central Internet Assigned Names Authority. Numeric identifiers are rapidly and conveniently processed by computers, but are inconvenient for humans to remember and type.
Accordingly, in 1984 the Domain Name System (DNS) was introduced. DNS is a distributed information database that maps the IP address of a server to a host name or "domain name". For example, the domain name www.centraal.com is mapped to the IP address 209.76.153.3 in the DNS system. The database is available at several computer systems around the world known as DNS servers. A local computer can look up a remote server by connecting to a DNS server, providing a domain name to the DNS server, and obtaining the IP address that corresponds to the domain name. The local computer can then connect to the remote computer using the IP address, and send and receive information.
Generally domain names comprise two or more alphanumeric fields, separated by periods. The right-most field is the generic top-level domain (gTLD) name. The "com" portion of the domain name "centraal.com" is a generic top-level domain name that indicates that "centraal.com" is a commercial domain. Other gTLD's include "mil" (for military domains), "gov" (for government domains), and "edu" (for domains of educational institutions). Still other gTLDs have been proposed for creation. The "centraal" portion of "centraal.com" is a second level domain name or organization name. Usually the second level domain name is also the name of a specific network server or host at the institution that owns the domain name. Domain names also can have third-level domain names, such as "www", that identify a sub-domain of the organization, such as a subdirectory of the network server, or a specific computer or workstation. -2- Domain names may also incorporate geographic portions. An example is the domain name "rcsd.redwood-city.ca.us". The "us" portion indicates the United States; the "ca" portion refers to the State of California; "redwood-city" is the organization name; and "rcsd" is the sub- domain. In some nations, such as the United Kingdom, the order of these elements is reversed. One popular technology enjoying wide use with the Internet is known as the World Wide
Web. The World Wide Web enables a computer to locate a remote server using the DNS and then establish a connection to the server and retrieve information using a communication protocol called the Hypertext Transfer Protocol (HTTP). Each item of information available using the Web, including files, images, or pages, is called a resource. A Uniform Resource Locator (URL) uniquely identifies each resource stored on a server. A URL is a form of network address comprising a domain name coupled to an identifier of the location of information stored in a network.
An example of a URL is http://www.centraal.com/index.html. In this example, "http://" indicates that the information associated with the URL can be accessed using HTTP; www.centraal.com identifies the server that is storing the information; and "index.html" identifies a file or page on that server.
The local computer requests information by providing a request containing a URL of the desired information to the remote server. The server receives the request, locates the page of information corresponding to the URL, and returns the page to the local computer over the HTTP connection. The pages of information are files prepared in the Hypertext Markup Language
(HTML). The local computer runs a browser program that can read HTML files, interpret HTML codes in the files, and generate a complex graphical display.
Because the Web offers so much information about so many subjects, often the Web is compared to a library. In this analogy, the books in the library are network resources such as Web pages. All of the books are written in the same language, namely HTML. Unfortunately, although HTML is a simple language, it does not provide a mechanism that can be used to express attributes relating to a network resource. Thus, continuing the library analogy, a Web page is like a book that has no cover. The content of the Web page can be read, but there is no descriptive information about the Web page, such as its title, subject, or publication date, associated with the Web page. It is difficult to identify or refer to a book that has no title. Since Web pages do not inherently contain a cover that stores a title, conventionally, Web pages are referenced by a location identifier or URL in the DNS system. The current DNS system as implemented with the Web has several disadvantages and drawbacks. Although the DNS system ensures that each URL is unique across the Web, URLs are difficult to remember and associate with a particular institution, person, or product related to the owner of the domain or page associated with the URL. For example, to locate a page of information about the Walt Disney film "Bambi", in the current system a user must enter a complex URL into the browser, such as http://www.disnev.com/DisnevVideos/ masterpiece/shelves/bambi.
Thus, an inherent disadvantage of the DNS system is that the user must know the exact location and name of the desired information. In the library analogy, URLs are like card catalog -3- numbers. Few persons go to a library knowing the exact card catalog number of a desired book. However, in the Web environment, there is no alternative, even though users tend to naturally remember the names of network resources but not their locations. Moreover, network resources are volatile; their locations may change or be reorganized over time at the discretion of the operator of the server that stores the network resource. Thus, a URL that is accurate one day might be inaccurate the next day, so that the network resource cannot be located.
Further, the network address must be typed correctly every time or the resource will not be found. The format of URLs is complex and unpredictable. Errors are hard to spot. Addresses are difficult to guess. A further disadvantage of the DNS system is that according to current standard protocols, network addresses or URLs can be expressed in only 60 alphabetic and symbolic characters. The alphabetic characters can be expressed only in the Roman alphabet using the letters A through Z and the digits "0" through "9". This limited character set imposes a severe limitation on the use of DNS in international communications. For example, it is not currently possible to express a network address or URL in the Cyrillic characters used in the Russian language or in the Kanji characters used in the Japanese language.
Because of the difficulty of associating a location identifier with a desired network resource, specialized Web sites known as " search engines" have been developed to provide a way to enter natural language words or phrases and retrieve a list of other Web sites that contain the words or phrases. Examples of search engines are AltaVista, Yahoo!, and Lycos. However, search engine technology has limitations and drawbacks. For example, search engines do not understand the content of the Web pages indexed by the search engine; search engines merely remember the Web pages.
Further, search engines merely return a list of Web pages that contain the words or phrases entered by the user; they do not automatically navigate to a pertinent page. The list returned by the search engine may have thousands of entries, many of which are irrelevant to what the user wants. In the library analogy, this process is like requesting a librarian to search for a book, and receiving from the librarian a list of card catalog numbers at which the book might be located. In addition, the list almost always contains entries that merely mention the words or phrases entered by the user but are not associated with the owner of a product or service identified by those words or phrases. For example, a user might want to locate the Web site owned and operated by United Airlines. The user enters "United Airlines" into the query field of a search engine. The search engine returns a list of Web sites or Web pages that contain the words "United Airlines." However, many of the entries in the list are not owned or operated by United Airlines; they are owned or operated by third parties that merely mention the words in their pages. Further, the lists produced by search engines often are unordered, so that the user must carefully search the list to identify a desired entry. While search engine technology may have been adequate when the Web contained only a few documents, the Web is currently estimated to contain more i an 200 million pages, rendering impractical the continued use of -4- search engines based on location identifiers. Some have proposed making search engines smarter, using new ranking algorithms, semantic analysis, and HTML filtering techniques. Nevertheless, search engine performance continues to degrade because the Web is growing faster than search engine technology is improving. Search engines also suffer from the disadvantage that they can be fooled by metatags.
The HTML language defines a metatag facility whereby text such as key words or descriptions is written into a Web page's HTML code as a means for a search engine to categorize the content of the Web page. The browser does not display the metatags when the Web page is received and decoded at the client. The metatag facility can be used to fool a search engine by encoding a non- displayed keyword into a Web page that has nothing to do with the actual content of the page. When the keyword is used for a Web search, the Web page is located and displayed even though the displayed content of the page is unrelated to the key word.
Based upon the foregoing, it is clearly desirable to provide a way to associate abstract properties of a network resource with the network resource. It is also desirable to have a way to access information available over the Web using a natural language word or "real" name associated with the information.
It is also desirable to have a Web browser program that can rapidly locate, load, and display information in response to receiving a natural language word or "real" name associated with the information, thereby providing a way to instantly retrieve information stored in a network based upon the real name rather than the address of the information.
It is also desirable to have such a system that can automatically and immediately navigate or direct the user to a particular network resource, without providing or requiring the user to search through a list of results or matches. It is also desirable to have a flexible, simple way to associate a natural language word or "real" name with a set of information. It is also desirable to have such a system that can associate a natural language word or name with a subordinate page of a Web site rather than with only the "home" or root page.
It is also desirable to have such a system that can associate a natural language word or name only with an organization that owns, operates, or produces a product, service, or other thing that is identified by the word or name. It is also desirable to have a way to associate information stored in a network with human-readable resource names, so that end users can navigate the network using simple words and sentences expressed in any human written language.
It is also desirable to have a way to associate multiple names, each expressed in a different human-readable language, with the same network resource, so that a particular network resource can be retrieved in a language-independent manner.
It is also desirable to have such a system configured in a way that provides distributed storage of the real name information.
There is a further need for a mechanism to navigate to a network resource based upon its name and without misdirection caused by a metatag in the network resource. -5- SUMMARY OF THE INVENTION
The foregoing needs, and other needs and objects, are fulfilled by the present invention, which comprises, in one aspect, a method of navigating, based upon a natural language name, to a resource that is stored in a network and identified by a location identifier, comprising the steps of storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to the user using the location identifier.
One feature of this aspect involves storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier. Another feature involves the steps of storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
Yet another feature involves the steps of retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device. Still another feature is the steps of sending the name file over the network to a client associated with the resource; and storing the name file in a server storage device of a server associated with the client. Another feature involves periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file. Yet another feature is the step of synchronizing the index to the database.
According to another feature, the method includes the steps of receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client. Another feature is assigning a randomly generated name to the set of metadata. Yet another feature is instructing the client to store the metadata in a particular authorized location in the persistent storage device. Another feature is registering the set of metadata and the randomly generated name in a database.
The foregoing is merely a brief summary of one aspect of the invention. The invention encompasses many other aspects, as set forth in the appended claims. -6- BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which: Figure 1 A is a diagram of a name file.
Figure IB is a block diagram of one embodiment of a system for navigating network resources based on metadata.
Figure 2 A is a flow diagram of a method of a registration service in the system of Figure IB. Figure 2B is a flow diagram of a method of activating a name file in the system of Figure
IB.
Figure 3 is a flow diagram of a method of operating a crawler in the system of Figure IB. Figure 4 is a block diagram of an index builder service of the system of Figure IB. Figure 5 is a flow diagram of a method of operating a resolver service in the system of Figure IB.
Figure 6 is a flow diagram of a method of operating a name finding service in the system of Figure IB.
Figure 7A is a diagram of an exemplary statistics report page generated by the system of Figure IB. Figure 7B is a diagram of another exemplary statistics report page generated by the system of Figure IB.
Figure 8 is a block diagram of a computer system that can be used to implement the present invention.
Figure 9 is a simplified block diagram of a resolution and navigating system. Figure 10 is a block diagram of a user interface display generated by a navigating service.
-7- DET AILED DESCRIPTION OF THE PREFERRED EMBODIMENT
A mechanism for naming and locating network resources in a language-independent way is described. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to avoid unnecessarily obscuring the present invention.
NAME FILE FORMAT In the preferred embodiment, metadata is associated with network resources such as Web pages. Generally, metadata is data that describes other data. The metadata defined herein provides information that describes a Web page in a manner analogous to the manner by which a catalog card describes a book in a library. For example, the metadata includes information that provides a title (also called a real name address), a description, a language designation, or a geographical location. The metadata is defined by an administrator of the server that stores the Web pages that are described in the metadata, and a copy of the metadata is stored in association with that server so that the metadata is accessible using the Web. Using a Librarian, the a copy of the metadata is registered with a database that is coupled to an index.
Preferably, the metadata is prepared and initially stored in the form of a Name File 64 is a text file defined by the Extensible Markup Language (XML) grammar. XML is a language definition promoted by Microsoft Corporation and Netscape Communications Corporation. Further information about XML is provided in "XML: Principles, Tools, and Techniques," The World Wide Web Journal, vol. 2, no. 4 (Fall 1997) (Sebastopol, Calif: O'Reilly & Assoc, Inc.). Preferably, the text in the Name File 64 is compatible with the Resource Definition Format (" RDF" ) format . RDF is a syntax of XML designed by the World Wide Web
Consortium for expressing semantics. The text file is also called an RNS file. An example of an RNS file is set forth in Figure 1A.
The RNS file 900 is defined according to a grammar in which information elements are surrounded by complementary tags. For example, "<resource>" and "</resource>" are complementary tags. The RNS file 900 has two general parts, namely a schema section 902, and a data section 904. The schema section 902 and the data section 904 are enclosed within complementary tags ("<xml>, </xml>") that indicate that the RNS file 900 is in the XML grammar.
The schema section 902 is delineated by the <schema> and </schema> tags. The schema section identifies the schema that is used to organize data in the data section. In the example of Figure 1A, an "href anchor code in the schema section refers to a file, "RNS-schema", located on a Web server, that contains the schema definition. The schema is assigned the name "RNS." Tags in the RNS file 900 that are part of the RNS schema have a prefix of "RNS:" . Based on this prefix, the XML parser that reads the RNS file 900 can identify tags that are part of the RNS schema. -8-
The data section 904 is delineated by the <xml:data> and </xml:data> tags. The data section contains one or more RNS entries 905. Each RNS entry 905 is delineated by the tags <assertions> and </assertions>. Conceptually, each RNS entry 905 is a set of assertions about a network resource that is identified within the <assertions> tag. In the example of Figure 1A, one RNS entry 905 makes assertions about the network resource home.acme.com. which for exemplary purposes is the home page of a fictional company, Acme Corporation.
The RDF language provides a general mechanism for describing many types of resources. RDF does not inherently provide facilities for describing Web pages. Accordingly, a Name File 64 is expressed in an RDF vocabulary that is specific to Web pages that expresses the main attributes of a Web page. The attributes include, for example, a real name address, a location identifier or URL, a description, a language attribute, a region attribute, and a listings attribute.
Each RNS entry 905 has a set of metadata 906. In the example of Figure 1A, the metadata 906 contains a value that identifies the real name of the resource. The real name value, "Acme," is between the <realname> and </realname> tags. The metadata 906 also includes a description value, a language identifier value, and a region identifier value. A pair of tags delineates each value. For example, in Figure 1 A, the description value is "Home Page of Acme Corporation," the language value is "English," and the region value is "Global." The description value provides a description of the network resource that is associated with the real name.
When multiple resources are defined in one RNS file, for security reasons, each network address declared for a resource must be related to the shortest network address that is declared in the RNS file for any resource. In the preferred embodiment, each network address must be logically subordinate to or descended from the network address in the RNS file that is shortest in characters. For example, in the excerpt provided in Figure 1 A, all subsequent resource declarations would be required to identify network addresses that specify files located within the directory tree for which www.centraal.com is the root node. This relationship is checked by the Registration Service 22 when the RNS file is initially created.
A key advantage of this mechanism is that it can be used to provide multilingual access to network resources. One or more Name Files 64 are established. The Name Files 64 store a plurality of entries. Each of the entries stores the name of a network resource, in a different language, in association with the <realname> field. However, each of the entries references the same network resource in association with the <resource> tag.
For example, one or more Name Files 64 have entries that store real names in English, French, German, and Japanese. Each entry identifies the same network resource. Accordingly, the entries establish real names in a plurality of different languages, all of which point to or resolve to the same network address. When a third party wishes to access the referenced network resource, the third party enters the real name of the network resource into the browser 74 or the GO service 42 in whatever language is most convenient for the third party. The Resolver 40 will resolve the real name, regardless of language, to the same network address and direct the browser to that address. Accordingly, a user can locate and access network resources in a language- independent manner. -9- In an alternative embodiment, the attributes also include a listings attribute set off by the tag <RNS:listings>. A listings attribute is one or more keywords or other values that describe other properties of a resource. For example, each resource has a subject property that identifies the general nature of the product, service, or organization that is associated with the resource. This enables the database to be organized like a " yellow pages" directory. As an example, Acme Corporation includes in its Name File 64 the line
<RNS:listings>Anvils, Rockets, Slingshots to indicate that it is a manufacturer of anvils, rockets, and slingshots.
As another example, United Airlines constructs its Name File 64 so as to store the subject property " airlines" in association with a resource definition. United Van Lines, a moving and storage company, stores the subject property "moving" . When displaying a set of list entries, the system displays the subject property value in association with each resource. When the user is providing a real name to one of the services 42-46, the user includes a value for the subject property in the query. The system searches for resources in the index that match both the real name and the subject property value.
In an alternative embodiment, the resources described in the Name File 64 are persons rather than Web pages. A resource of type "person" has metadata including a mailing address, email address, and other personal information. In this embodiment, the system can be used as a person locator service rather than for navigating to Web pages or other network resources. In other alternative embodiments, the Name File 64 stores other attributes. For example, other attributes include Organization, Subject, Abstract, Type, Audience, and other attributes. In the Organization attribute the Name File 64 information that identifies an organization or company that owns or is associated with the network resource, for example, "Federated Stores Incorporated." In the Subject attribute the Name File 64 stores information that describes the subject matter of the network resource, for example, " dogs." In the Abstract attribute the Name File 64 stores information containing an abstract of the network resource. In the Type attribute the Name File 64 stores information describing a type of the network resource, for example, " RealAudio file" . In the Audience attribute the Name File 64 stores information describing the intended audience of the network resource, for example, "Women age 19-34" . Defining metadata for a network resource, associating the metadata with a network resource, and storing a copy of the metadata on a server that contains the network resource in this manner offers significant advantages. For example, maintenance of the metadata is convenient. Since a copy of the metadata is stored locally on the server that contains the network resource, the metadata can be updated at any time without contacting a central service. As described further herein, a metadata crawler mechanism periodically visits the server to monitor changes in the metadata. If a Name File 64 has changed, after validation, the changes are automatically propagated to the database and the index.
In addition, in combination, the Name Files 64 operate as a distributed database of metadata. Maintaining a distributed database enhances scalability, because modifying the metadata is not dependent upon the availability of a single centralized database. Further, by -10-
storing the metadata files in association with the server on which the network resources are stored, data integrity is improved. Only a user having authorization to store files on a server can create metadata mappings that reference network resources on that server.
Yet another advantage is multi-lingual compatibility. The XML language supports the UNICODE character encoding standard. As a result, attributes stored in a Name File 64 can be expressed in any human language.
REAL NAME SYSTEM Using the metadata stored in Name Files 64, in combination with a network resource locating system, attributes of a network resource can be used to locate the network resource. For example, the real name attribute of a Name File 64 can be used to locate a Web page. Figure IB is a block diagram of an embodiment of a network resource locating system comprising a Registry 10, a Librarian 20, an Index 30, and a Resolver 40.
The Registry 10 includes a database 12 in the form of a commercial database system, such as the SQL Server, or a proprietary database. The Registry 10 provides a centralized storage point for mappings of real names to network addresses or URLs, as well as descriptive information associated with the real names. In this context, "real name" refers to a name of a network resource expressed in conventional syntax of a natural language, such as English, Japanese, Russian, etc. Each real name is required to be unique across the Internet and unique within the Registry 10. The uniqueness of real names is enforced by the Registry 10. The
Registry 10 operates as a centralized, highly robust, and scalable persistent storage area for all metadata. The Registry 10 also stores statistics related to the usage of the metadata in the context of various services that are built on top of the Registry, such as the GO navigation system described herein. Real names, network addresses, and the descriptive information are loaded into the
Registry 10 by the Librarian 20. In the preferred embodiment, the Librarian 20 and the Index 30 communicate with the database 12 using an ODBC interface. In the preferred embodiment, the database 12 has a capacity on the order of several hundred million entries. The Registry 10 and database 12 help ensure a consistent structure and vocabulary across Web sites. The Librarian 20 has a Registration Service 22 and a Crawler 24, each of which is coupled to the database 12 and to a network such as the Internet 50. The Registration Service 22 receives new mappings of real names to network addresses, and descriptive information, and loads them into or "registers" them with the Registry 10. The Registration Service 22 receives the mappings from a client 70 over the Internet 50. The Crawler 24 traverses or crawls the Internet 50, periodically connecting to registered Web servers that are connected to the Internet, to locate changes to the mappings stored in or in association with the Web servers.
The real naming system interacts with one or more web servers that are connected to the Internet 50. As an example, one Web Server 60 is shown in Figure IB, but any number of Web servers can be used in connection with this embodiment. A local database 62 is coupled to the -11- Web Server 60 so that the Web Server can retrieve values from the local database for use in web applications running on the Web Server.
A Name File 64 is also stored in association with the Web Server 60 such that the Web Server can retrieve the Name File and forward its contents to the Internet 50 in response to a request. In the preferred embodiment, the Name File 64 stores one or more real name entries. Each real name entry contains a real name of a resource in the Web Server 60, a description of the resource, a network address, or other identifier of the location of the resource, and other information about the resource such as its language and intended geographic region of use. Preferably, the Name File 64 also stores an identifier of a grammar that is used to format the other information in the Name File. In this way, the information in the Name File is self- describing and language-independent.
In this context, the term "network address" refers to an unambiguous identifier of the location of a network resource. An example of a network address is a URL.
As indicated by path 29, the Crawler 24 can contact the Web Server 60 and retrieve values stored in the Name File 64 using a connection through the Internet 50. As indicated by path 28, the Crawler 24 can notify the Index 30 that the Index Files 34 need to be updated to reflect a change in the information stored in the Name File 64.
The Index 30 is coupled to the Registry 10. The Index 30 comprises an Index Builder 32 and one or more Index Files 34 that contain an index of all real names, real name entries, and resources known to the system. For example, the Index Files 34 have index entries for values stored in the Name File 64. The Index Files 34 are constructed, managed, and updated by the Index Builder 32.
Generally, in the preferred embodiment, the Index Files 34 are more compact than the indexes maintained by conventional search engines, because the amount of information represented in all the Name Files 64 is far less than the total content of all network resources available on the Web. Such compactness is a distinct advantage, providing greater scalability and responsiveness than conventional search engines. In addition, the compact size of the Index Files 34 allows the Index 30 to be replicated in multiple different geographic locations.
The Resolver 40 comprises one or more resolver processes Rl , R2, Rn, each of which is coupled respectively to a Service 42, 44, 46. Each resolver process Rl , R2, Rn communicates with its respective Service 42, 44, 46 to receive requests containing a real name, convert or resolve the real name into a network address associated with the real name, and forward the network address and other information associated with the real name to the requesting Service. A client 70 is coupled to the Internet 50. The client is a computer, server, or network in which a Web browser 74 runs under control of an operating system 72. An example of the Web browser 74 is Netscape Communicator®, and an example of the operating system 72 is Microsoft Windows 95®. The services of the real naming system are accessible to the client 70 over the Internet 50 using the browser 74 according to standard Internet and Web protocols.
For example, under control of the browser 74 and the operating system 72, the client 70 can establish an HTTP connection through the Internet 50 to the Registration Service 22. The -12- browser 74 retrieves pages or forms from the Registration Service 22 that are prepared in the HTML language. The browser 74 displays the pages or forms. A user of the client 70 reads the pages, or enters information in a form and sends the filled-in form back to the Registration Service 22. In this way, the client 70 and the Registration Service 22 carry out a dialog by which a user of the client 70 can perform functions offered by the system.
Preferably, the Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 are one or more computer programs having the functions and procedures described herein. In one embodiment, each of the Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 is an independent process, and one or more instance of each such process can be active and executing at a given time. In the preferred embodiment, the computer programs are constructed using an object-oriented programming language and related tools, such as the Java® language. The Registration Service 22, Crawler 24, Index Builder 32, and Resolver 40 preferably execute on one or more server computers that can rapidly access, manage, and update the database 12 and index files 34. The foregoing elements can be distributed or segregated. For example, it is contemplated that the Resolver 40 and its processes Rl, R2, Rn execute on one server computer, and the Registration Service 22, Crawler 24, and Index Builder 32 operate on the same computer or on a set of computers separate from the server that hosts the Resolver 40. In this configuration, the Resolver 40 can rapidly receive and respond to client requests for access to network resources that are indexed in the Index Files 34, without affecting or interfering with the other elements and their functions.
In one embodiment, the Librarian 20, and other functions of the system, are accessed by connecting the client 70 to one or more administrative Web pages 80 that implement the functions, using an HTTP connection. The administrative Web pages 80 are hosted on a Web server and are generated by a Web server application that can commumcate with the other elements of the system. The Web server application sends a top-level page to the client 70. The browser 74 of the client displays the top-level page, which presents a menu of options for working with the system. For example, preferred menu options are set forth in Table 1.
TABLE 1 - TOP LEVEL MENU OPTIONS RNS FILE
Create
Activate
Modify
Delete STATS & BILLING
Stats
Billing CUSTOMER
New Customer Modify Profile -13- Change Contacts Logout
Each of the top level menu options can be selected by moving the cursor generated by the client 70 over the name of the desired option, using the client's pointing device, and clicking on the desired option. The functions carried out by selecting each menu option are described below in the context of the functional module that carries out the functions.
In the preceding discussion, the elements of the system have been described with respect to the Internet 50 as an interconnecting element. However, the Internet is merely one example of an interconnecting element that can be used to facilitate commimication among the elements of the system. Other elements, such as local-area networks, wide-area networks, Intranets, and extranets can be used. Also, the protocols that define the Internet, such as Transmission Control Protocol and Internet Protocol, are not required; other protocols are suitable and can be used. In this configuration, the system has numerous advantages over prior approaches. For example, customer Web sites 60 are isolated from the database 12. The Index Files 34 are separate from the database 12 and only the Index Files are accessed by the Resolver 40. This reduces database loading and increases responsiveness, and provides scalability. The architecture is well suited to distributed replication of the Index Files.
CUSTOMER PROFILE FUNCTIONS
In one embodiment, the system provides a set of customer information management functions that store, track, and update information about customers of the system. The information managed for each customer is called a customer profile. The customer profiles are stored in the database 12. When the Customer/New Customer option is selected, the system generates one or more
Web pages containing forms that enable a user to enter a new customer profile. The form has fields for entry of a name, address, telephone number, contact person, and payment method. The Web pages and forms are communicated to the client 70 and displayed by the browser. The user of the client 70 enters appropriate information into the data entry fields and clicks on or selects a "SUBMIT" button on the Web page. In response, the client 70 returns the filled-in form in an HTTP transaction to the system. The system extracts the entered information from the fields and stores the information in a table of the database 12.
In the preferred embodiment, the Customer/New Customer registration process is initiated using a Web page generated by the system in the form shown in Table 2: -14- TABLE 2 - REGISTRATION HOME PAGE
Welcome to the Real Name System registration site. Before you can submit your Real Name addresses, you need to provide us with some information about you and the organization that you may represent.
To initiate the registration process, you first need to enter your email address as your login name, and select a password.
You will need to remember this login name and password, as the Real Name System uses them to grant you access privileges. Name
Password
[BACKJ [NEXTJ
In Table 2, the designations [BACK] and [NEXT] represent function buttons. The user enters the user's email address in the Name field, and a user-selected password in the Password field. When the user clicks on the NEXT function button, the Name and Password are stored in the database 12 in association with one another.
Preferably, the system then displays a Web page containing a form that enables the system to receive further information about the user. The form has fields for entering the user's name, address, city, state, postal code, nation, and telephone number. The user enters the requested information and clicks on a NEXT button. The system checks each value to verify that it matches the proper data format required for the corresponding field. The values are stored in the database 12 in association with the user's name and email address. Collectively, this information is the customer profile. Once the customer profile is established, the user can create real name entries and store them in one or more Name Files 64.
Selecting the Customer Modify Profile option causes the system to generate a Web page containing a form that enables a user to change a previously entered customer profile. To ensure secure operation, the user's IP address is extracted from the HTTP transaction that the user used to request the Customer/Modify Profile option. The user is permitted to view and modify only that profile that corresponds to a previously created Name File that is stored on a server having the same IP address as the user. Based upon the user's IP address, the system looks up the corresponding profile in the database 12 and retrieves the contents of the profile. The contents of the profile are displayed in the Web page.
The user may then move the cursor generated by the client 70 to any of the data values displayed in the Web page and enter modifications to the values. When the user selects or clicks on the "SUBMIT" button, the Web page containing the filled- in values are returned to the system in an HTTP transaction. The system updates the database 12 using the values in the page.
Selecting the Customer/Change Contacts option enables the user to change the billing contact associated with a registered Name File. Selecting the Customer/Logout option enables -15- the user to terminate the current session, or log in as a different customer. These functions are provided using a Web application that receives and loads appropriate values into the Registry.
REGISTRATION SERVICE
Figure 2A is a flow diagram of an embodiment of a preferred method of operating the Registration Service 22 of the Librarian 20.
Preferably, the Registration Service 22 has a Web page interface by which one or more clients 70 can access functions offered by the Registration Service by selecting function buttons of the Web pages to activate the functions.
The primary function offered by the Registration Service 22 is registration of new real names into the Registry 10. In one embodiment, the Registration Service 22 is invoked by selecting the Create option from the top-level menu page. As shown in block 200, an external user or "customer" of the system identifies himself or herself to the system so that information entered later can be associated with the customer. This information includes an electronic mail address of the customer whereby messages can be directed from the Registration Service 22 to the customer over the Internet 50. In this context, the terms "customer" and "user" refer to the operator of a computer remotely connected to the system, for example, the client 70.
As indicated in block 202, the customer then provides information to the Registration Service 22 that identifies a network resource of the Web Server 60, by its location, its real name, and descriptive information about the network resource. For example, the customer enters the real name "Microsoft Internet Explorer," the URL http://www.microsoft.com/ie4/ aboutie4.html. and a description about the resource. Preferably, this information is entered in fields of a Web page that is constructed for the purpose of receiving the information, in the form shown in Table 3:
TABLE 3 - REAL NAME ENTRY PAGE
Real Name: Microsoft Internet Explorer
URL: http://www.microsott.com/ie4/ aboutie4.html type: Company
Language: English
Region: North Ameπca
Descπption: 1 his is the home page tor Internet Explorer.
Figure imgf000017_0001
[BACK] [NEXT]
When the user has entered all the information, to continue processing of the Name File 64, the user clicks on the NEXT function button at the bottom of the page. In response, as shown -16- in block 204, the Registration Service 22 constructs a Name File 64 based on the information entered by the customer. At this point, the Name File 64 is stored on a server accessible to the Registration Service 22. However, the Name File 64 is not yet stored in association with the Web server 60.
In block 205, the Registration Service 22 generates a file name at random for the Name File 64. A random file name is used in order to prevent unauthorized programs, processes, or users from identifying or modifying the Name File 64 when it is stored in association with the Web Server 60. If the same file name was used, at any Web server registered with the Registry 10, an unauthorized user could modify an entry stored in the Name File 64 to reference a different network resource. Eventually, as will be discussed further below, the Crawler 24 would detect the modification and store the new name in the Registry 10. Accordingly, it is desirable to hide the name of the Name File 64 from all unauthorized users.
In block 206, the Name File 64 is sent as a file attachment to an electronic mail ("email") message to the customer. Block 206 includes the step of receiving an email address from the user. In the preferred embodiment, the system displays a Web page having a data entry field for the email address, in the form shown in Table 4:
TABLE 4 - EMAIL ENTRY PAGE Please enter your email address so that we can send you the name file that you have just built. nico(o),centraal.com~
[BACKJ [NEXT]
After sending the Name File 64 in an email to the user, the system displays a confirmation page at the client 70. In the preferred embodiment, the confirmation page has the form shown in Table 5.
TABLE 5 - CONFIRMATION PAGE
Your Name File has been mailed to the address mco@centraal.com. You should now save this file on your Web site according to the instructions in the email that you will receive.
Once this step is accomplished, the file will have to be activated through the
Real Name file activation service. (Simply follow the previous link, or in
Customer Service, look for the menu item Activate under the RNS File category.)
J7TNTSΗ]
In block 208, the customer installs the Name File 64 in the Web Server 60 or in a manner that is accessible to the Web Server. Preferably, the Name File 64 is stored in a location on the -17- Web Server 60 that is specified by the Registration Service 22. For example, the email specifies that the Name File 64 shall be stored in the root directory of the network resource that is named in the Name File 64. This is done to ensure that the receiving customer individual is authentic; the Registration Service 22 presumes that only an authentic customer representative would have root directory access to the Web server on which the named network resource is located. The root directory is also specified for the convenience of the customer. When the Name File 64 is stored in the root directory of the Web server, the customer can modify or re-organize the Web server without affecting the Name File. Conversely, if the Name File 64 was stored in a subordinate directory of the Web server, then there would be a risk of disabling the Name File by accidentally deleting its directory.
In block 210, the customer confirms to the Registration Service 22 that the Name File 64 has been stored in the specified location by the customer. The customer confirmation can be provided in an email directed to the Registration Service 22 or by entering an appropriate command using the Web interface of the Registration Service 22. Thereafter the user is required to activate the Name File. Activation is a process of verifying that the Name File is stored in the correct location by an authorized user. Optionally, the activation process also includes the process of arranging payment for the privilege of having a registered Name File recognized by the system. One embodiment of an activation method is shown in Figure 2B. In the preferred embodiment, the user activates a Name File after creating it by selecting the RNS File/ Activate function from the top-level menu option list. In response, as shown in block 212, the system constructs a page that requests the user to enter a type of activation, and sends the page to the client, which displays it. For example, the system displays a page of the form shown in Table 6:
TABLE 6 - ACTIVATION TYPE SELECTION PAGE
Please select the appropriate service: (*) Live update of a previously registered Name File. (*) Registration of a new Name File on your website.
[BACK] [NEXT]
Preferably the symbols shown in the form "(*)" in Table 6 above are displayed as radio buttons, or another graphic element, that can be selected by the user. When the user selects the first option ("Live update of a previously registered Name
File"), as shown in blocks 214-216, the system activates the Crawler, which locates the user's Name File over the Internet, and updates the database 12, as described below. Thus, the "Live update" function provides a way for a user to force the system to locate a modified Name File and update itself with the new information. Alternatively, as described below in connection with - 1 ti¬
the Crawler, the user may simply wait and the Crawler eventually will locate the modified file and update the database.
When the user selects the second option ("Registration of a new Name File on your website"), as shown in blocks 220 to 222, in response the system constructs and sends to the client 70 a Web page with which the user can enter payment information pertaining to the user and its Name Files. Payment steps of the activation process are an entirely optional part of the process, and other embodiments are contemplated that omit any payment mechanism. In the embodiments that do use a payment mechanism, the Web page contains fields that accept entry of payment information. For example, the fields enable entry of a credit card type, card number, expiration date, and cardholder name. The system receives the payment information values in block 224.
In block 226, the system prompts the user to enter the network address of the Name File to be activated, and a description of the Name File.
In block 228, the Registration Service 22 establishes an HTTP connection to the Web Server 60, requests and uploads a copy of the Name File 64. This step is carried out to verify that the Name File 64 is valid and is stored in the correct location. In block 230, the Name File 64 is parsed, and values identifying the network resource are extracted. In block 232, the system constructs a Web page that displays all the entries parsed from the current Name File 64, and sends the page to the client 70. Within the Web page, the system displays a prompting message, such as the following:
"The Name File that we have downloaded from your site contains the following entries. Please verify these entries are correct. Press NEXT to continue.
[BACK] [NEXT]"
As shown in block 234, the user reviews the entries, verifies that they are correct, and clicks on the NEXT function button. If any of the entries is not correct, the user clicks on the BACK function button, which provides access to the MODIFY function described herein.
In the preferred embodiment, the system then displays a Web page containing a written legal agreement governing payment of registration fees and resolution of disputes involving real names or domain names, as shown in blocks 236-238. The agreement concludes with function buttons labeled ACCEPT and DECLINE. To accept the terms of the agreement and proceed with registration, the user clicks on the ACCEPT button. To decline the terms of the agreement and discontinue the activation process, the user clicks on the DECLINE button. Use of the legal agreement is entirely optional and embodiments that do not use such an agreement are contemplated and are within the scope of the invention.
The system then stores values parsed from the Name File 64 in the database 12 of the Registry 10, as shown in block 240.
For security reasons, the network address or URL of the Name File 64 must match the root directory of the Web server 60. This prevents redirection of real names to unauthorized -19- different network addresses. It also prevents the owner of the Web server 60 from redirecting to that Web server any real name that he or she does not own.
In block 242, the Registration Service 22 notifies the Index Builder 32 that a new entry has been made in the database 12. Path 26 of Figure IB represents the notification. The notification includes information sufficient to identify the new entry in the database 12, for example, a row identifier ("rowid") of a table in which the new entry is stored. In response, the Index Builder 32 carries out a live update of the Index Files 34, in the manner discussed further below.
Thus, the Name File 64 created by the user is activated and available for use by the Resolver 40.
In the preferred embodiment, the database 12 is available to receive queries from registered members of the system. As a result, a registered member can submit queries to the database 12 that request the database to display currently registered information about network resources or Web pages of other organizations. Accordingly, if another registered user succeeds in registering information that misrepresents the content of that user's network resources, the misrepresentation can be reported to the Registry for corrective action. Thus, in this manner, the formality of the registration process, and the open query capability of the database 12 enable the present system to avoid the deception that is possible through the improper use of metatags.
MODIFYING AND DELETING NAME FILE INFORMATION
After a Name File is created having one or more entries, the entries can be edited or deleted using the RNS File Modify and RNS File/Delete functions shown in the top-level menu list.
When the user selects the RNS File Modify function, the system reads the RNS file from the server associated with the user, and displays the contents of the file in a Web page having the form shown in Table 7.
TABLE 7 - RNS FILE/MODIFY PAGE DISPLAY
The current list of RNS entries contained in your RNS file is shown below. To edit an entry, select the appropriate word and press EDIT. To delete an entry, select the appropriate word and press DELETE. To add a new RNS entry, press ADD. Press NEXT when you are done editing the RNS file.
[BACK] [EDIT] [DELETE] [ADD] [NEXT]
Real Name: I Nico Popp
TJKLT http://nico.centraal.com Type: Company -20-
Language: English
Region: Global
Descπption: Nico's Page
Selection:
Real ame: Keith i eare
URL: http://keith.centraal.com
Type: Company
Language: English
Region: Global
Descπption: Keith's Page
Selection:
Figure imgf000022_0001
The page consists of a text instruction section, a set of editing function buttons, and a list of entries currently contained in the Name File. The text instruction section explains the functions carried out by the editing function buttons. In the preferred embodiment, the function buttons of this page operate on entire Name File entries rather than individual fields within each entry. For example, to edit an entry, a user selects the appropriate real name, such as "Keith Teare" and presses the EDIT function button. In response, the system displays an entry editing page that contains the selected entry. The user can enter modified text in fields of the entry editing page. Similarly, to delete an entry, the user selects the appropriate word and presses the
DELETE function button. In response, the system constructs a new Name File that contains all the prior entries except the entry selected for deletion.
To add a new entry to the currently displayed Name File, the user clicks on the ADD function button. In response, the system displays a page in the form of Table 3 discussed above in connection with creating a new Name File.
To apply changes made in the EDIT, DELETE, or ADD operations, the user presses the NEXT function button. Selecting the NEXT function button causes the system to construct a new Name File, preferably in the above-described XML format. The system emails the new Name File to the user in an appropriate explanatory message. For security reasons, the user is required to store the new Name File in a directory specified by the system, as in the case of creation of a new file.
CRAWLER Figure 3 is a flow diagram of an embodiment of a method that is preferably carried out by the Crawler 24. In the preferred embodiment, the system includes a Scheduler process that triggers activation and execution of the Crawler 24. For example, the Scheduler stores a schedule -21-
of events. An event states that the Crawler 24 should execute every twenty- four hours. Upon the occurrence of a scheduled event, the Scheduler launches the Crawler 24.
In block 302, the Crawler 24 reads the database 12 of the Registry 10 and retrieves one or more rows or records that identify network resources that are indexed in the Index Files 34. The protocol for selecting the rows or records is not critical, and several different schemes can be used. For example, the Crawler 24 can select all rows or records that have not been updated since the last time that the Crawler executed. Alternatively, the Crawler 24 can select all rows or records that have been created within a specified time frame or that are older than a particular number of days. In still another alternative, the Crawler 24 selects the least recently updated record. In a preferred embodiment, the system includes a mapping of real names to RNS file names and locations called the File Info table. The Crawler matches the selected rows to the File Info table and locates the network address, location or URL of the Name File associated with each real name, row or record.
For each of the selected rows or records, in block 304, the Crawler 24 polls the customer Web site that is represented by the row or record, searching for updates to the Name File 64 that is stored in association with that Web site. The polling step includes the steps of opening an HTTP connection to the Web site, requesting and receiving a copy of the Name File. The Crawler 24 parses the Name File, using an XML parser, to identify real name entries, and values within each real name entry, that specify the real name, network address, and descriptive information relating to network resources. An XML parser is commercially available from Microsoft Corporation.
For each entry in the Name File, as shown in block 306, the Crawler 24 tests whether the entry matches a row or record in the database 12. Thus, the Crawler 24 determines whether the contents of the Name File are different from entries in the database 12. If so, as shown in block 308, then the Crawler 24 updates the database 12, and requests the Index Builder to rebuild the index entry associated with the updated row or record in the database 12.
In this way, the Crawler 24 polls Web sites on the Internet 50 to locate customer sites that have updates. Because the Name Files are distributed across the network at numerous customer sites, each customer has the freedom and flexibility to modify its Name File at any desired time. The customer need not notify the real name system, because the Crawler 24 will eventually locate each change and update the database 12 accordingly. Thus, the Librarian 20 automatically monitors changes to Name Files distributed across the network, and periodically updates the Registry 10 with the change. Advantageously, customers or end users are not involved in updating the database 12; the Crawler 24 updates the database automatically. In the preferred embodiment, a customer can instruct the Librarian 20 to immediately execute the Crawler 24 with respect to a specific Web site. In this way, changes to a particular Name File are immediately identified and loaded into the database. The customer activates immediate execution of the Crawler 24 by selecting the Live Update option from the top-level menu. In the preferred embodiment, the system also carries out, once weekly, a comprehensive -22- update of the Index Files 34 based on the contents of the database 12. In this way, at least weekly, the Index Files 34 are rebuilt based on the current contents of the database 12.
In an alternate embodiment, the Crawler 24 also validates each of the network resource locations that are identified in each Name File. For example, the Crawler 24 attempts to connect to and load each network resource that is identified in a Name File entry. If an error occurs, an appropriate email message is composed and sent to the contact person of the organization that registered the Name File. The email message advises the contact person that the network resource location in the Name File is invalid.
INDEX BUILDER
The Index 30 comprises an Index Builder 32 and Index Files 34. The Index Builder 32 is a software program or process that operates in two modes. In the first mode, a Reconstructor process of the Index Builder 32 periodically polls the database 12, discovers changes to the database, and indexes the changed real name records in the Index Files 34. In a second mode, the Index Builder 32 updates the Index Files 34 in real time, based upon a queue of requests to update the indexes. Figure 4 is a block diagram of a preferred embodiment of the Index Builder 32. Computers labeled GO Machines 100, 102, 104 each run an instance of the Index Builder 32. Each GO Machine 100, 102, 104 is associated with a network interface process Ml, M2, MM of a Queue Agent 92a. The Queue Agent 92a is coupled to a network 106, such as a local area network, and receives requests to build index entries from the Librarian 20. The Queue Agent 92a propagates a copy of each request to one of the network interfaces Ml, M2, Mn, which forwards the request to its associated GO Machine 100, 102, or 104. This architecture is highly responsive to external queries, and is fault-tolerant.
Within each GO Machine, the Index Builder 32 is coupled to a pair of queues 90a, 90b and a pair of indexes 34a, 34b.The GO Service 42 can access either of the indexes 34a, 34b, but always accesses only one of the indexes at a time. The Resolver 40 is omitted from Figure 4 for clarity, but it should be understood that the GO Service 42 accesses each index 34a, 34b through a Resolver 40 process.
It is important for the GO Service 42 to be in constant communication with one index or the other. Accordingly, using the architecture shown in Figure 4, the Index Builder builds the indexes using the following process. The GO Service is placed in contact with index 34b and instructed to communicate real name resolution requests only to index 34b. As index build requests arrive from the Queue Agent 92a at the Index Builder 32, the Index Builder 32 adds the requests to both of the queues 90a, 90b. When one of the queues is sufficiently full, for example, queue 90a, the Index Builder 32 sequentially removes entries from the queue, in first-in-first-out order, and updates the index 34a with each queue entry. Concurrently, if any new index build requests are received, they are routed to both of the queues. When the queue 90a is empty and the index 34a is fully updated, the Index Builder 32 instructs the GO Service 42 to communicate real name resolution requests only to index 34a. The Index Builder 32 then removes entries only from queue 90b and updates only index 34b from that queue. Thus, the Index Builder 32 can add index -23-
entries to either of the queues 90a, 90b, but always updates only one index at a time using the contents of only one of the queues at a time. The queue with which the Index Builder 32 communicates is always the opposite or complement of the indexes 34a, 34b with which the GO Service 42 is currently communicating. In this way, the GO Service 42 constantly communicates with an index, and the Index Builder 32 can update the index in real time without disrupting name resolution operations.
Preferably, the index build requests comprise an identifier, called a Fileld, of a file or row that is mapped in the File Info table described above. The Index Builder 32 looks up the FileJD in the File Info table and retrieves all entries in the database that match the FilelD. Each database entry includes a unique identifier that is associated with a network resource that is described in the database entry. The unique identifiers are generated using a sequence facility of the database server. Based on the unique identifier, for database entry that matches the FilelD, the Index Builder retrieves a matching index entry. The information in the index entry is compared to the information in the build request. If the information in the build request is different, the index entry is updated. If the information in the build request indicates that the associated network resource has become inactive or unavailable in the network, the index entry is deleted.
To provide scalability, reliability, and rapid response, each of the GO Machines 100, 102, 104 has a similar configuration and operates in parallel. Although three GO Machines 100, 102, 104 are shown in Figure 4 as an example, any number of GO Machines can be used in the system. In the preferred embodiment, a Scheduler process determines when the Index Builder 32 executes.
RESOLVER Generally, the Resolver 40 functions as a runtime query interface to the metadata that is stored in the Registry 10. The Resolver 40 functions to receive real name requests from services 42, 44, 46, query the index 30 to identify network addresses corresponding to the real name requests, and respond to the services with the network addresses. The Resolver 40 is structured to respond rapidly to query operations and to service millions of requests per day. To maximize response time and ensure scalability, the Resolver 40 does not directly access the database 12 of the Registry 10 in responding to queries. Instead, the Resolver communicates with the Index 34 that is stored in fast main memory.
In the preferred embodiment, the Resolver 40 operates in any number of multiple instances Rl, R2, Rn, each of which is associated with a service 42, 44, 46 that is making a request to the Resolver. The services 42, 44, 46 communicate with Resolver instances Rl, R2, Rn using HTTP connections. Further, it is preferred to operate the computer hardware on which the Resolver 40 runs in a triple-redundancy configuration. This configuration provides rapid response to the requesting services 42, 44, 46 and provides reliability. Each instance Rl, R2, Rn is implemented as an instance of a Web application that implements the Resolver. The services 42. 44, 46 communicate with Resolver instances Rl, R2, Rn using HTTP connections. -24- In one embodiment, an instance of the Resolver 40 is implemented as a dynamically linked library (DLL) that is integrated into the services 42, 44, 46. In the preferred embodiment, each instance of the Resolver 40 is a detached, separate process or program that operates according to the method shown in Figure 5. The Resolver 40 is implemented with one or more APIs that allow the development of services that use the Resolver, such as " yellow pages" and search services.
As shown in blocks 502-504, an external web client, server or browser, such as the client 70, accesses the Resolver 40. In one embodiment, the client 70 connects to the Resolver 40 using an HTTP connection. In block 502, the client 70 establishes an HTTP connection to the Resolver 40. In block 504, the client 70 provides a URL to the Resolver that requests the network address corresponding to a particular real name. For example, the URL is in the form http://www.resolver.com/resolve7raRREAL NAME. In a URL of this form, "http://" identifies the URL as an HTTP request, www.resolver.com is the server domain, and "resolve" is the name of a program running on that server domain that implements the resolver. The statement " rn=REAL NAME" passes the value " REAL NAME" to a parameter " rn" that is recognized by the resolver.
In another embodiment, the client 70 connects to one of the services 42, 44, 46 associated with an instance of the Resolver 40. The services 42, 44, 46 communicate with the client 70 to request and receive a real name. Thus, in one of these ways, the Resolver 40 receives a real name requested by the client
70. In response, the Resolver 40 constructs a Qualifier object in main memory that contains the real name. In block 506, the Resolver connects to the Index 30 and submits a query requesting the network address or URL that corresponds to the real name in the request from the client 70. In the preferred embodiment, the query is submitted by sending a message containing the Qualifier object to an Index Store object. The Index Store object encapsulates or provides an abstract representation of the Index 30. The Index Store object executes an index query.
In block 508, the Resolver 40 receives a response from the Index 30 that contains the network address or URL that corresponds to the real name in the request from the client 70. In the preferred embodiment, the Index Store object returns an Entry Set object to the Resolver 40. The Entry Set object contains or references a set of one or more entries from the Index 30 that correspond to the requested real name. Each Entry Set object has a method that can supply the location or URL of a network resource described in an entry of the object.
The Index Store object also has logic for ordering entries in the Entry Set object based on a function of past usage. When the Entry Set object has just one entry, ordering is not needed. When the Entry Set object has more than one entry, a two-stage ordering process is carried out. First, the entries are ordered according to relevance. Second, entries having equal relevance are ordered based upon a function of the number of past resolutions for each entry.
For example, consider a query for the real name address "Microsoft." Assume that resolution of the query yields no exact match, but yields more than one inexact match, such as "Microsoft Excel" and "Microsoft Word" . In the first stage of the ordering process, these two -25-
entries would be ranked against relevance criteria and re-ordered if one entry is determined to have greater relevance to the query than the other. The relevance criteria include, for example, the number of words in each entry, whether each entry contains the exact query term, etc. In this example, according to these criteria, each of the two entries has equal relevance; therefore, they are not re-ordered. In the second stage of the ordering process, the Resolver 40 retrieves statistical information about each entry from the Statistics Service described herein. The statistical information includes a usage value for each real name entry that is computed by applying a weighting function to a count of past resolutions for that real name. The weighting function operates to give more weight to recent resolutions for the real name than to resolutions that occurred in the distant past. The Resolver compares the usage values for each of the entries and re-orders the entries, if necessary, so that the entry having the highest-weight usage value is first in order in the Entry Set object.
In block 510, the Resolver 40 formats the response of the index into an output message. In a preferred embodiment, the Resolver 40 constructs an XML file containing the information in the response from the Index 30. In the preferred embodiment, the services 42, 44, 46 each are provided with an XML parser that can convert the XML file produced by the Resolver 40 into text or other information in a format that is usable by the client 70. Also in the preferred embodiment, each entry referenced in the Entry Set object contains a usage value that indicates the number of times that the entry has been resolved. The usage values are used to order the entries when they are displayed or otherwise used by one of the Services 42-46.
After each real name resolution, the Resolver 40 writes an entry in a log file 84 that describes the real name, the total number of times it has been resolved in the past including the current resolution, the IP address and domain name of the client or server that requested the current resolution, and the time at which the current resolution occurred. In the preferred embodiment, the Index 30 and the Resolver 40 execute on the same physical computer, and the Index Files 34 are stored in main memory of that computer. This configuration improves response time of the Resolver 40 by providing it with high-speed access to the Index 30. It is contemplated that the Resolver 40 will respond to several tens of millions of real name resolution requests per day. Also in the preferred embodiment, the Index 30 and the Resolver 40 are implemented as a plurality of Component Object Model (COM) programmatic objects that communicate with the AltaVista runtime library using AltaVista's API. The AltaVista runtime library is commercially available for license from Digital Equipment Corporation in the form of the AltaVista Software Development Kit (SDK).
In an alternate embodiment, the Resolver 40 is capable of distinguishing among network addresses that refer to resources located on the Internet, an internal business network or
" intranet" , and an externally accessible internal business network or " extranet" . In an intranet environment, the Resolver 40 accesses a Registry 10 that is located within the organization that owns and operates the Resolver. The Registry 10 stores resource information that identifies intranet resources. The Resolver 40 resolves real names entered by the user into the locations of intranet resources, and navigates the user to them. -26-
SERVICES The services 42, 44, 46 can be implemented in several variations. In one embodiment, the GO service 42 is a computer program that is installed into or attached to the browser 74 of the client 70. For example, the GO service 42 is installed into the client 70 as a plug-in to the browser 74. The user downloads the GO service 42 from a central distribution site and stores the service on the client 70. The user executes an installation program that installs the service into the browser 74. Once installed, the GO service 42 intercepts network resource names entered by the user into the browser 74 and resolves the names into network addresses that are usable by the browser 74. Figure 6 is a block diagram of a method of operating the GO service 42 in this configuration. Figure 10 is a diagram of a user interface display 1000 generated by the GO service 42 in this configuration. In block 600, the user invokes or initiates execution of the browser 74. The browser 74 has a URL data entry field into which a user customarily types a network address of a document to be retrieved and displayed by the browser, such as a URL. In block 602, the user enters a real name into the network address data entry field. In block 604, the GO service 42 captures all keystrokes that are typed by a user into the network address data entry field of the browser 74 and thereby receives the real name entered by the user.
In block 606, the GO service 42 looks up the real name entered by the user in an override table 76 stored in the client 70. The override table 76 persistently stores mappings of real names to network addresses or URLs. The mappings are established by the user or the client 70, using a function of the GO service 42 to initially set up and update the override table 76. The override table 76 is stored on the client 70, for example, on the hard disk or other non- volatile storage device of the client 70.
The override table 76 provides a way for the user to establish a personal list of mappings of real names to network addresses. Thus, the override table 76 can be used as a "personal address file" . For example, a user can establish an entry in the override table 76 that maps the symbol " $" to the domain name " quote.yahoo.com" . Thereafter, when the user enters the symbol " S" into the network address data entry field of the browser, the GO service 42 will cause the browser to retrieve the resource named " quote.yahoo.com" . Using the override table 76, the user also can establish an explicit mapping between a real name which, if submitted to the Resolver 40, would resolve to a list of network addresses.
As shown in Figure 10, the override table 76 is displayed in an address table pane 1010 of the user interface display 1000. Real names of network addresses are displayed in a name column 1012, and corresponding network addresses are displayed in a network address column 1014. Descriptions of the real names are displayed in a description column. The user interface display includes a menu bar 1016 and function buttons 1018. The menu bar 1016 has a plurality of keywords (Addresses, View, Edit, Options, About Go!) that provide access to a drop-down menu associated with each of the functions identified by the keywords. The function buttons 1018 are used for rapidly selecting functions provided in the drop-down menus. -27- The Address drop-down menu provides functions named Close, Save, Activate, and Exit. The Close function closes the user interface display 1000 and terminates the service. The Save function saves the real names and corresponding network addresses in a file. The View dropdown menu provides functions named Large Icons, Small Icons, List, and Details. The functions of the View drop-down menu change the form of display used in the address table pane 1010. For example, when the Large Icons and Small Icons options are selected, respectively, the display shows each entry in the override table 76 as a large or small icon. When the List option is selected, the override table 76 is displayed in the form of a simplified list that shows only the real name associated with each entry. When the Details option is selected, the override table 76 is displayed as shown in Figure 10, in the form of a detailed list.
The Edit pull-down menu has functions named Insert and Delete. The Insert function enables a new entry to be added to the override table 76. When the Insert function is selected, the service displays a pop-up window and prompts the user to enter a real name, URL or location identifier, and description. The pop-up window also has SAVE and CANCEL function buttons. When appropriate data is entered, the user clicks on the SAVE function button to add a new entry to the override table 76.
The Options pull-down menu provides functions that access other features of the service. For example, a Resolver option is provided that enables the user to change the resolution mechanism used by the service from the Resolver 40 to an external domain name resolution service available over the Internet 50.
If the real name is not in the override table 76, as tested in block 608, then control is passed to block 609. In block 609, the service 42 requests the Resolver 40 to resolve the network resource name received at the browser into a network address. For example, the service 42 constructs a URL that references a pre-determined location of the system that implements the Resolver 40. The URL contains, as a parameter to be passed to the Resolver 40, the network resource name received at the browser. The service 42 opens an HTTP connection from the client 70 to the Resolver 40 using the URL that contains the network resource name. The Resolver 40 extracts the value of the network resource name from the URL, and carries out the resolution process described above. The Resolver 40 then returns one or more network resource location values in an HTTP message to the browser 74.
If one network resource location value is received from the Resolver 40, then in block 610, the GO service 42 redirects the browser 74 to the network address found by the Resolver 40. For example, the service 42 extracts the network resource location value from the HTTP message received from the Resolver 40, and passes the value to functions of the browser 74 that can load and display Web pages. The browser 74 then loads and displays the file or page located at the network address in conventional manner.
Alternatively, if more than one network resource location value is received from the Resolver 40, then in block 610 the service displays a list of the network resource location values. The results are displayed in an order, from most prior resolutions to least prior resolutions, based on the resolution values compiled and stored by the Statistics Service 82. In another variation, -28- the service returns to the client 70 an HTTP response containing an XML in which the results of the query are stored.
In an alternate embodiment, the GO service 42 is implemented as a Web application that runs on a dedicated Web server. To locate a network resource, the client 70 connects to the GO Web server using a predetermined network address or URL. In response, the Web application of the GO service 42 displays a Web page comprising a form with a data entry field. The end user types the real name of a network resource into the data entry field. The GO server 42 locates the network resource in the manner described above.
In another alternate embodiment, the GO service 42 is linked to a button or panel that is embedded in a Web page of an external Web server. The button or panel is anchored to a network address or URL that invokes the GO service 42 when the button or panel is selected by a user viewing the external Web server. This configuration provides a way to enter real names that does not require use of a browser.
If the test of block 608 is affirmative, then the network resource name entered by the user is located in the override table 76. In that case, as shown in block 612, the service 42 retrieves the corresponding network resource location from the override table 76. The service 42 then redirects the browser to the network resource at that location.
In yet another alternate embodiment, the GO Service 42 includes a mechanism to detect and respond to the natural language being used by the client 70 that contacts and provides a query to the GO Service. Assume the computer that is running the GO Service 42 operates using UTF-8 character set encoding and the English language, whereas the client 70 is using the Japanese language and a different character set encoding. When the GO Service 42 sends a Web page to the client 70 that contains the real name entry form, the Web page includes a hidden field that stores a pre-determined text string. The client 70 receives the Web page, and its browser or operating system converts the Web page to the character set that it uses. The user of the client 70 enters a real name into the Web page and submits it to the GO Service 42. The GO Service 42 receives the Web page, extracts the value of the hidden field, and compares the hidden field value to a table or mapping of hidden field values to character set encodings and languages. The GO Service 42 retrieves the coπesponding character set encoding and language. Based on the language, the GO Service 42 selects a resource having a matching Language value in the metadata section 906 of the resource. In this way, the system transparently determines the language of the client that originates a query, and supplies a resource that is appropriate to that language.
In another alternate embodiment, the GO Service 42 and the Resolver 40 use the values of the metadata in the Name File 64 associated with resources to respond to advanced queries. For example, assume that United Airlines registers a Name File 64 that describes resources in several different languages such as English, French, and Japanese. A user desires to locate a Web site affiliated with United Airlines that is located in France or prepared in the French language. The user enters the words "United Airlines France" into the GO Service 42. The Resolver 40 attempts to match the words to the Description, Region, and Language fields of the metadata -29- section 906 associated with the United Airlines Name File 64. The Resolver 40 and the Go Service 42 redirect the user's browser to a United Airlines site located in France.
In an alternate embodiment, when the GO Service 42 is implemented as a browser plug- in installed in the client 70, the GO Service provides character encoding information to the Resolver 40. To obtain the character encoding currently used on the client 70, the GO Service 42 calls an operating system function of the operating system that runs on the client 70. The GO Service 42 attaches the character encoding information to the URL that is used to return the user's query to the Resolver 40. In this way, the Resolver receives information indicating the language and character set currently used by the client 70, and can respond with a network resource that is appropriate to that language.
In another alternate embodiment, the computer system further includes a microphone coupled to an analog-to-digital converter. The analog-to-digital converter is coupled through an appropriate interface to the bus of the computer system. Under control of driver software or another appropriate application program, the analog-to-digital converter receives an analog audio input signal from the microphone and converts the signal to a digital representation of the signal. The driver or application program receives the digital representation and converts it into a phoneme, string of words, keyword, or command for the GO Service 42. The converted digital representation is used by the GO Service 42 as input, as a substitute for input from the keyboard or mouse. Thus, a user can view the user interface display 1000 and speak words into the microphone to command the GO Service 42 to locate a particular network resource. In this way, the user can navigate the Web using spoken words.
Another alternate embodiment is shown in Figure 9. A Service is implemented in the form of a Web server or middle-tier Web application server 60a. The Web application server 60a communicates to the client 70 using HTTP messages through the Internet 50. The Web application server 60a includes a Common Gateway Interface (CGI) script processor, an application server such as Netscape's Kiva, Microsoft's Active Server, or Apple's WebObjects®. An application program running on the Web application server 60a communicates with the Resolver 40 through the Internet 50 over paths 40a, 40b using CGI scripts to generate HTTP requests and responses. The Web application server 60a uses calls to functions provided by the API of the Resolver 40 to communicate along paths 40a, 40b. Using this structure, the Web application server 60a issues requests containing queries to the Resolver 40. In response, the Resolver 40 evaluates the query, queries the Index 30, and creates a set of metadata for all Index entries reflecting Web pages that match the query. The set of metadata is packaged as an XML file and delivered to the Web application server 60a by the Resolver 40. The Web application server 60a has an XML parser that can parse the XML code in the XML file. Based on the parsed XML code, the Web application server 60a creates one or more HTML documents and delivers the HTML documents to the client 70. The client 70 displays the HTML documents to the end user. -30- STATISTICS SERVICE As described above in connection with the Resolver 40, each time a real name resolution is carried out by the Resolver, it writes a log file entry. The system includes a Statistics Service 82 that is responsible for reading the log file and loading information from the log file into the Index Files 34.
In the preferred embodiment, the Statistics Service 82 operates periodically on scheduled basis. The Statistics Service 82 reads each record of the log file and constructs an index object based on the information in the log file. The Statistics Service 82 then sends a message to the Index Builder 32 that requests the Index Builder to persistently store the values in the Index Files 34. In response, the Index Builder 32 stores the values in the Index Files 34.
The top-level menu page of the system has hyperlinks that enable the user to access statistics and billing functions.
When the Statistics & Billing/Statistics option is selected, the system generates a Web page 700 in the form shown in Figure 7A. The Web page 700 has a list 702 of top-level options. A set of function buttons 704 enable the user to establish other global functions such as resolving an address, entering new customer information, obtaining customer service, and learning more information about the real name system.
Report function buttons 706 enable the user to access report generation functions of the system. In an embodiment, the report function buttons 706 include a Select Entries button 712, a Select Time button 714, a Report per Entry button 716, and a Report per Origin button 718.
The Select Entries button 712 is used to identify a range of entries within a Name File for which statistics are to be generated. When the user selects the Select Entries button 712, the system reads the Name File on the server having an IP address matching the IP address of the user's current domain. The system parses the Name File and displays a list of all the real names in a new Web page that is sent to the client 70. The Web page displays a radio button adjacent to each of the real names in the list. By clicking on the radio button and then submitting the Web page to the system, the system will provide statistical information for all the selected real names in all reports that are generated later.
The Select Time button 714 is used to identify a time frame for which statistics are to be generated. When the user selects the Select Time button 714, the system generates a new Web page and sends it to the client 70. The Web page includes a form into which the user enters a starting date and an ending date. When the user submits the filled-in page to the system, the system receives and stores the date values. When reports are generated thereafter, the reports will contain statistical information for resolutions of real names that occurred within the specified dates.
The Report per Entry button 716 is used to generate a report and graph showing all real name resolutions that have occurred for each real name entry defined in the cuπent Name File. When the Report per Entry button 716 is selected, the system reads statistical information that is stored in the statistical tables of the database 12 for each of the real names that are defined in the -31-
current Name File. The system generates a graph and a chart of the statistical information, and generates a Web page containing the graph and chart.
Figure 7A is an example of a Web page generated in this manner. The graph pane 708 shows an exemplary bar graph. Each bar in the bar graph represents a real name defined in the current Name File. The vertical axis 720 identifies the number (in thousands) of resolutions of each real name. The horizontal axis 722 identifies each name for which statistics information is reported. The statistics pane 710 comprises a real name column 730, a quantity of resolutions column 732, and a percentage column 734. The real name column 730 lists each real name that is defined in the current Name File. The quantity of resolutions column 732 gives the number of resolutions of that real name that have occurred within the currently defined time period. The percentage column 734 indicates, for each real name, the percentage of total resolutions represented by the resolutions of that real name.
Figure 7B is an example of another type of graph generated by the statistics service. The vertical axis 720 shows the number of resolutions of each real name. The horizontal axis 722 comprises a plurality of bars 738, each bar associated with a real name. The bar represents the number of resolutions of that real name. A second vertical axis 736 displays a number indicating the percentage of total resolutions carried out by the system that is represented by each real name shown in the horizontal axis 722.
In an embodiment, a fee is charged by the owner of the real name system to end users or customers who register real names in the Registry 10. The Librarian 20 records a charge against the account of the user when a new entry is submitted to the system using the Registration Service 22. In another embodiment, end users or customers who register real names in the Registry 10 pay a fee to the owner of the real name system for each resolution executed by the Resolver 40 in response to a third-party request. The Resolver 40 records a charge against the account of the user when each resolution is completed. In these embodiments, the account information and charges are logged and accumulated in tables of the database 12. Periodically, an external billing application reads the charge and account tables of the database 12 and generates invoices that are sent to the user. The Statistics & Billing/Billing Information option of the top- level option list 702 enables the user track and monitor, in real time, the user's credits and payments for registered real name entries, as well as resolution fees. When the Billing
Information function is selected, the system reads the charge and account tables of the database 12 and generates a report, in a Web page, summarizing the charges to the customer. The Web page is delivered to the client 70 and displayed by it.
HARDWARE OVERVIEW
Figure 8 is a block diagram that illustrates a computer system 800 upon which an embodiment of the invention may be implemented. Computer system 800 includes a bus 802 or other communication mechanism for communicating information, and a processor 804 coupled with bus 802 for processing information. Computer system 800 also includes a main memory 806, such as a random access memory (RAM) or other dynamic storage device, coupled to bus 802 for -32- storing information and instructions to be executed by processor 804. Main memory 806 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 804. Computer system 800 further includes a read only memory (ROM) 808 or other static storage device coupled to bus 802 for storing static information and instructions for processor 804. A storage device 810, such as a magnetic disk or optical disk, is provided and coupled to bus 802 for storing information and instructions.
Computer system 800 may be coupled via bus 802 to a display 812, such as a cathode ray tube (CRT), for displaying information to a computer user. An input device 814, including alphanumeric and other keys, is coupled to bus 802 for communicating information and command selections to processor 804. Another type of user input device is cursor control 816, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 804 and for controlling cursor movement on display 812. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane. The invention is related to the use of computer system 800 for providing a language- independent network resource naming system. According to one embodiment of the invention, language-independent network resource naming is provided by computer system 800 in response to processor 804 executing one or more sequences of one or more instructions contained in main memory 806. Such instructions may be read into main memory 806 from another computer- readable medium, such as storage device 810. Execution of the sequences of instructions contained in main memory 806 causes processor 804 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and software. The term "computer-readable medium" as used herein refers to any medium that participates in providing instructions to processor 804 for execution. Such a medium may take many forms, including but not limited to, non- volatile media, volatile media, and transmission media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 810. Volatile media includes dynamic memory, such as main memory 806. Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 802. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
Common forms of computer-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, a
RAM, a PROM, and EPROM, a FLASH-EPROM, any other memory chip or cartridge, a carrier wave as described hereinafter, or any other medium from which a computer can read.
Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to processor 804 for execution. For example, the instructions may initially be carried on a magnetic disk of a remote computer. The remote -33-
computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 800 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal. An infrared detector coupled to bus 802 can receive the data carried in the infra-red signal and place the data on bus 802. Bus 802 carries the data to main memory 806, from which processor 804 retrieves and executes the instructions. The instructions received by main memory 806 may optionally be stored on storage device 810 either before or after execution by processor 804.
Computer system 800 also includes a communication interface 818 coupled to bus 802. Communication interface 818 provides a two-way data communication coupling to a network link 820 that is connected to a local network 822. For example, communication interface 818 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 818 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links may also be implemented. In any such implementation, communication interface 818 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
Network link 820 typically provides data communication through one or more networks to other data devices. For example, network link 820 may provide a connection through local network 822 to a host computer 824 or to data equipment operated by an Internet Service
Provider (ISP) 826. ISP 826 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the "Internet" 828. Local network 822 and Internet 828 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 820 and through communication interface 818, which carry the digital data to and from computer system 800, are exemplary forms of carrier waves transporting the information.
Computer system 800 can send messages and receive data, including program code, through the network(s), network link 820 and communication interface 818. In the Internet example, a server 830 might transmit a requested code for an application program through Internet 828, ISP 826, local network 822 and communication interface 818. In accordance with the invention, one such downloaded application provides for a language-independent network resource naming system as described herein.
The received code may be executed by processor 804 as it is received, and/or stored in storage device 810, or other non-volatile storage for later execution. In this manner, computer system 800 may obtain application code in the form of a carrier wave.
VARIATIONS; ADVANTAGES In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. The -34- specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims

-35- What is claimed is:
1. A method of navigating, based upon a natural language name, to a resource that is stored in a network and identified by a location identifier, comprising the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to the user using the location identifier.
2. The method recited in claim 1, further comprising the steps of: storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier.
3. The method recited in claim 1 , further comprising the steps of: storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
4. The method recited in claim 3, further comprising the steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device.
5. The method recited in claim 3, further comprising the steps of: sending the name file over the network to a client associated with the resource; storing the name file in a server storage device of a server associated with the client.
6. The method recited in claim 5, further comprising the steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file.
7. The method recited in claim 6, further comprising the step of: synchronizing the index to the database . -36-
8. The method recited in claim 1 , wherein the step of storing a first natural language name comprises the steps of: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client.
9. The method recited in claim 1 , further comprising the steps of: assigning a randomly generated name to the set of metadata.
10. The method recited in claim 9, further comprising the steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
11. The method recited in claim 9, further comprising the steps of: registering the set of metadata and the randomly generated name in a database.
12. A method of locating a network resource in a network, comprising the steps of: connecting a client over the network to an index of mappings of network resource names to network resource locations; submitting a request from the client to the index to obtain one of the network resource locations that maps to one of the network resource names; querying the index for one of the network resource locations; receiving from the index one of the network resource locations that maps to one of the network resource names; and delivering the network resource from one of the network resource locations to the client.
13. The method of claim 12, wherein the step of connecting a client includes the step of connecting the client to the index using a browser coupled to a name resolution process; and further comprising the step of: redirecting the browser to the network resource located at the one of the network resource locations.
14. A method of locating a network resource in a network, comprising the steps of: connecting a client using a browser to a name resolution process over the network; receiving a natural language description of a network resource at the browser; looking up the natural language description in a table that maps client-defined network resource names to network resource location identifiers; -37- redirecting the browser to one of the network resource location identifiers defined in the table when the natural language description matches one of the client-defined network resource names; looking up the natural language description in a mapping of registered network resource names to network resource locations; and redirecting the browser to one of the network resource location identifiers defined in the mapping when the natural language description matches one of the registered network resource names;
15. In a computer system comprising a client that executes a World Wide Web browser, a server that stores a network resource, a database that stores a mapping of a plurality of common names of the network resource to a Uniform Resource Locator of the network resource, and a network that interconnects the browser, the server, and the database, a method comprising the steps of: receiving a natural language name of the network resource in the browser; obtaining, from the database, the Uniform Resource Locator of the network resource that corresponds to the natural language name received in the browser; redirecting the browser to locate the network resource at the Uniform Resource Locator; and displaying the network resource at the client.
16. A computer data signal embodied in a carrier wave, the computer data signal carrying one or more sequences of instructions for naming and locating network resources, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to a client using the location identifier.
17. The computer data signal recited in claim 16, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and -38- retrieving and displaying the resource using the location identifier.
18. The computer data signal recited in claim 16, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
19. The computer data signal recited in claim 18, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device.
20. The computer data signal recited in claim 19, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: sending the name file over the network to a client associated with the resource; storing the name file in a server storage device of a server associated with the client.
21. The computer data signal recited in claim 20, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file.
22. The computer data signal recited in claim 21, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: synchronizing the index to the database.
23. The computer data signal recited in claim 16, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the step of storing a first natural language name by: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and -39- storing the set of metadata in a persistent storage device associated with the client.
24. The computer data signal recited in claim 23, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: assigning a randomly generated name to the set of metadata.
25. The computer data signal recited in claim 24, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
26. The computer data signal recited in claim 25, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: registering the set of metadata and the randomly generated name in a database.
27. A computer apparatus comprising: a processor; and a memory coupled to the processor, the memory containing one or more sequences of instructions for naming and locating network resources, wherein execution of the one or more sequences of instructions by the processor causes the processor to perform the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to a client using the location identifier.
28. The computer apparatus recited in claim 27, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier. -40-
29. The computer data signal recited in claim 27, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
30. The computer data signal recited in claim 27, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device.
31. The computer data signal recited in claim 30, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: sending the name file over the network to a client associated with the resource; storing the name file in a server storage device of a server associated with the client.
32. The computer data signal recited in claim 31 , wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file.
33. The computer data signal recited in claim 32, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: synchronizing the index to the database.
34. The computer data signal recited in claim 27, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the step of storing a first natural language name by: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client. -41-
35. The computer data signal recited in claim 34, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: assigning a randomly generated name to the set of metadata.
36. The computer data signal recited in claim 35, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
37. The computer data signal recited in claim 36, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: registering the set of metadata and the randomly generated name in a database.
38. A computer-readable medium carrying one or more sequences of instructions for naming and locating network resources, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name; and delivering the resource to a client using the location identifier.
39. The computer-readable medium recited in claim 38, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier.
40. The computer-readable medium recited in claim 38, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: -42- storing the first and second natural language names in association with the location identifier, and in a name file in a storage device associated with the resource.
41. The computer-readable medium recited in claim 40, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device.
42. The computer-readable medium recited in claim 41, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: sending the name file over the network to a client associated with the resource; storing the name file in a server storage device of a server associated with the client.
43. The computer-readable medium recited in claim 42, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file.
44. The computer-readable medium recited in claim 43, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: synchronizing the index to the database.
45. The computer-readable medium recited in claim 38, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the step of storing a first natural language name by: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client.
46. The computer-readable medium recited in claim 45, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: -43- assigning a randomly generated name to the set of metadata.
47. The computer-readable medium recited in claim 46, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
48. The computer-readable medium recited in claim 47, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the further steps of: registering the set of metadata and the randomly generated name in a database.
49. A method of delivering a resource in a network from a server to a client, comprising the steps of: defining and storing a description of one or more attributes of the resource, in which one of the attributes identifies a location of the resource in the network; storing an index entry derived from the description in an index; receiving a request for the network resource from the client, the request containing information substantially matching one of the attributes; looking up the index entry in the index based on the information in the request; and delivering to the client a copy of the description associated with the resource.
50. A method of locating a resource that is stored in a location in a network that is identified by a location identifier, comprising the steps of: storing, in a metadata registry, metadata that describes the resource in association with the location identifier of the resource; receiving a request to locate the resource, the request containing an element of the metadata; retrieving the location identifier associated with the resource from the metadata registry based on the element; and retrieving the resource over the network using the location identifier.
51. The method recited in claim 50, further comprising the steps of: storing a natural language name for the resource in the metadata; receiving a request to locate the resource based on the natural language name; retrieving the location identifier associated with the natural language name from the metadata registry using the natural language name.
52. The method recited in claim 51 , in which the step of storing metadata comprises the step of storing the metadata in a first storage device, and further comprising the steps of -44- storing the natural language name in association with the location identifier in a second storage device associated with the resource.
53. The method recited in claim 52, in which the step of storing the natural language name comprises the step of storing the natural language name in a name file, and further comprising the steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index of the metadata registry.
54. The method recited in claim 53, further comprising the steps of: sending the name file over the network to a client associated with the resource; storing the name file at the location.
55. The method recited in claim 54, further comprising the steps of: periodically polling the name file that is stored at the client; testing whether the natural language name stored in the name file matches a second natural language name stored in the metadata registry; and updating the metadata registry when a change is detected in the name file.
56. The method recited in claim 50, wherein the step of storing metadata comprises the steps of: receiving a client identifier of a client associated with the resource; generating values for the metadata that describe the resource, the location identifier, and the client identifier; and storing metadata in a persistent storage device associated with the client.
57. The method recited in claim 56, further comprising the steps of: assigning a randomly generated name to the metadata; and storing the metadata in the persistent storage device using the randomly generated name.
58. The method recited in claim 56, further comprising the steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
59. The method recited in claim 53, in which the step of building an index entry based on the values parsed from the name file and the step of storing the index entry further comprise the steps of: establishing, in a memory, a first index, a second index, a first queue associated with the first index, and a second queue associated with the second index; receiving a request to build an index entry based on the values parsed from the name file; -45- selecting the first queue and storing the request in the first queue; when the first queue is sufficiently full, storing the contents of the first queue in the first index, and concurrently selecting the second queue and storing a subsequent request to build an index entry in the second queue.
60. The method recited in claim 59, further comprising the step of alternately selecting the first queue and the second queue in response to successive requests to build an index entry.
61. The method recited in claim 52, in which the step of storing the natural language name comprises the step of storing the natural language name in a name file, and further comprising the steps of: retrieving the name file; parsing the name file; testing whether the natural language name stored in the name file matches a second natural language name stored in the metadata registry; updating the metadata registry when a change is detected in the name file; building an updated index entry based on the values parsed from the name file; and storing the index entry in an index of the metadata registry.
62. The method recited in claim 50, in which the step of storing metadata further comprises the steps of establishing an index of the metadata registry in association with the metadata registry and storing an index entry in the index based on the metadata; and in which the step of retrieving the location identifier associated with the resource further comprises the step of retrieving the index entry from the index and identifying the location identifier associated with the index entry.
63. The method recited in claim 61, further comprising the steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in a database indexed by the index; and updating the database when changes are detected in the name file.
64. The method recited in claim 63, further comprising the step of: synchronizing the index to the database.
65. The method recited in claim 64, wherein the step of storing a first natural language name comprises the steps of: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client.
-46- 66. The method recited in claim 50, in which the step of storing metadata comprises the step of storing, in a metadata registry, metadata that describes the resource in association with the location identifier of the resource, in which one value of the metadata is unique within the metadata registry.
67. The method recited in claim 50, in which the step of storing metadata comprises the step of storing, in a metadata registry, metadata that describes the resource in association with the location identifier of the resource, in which one value of the metadata is a natural language name of the resource that is unique within the metadata registry.
68. The method recited in claim 53, in which the step of storing the name file at the location further comprises the step of storing the name file on a Web server that is part of a domain that is mapped to the metadata in the name file.
69. The method recited in claim 58, in which the step of establishing a first index, a second index, a first queue associated with the first index, and a second queue associated with the second index further comprises the steps of establishing the first queue in a first server and establishing the second queue in a second server that is separate from the first server.
70. The method recited in claim 15, further comprising the steps of: establishing a table of override mappings at the client that associate network resource names with network resource locations; testing whether the natural language name received in the browser is listed in the table of override mappings; and when the natural language name is listed in the table of override mappings, redirecting the browser to a network resource location in the table of override mappings that maps to the natural language name.
- 47 - AMENDED CLAIMS
[received by the International Bureau on 16 July 1999 (16.07.99); original claims 16-26, 28-37, 39-48, 52-59 and 61-69 cancelled; original claims 1, 3, 6, 7, 9-15, 27, 38, 49, 50 and 70 amended; remaining claims unchanged (6 pages)]
1. A method of navigating, based upon a natural language name, to a resource that is stored in a network and identified by a location identifier, comprising the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name from one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; and causing the resource to be delivered to the user using the location identifier.
2. The method recited in claim 1 , further comprising the steps of: storing at least a second natural language name for the resource, expressed in a language other than that of the first natural language name, in association with the location identifier; receiving requests to locate the resource based on the first and second natural language names; retrieving the location identifier associated with the first and second natural language names; and retrieving and displaying the resource using the location identifier.
3. The method recited in claim 1, further comprising the steps of: storing the first and second natural language names in the central database and in each of the resolution servers in association with the location identifier, and in a name file in a storage device associated with the resource.
4. The method recited in claim 3, further comprising the steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index that is stored apart from the storage device.
5. The method recited in claim 3, further comprising the steps of: sending the name file over the network to a client associated with the resource; storing the name file in a server storage device of a server associated with the client.
6. The method recited in claim 5, further comprising the steps of: periodically polling the name file on the server associated with the client; testing whether one of the natural language names stored in the name file matches a third natural language name stored in the central database indexed by the index; and updating the database when changes are detected in the name file.
7. The method recited in claim 6, further comprising the step of: synchronizing the index to the central database and to each of the resolution servers.
8. The method recited in claim 1 , wherein the step of storing a first natural language name comprises the steps of: receiving a client identifier of a client associated with the resource; generating a set of metadata that describes the resource, the location identifier, and the client identifier; and storing the set of metadata in a persistent storage device associated with the client.
9. The method recited in claim 8, further comprising the steps of: assigning a randomly generated name to the set of metadata.
10. The method recited in claim 8, further comprising the steps of: instructing the client to store the metadata in a particular authorized location in the persistent storage device.
U . The method recited in claim 8, further comprising the steps of: registering the set of metadata and the randomly generated name in the central database.
12. A method of locating a network resource in a network, comprising the steps of: creating and storing an index of mappings of network resource names to network resource locations in one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; receiving a request from the client to the index to obtain one of the network resource locations that maps to one of the network resource names; querying the index for one of the network resource locations;
Bβceiving from the index one of the network resource locations that maps to one of the network resource names; and delivering information sufficient to enable the client to retrieve the network resource from one of the network resource locations.
13. The method of claim 12, further comprising the step of: redirecting the browser to the network resource located at the one of the network resource locations.
14. A method of locating a network resource in a network, comprising the steps of: connecting a client using a browser to a name resolution process over the network; receiving a natural language description of a network resource at the browser; looking up the natural language description in a table that maps client-defined network resource names to network resource location identifiers and that is stored in one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; redirecting the browser to one of the network resource location identifiers defined in the table when the natural language description matches one of the client-defined network resource names; looking up the natural language description in a mapping of registered network resource names to network resource locations; and redirecting the browser to one of the network resource location identifiers defined in the mapping when the natural language description matches one of the registered network resource names;
15. In a computer system comprising a client that executes a World Wide Web browser, a server that stores a network resource, and a network that interconnects the browser, the server, and the database, a method comprising the steps of: receiving a natural language name of the network resource in the browser; obtaining, from one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database, the Uniform Resource Locator of the network resource that corresponds to the natural language name received in the browser, redirecting the browser to locate the network resource at the Uniform Resource Locator; and displaying the network resource at the client.
27. A computer apparatus comprising: a processor; and a memory coupled to the processor, the memory containing one or more sequences of instructions for naming and locating network resources, wherein execution of the one or more sequences of instructions by the processor causes the processor to perform the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name from one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; and delivering the resource to a client using the location identifier.
38. A computer-readable medium carrying one or more sequences of instructions for naming and locating network resources, wherein execution of the one or more sequences of instructions by one or more processors causes the one or more processors to perform the steps of: storing a first natural language name of the resource in association with the location identifier of the resource; receiving a request to locate the resource containing the first natural language name; retrieving the location identifier associated with the first natural language name from one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; and delivering the resource to a client using the location identifier.
49. A method of delivering a resource in a network from a server to a client, comprising the steps of: defining and storing a description of one or more attributes of the resource, in which one of the attributes identifies a location of the resource in the network; storing an index entry derived from the description in an index that is coupled to from one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; receiving a request for the network resource from the client, the request containing information substantially matching one of the attributes; looking up the index entry in the index based on the information in the request; and delivering to the client a copy of the description associated with the resource,
50. A method of locating a resource that is stored in a location in a network that is identified by a location identifier, comprising the steps of: storing, in a metadata registry, metadata that describes the resource in association with the location identifier of the resource wherein the metadata registry is associated with one of a plurality of distributed, decentralized resolution servers that are coupled to a separate central database to receive updates therefrom, each resolution server comprising a complete copy of resource information from the central database; receiving a request to locate the resource, the request containing an element of the metadata; retrieving the location identifier associated with the resource from the metadata registry based on the element; and retrieving the resource over the network using the location identifier.
51. A method of locating a resource that is stored in a location in a network that is identified by a location identifier, comprising the steps of: storing, in a metadata registry, metadata that describes the resource in association with the location identifier of the resource; receiving a request to locate the resource, the request containing an element of the metadata; retrieving the location identifier associated with the resource from the metadata registry based on the element; and retrieving the resource over the network using the location identifier; storing a natural language name for the resource in the metadata; receiving a request to locate the resource based on the natural language name; retrieving the location identifier associated with the natural language name from the metadata registry using the natural language name; in which the step of storing metadata comprises the step of storing the metadata in a first storage device, and further comprising the steps of storing the natural language name in association with the location identifier in a second storage device associated with the resource; in which the step of storing the natural language name comprises the step of storing the natural language name in a name file, and further comprising the steps of: retrieving the name file; parsing the name file; building an index entry based on the values parsed from the name file; and storing the index entry in an index of the metadata registry; in which the step of building an index entry based on the values parsed from the name file and the step of storing the index entry further comprise the steps of: establishing, in a memory, a first index, a second index, a first queue associated with the first index, and a second queue associated with the second index; receiving a request to build an index entry based on the values parsed from the name file; selecting the first queue and storing the request in the first queue; when the first queue is sufficiently full, storing the contents of the first queue in the first index, and concurrently selecting the second queue and storing a subsequent request to build an index entry in the second queue.
60. The method recited in claim 5 , further comprising the step of alternately selecting the first queue and the second queue in response to successive requests to build an index entry.
70. The method recited in claim 15, further comprising the steps of: creating and storing a table of override mappings at the client that associate network resource names with network resource locations; testing whether the natural language name received in the browser is listed in the table of override mappings; and when the natural language name is listed in the table of override mappings, redirecting the browser to a network resource location in the table of override mappings that maps to the natural language name. of the network resource in any natural language that is convenient for the client.
PCT/US1999/002206 1998-02-03 1999-02-02 Navigating network resources using metadata WO1999039275A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
IL13764599A IL137645A0 (en) 1998-02-03 1999-02-02 Navigating network resources using metadata
CA002319501A CA2319501A1 (en) 1998-02-03 1999-02-02 Navigating network resources using metadata
JP2000529663A JP2002502071A (en) 1998-02-03 1999-02-02 Navigating network resources using metadata
AU24915/99A AU2491599A (en) 1998-02-03 1999-02-02 Navigating network resources using metadata
EP99904536A EP1066568A4 (en) 1998-02-03 1999-02-02 Navigating network resources using metadata
KR1020007008497A KR20010040626A (en) 1998-02-03 1999-02-02 Navigating network resources using metadata

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/017,817 1998-02-03
US09/017,817 US6151624A (en) 1998-02-03 1998-02-03 Navigating network resources based on metadata

Publications (1)

Publication Number Publication Date
WO1999039275A1 true WO1999039275A1 (en) 1999-08-05

Family

ID=21784699

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/002206 WO1999039275A1 (en) 1998-02-03 1999-02-02 Navigating network resources using metadata

Country Status (11)

Country Link
US (1) US6151624A (en)
EP (1) EP1066568A4 (en)
JP (1) JP2002502071A (en)
KR (1) KR20010040626A (en)
AR (1) AR014954A1 (en)
AU (1) AU2491599A (en)
CA (1) CA2319501A1 (en)
IL (1) IL137645A0 (en)
TW (1) TW468106B (en)
WO (1) WO1999039275A1 (en)
ZA (1) ZA99772B (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001044973A2 (en) * 1999-12-15 2001-06-21 Napster, Inc. Real-time search engine
FR2803463A1 (en) * 1999-12-30 2001-07-06 Ferid Allani SYSTEM AND METHOD FOR PROVIDING INFORMATION AND OFFICE SERVICES, AND ASSOCIATED APPARATUSES
EP1118947A1 (en) * 2000-01-19 2001-07-25 Lucent Technologies Inc. Hierarchical data network address resolution
JP2001222494A (en) * 1999-12-01 2001-08-17 Asahi Kasei Corp Device, system and method for retrieving communication address
WO2001090946A2 (en) * 2000-05-23 2001-11-29 Richard Reisman Method and apparatus for utilizing user feedback to improve signifier mapping
WO2001093079A2 (en) * 2000-05-31 2001-12-06 Javien Inc. Data web object host discovery system
WO2002003644A2 (en) * 2000-06-30 2002-01-10 Intel Corporation Delivering content by encapsulating into packages with associated meta-data
WO2002009356A2 (en) * 2000-07-21 2002-01-31 Eastman Kodak Company Method and system for accessing a service available on a second network by a member of a first network
EP1218839A2 (en) * 1999-09-24 2002-07-03 In-Development, LLC System and method for pairing providers with consumers of online goods and services
EP1299810A1 (en) * 2000-05-15 2003-04-09 Mark J. Harris Communications system and method
EP1330696A2 (en) * 2000-10-27 2003-07-30 IPAC Acquisition Subsidiary I, LLC Meta-application architechture for integrating photo-service websites
US6954755B2 (en) 2000-08-30 2005-10-11 Richard Reisman Task/domain segmentation in applying feedback to command control
US7136932B1 (en) 1999-03-22 2006-11-14 Eric Schneider Fictitious domain name method, product, and apparatus
US7392284B2 (en) 2000-12-29 2008-06-24 Fotomedia Technologies, Llc Meta-application architecture for integrating photo-service websites for browser-enabled devices
CN100422987C (en) * 2000-06-28 2008-10-01 雅虎公司 Method and system of intelligent information processing in network
EP1997002A1 (en) * 2006-03-03 2008-12-03 Microsoft Corporation Auxiliary display gadget for distributed content
US7596609B1 (en) 1998-01-30 2009-09-29 Net-Express, Ltd. WWW addressing
JP2009541856A (en) * 2006-06-21 2009-11-26 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and computer-readable medium for federated resource discovery in a distributed system (method and system for federated resource discovery service in a distributed system)
US7631032B1 (en) 1998-01-30 2009-12-08 Net-Express, Ltd. Personalized internet interaction by adapting a page format to a user record
USRE43690E1 (en) 1999-03-22 2012-09-25 Esdr Network Solutions Llc Search engine request method, product, and apparatus
US8346764B1 (en) 2007-06-01 2013-01-01 Thomson Reuters Global Resources Information retrieval systems, methods, and software with content-relevancy enhancements
US8667051B2 (en) 1999-03-22 2014-03-04 Esdr Network Solutions Llc Real-time communication processing method, product, and apparatus
US8909616B2 (en) 2006-09-14 2014-12-09 Thomson Reuters Global Resources Information-retrieval systems, methods, and software with content relevancy enhancements
US8984419B2 (en) 1998-11-18 2015-03-17 Intellectual Ventures Fund 83 Llc Digital media frame
US8990347B2 (en) 1999-09-01 2015-03-24 Esdr Network Solutions Llc Method, product, and apparatus for processing a data request
US9141717B2 (en) 1999-03-22 2015-09-22 Esdr Network Solutions Llc Methods, systems, products, and devices for processing DNS friendly identifiers
EP3499387A1 (en) * 2017-12-18 2019-06-19 Nagravision S.A. Address resolution method and device to a multimedia content referenced by a computer link

Families Citing this family (485)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10361802B1 (en) 1999-02-01 2019-07-23 Blanding Hovenweep, Llc Adaptive pattern recognition based control system and method
US8352400B2 (en) 1991-12-23 2013-01-08 Hoffberg Steven M Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore
US5822720A (en) 1994-02-16 1998-10-13 Sentius Corporation System amd method for linking streams of multimedia data for reference material for display
US6560349B1 (en) 1994-10-21 2003-05-06 Digimarc Corporation Audio monitoring using steganographic information
US7805500B2 (en) 1995-05-08 2010-09-28 Digimarc Corporation Network linking methods and apparatus
US7562392B1 (en) 1999-05-19 2009-07-14 Digimarc Corporation Methods of interacting with audio and ambient music
US6411725B1 (en) 1995-07-27 2002-06-25 Digimarc Corporation Watermark enabled video objects
US6505160B1 (en) 1995-07-27 2003-01-07 Digimarc Corporation Connected audio and other media objects
US8180844B1 (en) 2000-03-18 2012-05-15 Digimarc Corporation System for linking from objects to remote resources
US6820093B2 (en) 1996-07-30 2004-11-16 Hyperphrase Technologies, Llc Method for verifying record code prior to an action based on the code
US7013298B1 (en) 1996-07-30 2006-03-14 Hyperphrase Technologies, Llc Method and system for automated data storage and retrieval
US6516321B1 (en) 1996-07-30 2003-02-04 Carlos De La Huerga Method for database address specification
US6434567B1 (en) 1996-07-30 2002-08-13 Carlos De La Huerga Method for specifying enterprise-wide database address formats
US6058423A (en) * 1996-12-23 2000-05-02 International Business Machines Corporation System and method for locating resources in a distributed network
US6901436B1 (en) * 1999-03-22 2005-05-31 Eric Schneider Method, product, and apparatus for determining the availability of similar identifiers and registering these identifiers across multiple naming systems
US6999959B1 (en) * 1997-10-10 2006-02-14 Nec Laboratories America, Inc. Meta search engine
US20050203835A1 (en) * 1998-01-30 2005-09-15 Eli Nhaissi Internet billing
US6185598B1 (en) 1998-02-10 2001-02-06 Digital Island, Inc. Optimized network resource location
US8060613B2 (en) 1998-02-10 2011-11-15 Level 3 Communications, Llc Resource invalidation in a content delivery network
US6615233B1 (en) * 1998-02-17 2003-09-02 Intergraph Hardware Technologies Company Apparatus and method for transmitting documents between a server computer and a client computer
US6421675B1 (en) * 1998-03-16 2002-07-16 S. L. I. Systems, Inc. Search engine
JP4081175B2 (en) * 1998-03-19 2008-04-23 富士通株式会社 Search processing apparatus and storage medium
US8650320B1 (en) * 1998-03-23 2014-02-11 Software Ag Integration server supporting multiple receiving channels
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US7117227B2 (en) * 1998-03-27 2006-10-03 Call Charles G Methods and apparatus for using the internet domain name system to disseminate product information
US6366917B1 (en) * 1998-04-01 2002-04-02 Webputty, Inc. Method of modifying a populated database structure by modifying metadata describing the database structure
US7689532B1 (en) 2000-07-20 2010-03-30 Digimarc Corporation Using embedded data with file sharing
US7043532B1 (en) * 1998-05-07 2006-05-09 Samsung Electronics Co., Ltd. Method and apparatus for universally accessible command and control information in a network
KR100607215B1 (en) * 1998-05-07 2006-08-01 삼성전자주식회사 Method and apparatus for user and device command and control in a network
US6638314B1 (en) * 1998-06-26 2003-10-28 Microsoft Corporation Method of web crawling utilizing crawl numbers
US6424966B1 (en) * 1998-06-30 2002-07-23 Microsoft Corporation Synchronizing crawler with notification source
US6973455B1 (en) * 1999-03-03 2005-12-06 Emc Corporation File server system providing direct data sharing between clients with a server acting as an arbiter and coordinator
US6108703A (en) * 1998-07-14 2000-08-22 Massachusetts Institute Of Technology Global hosting system
US6959288B1 (en) * 1998-08-13 2005-10-25 International Business Machines Corporation Digital content preparation system
US6735585B1 (en) * 1998-08-17 2004-05-11 Altavista Company Method for search engine generating supplemented search not included in conventional search result identifying entity data related to portion of located web page
US6654813B1 (en) * 1998-08-17 2003-11-25 Alta Vista Company Dynamically categorizing entity information
CA2341871A1 (en) * 1998-08-27 2000-03-09 Upshot Corporation A method and apparatus for network-based sales force management
US8028036B1 (en) 1998-09-11 2011-09-27 Rpx-Lv Acquisition Llc Launching a web site using a passive transponder
US7159037B1 (en) * 1998-09-11 2007-01-02 Lv Partners, Lp Method and apparatus for utilizing an existing product code to issue a match to a predetermined location on a global network
US7386600B1 (en) 1998-09-11 2008-06-10 Lv Partners, L.P. Launching a web site using a personal device
US6868433B1 (en) 1998-09-11 2005-03-15 L.V. Partners, L.P. Input device having positional and scanning capabilities
US6636896B1 (en) 1998-09-11 2003-10-21 Lv Partners, L.P. Method and apparatus for utilizing an audibly coded signal to conduct commerce over the internet
US7379901B1 (en) 1998-09-11 2008-05-27 Lv Partners, L.P. Accessing a vendor web site using personal account information retrieved from a credit card company web site
US6704864B1 (en) 1999-08-19 2004-03-09 L.V. Partners, L.P. Automatic configuration of equipment software
US7191247B1 (en) 1998-09-11 2007-03-13 Lv Partners, Lp Method for connecting a wireless device to a remote location on a network
US7392945B1 (en) 1998-09-11 2008-07-01 Lv Partners, L.P. Portable scanner for enabling automatic commerce transactions
US7440993B1 (en) 1998-09-11 2008-10-21 Lv Partners, L.P. Method and apparatus for launching a web browser in response to scanning of product information
US6823388B1 (en) * 1998-09-11 2004-11-23 L.V. Parners, L.P. Method and apparatus for accessing a remote location with an optical reader having a programmable memory system
US6745234B1 (en) 1998-09-11 2004-06-01 Digital:Convergence Corporation Method and apparatus for accessing a remote location by scanning an optical code
JP2000113087A (en) * 1998-09-30 2000-04-21 Casio Comput Co Ltd Data base server and its program recording medium
US7213030B1 (en) * 1998-10-16 2007-05-01 Jenkins Steven R Web-enabled transaction and collaborative management system
US6961748B2 (en) 1998-10-27 2005-11-01 Murrell Stephen J Uniform network access
US7328405B1 (en) * 1998-12-09 2008-02-05 Netscape Communications Corporation Smart browsing providers
US6377953B1 (en) * 1998-12-30 2002-04-23 Oracle Corporation Database having an integrated transformation engine using pickling and unpickling of data
KR100285122B1 (en) * 1999-01-13 2001-03-15 이수복 internet email add-on service system
JP3055545B1 (en) * 1999-01-19 2000-06-26 富士ゼロックス株式会社 Related sentence retrieval device
US7003719B1 (en) 1999-01-25 2006-02-21 West Publishing Company, Dba West Group System, method, and software for inserting hyperlinks into documents
US6892238B2 (en) 1999-01-27 2005-05-10 International Business Machines Corporation Aggregating and analyzing information about content requested in an e-commerce web environment to determine conversion rates
US6466970B1 (en) * 1999-01-27 2002-10-15 International Business Machines Corporation System and method for collecting and analyzing information about content requested in a network (World Wide Web) environment
US7966078B2 (en) 1999-02-01 2011-06-21 Steven Hoffberg Network media appliance system and method
US6711146B2 (en) * 1999-02-22 2004-03-23 Genesys Telecommunications Laboratories, Inc. Telecommunication system for automatically locating by network connection and selectively delivering calls to mobile client devices
ATE414942T1 (en) * 1999-02-26 2008-12-15 Henry Haugland MASS PRODUCTION OF INDIVIDUAL VIRTUAL SERVERS, VIRTUAL WEBSITES AND VIRTUAL WEB OBJECTS
US7188138B1 (en) 1999-03-22 2007-03-06 Eric Schneider Method, product, and apparatus for resource identifier registration and aftermarket services
US8037168B2 (en) 1999-07-15 2011-10-11 Esdr Network Solutions Llc Method, product, and apparatus for enhancing resolution services, registration services, and search services
US6338082B1 (en) 1999-03-22 2002-01-08 Eric Schneider Method, product, and apparatus for requesting a network resource
US20010044800A1 (en) * 2000-02-22 2001-11-22 Sherwin Han Internet organizer
AU4481600A (en) * 1999-04-22 2000-11-10 Qode.Com, Inc. System and method for providing electronic information upon receipt of a scannedbar code
US6553402B1 (en) * 1999-05-05 2003-04-22 Nextpage, Inc. Method for coordinating activities and sharing information using a data definition language
US6502134B1 (en) 1999-05-05 2002-12-31 Nextpage, Inc. Tuple-based information space for data exchange between applications
US7406214B2 (en) 1999-05-19 2008-07-29 Digimarc Corporation Methods and devices employing optical sensors and/or steganography
US6920455B1 (en) * 1999-05-19 2005-07-19 Sun Microsystems, Inc. Mechanism and method for managing service-specified data in a profile service
US7565294B2 (en) 1999-05-19 2009-07-21 Digimarc Corporation Methods and systems employing digital content
US6560633B1 (en) * 1999-06-10 2003-05-06 Bow Street Software, Inc. Method for creating network services by transforming an XML runtime model in response to an iterative input process
US6442602B1 (en) * 1999-06-14 2002-08-27 Web And Net Computing System and method for dynamic creation and management of virtual subdomain addresses
US6275470B1 (en) 1999-06-18 2001-08-14 Digital Island, Inc. On-demand overlay routing for computer-based communication networks
US7058817B1 (en) 1999-07-02 2006-06-06 The Chase Manhattan Bank System and method for single sign on process for websites with multiple applications and services
US7346605B1 (en) 1999-07-22 2008-03-18 Markmonitor, Inc. Method and system for searching and monitoring internet trademark usage
WO2001009749A2 (en) * 1999-07-28 2001-02-08 Digital Merchant, Inc. Distributed content architecture
US6741992B1 (en) * 1999-07-29 2004-05-25 Xtenit Flexible rule-based communication system and method for controlling the flow of and access to information between computer users
US7099898B1 (en) * 1999-08-12 2006-08-29 International Business Machines Corporation Data access system
US6493712B1 (en) * 1999-08-17 2002-12-10 Hewlett-Packard Company Self-describing attribute vocabularies in a software system
USRE44207E1 (en) 1999-09-01 2013-05-07 Esdr Network Solutions Llc Network resource access method, product, and apparatus
US8448059B1 (en) * 1999-09-03 2013-05-21 Cisco Technology, Inc. Apparatus and method for providing browser audio control for voice enabled web applications
US6895551B1 (en) * 1999-09-23 2005-05-17 International Business Machines Corporation Network quality control system for automatic validation of web pages and notification of author
US6353398B1 (en) 1999-10-22 2002-03-05 Himanshu S. Amin System for dynamically pushing information to a user utilizing global positioning system
US8543901B1 (en) 1999-11-01 2013-09-24 Level 3 Communications, Llc Verification of content stored in a network
US7496578B2 (en) * 1999-11-04 2009-02-24 Aol Llc Shared internet storage resource, user interface system, and method
US6351776B1 (en) 1999-11-04 2002-02-26 Xdrive, Inc. Shared internet storage resource, user interface system, and method
US20100185614A1 (en) 1999-11-04 2010-07-22 O'brien Brett Shared Internet storage resource, user interface system, and method
US8082238B1 (en) * 1999-11-24 2011-12-20 Xerox Corporation Method and apparatus for managing software copyright years in a multiple platform electronic reprographics system
US6832245B1 (en) 1999-12-01 2004-12-14 At&T Corp. System and method for analyzing communications of user messages to rank users and contacts based on message content
US6615231B1 (en) * 1999-12-15 2003-09-02 Microsoft Corporation System and method for directing requests to specific processing
JP2001184344A (en) * 1999-12-21 2001-07-06 Internatl Business Mach Corp <Ibm> Information processing system, proxy server, web page display control method, storage medium and program transmitter
US6691104B1 (en) * 2000-01-12 2004-02-10 International Business Machines Corporation System and method for personalizing and applying a post processing tool system
US6529899B1 (en) * 2000-01-12 2003-03-04 International Business Machines Corporation System and method for registering and providing a tool service
US6701314B1 (en) * 2000-01-21 2004-03-02 Science Applications International Corporation System and method for cataloguing digital information for searching and retrieval
US6721741B1 (en) 2000-01-24 2004-04-13 Friskit, Inc. Streaming media search system
US6519648B1 (en) * 2000-01-24 2003-02-11 Friskit, Inc. Streaming media search and continuous playback of multiple media resources located on a network
US7281034B1 (en) 2000-01-24 2007-10-09 Friskit, Inc. System and method for media playback over a network using links that contain control signals and commands
US6389467B1 (en) 2000-01-24 2002-05-14 Friskit, Inc. Streaming media search and continuous playback system of media resources located by multiple network addresses
US7228305B1 (en) 2000-01-24 2007-06-05 Friskit, Inc. Rating system for streaming media playback system
US6591260B1 (en) * 2000-01-28 2003-07-08 Commerce One Operations, Inc. Method of retrieving schemas for interpreting documents in an electronic commerce system
US6883135B1 (en) 2000-01-28 2005-04-19 Microsoft Corporation Proxy server using a statistical model
US6665659B1 (en) * 2000-02-01 2003-12-16 James D. Logan Methods and apparatus for distributing and using metadata via the internet
KR100799090B1 (en) * 2000-02-19 2008-01-29 디지맥 코포레이션 Watermark encoder and decoder enabled software and devices
US7117199B2 (en) * 2000-02-22 2006-10-03 Metacarta, Inc. Spatially coding and displaying information
US6910029B1 (en) * 2000-02-22 2005-06-21 International Business Machines Corporation System for weighted indexing of hierarchical documents
US6819339B1 (en) * 2000-02-24 2004-11-16 Eric Morgan Dowling Web browser with multilevel functions
US8843617B2 (en) * 2000-03-01 2014-09-23 Printeron Inc. Multi-stage polling mechanism and system for the transmission and processing control of network resource data
CA2299824C (en) * 2000-03-01 2012-02-21 Spicer Corporation Network resource control system
CA2301996A1 (en) * 2000-03-13 2001-09-13 Spicer Corporation Wireless attachment enabling
US20010054106A1 (en) * 2000-03-23 2001-12-20 Patrik Anderson Method and apparatus for an image server
JP2004514192A (en) * 2000-04-03 2004-05-13 スターク ジュールゲン Method and system for performing content-controlled electronic message processing
US7062535B1 (en) 2000-04-03 2006-06-13 Centerpost Communications, Inc. Individual XML message processing platform
US7984104B1 (en) 2000-04-03 2011-07-19 West Corporation Method and system for content driven electronic messaging
US20010047356A1 (en) * 2000-04-15 2001-11-29 Tom Ren Advanced method and system of automatic population and maintenance of a web-based database
US6952805B1 (en) * 2000-04-24 2005-10-04 Microsoft Corporation System and method for automatically populating a dynamic resolution list
US7010537B2 (en) * 2000-04-27 2006-03-07 Friskit, Inc. Method and system for visual network searching
WO2001086507A1 (en) * 2000-05-08 2001-11-15 The Johns Hopkins University Relevant search rankings using high refresh-rate distributed crawling
US7020679B2 (en) * 2000-05-12 2006-03-28 Taoofsearch, Inc. Two-level internet search service system
US7013340B1 (en) 2000-05-18 2006-03-14 Microsoft Corporation Postback input handling by server-side control objects
US6792477B1 (en) * 2000-05-18 2004-09-14 Microsoft Corporation Discovering printers and shares
AU5868801A (en) * 2000-05-29 2001-12-11 Kaisha Saora Kabushiki System and method for saving browsed data
US6742020B1 (en) * 2000-06-08 2004-05-25 Hewlett-Packard Development Company, L.P. System and method for managing data flow and measuring service in a storage network
US20010051973A1 (en) * 2000-06-08 2001-12-13 Poi Systems, Inc. System, method and computer program product for a locator service
US6507837B1 (en) 2000-06-08 2003-01-14 Hyperphrase Technologies, Llc Tiered and content based database searching
US7496502B2 (en) * 2000-06-16 2009-02-24 Semiconductor Energy Laboratory Co., Ltd. Information providing system and method therefor
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US6874143B1 (en) 2000-06-21 2005-03-29 Microsoft Corporation Architectures for and methods of providing network-based software extensions
US7000230B1 (en) * 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7117435B1 (en) 2000-06-21 2006-10-03 Microsoft Corporation Spreadsheet fields in text
US7467140B2 (en) * 2000-06-30 2008-12-16 Verisign, Inc. System, method, and article of manufacture for maintaining and accessing a whois database
US7007037B2 (en) * 2000-07-31 2006-02-28 Oracle International Corporation Opaque types
US6947979B1 (en) * 2000-08-16 2005-09-20 Entrust, Inc. Controlling use of a network resource
US6959326B1 (en) * 2000-08-24 2005-10-25 International Business Machines Corporation Method, system, and program for gathering indexable metadata on content at a data repository
TW548557B (en) * 2000-09-13 2003-08-21 Intumit Inc A method and system for electronic document to have fast-search category and mutual link
US7613917B1 (en) * 2000-09-18 2009-11-03 Navteq North America, Llc Method and system for mass distribution of geographic data for navigation systems
US6768942B1 (en) * 2000-09-18 2004-07-27 Navigation Technologies Corp. Navigation system with decryption functions and secure geographic database
US7596564B1 (en) 2000-09-29 2009-09-29 Vignette Corporation Method and system for cache management of a cache including dynamically-generated content
EP1197859A1 (en) * 2000-10-10 2002-04-17 Canon Kabushiki Kaisha Method and device for remotely using a data-processing object in a communications network
US7426513B2 (en) * 2000-10-12 2008-09-16 Sap Portals Israel Ltd. Client-based objectifying of text pages
EP1330761A2 (en) * 2000-10-19 2003-07-30 Kirk Feathers Method and system for dynamically maintaining internet associations
US7225467B2 (en) * 2000-11-15 2007-05-29 Lockheed Martin Corporation Active intrusion resistant environment of layered object and compartment keys (airelock)
US7213265B2 (en) 2000-11-15 2007-05-01 Lockheed Martin Corporation Real time active network compartmentalization
US20020062336A1 (en) * 2000-11-22 2002-05-23 Dan Teodosiu Resource coherency among resources cached in a peer to peer environment
US7594030B2 (en) * 2000-11-22 2009-09-22 Microsoft Corporation Locator and tracking service for peer to peer resources
US7072982B2 (en) * 2000-11-22 2006-07-04 Microsoft Corporation Universal naming scheme for peer to peer resources
US6832207B1 (en) 2000-11-28 2004-12-14 Almond Net, Inc. Super saturation method for information-media
US7028035B1 (en) * 2000-12-08 2006-04-11 Hewlett-Packard Development Company, L.P. Method and system of typing resources in a distributed system
TWI230858B (en) * 2000-12-12 2005-04-11 Matsushita Electric Ind Co Ltd File management method, content recording/playback apparatus and content recording program
AU2002215782B2 (en) 2000-12-14 2008-03-06 Silanis Technology Inc. Web-based method and system for applying a legally enforceable signature on an electronic document
US6892377B1 (en) 2000-12-21 2005-05-10 Vignette Corporation Method and system for platform-independent file system interaction
US6850941B1 (en) * 2000-12-21 2005-02-01 Vignette Corporation Method and system for native-byte form handling
US7194506B1 (en) 2000-12-21 2007-03-20 Vignette Corporation Method and system for cache management of locale-sensitive content
US20020120716A1 (en) * 2000-12-22 2002-08-29 Balaji Raghunathan Server frame work for a database server
US20020133572A1 (en) * 2000-12-27 2002-09-19 Inrange Technologies, Incorporated Apparatus and method for providing domain name services to mainframe resource mapping
US7440953B2 (en) 2001-01-25 2008-10-21 Content Directions, Inc. Apparatus, method and system for directory quality assurance
US20040163020A1 (en) * 2002-01-25 2004-08-19 David Sidman Apparatus method and system for registration effecting information access
US20040088333A1 (en) * 2002-01-25 2004-05-06 David Sidman Apparatus method and system for tracking information access
US20040148503A1 (en) * 2002-01-25 2004-07-29 David Sidman Apparatus, method, and system for accessing digital rights management information
US20040122741A1 (en) * 2002-01-25 2004-06-24 David Sidman Apparatus, method and system for effecting information access in a peer environment
EP2085895A1 (en) * 2001-01-25 2009-08-05 Content Directions, Inc. Apparatus, method and system for multiple resolution affecting information access
US20040111530A1 (en) * 2002-01-25 2004-06-10 David Sidman Apparatus method and system for multiple resolution affecting information access
US20020103828A1 (en) * 2001-01-26 2002-08-01 Abb Automation Inc. System and method for world wide web based mapping of multiple system name spaces
US20020103876A1 (en) * 2001-01-29 2002-08-01 Masayuki Chatani System and computer-based method for providing transformed information in response to a client search request
DE10104533A1 (en) * 2001-01-31 2002-08-08 Werner Kunze Identification of electronic resources
US7539747B2 (en) 2001-03-14 2009-05-26 Microsoft Corporation Schema-based context service
US7024662B2 (en) 2001-03-14 2006-04-04 Microsoft Corporation Executing dynamically assigned functions while providing services
US7302634B2 (en) 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US7380250B2 (en) 2001-03-16 2008-05-27 Microsoft Corporation Method and system for interacting with devices having different capabilities
US7945592B2 (en) 2001-03-20 2011-05-17 Verizon Business Global Llc XML based transaction detail records
US7406306B2 (en) 2001-03-20 2008-07-29 Verizon Business Global Llc Method for billing in a telecommunications network
US8380840B2 (en) 2001-12-17 2013-02-19 Verizon Business Global Llc Method for recording events in an IP network
US20020138580A1 (en) * 2001-03-21 2002-09-26 Binnus Al-Kazily Location based information delivery
US6816895B2 (en) * 2001-03-26 2004-11-09 Motorola, Inc. Updating the capability negotiation information of a mobile station with an editing application downloaded from a service provider
US7082416B2 (en) * 2001-04-06 2006-07-25 Karyn Elaine Anderson Method of using prepaid cash card for making purchases on the world wide web
US20020147775A1 (en) * 2001-04-06 2002-10-10 Suda Aruna Rohra System and method for displaying information provided by a provider
US6741996B1 (en) * 2001-04-18 2004-05-25 Microsoft Corporation Managing user clips
US7120900B2 (en) 2001-04-19 2006-10-10 International Business Machines Bi-directional display
US7086004B2 (en) * 2001-04-19 2006-08-01 International Business Machines Corporation Generalized mechanism for unicode metadata
US7246158B2 (en) * 2001-04-23 2007-07-17 Ricoh Company, Ltd. System, computer program product and method for selecting an application service provider
US7299219B2 (en) 2001-05-08 2007-11-20 The Johns Hopkins University High refresh-rate retrieval of freshly published content using distributed crawling
US20030229632A1 (en) * 2001-05-15 2003-12-11 Mark Harris Communications system and method
US7058637B2 (en) 2001-05-15 2006-06-06 Metatomix, Inc. Methods and apparatus for enterprise application integration
US6856992B2 (en) 2001-05-15 2005-02-15 Metatomix, Inc. Methods and apparatus for real-time business visibility using persistent schema-less data storage
US20030208499A1 (en) * 2002-05-03 2003-11-06 David Bigwood Methods and apparatus for visualizing relationships among triples of resource description framework (RDF) data sets
US7890517B2 (en) 2001-05-15 2011-02-15 Metatomix, Inc. Appliance for enterprise information integration and enterprise resource interoperability platform and methods
US6925457B2 (en) 2001-07-27 2005-08-02 Metatomix, Inc. Methods and apparatus for querying a relational data store using schema-less queries
JP2002351873A (en) * 2001-05-23 2002-12-06 Hitachi Ltd Metadata management system and search method
US7493397B1 (en) 2001-06-06 2009-02-17 Microsoft Corporation Providing remote processing services over a distributed communications network
US6915454B1 (en) 2001-06-12 2005-07-05 Microsoft Corporation Web controls validation
US7996207B2 (en) 2001-06-26 2011-08-09 International Business Machines Corporation Bidirectional domain names
US7024452B1 (en) * 2001-07-13 2006-04-04 Vignette Corporation Method and system for file-system based caching
US9639547B2 (en) 2001-07-13 2017-05-02 Open Text Sa Ulc Method and system for file-system based caching
US7349942B1 (en) 2002-02-13 2008-03-25 Vignette Corporation Storage medium having a manageable file directory structure
US7761497B1 (en) 2001-07-13 2010-07-20 Vignette Software, LLC Storage medium having a manageable file directory structure
US20030017697A1 (en) * 2001-07-19 2003-01-23 Kyung-In Choi Methods of forming metal layers using metallic precursors
EP1412883A2 (en) * 2001-07-20 2004-04-28 Sap Ag Providing hmtl-pages that define user interface elements by binding meta-data
AU2002321795A1 (en) * 2001-07-27 2003-02-17 Quigo Technologies Inc. System and method for automated tracking and analysis of document usage
WO2003017023A2 (en) * 2001-08-14 2003-02-27 Quigo Technologies, Inc. System and method for extracting content for submission to a search engine
US7130861B2 (en) 2001-08-16 2006-10-31 Sentius International Corporation Automated creation and delivery of database content
US6947947B2 (en) 2001-08-17 2005-09-20 Universal Business Matrix Llc Method for adding metadata to data
US8307045B1 (en) 2001-08-22 2012-11-06 Open Text S.A. System and method for creating target-specific data conversion templates using a master style template
KR20030024297A (en) * 2001-09-17 2003-03-26 (주)넷피아닷컴 Search system and method
KR20030024296A (en) * 2001-09-17 2003-03-26 (주)넷피아닷컴 System for acc esing web page using real names and method thereof
AUPR796801A0 (en) * 2001-09-27 2001-10-25 Plugged In Communications Pty Ltd Computer user interface tool for navigation of data stored in directed graphs
US6826162B2 (en) * 2001-09-28 2004-11-30 Hewlett-Packard Development Company, L.P. Locating and mapping wireless network devices via wireless gateways
US20030064718A1 (en) * 2001-09-28 2003-04-03 Haines Robert E. Selective communication in a wireless network based on peer-to-peer signal quality
EP2403219B1 (en) 2001-09-28 2014-10-22 Level 3 CDN International, Inc. Method for name to address resolution
US7860964B2 (en) 2001-09-28 2010-12-28 Level 3 Communications, Llc Policy-based content delivery network selection
US6629100B2 (en) * 2001-10-01 2003-09-30 Ipac Acquisition Subsidiary I, Llc Network-based photosharing architecture for search and delivery of private images and metadata
US6757684B2 (en) 2001-10-01 2004-06-29 Ipac Acquisition Subsidiary I, Llc Network-based photosharing architecture
US7373644B2 (en) 2001-10-02 2008-05-13 Level 3 Communications, Llc Automated server replication
EP1301010B1 (en) * 2001-10-03 2005-04-06 Alcatel Method for providing services in a communication network
US6934908B2 (en) * 2001-10-17 2005-08-23 International Business Machines Corporation Uniform handling of external resources within structured documents
US20030079027A1 (en) 2001-10-18 2003-04-24 Michael Slocombe Content request routing and load balancing for content distribution networks
US7587484B1 (en) * 2001-10-18 2009-09-08 Microsoft Corporation Method and system for tracking client software use
US11341497B2 (en) 2001-10-24 2022-05-24 Oleg Serebrennikov Method for performing transactional communication using a universal transaction account identifier assigned to a customer
US8868467B2 (en) 2002-10-23 2014-10-21 Oleg Serebrennikov Method for performing transactional communication using a universal transaction account identifier assigned to a customer
US20030078987A1 (en) * 2001-10-24 2003-04-24 Oleg Serebrennikov Navigating network communications resources based on telephone-number metadata
US7421466B2 (en) 2001-10-29 2008-09-02 Hewlett-Packard Development Company, L.P. Dynamic mapping of wireless network devices
US20030084143A1 (en) * 2001-10-31 2003-05-01 Herbert Knoesel Resource locator management system and method
US7428725B2 (en) 2001-11-20 2008-09-23 Microsoft Corporation Inserting devices specific content
US6954456B2 (en) * 2001-12-14 2005-10-11 At & T Corp. Method for content-aware redirection and content renaming
US20030120781A1 (en) * 2001-12-21 2003-06-26 Pedersen Christen K. Method and system for user initiated connectivity to a communication network
US7333966B2 (en) 2001-12-21 2008-02-19 Thomson Global Resources Systems, methods, and software for hyperlinking names
US7062515B1 (en) 2001-12-28 2006-06-13 Vignette Corporation System and method for the synchronization of a file in a cache
US6687793B1 (en) * 2001-12-28 2004-02-03 Vignette Corporation Method and system for optimizing resources for cache management
US7565402B2 (en) 2002-01-05 2009-07-21 Eric Schneider Sitemap access method, product, and apparatus
US9167036B2 (en) 2002-02-14 2015-10-20 Level 3 Communications, Llc Managed object replication and delivery
US8527495B2 (en) * 2002-02-19 2013-09-03 International Business Machines Corporation Plug-in parsers for configuring search engine crawler
US20030167330A1 (en) * 2002-03-01 2003-09-04 Cohen Norman H. Continual rebinding of data sources
US20030172119A1 (en) * 2002-03-06 2003-09-11 International Business Machines Corporation Method and system for dynamically sending email notifications with attachments in different communication languages
JP2003337699A (en) * 2002-03-13 2003-11-28 Saora Inc Information processing device and method, and storage medium with program stored therein
US7403955B2 (en) * 2002-03-21 2008-07-22 International Business Machines Corporation Method and system for updating attachment files
US7565517B1 (en) 2002-04-03 2009-07-21 Symantec Corporation Retargeting a captured image to new hardware while in a pre-boot environment
AU2003226220A1 (en) 2002-04-03 2003-10-20 Powerquest Corporation Using disassociated images for computer and storage resource management
US7120641B2 (en) 2002-04-05 2006-10-10 Saora Kabushiki Kaisha Apparatus and method for extracting data
US20030195896A1 (en) * 2002-04-15 2003-10-16 Suda Aruna Rohra Method and apparatus for managing imported or exported data
US20030204553A1 (en) * 2002-04-24 2003-10-30 Eamoon Neylon Information handling system and program for use on a network, and a process of forming a relationship between global resources and local descriptions of those resources
US20040203350A1 (en) * 2002-05-07 2004-10-14 Intel Corporation Wireless communication device and method for information retrieval using a universal identity metatag
US6983273B2 (en) * 2002-06-27 2006-01-03 International Business Machines Corporation Iconic representation of linked site characteristics
US7246122B2 (en) * 2002-06-28 2007-07-17 Microsoft Corporation Schema-based services for identity-based data access to favorite website data
US9886309B2 (en) 2002-06-28 2018-02-06 Microsoft Technology Licensing, Llc Identity-based distributed computing for device resources
GB2397405B (en) * 2002-07-23 2004-12-15 Samsung Electronics Co Ltd Index structure of metadata, method for providing indices of metadata, and metadata searching method and apparatus using the indices of metadata
RU2304804C2 (en) * 2002-07-23 2007-08-20 Самсунг Электроникс Ко., Лтд. Meta-data index structure, method for providing meta-data indexes, method and device for finding meta-data with usage of meta-data indexes
EP1387279B1 (en) * 2002-07-31 2008-05-14 Texas Instruments Inc. Cache coherency in a multi-processor system
CA2495560A1 (en) * 2002-08-05 2004-02-12 Metacarta, Inc. Desktop client interaction with a geographic text search system
AU2003258052A1 (en) * 2002-08-07 2004-02-25 Kryptiq Corporation Semantic qualification and contextualization of electronic messages
US8145716B2 (en) * 2002-08-07 2012-03-27 Kryptiq Corporation Method and apparatus for assigning cost metrics to electronic messages
US7263721B2 (en) * 2002-08-09 2007-08-28 International Business Machines Corporation Password protection
CA2400590A1 (en) * 2002-08-29 2004-02-29 Ibm Canada Limited-Ibm Canada Limitee Method and apparatus for converting legacy programming language data structures to schema definitions
US7228357B2 (en) * 2002-09-23 2007-06-05 Sharp Laboratories Of America, Inc. System and method for automatic digital document processing
US7480724B2 (en) * 2002-09-25 2009-01-20 At&T Intellectual Property I, L.P. API tool-set for providing services through a residential communication gateway
US7584263B1 (en) * 2002-09-25 2009-09-01 At&T Intellectual Property I, L. P. System and method for providing services access through a family home page
US7283989B1 (en) * 2002-09-27 2007-10-16 At&T Bls Intellectual Property, Inc. System and method for use of application metadata
US7200862B2 (en) * 2002-09-30 2007-04-03 Microsoft Corporation Securing uniform resource identifier namespaces
CA2501847A1 (en) 2002-10-07 2004-04-22 Metatomix, Inc Methods and apparatus for identifying related nodes in a directed graph having named arcs
US7574653B2 (en) 2002-10-11 2009-08-11 Microsoft Corporation Adaptive image formatting control
RU2464637C1 (en) * 2002-10-23 2012-10-20 Олег Александрович Серебренников Method and system of transaction counts and exchange of transaction messages between sides of transaction performance
US7080094B2 (en) 2002-10-29 2006-07-18 Lockheed Martin Corporation Hardware accelerated validating parser
US7146643B2 (en) * 2002-10-29 2006-12-05 Lockheed Martin Corporation Intrusion detection accelerator
US20040133633A1 (en) * 2002-12-05 2004-07-08 Neopost Inc. Method and apparatus for adaptive client communications
CN100431016C (en) * 2002-12-12 2008-11-05 皇家飞利浦电子股份有限公司 Optical disk with universal logic format
US7188216B1 (en) 2002-12-13 2007-03-06 Vignette Corporation Method and system for an extensible caching framework
US7360025B1 (en) 2002-12-13 2008-04-15 O'connell Conleth Method and system for automatic cache management
US8312222B1 (en) 2002-12-13 2012-11-13 Open Text, S.A. Event-driven regeneration of pages for web-based applications
US8380932B1 (en) 2002-12-13 2013-02-19 Open Text S.A. Contextual regeneration of pages for web-based applications
US7818506B1 (en) * 2002-12-13 2010-10-19 Vignette Software Llc Method and system for cache management
US8463998B1 (en) 2002-12-13 2013-06-11 Open Text S.A. System and method for managing page variations in a page delivery cache
US7263614B2 (en) 2002-12-31 2007-08-28 Aol Llc Implicit access for communications pathway
US6931453B2 (en) * 2003-01-03 2005-08-16 Nokia Corporation Method and apparatus for resolving protocol-agnostic schemes in an internet protocol multimedia subsystem
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US20040210866A1 (en) * 2003-04-17 2004-10-21 Richard Friedman Method of creating a unit test framework to test a resource description framework based object
US20040215515A1 (en) * 2003-04-25 2004-10-28 Aquantive, Inc. Method of distributing targeted Internet advertisements based on search terms
US8484073B2 (en) * 2003-04-25 2013-07-09 Facebook, Inc. Method of distributing targeted internet advertisements
JP2005102133A (en) * 2003-04-28 2005-04-14 Ricoh Co Ltd Image forming apparatus, and method for referring to destination information
US20040220903A1 (en) * 2003-04-30 2004-11-04 Emarkmonitor Inc. Method and system to correlate trademark data to internet domain name data
DE10320711A1 (en) * 2003-05-08 2004-12-16 Siemens Ag Method and arrangement for setting up and updating a user interface for accessing information pages in a data network
JPWO2004111877A1 (en) * 2003-05-19 2006-07-20 サオラ株式会社 Information processing method and apparatus, and program thereof
US7403939B1 (en) 2003-05-30 2008-07-22 Aol Llc Resolving queries based on automatic determination of requestor geographic location
US7660784B1 (en) 2003-05-30 2010-02-09 Aol Llc Geographically resolving a keyword query
US20040241048A1 (en) * 2003-05-30 2004-12-02 Applera Corporation Thermal cycling apparatus and method for providing thermal uniformity
US7401072B2 (en) * 2003-06-10 2008-07-15 Google Inc. Named URL entry
US7836391B2 (en) 2003-06-10 2010-11-16 Google Inc. Document search engine including highlighting of confident results
US7949953B2 (en) * 2003-06-13 2011-05-24 Sap Aktiengesellschaft Designing and generating charts to graphically represent data in a data source
US8589311B2 (en) * 2003-06-13 2013-11-19 Sap Aktiengesellschaft Designing business content for reporting
US7047390B2 (en) * 2003-06-17 2006-05-16 International Business Machines Corporation Method, system, and program for managing a relationship between one target volume and one source volume
US7228301B2 (en) * 2003-06-27 2007-06-05 Microsoft Corporation Method for normalizing document metadata to improve search results using an alias relationship directory service
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
EP1690210A2 (en) 2003-07-07 2006-08-16 Metatomix, Inc. Surveillance, monitoring and real-time events platform
US7308464B2 (en) * 2003-07-23 2007-12-11 America Online, Inc. Method and system for rule based indexing of multiple data structures
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7209925B2 (en) * 2003-08-25 2007-04-24 International Business Machines Corporation Method, system, and article of manufacture for parallel processing and serial loading of hierarchical data
US20050060315A1 (en) * 2003-09-16 2005-03-17 Aleksey Sanin Metadata database lookup system
US7788681B1 (en) 2003-09-16 2010-08-31 Vignette Software, LLC System and method for incorporating web services in a web site
US20050068950A1 (en) * 2003-09-30 2005-03-31 Nortel Networks Limited Structured private addressing and naming for management of service and network resources
US7815689B2 (en) 2003-11-18 2010-10-19 Victhom Human Bionics Inc. Instrumented prosthetic foot
US20050107889A1 (en) 2003-11-18 2005-05-19 Stephane Bedard Instrumented prosthetic foot
US20070282861A1 (en) * 2003-11-26 2007-12-06 Young-Joo Song Data Structure, System and Method for Event Reporting
US8271573B2 (en) 2003-11-26 2012-09-18 Electronics And Telecommunications Research Institute Data structure, event reporting system and method for event reporting
US7548968B1 (en) 2003-12-10 2009-06-16 Markmonitor Inc. Policing internet domains
ATE551658T1 (en) 2003-12-31 2012-04-15 Thomson Reuters Glo Resources SYSTEMS, METHODS, INTERFACES AND SOFTWARE FOR THE AUTOMATED COLLECTION AND INTEGRATION OF ENTITY DATA INTO ONLINE DATABASES AND PROFESSIONAL DIRECTORIES
US20050152283A1 (en) * 2004-01-08 2005-07-14 David Ritzenthaler Wireless device discovery
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US7637959B2 (en) 2004-02-12 2009-12-29 össur hf Systems and methods for adjusting the angle of a prosthetic ankle based on a measured surface angle
US8135755B2 (en) 2005-06-29 2012-03-13 Microsoft Corporation Templates in a schema editor
US7546291B2 (en) * 2004-02-19 2009-06-09 Microsoft Corporation Data source task pane
US7716168B2 (en) 2005-06-29 2010-05-11 Microsoft Corporation Modifying table definitions within a database application
US7546286B2 (en) * 2004-02-19 2009-06-09 Microsoft Corporation Offline multi-table data editing and storage
US8635273B2 (en) 2004-03-05 2014-01-21 Aol Inc. Announcing new users of an electronic communications system to existing users
US7584221B2 (en) 2004-03-18 2009-09-01 Microsoft Corporation Field weighting in text searching
US7536382B2 (en) 2004-03-31 2009-05-19 Google Inc. Query rewriting with entity detection
US7996419B2 (en) 2004-03-31 2011-08-09 Google Inc. Query rewriting with entity detection
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7890604B2 (en) 2004-05-07 2011-02-15 Microsoft Corproation Client-side callbacks to server events
US9026578B2 (en) 2004-05-14 2015-05-05 Microsoft Corporation Systems and methods for persisting data between web pages
US7464386B2 (en) 2004-05-17 2008-12-09 Microsoft Corporation Data controls architecture
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7665063B1 (en) 2004-05-26 2010-02-16 Pegasystems, Inc. Integration of declarative rule-based processing with procedural programming
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US20060031382A1 (en) * 2004-06-04 2006-02-09 Arvind Pradhakar System and method for translating fully qualified domain name access in a browser environment
KR20050121610A (en) * 2004-06-22 2005-12-27 전자부품연구원 Method for human readable and writable addressing in home network protocol
US9026534B2 (en) * 2004-07-21 2015-05-05 Cisco Technology, Inc. Method and system to collect and search user-selected content
US20060053092A1 (en) * 2004-09-01 2006-03-09 Chris Foo Method and system to perform dynamic search over a network
US7719971B1 (en) * 2004-09-15 2010-05-18 Qurio Holdings, Inc. Peer proxy binding
US7606793B2 (en) 2004-09-27 2009-10-20 Microsoft Corporation System and method for scoping searches using index keys
US7739277B2 (en) 2004-09-30 2010-06-15 Microsoft Corporation System and method for incorporating anchor text into ranking search results
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US7761448B2 (en) 2004-09-30 2010-07-20 Microsoft Corporation System and method for ranking search results using click distance
US7827181B2 (en) 2004-09-30 2010-11-02 Microsoft Corporation Click distance determination
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7716198B2 (en) 2004-12-21 2010-05-11 Microsoft Corporation Ranking search results using feature extraction
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US7430551B2 (en) * 2005-01-20 2008-09-30 International Business Machines Corporation Method to enforce domain strong typing
US8335704B2 (en) 2005-01-28 2012-12-18 Pegasystems Inc. Methods and apparatus for work management and routing
US7676760B1 (en) * 2005-02-25 2010-03-09 Adobe Systems Incorporated Methods and apparatus for analysis of access logs
US7792833B2 (en) 2005-03-03 2010-09-07 Microsoft Corporation Ranking search results using language types
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US7340686B2 (en) 2005-03-22 2008-03-04 Microsoft Corporation Operating system program launch menu search
US7680810B2 (en) * 2005-03-31 2010-03-16 Microsoft Corporation Live graphical preview with text summaries
WO2006108104A2 (en) * 2005-04-05 2006-10-12 Cohen Alexander J Multi-media search, discovery, submission and distribution control infrastructure
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
SE528516C2 (en) 2005-04-19 2006-12-05 Lisa Gramnaes Combined active and passive leg prosthesis system and a method for performing a movement cycle with such a system
US8538980B1 (en) * 2005-06-15 2013-09-17 Adobe Systems Incorporated Accessing forms using a metadata registry
WO2007002800A2 (en) 2005-06-28 2007-01-04 Metacarta, Inc. User interface for geographic search
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US7599917B2 (en) 2005-08-15 2009-10-06 Microsoft Corporation Ranking search results using biased click distance
US7797359B1 (en) 2005-08-23 2010-09-14 Hewlett-Packard Development Company, L.P. Recursive data naming
US20070073770A1 (en) * 2005-09-29 2007-03-29 Morris Robert P Methods, systems, and computer program products for resource-to-resource metadata association
US7797337B2 (en) * 2005-09-29 2010-09-14 Scenera Technologies, Llc Methods, systems, and computer program products for automatically associating data with a resource as metadata based on a characteristic of the resource
US20070073751A1 (en) * 2005-09-29 2007-03-29 Morris Robert P User interfaces and related methods, systems, and computer program products for automatically associating data with a resource as metadata
JP2007122643A (en) * 2005-10-31 2007-05-17 Toshiba Corp Data retrieval system, meta data synchronization method and data retrieval device
US20070106736A1 (en) * 2005-11-10 2007-05-10 Xerox Corporation Variable and customizable email attachments and content
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7428582B2 (en) * 2005-12-29 2008-09-23 American Express Travel Related Services Company, Inc Semantic interface for publishing a web service to and discovering a web service from a web service registry
US7529780B1 (en) 2005-12-30 2009-05-05 Google Inc. Conflict management during data object synchronization between client and server
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US7743026B2 (en) * 2006-01-31 2010-06-22 Microsoft Corporation Redirection to local copies of server-based files
US7685130B2 (en) * 2006-02-02 2010-03-23 Iac Search & Media, Inc. Searching for services in natural language
US20070198542A1 (en) * 2006-02-09 2007-08-23 Morris Robert P Methods, systems, and computer program products for associating a persistent information element with a resource-executable pair
US20070198951A1 (en) 2006-02-10 2007-08-23 Metacarta, Inc. Systems and methods for spatial thumbnails and companion maps for media objects
US7779004B1 (en) 2006-02-22 2010-08-17 Qurio Holdings, Inc. Methods, systems, and products for characterizing target systems
US7764701B1 (en) 2006-02-22 2010-07-27 Qurio Holdings, Inc. Methods, systems, and products for classifying peer systems
US8892737B2 (en) * 2006-03-06 2014-11-18 Vmware, Inc. Network sniffer for performing service level management
US7693996B2 (en) * 2006-03-06 2010-04-06 Vmware, Inc. Service level management system
US7493403B2 (en) 2006-03-13 2009-02-17 Markmonitor Inc. Domain name ownership validation
US7873946B2 (en) * 2006-03-23 2011-01-18 Oracle America, Inc. Scalable vector graphics, tree and tab as drag and drop objects
US8924335B1 (en) 2006-03-30 2014-12-30 Pegasystems Inc. Rule-based user interface conformance methods
US10229216B2 (en) * 2006-04-13 2019-03-12 Wgrs Licensing Company, Llc Systems and methods for internet searching
US7889676B1 (en) * 2006-04-13 2011-02-15 Infoblox Inc. Systems and methods for storing and retrieving data
US7668859B2 (en) * 2006-04-18 2010-02-23 Foy Streetman Method and system for enhanced web searching
US8015183B2 (en) * 2006-06-12 2011-09-06 Nokia Corporation System and methods for providing statstically interesting geographical information based on queries to a geographic search engine
US9721157B2 (en) 2006-08-04 2017-08-01 Nokia Technologies Oy Systems and methods for obtaining and using information from map images
JP4130685B2 (en) * 2006-07-25 2008-08-06 インターナショナル・ビジネス・マシーンズ・コーポレーション System, program, and method for supporting answering inquiries regarding digital content
US7873988B1 (en) 2006-09-06 2011-01-18 Qurio Holdings, Inc. System and method for rights propagation and license management in conjunction with distribution of digital content in a social network
US8060931B2 (en) * 2006-09-08 2011-11-15 Microsoft Corporation Security authorization queries
US7801971B1 (en) 2006-09-26 2010-09-21 Qurio Holdings, Inc. Systems and methods for discovering, creating, using, and managing social network circuits
US7925592B1 (en) 2006-09-27 2011-04-12 Qurio Holdings, Inc. System and method of using a proxy server to manage lazy content distribution in a social network
US7782866B1 (en) 2006-09-29 2010-08-24 Qurio Holdings, Inc. Virtual peer in a peer-to-peer network
US8554827B2 (en) 2006-09-29 2013-10-08 Qurio Holdings, Inc. Virtual peer for a content sharing system
US7676586B2 (en) * 2006-10-05 2010-03-09 Microsoft Corporation Hierarchical federation metadata
US8316227B2 (en) 2006-11-01 2012-11-20 Microsoft Corporation Health integration platform protocol
US8417537B2 (en) * 2006-11-01 2013-04-09 Microsoft Corporation Extensible and localizable health-related dictionary
US8533746B2 (en) 2006-11-01 2013-09-10 Microsoft Corporation Health integration platform API
US20080104617A1 (en) * 2006-11-01 2008-05-01 Microsoft Corporation Extensible user interface
US7886334B1 (en) * 2006-12-11 2011-02-08 Qurio Holdings, Inc. System and method for social network trust assessment
US7730216B1 (en) 2006-12-14 2010-06-01 Qurio Holdings, Inc. System and method of sharing content among multiple social network nodes using an aggregation node
WO2009075689A2 (en) 2006-12-21 2009-06-18 Metacarta, Inc. Methods of systems of using geographic meta-metadata in information retrieval and document displays
US20080155701A1 (en) * 2006-12-22 2008-06-26 Yahoo! Inc. Method and system for unauthorized content detection and reporting
US8135800B1 (en) 2006-12-27 2012-03-13 Qurio Holdings, Inc. System and method for user classification based on social network aware content analysis
US8250525B2 (en) 2007-03-02 2012-08-21 Pegasystems Inc. Proactive performance management for multi-user enterprise software systems
US7792836B2 (en) * 2007-06-17 2010-09-07 Global Telegenetics, Inc. Portals and doors for the semantic web and grid
US20090083240A1 (en) * 2007-09-24 2009-03-26 Microsoft Corporation Authorization agnostic based mechanism
JP2009087071A (en) * 2007-09-28 2009-04-23 Fujifilm Corp Information processor and information processing method
KR101601851B1 (en) * 2007-10-16 2016-03-11 한국전자통신연구원 Method for Generating and Consuming a File and Apparatus thereof
US9348912B2 (en) 2007-10-18 2016-05-24 Microsoft Technology Licensing, Llc Document length as a static relevance feature for ranking search results
US7840569B2 (en) 2007-10-18 2010-11-23 Microsoft Corporation Enterprise relevancy ranking using a neural network
US20090164418A1 (en) * 2007-12-19 2009-06-25 Valentina Pulnikova Retrieval system and method of searching information in the Internet
US8131731B2 (en) 2007-12-27 2012-03-06 Microsoft Corporation Relevancy sorting of user's browser history
US7996093B2 (en) * 2008-01-24 2011-08-09 Rockwell Automation Technologies, Inc. Automatic controller relationship resolution
US9471996B2 (en) 2008-02-29 2016-10-18 Autodesk, Inc. Method for creating graphical materials for universal rendering framework
EP2274684A4 (en) 2008-04-04 2012-12-05 Level 3 Communications Llc Handling long-tail content in a content delivery network (cdn)
US9762692B2 (en) 2008-04-04 2017-09-12 Level 3 Communications, Llc Handling long-tail content in a content delivery network (CDN)
US10924573B2 (en) 2008-04-04 2021-02-16 Level 3 Communications, Llc Handling long-tail content in a content delivery network (CDN)
US8212806B2 (en) * 2008-04-08 2012-07-03 Autodesk, Inc. File format extensibility for universal rendering framework
US8812493B2 (en) 2008-04-11 2014-08-19 Microsoft Corporation Search results ranking using editing distance and document information
US8090727B2 (en) * 2008-05-20 2012-01-03 Check Point Software Technologies Ltd. Methods for automatically generating natural-language news items from log files and status traces
US8667404B2 (en) 2008-08-06 2014-03-04 Autodesk, Inc. Predictive material editor
US8793398B2 (en) * 2008-08-29 2014-07-29 Red Hat, Inc. Facilitating client server interaction
US8793339B2 (en) * 2008-08-29 2014-07-29 Red Hat, Inc. Facilitating client server interaction
US8041893B1 (en) 2008-09-09 2011-10-18 Vignette Software Llc System and method for managing large filesystem-based caches
CN101686206B (en) * 2008-09-24 2011-11-30 宏碁股份有限公司 Data integration method and system of crossing server
US9934240B2 (en) * 2008-09-30 2018-04-03 Google Llc On demand access to client cached files
US8620861B1 (en) 2008-09-30 2013-12-31 Google Inc. Preserving file metadata during atomic save operations
US10481878B2 (en) 2008-10-09 2019-11-19 Objectstore, Inc. User interface apparatus and methods
US8601398B2 (en) * 2008-10-13 2013-12-03 Autodesk, Inc. Data-driven interface for managing materials
US8560957B2 (en) 2008-10-13 2013-10-15 Autodesk, Inc. Data-driven interface for managing materials
KR101018787B1 (en) * 2008-10-17 2011-03-03 한국과학기술원 System for searching information using internet
US9342901B2 (en) * 2008-10-27 2016-05-17 Autodesk, Inc. Material data processing pipeline
US8584084B2 (en) * 2008-11-12 2013-11-12 Autodesk, Inc. System for library content creation
US7991883B1 (en) 2008-12-15 2011-08-02 Adobe Systems Incorporated Server communication in a multi-tier server architecture
US8392530B1 (en) * 2008-12-18 2013-03-05 Adobe Systems Incorporated Media streaming in a multi-tier client-server architecture
US8886628B1 (en) * 2009-03-12 2014-11-11 Akeakamai, Inc. Management of multilevel metadata in the PORTAL-DOORS system with bootstrapping
US8843435B1 (en) 2009-03-12 2014-09-23 Pegasystems Inc. Techniques for dynamic data processing
US20100250528A1 (en) * 2009-03-26 2010-09-30 Kunal Punera Quicklink selection for navigational query
US8468492B1 (en) 2009-03-30 2013-06-18 Pegasystems, Inc. System and method for creation and modification of software applications
US10282373B2 (en) * 2009-04-17 2019-05-07 Excalibur Ip, Llc Subject-based vitality
US8468220B2 (en) * 2009-04-21 2013-06-18 Techguard Security Llc Methods of structuring data, pre-compiled exception list engines, and network appliances
US9894093B2 (en) 2009-04-21 2018-02-13 Bandura, Llc Structuring data and pre-compiled exception list engines and internet protocol threat prevention
US9019535B1 (en) 2009-06-09 2015-04-28 Breezyprint Corporation Secure mobile printing from a third-party device
US20100309510A1 (en) * 2009-06-09 2010-12-09 Accipiter Innovations, Llc Systems, methods and devices for printing from a mobile device
US8549422B2 (en) * 2009-12-30 2013-10-01 Honeywell International Inc. Graphical approach to setup data sharing between two controllers
US8738635B2 (en) 2010-06-01 2014-05-27 Microsoft Corporation Detection of junk in search result ranking
US8346920B2 (en) 2010-07-15 2013-01-01 Srr Patent Holdings, Llc Managing network resource requests
US8970873B2 (en) 2010-09-17 2015-03-03 Printeron Inc. System and method for managing printer resources on an internal network
US8570566B2 (en) 2010-09-17 2013-10-29 Printeron Inc. System and method that provides user interface on mobile network terminal for releasing print jobs based on location information
US9760329B2 (en) 2010-11-30 2017-09-12 Printeron Inc. System for internet enabled printing
US8880487B1 (en) 2011-02-18 2014-11-04 Pegasystems Inc. Systems and methods for distributed rules processing
US9389982B2 (en) 2011-04-18 2016-07-12 Sap Se Method and apparatus for monitoring an in-memory computer system
US8600955B2 (en) 2011-04-18 2013-12-03 Sap Ag Method and apparatus for monitoring an in-memory computer system
US9361131B1 (en) * 2011-06-24 2016-06-07 Amazon Technologies, Inc. Network resource access via a mobile shell
US10015134B2 (en) 2011-12-29 2018-07-03 Verisign, Inc. Methods and systems for creating new domains
US9195936B1 (en) 2011-12-30 2015-11-24 Pegasystems Inc. System and method for updating or modifying an application without manual coding
US9495462B2 (en) 2012-01-27 2016-11-15 Microsoft Technology Licensing, Llc Re-ranking search results
JP5894461B2 (en) * 2012-02-27 2016-03-30 株式会社日立システムズ Data search system and method
JP5502239B2 (en) * 2012-05-25 2014-05-28 ▲華▼▲為▼終端有限公司 Access control method and system, and access terminal
US10430814B2 (en) 2012-08-15 2019-10-01 Alg, Inc. System, method and computer program for improved forecasting residual values of a durable good over time
US8959301B2 (en) 2012-11-09 2015-02-17 International Business Machines Corporation Accessing data in a storage system
US9561118B2 (en) 2013-02-26 2017-02-07 össur hf Prosthetic foot with enhanced stability and elastic energy return
US9356882B2 (en) 2014-02-04 2016-05-31 Printeron Inc. Streamlined system for the transmission of network resource data
US9607178B2 (en) * 2014-03-20 2017-03-28 Qualcomm Incorporated Protection against key tampering
US9898520B2 (en) 2014-03-25 2018-02-20 Open Text Sa Ulc Systems and methods for seamless access to remotely managed documents using synchronization of locally stored documents
US10469396B2 (en) 2014-10-10 2019-11-05 Pegasystems, Inc. Event processing with enhanced throughput
US20160373405A1 (en) * 2015-06-16 2016-12-22 Amazon Technologies, Inc. Managing dynamic ip address assignments
US10404634B2 (en) * 2015-07-01 2019-09-03 Sean P. Fenlon Method for publishing and sharing content on the internet
US10644951B2 (en) * 2015-07-22 2020-05-05 Hewlett Packard Enterprise Development Lp Adding metadata associated with a composite network policy
US10742764B2 (en) 2015-07-27 2020-08-11 Adp, Llc Web page generation system
US10417317B2 (en) 2015-07-27 2019-09-17 Adp, Llc Web page profiler
US10324600B2 (en) 2015-07-27 2019-06-18 Adp, Llc Web page generation system
US10110564B2 (en) * 2015-10-14 2018-10-23 Adobe Systems Incorporated Detecting application state using a DNS-controlled proxy
US10698599B2 (en) 2016-06-03 2020-06-30 Pegasystems, Inc. Connecting graphical shapes using gestures
US10698647B2 (en) 2016-07-11 2020-06-30 Pegasystems Inc. Selective sharing for collaborative application usage
US11003632B2 (en) 2016-11-28 2021-05-11 Open Text Sa Ulc System and method for content synchronization
US11301431B2 (en) 2017-06-02 2022-04-12 Open Text Sa Ulc System and method for selective synchronization
US10719568B2 (en) 2017-11-28 2020-07-21 International Business Machines Corporation Fixing embedded richtext links in copied related assets
US11048488B2 (en) 2018-08-14 2021-06-29 Pegasystems, Inc. Software code optimizer and method
US11354400B2 (en) * 2018-10-01 2022-06-07 Citrix Systems, Inc. Systems and methods for offline usage of SaaS applications
US11567945B1 (en) 2020-08-27 2023-01-31 Pegasystems Inc. Customized digital content generation systems and methods
US11669582B2 (en) * 2021-03-24 2023-06-06 Rookie Road, Inc. Systems and methods for automatic resource replacement
USD959552S1 (en) 2021-07-21 2022-08-02 Speedfind, Inc Display sign
US11922026B2 (en) 2022-02-16 2024-03-05 T-Mobile Usa, Inc. Preventing data loss in a filesystem by creating duplicates of data in parallel, such as charging data in a wireless telecommunications network
CN115309986A (en) * 2022-08-03 2022-11-08 鼎捷软件股份有限公司 System and method for mapping table of management interface

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5764906A (en) * 1995-11-07 1998-06-09 Netword Llc Universal electronic resource denotation, request and delivery system

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4677588A (en) * 1983-11-14 1987-06-30 International Business Machines Corp. Network interconnection without integration
US4718005A (en) * 1984-05-03 1988-01-05 International Business Machines Corporation Distributed control of alias name usage in networks
US4914571A (en) * 1987-06-15 1990-04-03 International Business Machines Corporation Locating resources in computer networks
US5410691A (en) * 1990-05-07 1995-04-25 Next Computer, Inc. Method and apparatus for providing a network configuration database
US5282270A (en) * 1990-06-06 1994-01-25 Apple Computer, Inc. Network device location using multicast
CA2048306A1 (en) * 1990-10-02 1992-04-03 Steven P. Miller Distributed configuration profile for computing system
US5282244A (en) * 1991-06-24 1994-01-25 At&T Bell Laboratories Virtual signaling network method
US5412714A (en) * 1992-02-24 1995-05-02 At&T Corp. Mnemonic and synonymic addressing in a telecommunications system
US5434974A (en) * 1992-03-30 1995-07-18 International Business Machines Corporation Name resolution for a multisystem network
US5548722A (en) * 1993-10-14 1996-08-20 Apple Computer, Inc. User-centric system for choosing networked services
US5586257A (en) * 1994-05-05 1996-12-17 Perlman; Stephen G. Network architecture to support multiple site real-time video games
US5729682A (en) * 1995-06-07 1998-03-17 International Business Machines Corporation System for prompting parameters required by a network application and using data structure to establish connections between local computer, application and resources required by application
US5740422A (en) * 1995-09-27 1998-04-14 International Business Machine Corporation Method and apparatus for resource management for a lan server enterprise
US5751961A (en) * 1996-01-31 1998-05-12 Bell Communications Research, Inc. Integrated internet system for translating logical addresses of internet documents to physical addresses using integrated service control point
US5862325A (en) * 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US5925106A (en) * 1996-04-05 1999-07-20 Sun Microsystems, Inc. Method and apparatus for obtaining and displaying network server information
US5727129A (en) * 1996-06-04 1998-03-10 International Business Machines Corporation Network system for profiling and actively facilitating user activities

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5764906A (en) * 1995-11-07 1998-06-09 Netword Llc Universal electronic resource denotation, request and delivery system

Cited By (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7596609B1 (en) 1998-01-30 2009-09-29 Net-Express, Ltd. WWW addressing
US7631032B1 (en) 1998-01-30 2009-12-08 Net-Express, Ltd. Personalized internet interaction by adapting a page format to a user record
US9653081B2 (en) 1998-11-18 2017-05-16 Monument Peak Ventures, Llc Digital media frame
US9135276B2 (en) 1998-11-18 2015-09-15 Intellectual Ventures Fund 83 Llc Digital media frame
US8984419B2 (en) 1998-11-18 2015-03-17 Intellectual Ventures Fund 83 Llc Digital media frame
USRE43690E1 (en) 1999-03-22 2012-09-25 Esdr Network Solutions Llc Search engine request method, product, and apparatus
US7136932B1 (en) 1999-03-22 2006-11-14 Eric Schneider Fictitious domain name method, product, and apparatus
US8667051B2 (en) 1999-03-22 2014-03-04 Esdr Network Solutions Llc Real-time communication processing method, product, and apparatus
USRE44898E1 (en) 1999-03-22 2014-05-13 ESDR Networks Solutions LLC Search engine request method, product, and apparatus
US9659070B2 (en) 1999-03-22 2017-05-23 S. Aqua Semiconductor, Llc Methods, systems, products, and devices for processing DNS friendly identifiers
US9141717B2 (en) 1999-03-22 2015-09-22 Esdr Network Solutions Llc Methods, systems, products, and devices for processing DNS friendly identifiers
US8990347B2 (en) 1999-09-01 2015-03-24 Esdr Network Solutions Llc Method, product, and apparatus for processing a data request
EP1218839A2 (en) * 1999-09-24 2002-07-03 In-Development, LLC System and method for pairing providers with consumers of online goods and services
JP2001222494A (en) * 1999-12-01 2001-08-17 Asahi Kasei Corp Device, system and method for retrieving communication address
WO2001044973A2 (en) * 1999-12-15 2001-06-21 Napster, Inc. Real-time search engine
WO2001044973A3 (en) * 1999-12-15 2003-12-18 Napster Inc Real-time search engine
WO2001050340A3 (en) * 1999-12-30 2002-02-14 Ferid Allani System and method for providing information and electronic mail and communications services, and related equipment
WO2001050340A2 (en) * 1999-12-30 2001-07-12 Allani Ferid System and method for providing information and electronic mail and communications services, and related equipment
FR2803463A1 (en) * 1999-12-30 2001-07-06 Ferid Allani SYSTEM AND METHOD FOR PROVIDING INFORMATION AND OFFICE SERVICES, AND ASSOCIATED APPARATUSES
JP4712979B2 (en) * 2000-01-19 2011-06-29 アルカテル−ルーセント ユーエスエー インコーポレーテッド Network address resolution method, network address resolution device, and database
US6643658B1 (en) 2000-01-19 2003-11-04 Lucent Technologies Inc. Hierarchical data network address resolution
JP2001244989A (en) * 2000-01-19 2001-09-07 Lucent Technol Inc Method and device for settling network address and data base
EP1118947A1 (en) * 2000-01-19 2001-07-25 Lucent Technologies Inc. Hierarchical data network address resolution
EP1299810A4 (en) * 2000-05-15 2006-08-23 Mark J Harris Communications system and method
EP1299810A1 (en) * 2000-05-15 2003-04-09 Mark J. Harris Communications system and method
WO2001090946A3 (en) * 2000-05-23 2004-02-26 Richard Reisman Method and apparatus for utilizing user feedback to improve signifier mapping
US9158764B2 (en) 2000-05-23 2015-10-13 Rpx Corporation Method and apparatus for utilizing user feedback to improve signifier mapping
WO2001090946A2 (en) * 2000-05-23 2001-11-29 Richard Reisman Method and apparatus for utilizing user feedback to improve signifier mapping
US7461155B2 (en) 2000-05-23 2008-12-02 Richard Reisman Method and apparatus for utilizing the social usage learned from multi-user feedback to improve resource identity signifier mapping
US7062561B1 (en) 2000-05-23 2006-06-13 Richard Reisman Method and apparatus for utilizing the social usage learned from multi-user feedback to improve resource identity signifier mapping
US8255541B2 (en) 2000-05-23 2012-08-28 Rpx Corporation Method and apparatus for utilizing user feedback to improve signifier mapping
WO2001093079A3 (en) * 2000-05-31 2003-10-30 Javien Inc Data web object host discovery system
WO2001093079A2 (en) * 2000-05-31 2001-12-06 Javien Inc. Data web object host discovery system
CN100422987C (en) * 2000-06-28 2008-10-01 雅虎公司 Method and system of intelligent information processing in network
WO2002003644A2 (en) * 2000-06-30 2002-01-10 Intel Corporation Delivering content by encapsulating into packages with associated meta-data
GB2381357A (en) * 2000-06-30 2003-04-30 Intel Corp Delivering content by encapsulating into packages with associated meta-data
WO2002003644A3 (en) * 2000-06-30 2002-06-06 Intel Corp Delivering content by encapsulating into packages with associated meta-data
US8751681B1 (en) 2000-06-30 2014-06-10 Intel Corporation Delivering content by encapsulating into packages with associated meta-data
GB2381357B (en) * 2000-06-30 2004-10-06 Intel Corp Delivering content by encapsulating into packages with associated meta-data
WO2002009356A3 (en) * 2000-07-21 2002-07-18 Eastman Kodak Co Method and system for accessing a service available on a second network by a member of a first network
WO2002009356A2 (en) * 2000-07-21 2002-01-31 Eastman Kodak Company Method and system for accessing a service available on a second network by a member of a first network
US8849842B2 (en) 2000-08-30 2014-09-30 Rpx Corporation Task/domain segmentation in applying feedback to command control
US6954755B2 (en) 2000-08-30 2005-10-11 Richard Reisman Task/domain segmentation in applying feedback to command control
US8185545B2 (en) 2000-08-30 2012-05-22 Rpx Corporation Task/domain segmentation in applying feedback to command control
US7062488B1 (en) 2000-08-30 2006-06-13 Richard Reisman Task/domain segmentation in applying feedback to command control
EP1330696A2 (en) * 2000-10-27 2003-07-30 IPAC Acquisition Subsidiary I, LLC Meta-application architechture for integrating photo-service websites
EP1330696A4 (en) * 2000-10-27 2006-07-19 Ipac Acquisition Subsidiary I Meta-application architechture for integrating photo-service websites
US7392284B2 (en) 2000-12-29 2008-06-24 Fotomedia Technologies, Llc Meta-application architecture for integrating photo-service websites for browser-enabled devices
US7548949B2 (en) 2000-12-29 2009-06-16 Fotomedia Technologies, Llc Meta-application architecture for integrating photo-service websites for browser-enabled devices
EP1997002A4 (en) * 2006-03-03 2009-10-21 Microsoft Corp Auxiliary display gadget for distributed content
EP1997002A1 (en) * 2006-03-03 2008-12-03 Microsoft Corporation Auxiliary display gadget for distributed content
JP2009541856A (en) * 2006-06-21 2009-11-26 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and computer-readable medium for federated resource discovery in a distributed system (method and system for federated resource discovery service in a distributed system)
US8909616B2 (en) 2006-09-14 2014-12-09 Thomson Reuters Global Resources Information-retrieval systems, methods, and software with content relevancy enhancements
US8346764B1 (en) 2007-06-01 2013-01-01 Thomson Reuters Global Resources Information retrieval systems, methods, and software with content-relevancy enhancements
EP3499387A1 (en) * 2017-12-18 2019-06-19 Nagravision S.A. Address resolution method and device to a multimedia content referenced by a computer link

Also Published As

Publication number Publication date
ZA99772B (en) 1999-11-02
AU2491599A (en) 1999-08-16
IL137645A0 (en) 2001-10-31
CA2319501A1 (en) 1999-08-05
EP1066568A1 (en) 2001-01-10
US6151624A (en) 2000-11-21
JP2002502071A (en) 2002-01-22
KR20010040626A (en) 2001-05-15
AR014954A1 (en) 2001-04-11
EP1066568A4 (en) 2002-09-11
TW468106B (en) 2001-12-11

Similar Documents

Publication Publication Date Title
US6151624A (en) Navigating network resources based on metadata
US20030078987A1 (en) Navigating network communications resources based on telephone-number metadata
US6505230B1 (en) Client-server independent intermediary mechanism
US8249885B2 (en) Knowledge-based e-catalog procurement system and method
US7027975B1 (en) Guided natural language interface system and method
US7680856B2 (en) Storing searches in an e-mail folder
US6105043A (en) Creating macro language files for executing structured query language (SQL) queries in a relational database via a network
US7249315B2 (en) System and method of creating and following URL tours
US7290061B2 (en) System and method for internet content collaboration
US6947924B2 (en) Group based search engine generating search results ranking based on at least one nomination previously made by member of the user group where nomination system is independent from visitation system
US7062488B1 (en) Task/domain segmentation in applying feedback to command control
US8826118B2 (en) Applications and services supported by a client-server independent intermediary mechanism
US20060173873A1 (en) System and method for providing access to databases via directories and other hierarchical structures and interfaces
US20020042789A1 (en) Internet search engine with interactive search criteria construction
US20020073165A1 (en) Real-time context-sensitive customization of user-requested content
US20040260680A1 (en) Personalized indexing and searching for information in a distributed data processing system
US20010016845A1 (en) Method and apparatus for receiving information in response to a request from an email client
WO2004088479A2 (en) Online intelligent multilingual comparison-shop agents for wireless networks
EP1436722A2 (en) Index cards on network hosts for searching, rating, and ranking
AU2007203146A1 (en) Use of extensible markup language in a system and method for influencing a position on a search result list generated by a computer network search engine
JPH09153050A (en) Method and device for gathering document information
US20080028025A1 (en) Method and system for managing preferred web site links
WO2001027805A2 (en) Index cards on network hosts for searching, rating, and ranking
US20030110210A1 (en) Information communication system
US9767167B2 (en) Method and system for retrieving search results from multiple disparate databases

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AU BA BG BR CA CN CZ EE GE HR HU IL IN IS JP KR LT LV MK MX NO NZ PL RO SG SI SK TR UA YU

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 24915/99

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 137645

Country of ref document: IL

ENP Entry into the national phase

Ref country code: JP

Ref document number: 2000 529663

Kind code of ref document: A

Format of ref document f/p: F

ENP Entry into the national phase

Ref document number: 2319501

Country of ref document: CA

Ref country code: CA

Ref document number: 2319501

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1020007008497

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 1999904536

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1999904536

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020007008497

Country of ref document: KR

WWW Wipo information: withdrawn in national office

Ref document number: 1999904536

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1020007008497

Country of ref document: KR