WO2007124160A2 - Peer-to-peer buddy request and response - Google Patents

Peer-to-peer buddy request and response Download PDF

Info

Publication number
WO2007124160A2
WO2007124160A2 PCT/US2007/009887 US2007009887W WO2007124160A2 WO 2007124160 A2 WO2007124160 A2 WO 2007124160A2 US 2007009887 W US2007009887 W US 2007009887W WO 2007124160 A2 WO2007124160 A2 WO 2007124160A2
Authority
WO
WIPO (PCT)
Prior art keywords
message
key
recipient
public key
peer node
Prior art date
Application number
PCT/US2007/009887
Other languages
French (fr)
Other versions
WO2007124160A3 (en
Inventor
Gursharan S. Sidhu
Noah Horton
Sandeep K. Singhal
Original Assignee
Microsoft 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 Microsoft Corporation filed Critical Microsoft Corporation
Priority to CA002649334A priority Critical patent/CA2649334A1/en
Priority to JP2009506639A priority patent/JP2009534938A/en
Priority to BRPI0710506-1A priority patent/BRPI0710506A2/en
Priority to MX2008013324A priority patent/MX2008013324A/en
Priority to EP07755941A priority patent/EP2013746A2/en
Publication of WO2007124160A2 publication Critical patent/WO2007124160A2/en
Publication of WO2007124160A3 publication Critical patent/WO2007124160A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/24Radio transmission systems, i.e. using radiation field for communication between two or more posts
    • 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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1061Peer-to-peer [P2P] networks using node-based peer discovery mechanisms
    • H04L67/1065Discovery involving distributed pre-established resource-based relationships among peers, e.g. based on distributed hash tables [DHT] 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • 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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/0442Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply asymmetric encryption, i.e. different keys for encryption and decryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information

Definitions

  • Asynchronous messaging may be used in a number of different applications running on network. However, these applications may use asynchronous messaging functions provide by a dedicated server, thereby hindering the application from functioning independently in a serverless system.
  • One such application may be buddy list functionality in an instant messaging (IM) application.
  • IM instant messaging
  • messaging systems may use a dedicated server for receiving and publishing IM buddy request and reply messages.
  • This system may require that all users subscribe to a particular service and trust that service, and all servers.
  • the system may also require Internet connectivity.
  • the use of a dedicated server also does not provide the flexibility that may be provided in a serverless system.
  • email may be used as an asynchronous messaging system to facilitate request and response messages.
  • the claimed system and method may provide an asynchronous messaging system that is trusted-server independent.
  • the claimed system provides a security model for existing messaging systems that reduces the need for server based security.
  • the asynchronous messaging system may be used in instant messaging (IM) systems over networks to securely publish buddy list requests and authenticate retrieved requests.
  • IM instant messaging
  • the system may provide a method of sending and storing asynchronous message requests/responses via a Distributed Hash Table (DHT).
  • DHT Distributed Hash Table
  • the method may also be used in other asynchronous messaging applications over a serverless system, such as RSS feeds and providing update notifications in document management/file replications services.
  • Figure 1 illustrates a block diagram of a computing system that may operate in accordance with the claims
  • Figure 2 illustrates a general peer-to-peer network
  • Figure 3 illustrates a general buddy list creation process
  • Figure 4 illustrates a distributed hash table
  • Figure 5 illustrates a unique key table having entries using a combination of primary IDs and instance IDs
  • Figure 6 illustrates a record used in an embodiment of the claims
  • Figure 7 illustrates a buddy request publication process
  • Figure 8 illustrates a buddy request retrieval process
  • Figure 9 illustrates a buddy response publication process.
  • Figure 1 illustrates an example of a suitable computing system environment' 100 on which a system for the blocks of the claimed method and apparatus may be implemented.
  • the computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the method and apparatus of the claims. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one component or combination of components illustrated in the exemplary operating environment 100.
  • the blocks of the claimed method and apparatus are operational with numerous other general purpose or special purpose computing system environments or configurations.
  • Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the methods or apparatus of the claims include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • the methods and apparatus may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote computer storage media including memory storage devices.
  • an exemplary system for implementing the blocks of the claimed method and apparatus includes a general purpose computing device in the form of a computer 110.
  • Components of computer 110 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components including the system memory to the processing unit 120.
  • the system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
  • ISA Industry Standard Architecture
  • MCA Micro Channel Architecture
  • EISA Enhanced ISA
  • VESA Video Electronics Standards Association
  • PCI Peripheral Component Interconnect
  • Computer 110 typically includes a variety of computer readable media.
  • Computer readable media may be any available media that may be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media.
  • Computer readable media may comprise computer storage media and communication media.
  • Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
  • Computer storage media includes, but is not limited to, RAM, ROM 5 EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices,- or any other medium which may be used to store the desired information and which may accessed by computer 110.
  • Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
  • the system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132.
  • ROM read only memory
  • RAM random access memory
  • BIOS basic input/output system
  • RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120.
  • Figure 1 illustrates operating system 134, application programs 135, other program modules 136, and program data 137.
  • the computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media.
  • Figure 1 illustrates a hard disk drive 140 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 such as a CD ROM or other optical media.
  • removable/non-removable, volatile/nonvolatile computer storage media that may be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
  • the hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140, and magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150.
  • hard disk drive 141 is illustrated as storing operating system 144, application programs 145, other program modules 146, and program data 147. Note that these components may either be the same as or different from operating system 134, application programs 135, other program modules 136, and program data 137. Operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers here to illustrate that, at a minimum, they are different copies.
  • a user may enter commands and information into the computer 20 through input devices such as a keyboard 162 and pointing device 161, commonly referred to as a mouse, trackball or touch pad.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • a monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190.
  • computers may also include other peripheral output devices such as speakers 197 and printer 196, which may be connected through an output peripheral interface 190.
  • the computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180.
  • the remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in Figure 1.
  • the logical connections depicted in Figure 1 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • the computer 110 When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet.
  • the modem 172 which may be internal or external, may be connected to the system bus 121 via the user input , interface 160, or other appropriate mechanism.
  • program modules depicted relative to the computer 110, or portions thereof may be stored in the remote memory storage device.
  • Figure 1 illustrates remote application programs 185 as residing on memory device 181. It will be appreciated that the network connections illustrated are exemplary and other means of establishing a communications link between the computers may be used.
  • Peer-to-peer (P2P) systems employ a network of nodes that communicate with each other in a decentralized manner, e.g., without the aid of a central server.
  • Each node e.g., an application or a device
  • Each node may communicate with another node on the network through a direct connection, or each node may communicate indirectly using an intermediary node to relay communications to an intended node.
  • Figure 2 illustrates a high-level depiction of a P2P system 200.
  • the system 200 includes a collection of peer entities (202-212).
  • the peer entities (202-212) may be personal computer devices that are coupled together via a network or combination of networks.
  • Figure 2 illustrates an example in which each peer entity (202-212) is connected to all other peer entities (202-212). In other cases, one or more peer entities (202-212) may be connected to other peer entities (202-212) via one or more intermediary participants (202-212).
  • Certain applications such as instant messaging applications, may be better suited for use in a decentralized, serverless network, such as a peer-to-peer network.
  • existing IM applications may use a dedicated, central server to provide IM functionality, including providing and maintaining user-to-user communication links.
  • IM applications may now be run over a peer— to-peer network in which communication links may be established between users without a server, certain IM functionality may still be- maintained by a central server.
  • the IM applications may still rely on a central server to provide Access Control List, or buddy list, functionality.
  • a user buddy list may represent a collection of other users, or buddies, with whom that user has a relationship. Being a buddy may mean having certain privileges. For example, the buddy may be able to obtain presence information about a user. This may be an indication that the user is online. Being a buddy may also allow that buddy to communicate with the user where other users may not be able to communicate.
  • a buddy list is an example of an Access Control List, and all references in this document should be considered generic to all such Access Control Lists.
  • FIG. 3 illustrates a general asynchronous buddy list subscription process.
  • the user A may issue a request to a potential buddy requesting authorization to monitor/retrieve presence information 301.
  • an IM system may cache the request and response messages.
  • a determination may first be made of whether user B is online 302. If user B is online, this request may be delivered to user B 303, otherwise the request may be cached for later delivery 304.
  • the potential buddy determines whether to accept or decline the request 305, and issues an appropriate response 306.
  • a determination may be made of whether the requestor is online at the time the response is issued 307. If the requestor is online, the requestor may receive the response 308 otherwise the request may be cached for later delivery 309. If the request is accepted, the response may be enable user A to retrieve presence information on user B and further communicate with user B.
  • This authorization process may usually be facilitated by a server, allowing the requestor to find the potential buddy, if the buddy is online, and/or cache the authorization request for later delivery, as discussed above.
  • This server-based approach may require that all users signup for and trust a single server, and that they have Internet connectivity.
  • An alternative mechanism may involve the use of e-mail (another asynchronous messaging process) to exchange requests and responses.
  • Relying on a central server to provide portions of IM functionality may contradict the objectives of using a peer-to-peer network to support the IM application, because a peer- to-peer network may be implemented to eliminate the need for a server and the accompanying resource drain required to setup and maintain the server.
  • the claimed asynchronous messaging system may implement a security process that may reduce or eliminate the need for server based security, thereby providing a more server independent approach to asynchronous messaging.
  • the claimed method and system may use a non-server based caching system, such as a distributed hash table to facilitate in buddy list management.
  • FIG 4 illustrates a distributed hash table (DHT) 400.
  • the DHT may represent a server-independent persistent indexing system.
  • the distributed hash table 400 may be maintained over a group of peer entities 401-404 that form a peer-to-peer network 405.
  • the entries in a distributed hash table 400 may be logically divided or grouped using, for example, a hash function.
  • the hash function may group, or cluster entries together in some logical order so that retrieval may be made more efficient.
  • a DHT may have two primary properties: 1) distribution of table contents across a plurality of nodes, such as nodes 401- 404; and 2) a routing mechanism (not shown) that provides a method for publishing and retrieving records.
  • the routing mechanism and distribution used in a DHT may be provided by an overlay or substrate protocol such as Chord, Pastry, PNRP, Tapestry, etc.
  • substrate protocols may maintain the DHT for a P2P network and provide a data caching service over the DHT that may allow users to publish persistent data records in a peer-to-peer fashion. These records may persist in the DHT until they are explicitly deleted by the publisher or until they expire.
  • the protocols may be based on a hash function as described above that clumps records together in an organized manner, thereby making retrieval more efficient. It should be noted that because the DHT may be built on a peer-to-peer architecture, the DHT may not require Internet connectivity. The DHT could be built on a subnet scope or local network scope.
  • caching or index services may be required to aggregate multiple records for a particular user or key. While some DHT systems are capable of storing multiple records or entries under a single ID, i.e., non-unique keys, some DHT systems do not support non-unique keys and may only allow a single entry for each key. If a DHT does not support non-unique key entries, then a sequence may be appended to a primary key sequence to distinguish the entry from other entries of the same primary key. The appended number may be a monotonically-increasing value such that each node that wishes to publish an entry in the sequence will find the highest valued key currently published and used the appended value of the current highest plus one.
  • a key column 501 illustrates a number of different keys 502 corresponding to a number of different records 503 under a records column 504. (The keys may be considered a part of the record, but for illustration, the record may be segmented as shown.)
  • a set of keys may begin with a common sequence, or primary ID 505, but may end with an appended sequence or instance ID 506.
  • the instance ID 506 may be generated sequentially for each new entry under the primary ID 505 or be randomly generated.
  • the primary characteristic of the instance ID 506 may be that it combines with the primary ID 505 to form a unique key for the particular index or DHT.
  • the query may only need to query based on a primary ID.
  • the DHT requires unique keys, then by appending the "instance ID" to each key, a query may be performed for all entries having a primary ID sequence, thereby returning all records mapping to that primary key (e.g., all instance IDs).
  • FIG. 6 illustrates a DHT entry used in a buddy list embodiment of the claims.
  • the message or record 600 may include a key 601, a message 602, requestor identification data 603, and a signature 604.
  • the key 601 may include a recipient ID 605 portion and an instance ID 606 portion.
  • the message portion of the entry may indicate a buddy request or buddy response.
  • the publisher name may be any identifying information, such as an ID or public key of the publisher. In the case of a buddy requestor, this information would indentify the requestor.
  • the publisher name or identification information may be a Cryptographically Unique Identifier (CUI) call sign which is statistically unique to a user public key.
  • CLI Cryptographically Unique Identifier
  • the CUI may be derived from a user public key using an algorithm, such as a hashing function.
  • the CUI may be used to represent a longer user identifier, such as a public key, in a shorter more user manageable form such as the Peer Names used in a peer-to-peer system described in U.S. Patent Application No. 10/882079, entitled "Callsigns.”
  • the signature 604 of the record may be signed using a publisher (e.g., the buddy list requestor) private key.
  • the message or entire record may be encrypted 607 using a recipient public key.
  • FIG. 7 illustrates a buddy request publishing process embodiment.
  • a buddy requestor wishing to form a buddy association with a target user may first construct a buddy request record containing a request message, a requestor name, requestor public key, and signature 701. The requestor may sign the buddy request using the requestor's private key 702. Optionally, the requestor may also encrypt the buddy request using the target user or buddy public key 703. The requestor may then insert the buddy request record into a DHT, using the target user's name as the record key 704. The requestor may refresh the record, as needed until a response is received 705.
  • block 705 may entail using an optional duration parameter.
  • the record 600 of Figure 6 may be supplemented with a duration parameter.
  • This duration parameter may provide an expiration time or a validity duration.
  • the length of the duration may correspond directly with the strength of encryption used to provide the public-private key pairs used in the authentication system described above.
  • the duration may correspond to other security parameters.
  • block 705 of Figure 7 may include checking the record to determine whether the duration parameter has expired. If the duration parameter has expired, the record or entry may be invalid and may be removed from the DHT. If the user or IM program intends for the request to persist, then the entry may be replaced with a new entry (perhaps under a different instance ID) for the same buddy.
  • FIG. 8 illustrates a message retrieval process embodiment.
  • a query may be made to the DHT for all records under a recipient's ID 801. If the DHT does not support non- unique keys, then the query may be for all records containing, in part, the recipient's ID (where the other portion of the ID may be an instance ID appended to the recipient ID, as discussed above). Thus, all pending buddy requests published to the DHT may be retrieved via the query.
  • the retrieved request may first be decrypted (if necessary) using the private key of the retriever 802. This process may provide assurance that the message is intended for the user who retrieved the record. If the record cannot be decrypted, the message may be compromised 803 or corrupted, and the record may be discarded. If the record is properly decrypted, the signature may be checked against the public key of the requestor/sender to determine whether the message came from the requestor 804. If the signature is not verified, the message may be compromised 803.
  • the public key of the requestor/sender may be part of the message body.
  • the requestor name which may be, for example, a user ID
  • the recipient may be able to obtain the public key corresponding to the requestor user name via a public key directory.
  • This public key directory may be an existing portion of the IM system or part of an operating system or network infrastructure upon which the IM application is running. For example, this functionality may be provided by the peer-to-peer network.
  • the signature is verified by the public key of the requestor/sender, then the message may be further checked for an expected format and syntax 805, otherwise, the message may be compromised 803. Checking for message format may be used, for example, to ensure that the message was not hacked to match the signature.
  • a first check of the message may be made to determine whether the message format complies with an expected format. For example, where contact information is communicated, the contact information may require a ten character format.
  • the syntax of the message may be checked for.
  • the contact information may be limited to a list of options and specific relations between those options. Therefore, if the format requires two entries, and the first entry is related to the second entry (syntax) and they do not match this expected syntax, then someone or something may have tampered with the message 803.
  • Figure 9 illustrates a user/buddy response process once it determines a valid request.
  • the user may construct a response message indicating whether the request was accepted or declined, along with any credentials required 901. These credentials may be used, for example, to enable buddy privileges for the requestor.
  • the user may sign the message using the user private key 902.
  • the user may encrypt the response message using the requestor public key 903.
  • the user may then publish the response message into the DHT, using the requestor's name, key or ID as the record key 904.
  • the response record may be updated as necessary 905. This update may be dependent on a duration parameter similar to the process described above.
  • the requestor may obtain the published response records in a manner similar to the process illustrated in Figure 8. If the response is an acceptance, then the requestor may use the credentials to enable communication with the buddy and obtain presence information on the buddy.
  • the claimed system may eliminate the dependency on a server to provide buddy list functionality.
  • the asynchronous messaging system claimed may also provide a mechanism for message notifications that may be used in a number of applications.
  • the claimed system may be used to provide an RSS feed.
  • new content may be posted under a ID key.
  • An RSS aggregator may then periodically query the DHT store for updated feeds based on the ID, which may correspond to a particular feed.
  • the instance ID may contain sequence information which acts to mark the records by date and/or time.
  • An aggregator may then retrieve the feeds in an ordered manner.
  • the claimed system may be used in a document management system or file replication system in which the DHT may be used to provide update notifications.
  • the asynchronous messaging system may actually provide the actual content changes if they are posted in the manner described above.

Abstract

A system for providing secure asynchronous message publishing and retrieval in a serverless environment. The system may be used on ad-hoc and segmented networks such as peer-to-peer networks. The system may provide a method of sending and storing asynchronous message requests/responses via a Distributed Hash Table (DHT), a method for establishing RSS feeds via the asynchronous messaging service, a method for publishing a request for Internet Message buddy authorization and of retrieving pending buddy requests.

Description

PEER-TO-PEER BUDDY REQUEST AND RESPONSE
Background
[0001] Asynchronous messaging may be used in a number of different applications running on network. However, these applications may use asynchronous messaging functions provide by a dedicated server, thereby hindering the application from functioning independently in a serverless system. One such application may be buddy list functionality in an instant messaging (IM) application.
[0002] Traditionally, messaging systems may use a dedicated server for receiving and publishing IM buddy request and reply messages. This system may require that all users subscribe to a particular service and trust that service, and all servers. The system may also require Internet connectivity. The use of a dedicated server also does not provide the flexibility that may be provided in a serverless system. Alternatively, email may be used as an asynchronous messaging system to facilitate request and response messages.
Summary
[0003] The claimed system and method may provide an asynchronous messaging system that is trusted-server independent. The claimed system provides a security model for existing messaging systems that reduces the need for server based security. The asynchronous messaging system may be used in instant messaging (IM) systems over networks to securely publish buddy list requests and authenticate retrieved requests. The system may provide a method of sending and storing asynchronous message requests/responses via a Distributed Hash Table (DHT). The method may also be used in other asynchronous messaging applications over a serverless system, such as RSS feeds and providing update notifications in document management/file replications services.
Drawings
[0004] Figure 1 illustrates a block diagram of a computing system that may operate in accordance with the claims;
[0005] Figure 2 illustrates a general peer-to-peer network; [0006] Figure 3 illustrates a general buddy list creation process; [0007] Figure 4 illustrates a distributed hash table;
[0008] Figure 5 illustrates a unique key table having entries using a combination of primary IDs and instance IDs; [0009] Figure 6 illustrates a record used in an embodiment of the claims; [0010] Figure 7 illustrates a buddy request publication process; [0011] Figure 8 illustrates a buddy request retrieval process; and [0012] Figure 9 illustrates a buddy response publication process.
Description
[0013] Although the following text sets forth a detailed description of numerous different embodiments, it should be understood that the legal scope of the description is defined by the words of the claims set forth at the end of this patent. The detailed description is to be construed as exemplary only and does not describe every possible embodiment since describing every possible embodiment would be impractical, if not impossible. Numerous alternative embodiments could be implemented, using either current technology or technology developed after the filing date of this patent, which would still fall within the scope of the claims.
[0014] It should also be understood that, unless a term is expressly defined in this patent using the sentence "As used herein, the term ' ' is hereby defined to mean..." or a similar sentence, there is no intent to limit the meaning of that term, either expressly or by implication, beyond its plain or ordinary meaning, and such term should not be interpreted to be limited in scope based on any statement made in any section of this patent (other than the language of the claims). To the extent that any term recited in the claims at the end of this patent is referred to in this patent in a manner consistent with a single meaning, that is done for sake of clarity only so as to not confuse the reader, and it is not intended that such claim term be limited, by implication or otherwise, to that single meaning. Finally, unless a claim element is defined by reciting the word "means" and a function without the recital of any structure, it is not intended that the scope of any claim element be interpreted based on the application of 35 U.S. C. § 112, sixth paragraph.
[0015] Figure 1 illustrates an example of a suitable computing system environment' 100 on which a system for the blocks of the claimed method and apparatus may be implemented. The computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the method and apparatus of the claims. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one component or combination of components illustrated in the exemplary operating environment 100.
[0016] The blocks of the claimed method and apparatus are operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the methods or apparatus of the claims include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
[0017] The blocks of the claimed method and apparatus may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The methods and apparatus may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
[0018] With reference to Figure 1, an exemplary system for implementing the blocks of the claimed method and apparatus includes a general purpose computing device in the form of a computer 110. Components of computer 110 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components including the system memory to the processing unit 120. The system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
[0019] Computer 110 typically includes a variety of computer readable media. Computer readable media may be any available media that may be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM5 EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices,- or any other medium which may be used to store the desired information and which may accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term "modulated data signal" means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
[0020] The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during startup, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation, Figure 1 illustrates operating system 134, application programs 135, other program modules 136, and program data 137.
[0021] The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, Figure 1 illustrates a hard disk drive 140 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that may be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. The hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140, and magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150.
[0022] The drives and their associated computer storage media discussed above and illustrated in Figure 1, provide storage of computer readable instructions, data structures, program modules and other data for the computer 110. In Figure 1, for example, hard disk drive 141 is illustrated as storing operating system 144, application programs 145, other program modules 146, and program data 147. Note that these components may either be the same as or different from operating system 134, application programs 135, other program modules 136, and program data 137. Operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers here to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 20 through input devices such as a keyboard 162 and pointing device 161, commonly referred to as a mouse, trackball or touch pad. Other input devices (not illustrated) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190. In addition to the monitor, computers may also include other peripheral output devices such as speakers 197 and printer 196, which may be connected through an output peripheral interface 190.
[0023] The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in Figure 1. The logical connections depicted in Figure 1 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet. [0024] When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input , interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, Figure 1 illustrates remote application programs 185 as residing on memory device 181. It will be appreciated that the network connections illustrated are exemplary and other means of establishing a communications link between the computers may be used.
[0025] Peer-to-peer (P2P) systems employ a network of nodes that communicate with each other in a decentralized manner, e.g., without the aid of a central server. Each node (e.g., an application or a device) in the peer-to-peer network may communicate with another node on the network through a direct connection, or each node may communicate indirectly using an intermediary node to relay communications to an intended node.
[0026] Figure 2 illustrates a high-level depiction of a P2P system 200. The system 200 includes a collection of peer entities (202-212). The peer entities (202-212) may be personal computer devices that are coupled together via a network or combination of networks. Figure 2 illustrates an example in which each peer entity (202-212) is connected to all other peer entities (202-212). In other cases, one or more peer entities (202-212) may be connected to other peer entities (202-212) via one or more intermediary participants (202-212).
[0027] Certain applications, such as instant messaging applications, may be better suited for use in a decentralized, serverless network, such as a peer-to-peer network. However, existing IM applications may use a dedicated, central server to provide IM functionality, including providing and maintaining user-to-user communication links. While some IM applications may now be run over a peer— to-peer network in which communication links may be established between users without a server, certain IM functionality may still be- maintained by a central server. For example, while some IM applications running on a peer- to-peer network may manage communication links without server assistance, the IM applications may still rely on a central server to provide Access Control List, or buddy list, functionality. [0028] A user buddy list may represent a collection of other users, or buddies, with whom that user has a relationship. Being a buddy may mean having certain privileges. For example, the buddy may be able to obtain presence information about a user. This may be an indication that the user is online. Being a buddy may also allow that buddy to communicate with the user where other users may not be able to communicate. A buddy list is an example of an Access Control List, and all references in this document should be considered generic to all such Access Control Lists.
[0029] Figure 3 illustrates a general asynchronous buddy list subscription process. Generally, when a first user A needs to create a buddy list, the user A may issue a request to a potential buddy requesting authorization to monitor/retrieve presence information 301. Because a user may not be online or connected all the time, an IM system may cache the request and response messages. Thus, a determination may first be made of whether user B is online 302. If user B is online, this request may be delivered to user B 303, otherwise the request may be cached for later delivery 304. Upon receiving this request,- the potential buddy determines whether to accept or decline the request 305, and issues an appropriate response 306. A determination may be made of whether the requestor is online at the time the response is issued 307. If the requestor is online, the requestor may receive the response 308 otherwise the request may be cached for later delivery 309. If the request is accepted, the response may be enable user A to retrieve presence information on user B and further communicate with user B.
[0030] This authorization process may usually be facilitated by a server, allowing the requestor to find the potential buddy, if the buddy is online, and/or cache the authorization request for later delivery, as discussed above. This server-based approach may require that all users signup for and trust a single server, and that they have Internet connectivity. An alternative mechanism may involve the use of e-mail (another asynchronous messaging process) to exchange requests and responses.
[0031] Relying on a central server to provide portions of IM functionality may contradict the objectives of using a peer-to-peer network to support the IM application, because a peer- to-peer network may be implemented to eliminate the need for a server and the accompanying resource drain required to setup and maintain the server. The claimed asynchronous messaging system may implement a security process that may reduce or eliminate the need for server based security, thereby providing a more server independent approach to asynchronous messaging. The claimed method and system may use a non-server based caching system, such as a distributed hash table to facilitate in buddy list management.
[0032] Figure 4, illustrates a distributed hash table (DHT) 400. The DHT may represent a server-independent persistent indexing system. The distributed hash table 400 may be maintained over a group of peer entities 401-404 that form a peer-to-peer network 405. The entries in a distributed hash table 400 may be logically divided or grouped using, for example, a hash function. The hash function may group, or cluster entries together in some logical order so that retrieval may be made more efficient. A DHT may have two primary properties: 1) distribution of table contents across a plurality of nodes, such as nodes 401- 404; and 2) a routing mechanism (not shown) that provides a method for publishing and retrieving records.
[0033] The routing mechanism and distribution used in a DHT may be provided by an overlay or substrate protocol such as Chord, Pastry, PNRP, Tapestry, etc. These substrate protocols may maintain the DHT for a P2P network and provide a data caching service over the DHT that may allow users to publish persistent data records in a peer-to-peer fashion. These records may persist in the DHT until they are explicitly deleted by the publisher or until they expire. The protocols may be based on a hash function as described above that clumps records together in an organized manner, thereby making retrieval more efficient. It should be noted that because the DHT may be built on a peer-to-peer architecture, the DHT may not require Internet connectivity. The DHT could be built on a subnet scope or local network scope.
[0034] Because there may be multiple IM requests for a particular user, caching or index services may be required to aggregate multiple records for a particular user or key. While some DHT systems are capable of storing multiple records or entries under a single ID, i.e., non-unique keys, some DHT systems do not support non-unique keys and may only allow a single entry for each key. If a DHT does not support non-unique key entries, then a sequence may be appended to a primary key sequence to distinguish the entry from other entries of the same primary key. The appended number may be a monotonically-increasing value such that each node that wishes to publish an entry in the sequence will find the highest valued key currently published and used the appended value of the current highest plus one. This may be illustrated in the table of Figure 5. A key column 501 illustrates a number of different keys 502 corresponding to a number of different records 503 under a records column 504. (The keys may be considered a part of the record, but for illustration, the record may be segmented as shown.) As illustrated in Figure 5, a set of keys may begin with a common sequence, or primary ID 505, but may end with an appended sequence or instance ID 506. The instance ID 506 may be generated sequentially for each new entry under the primary ID 505 or be randomly generated. The primary characteristic of the instance ID 506 may be that it combines with the primary ID 505 to form a unique key for the particular index or DHT. In retrieving records from a DHT that allows multiple records to be published with the same key, the query may only need to query based on a primary ID. When the DHT requires unique keys, then by appending the "instance ID" to each key, a query may be performed for all entries having a primary ID sequence, thereby returning all records mapping to that primary key (e.g., all instance IDs).
[0035] Figure 6 illustrates a DHT entry used in a buddy list embodiment of the claims. The message or record 600 may include a key 601, a message 602, requestor identification data 603, and a signature 604. The key 601 may include a recipient ID 605 portion and an instance ID 606 portion. In a buddy list implementation of the claimed asynchronous messaging system, the message portion of the entry may indicate a buddy request or buddy response. The publisher name may be any identifying information, such as an ID or public key of the publisher. In the case of a buddy requestor, this information would indentify the requestor. The publisher name or identification information may be a Cryptographically Unique Identifier (CUI) call sign which is statistically unique to a user public key. For example, the CUI may be derived from a user public key using an algorithm, such as a hashing function. In one embodiment, the CUI may be used to represent a longer user identifier, such as a public key, in a shorter more user manageable form such as the Peer Names used in a peer-to-peer system described in U.S. Patent Application No. 10/882079, entitled "Callsigns." The signature 604 of the record may be signed using a publisher (e.g., the buddy list requestor) private key. The message or entire record may be encrypted 607 using a recipient public key.
[0036] Figure 7 illustrates a buddy request publishing process embodiment. A buddy requestor wishing to form a buddy association with a target user may first construct a buddy request record containing a request message, a requestor name, requestor public key, and signature 701. The requestor may sign the buddy request using the requestor's private key 702. Optionally, the requestor may also encrypt the buddy request using the target user or buddy public key 703. The requestor may then insert the buddy request record into a DHT, using the target user's name as the record key 704. The requestor may refresh the record, as needed until a response is received 705.
[0037] In an enhanced embodiment, block 705 may entail using an optional duration parameter. In this embodiment, the record 600 of Figure 6 may be supplemented with a duration parameter. This duration parameter may provide an expiration time or a validity duration. The length of the duration may correspond directly with the strength of encryption used to provide the public-private key pairs used in the authentication system described above. Alternatively, the duration may correspond to other security parameters. Accordingly, block 705 of Figure 7 may include checking the record to determine whether the duration parameter has expired. If the duration parameter has expired, the record or entry may be invalid and may be removed from the DHT. If the user or IM program intends for the request to persist, then the entry may be replaced with a new entry (perhaps under a different instance ID) for the same buddy.
[0038] Figure 8 illustrates a message retrieval process embodiment. A query may be made to the DHT for all records under a recipient's ID 801. If the DHT does not support non- unique keys, then the query may be for all records containing, in part, the recipient's ID (where the other portion of the ID may be an instance ID appended to the recipient ID, as discussed above). Thus, all pending buddy requests published to the DHT may be retrieved via the query. The retrieved request may first be decrypted (if necessary) using the private key of the retriever 802. This process may provide assurance that the message is intended for the user who retrieved the record. If the record cannot be decrypted, the message may be compromised 803 or corrupted, and the record may be discarded. If the record is properly decrypted, the signature may be checked against the public key of the requestor/sender to determine whether the message came from the requestor 804. If the signature is not verified, the message may be compromised 803.
[0039] The public key of the requestor/sender may be part of the message body. Alternatively, the requestor name, which may be, for example, a user ID, the recipient may be able to obtain the public key corresponding to the requestor user name via a public key directory. This public key directory may be an existing portion of the IM system or part of an operating system or network infrastructure upon which the IM application is running. For example, this functionality may be provided by the peer-to-peer network. [0040] If the signature is verified by the public key of the requestor/sender, then the message may be further checked for an expected format and syntax 805, otherwise, the message may be compromised 803. Checking for message format may be used, for example, to ensure that the message was not hacked to match the signature. While providing a hacked message to match an encrypted signature may be statistically difficult, it may not be impossible. Hacking, however, may result in a message that does not conform to intended or expected format. Thus, a first check of the message may be made to determine whether the message format complies with an expected format. For example, where contact information is communicated, the contact information may require a ten character format.
[0041] Alternatively, or in addition, the syntax of the message may be checked for. For example, the contact information may be limited to a list of options and specific relations between those options. Therefore, if the format requires two entries, and the first entry is related to the second entry (syntax) and they do not match this expected syntax, then someone or something may have tampered with the message 803.
[0042] Figure 9 illustrates a user/buddy response process once it determines a valid request. For each request, the user may construct a response message indicating whether the request was accepted or declined, along with any credentials required 901. These credentials may be used, for example, to enable buddy privileges for the requestor. The user may sign the message using the user private key 902. Optionally, the user may encrypt the response message using the requestor public key 903. The user may then publish the response message into the DHT, using the requestor's name, key or ID as the record key 904. The response record may be updated as necessary 905. This update may be dependent on a duration parameter similar to the process described above. When requestor comes online, the requestor may obtain the published response records in a manner similar to the process illustrated in Figure 8. If the response is an acceptance, then the requestor may use the credentials to enable communication with the buddy and obtain presence information on the buddy.
[0043] For serverless peer-to-peer networks running an instant messaging application, the claimed system may eliminate the dependency on a server to provide buddy list functionality. The asynchronous messaging system claimed may also provide a mechanism for message notifications that may be used in a number of applications. For example, the claimed system may be used to provide an RSS feed. In this embodiment, new content may be posted under a ID key. An RSS aggregator may then periodically query the DHT store for updated feeds based on the ID, which may correspond to a particular feed. The instance ID may contain sequence information which acts to mark the records by date and/or time. An aggregator may then retrieve the feeds in an ordered manner. Furthermore, the claimed system may be used in a document management system or file replication system in which the DHT may be used to provide update notifications. The asynchronous messaging system may actually provide the actual content changes if they are posted in the manner described above.

Claims

1. A method of publishing and receiving asynchronous messages in a serverless environment, the method comprising: providing a message that includes a sender identifier; signing the message using a sender private key; and inserting the message and signature into a first publicly available, persistent index store, wherein the message is indexed by a key associated with the recipient.
2. The method of claim 1, further comprising: retrieving the message based on the key associated with the recipient; obtaining a public key of the sender based on the sender identifier; and determining whether message is signed by the private key of the sender using the obtained public key.
3. The method of claim 2, further comprising encrypting the message and signature using a recipient public key and decrypting the message with a recipient private key.
4. The method of claim 2, further comprising determining whether the message has an expected format and syntax.
5. The method of claim 2, wherein obtaining a public key of the sender comprises performing a lookup of the public key in a second publicly available, persistent index store based on the sender identifier.
6. The method of claim 1, wherein the publicly available, persistent index store is a distributed hash table.
7. The method of claim 1 , wherein the key is formed from a combination of a recipient ID and an instance ID that makes the combination unique.
8. The method of claim 6, wherein the recipient ID is one of a recipient public key and a derivative of a recipient public key.
9. The method of claim 1, wherein the message comprises one of a buddy list message, a real simple syndication (RSS) feed, and an updated file.
10. A computer system comprising: a first distributed hash table of a peer-to-peer network; an asymmetric encryption component for encrypting data based on a first key and decrypting the data using a second corresponding key; and a first peer node that signs a message via the encryption component based on a private key of the first peer node and inserts the message into the first distributed hash table indexed by a recipient ID; a second node that retrieves the message from the first distributed hash table based on the recipient ID, retrieves a public key of the first peer node from a second distributed hash table based on a sender identifier in the message, and determines whether the message is signed by the private key of the first peer node using the retrieved public key of the first peer node via the encryption component.
1 1. The computer of claim 10, wherein the first peer node encrypts the message via the encryption component based on a recipient public key and the second node decrypts the message via the encryption component based on a private key of the second node corresponding to the recipient public key.
12. The computer system of claim 10, wherein the message is a buddy request from the first peer node and the second peer node retrieves the request via the first distributed hash table.
13. The computer system of claim 12, wherein the second peer node, upon determining to accept the buddy request, signs a response message via the encryption component based on a private key of the second peer node, encrypts the response message via the encryption component based on a public key of the first peer node, and inserts the encrypted response message into the first distributed hash table indexed by an ID associated with the first peer node.
14. The computer system of claim 10, wherein the message is an RSS feed message published by the first peer node.
15. The computer system of claim 10, wherein the message is an RSS feed consumed by the second peer node.
16. The computer system of claim 10, wherein the first peer node publishes file update notifications via the message.
17. The computer system of claim 10, wherein the message' represents a file update notification and the second peer node retrieves the file update notifications via the message.
18. A computer-readable medium having computer-executable instructions for performing operations comprising: signing a message using a sender private key; encrypting the message using a receiver public key; and inserting the message into a publicly available, persistent index store, indexed by a key associated with a recipient.
19. The computer-readable medium of claim 18, further comprising: retrieving the entry based on a key associated with a recipient; decrypting the message with a recipient private key; obtaining a public key of the sender based on a sender identifier in the message; and determining whether the message is signed by the sender private key using the public key of the sender.
20. The computer-readable medium of claim 19, further comprising determining whether the message has an expected format and syntax.
PCT/US2007/009887 2006-04-21 2007-04-23 Peer-to-peer buddy request and response WO2007124160A2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
CA002649334A CA2649334A1 (en) 2006-04-21 2007-04-23 Peer-to-peer buddy request and response
JP2009506639A JP2009534938A (en) 2006-04-21 2007-04-23 Peer-to-peer buddy requests and responses
BRPI0710506-1A BRPI0710506A2 (en) 2006-04-21 2007-04-23 request and response non-hierarchical buddy
MX2008013324A MX2008013324A (en) 2006-04-21 2007-04-23 Peer-to-peer buddy request and response.
EP07755941A EP2013746A2 (en) 2006-04-21 2007-04-23 Peer-to-peer buddy request and response

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/408,895 US8069208B2 (en) 2006-04-21 2006-04-21 Peer-to-peer buddy request and response
US11/408,895 2006-04-21

Publications (2)

Publication Number Publication Date
WO2007124160A2 true WO2007124160A2 (en) 2007-11-01
WO2007124160A3 WO2007124160A3 (en) 2007-12-13

Family

ID=38620751

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2007/009887 WO2007124160A2 (en) 2006-04-21 2007-04-23 Peer-to-peer buddy request and response

Country Status (8)

Country Link
US (1) US8069208B2 (en)
EP (1) EP2013746A2 (en)
JP (1) JP2009534938A (en)
KR (1) KR20090010168A (en)
BR (1) BRPI0710506A2 (en)
CA (1) CA2649334A1 (en)
MX (1) MX2008013324A (en)
WO (1) WO2007124160A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814120B2 (en) * 2005-01-06 2010-10-12 Nec Corporation List management server for managing updating of list by third-party terminal, list management system, list managing method, and program

Families Citing this family (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8316088B2 (en) * 2004-07-06 2012-11-20 Nokia Corporation Peer-to-peer engine for object sharing in communication devices
GB0607294D0 (en) 2006-04-11 2006-05-24 Nokia Corp A node
US8910060B2 (en) * 2006-06-22 2014-12-09 Rohit Chandra Method and apparatus for highlighting a portion of an internet document for collaboration and subsequent retrieval
US10884585B2 (en) 2006-06-22 2021-01-05 Rohit Chandra User widget displaying portions of content
US9292617B2 (en) 2013-03-14 2016-03-22 Rohit Chandra Method and apparatus for enabling content portion selection services for visitors to web pages
US11429685B2 (en) 2006-06-22 2022-08-30 Rohit Chandra Sharing only a part of a web page—the part selected by a user
US10909197B2 (en) 2006-06-22 2021-02-02 Rohit Chandra Curation rank: content portion search
US11288686B2 (en) 2006-06-22 2022-03-29 Rohit Chandra Identifying micro users interests: at a finer level of granularity
US10866713B2 (en) 2006-06-22 2020-12-15 Rohit Chandra Highlighting on a personal digital assistant, mobile handset, eBook, or handheld device
US11853374B2 (en) 2006-06-22 2023-12-26 Rohit Chandra Directly, automatically embedding a content portion
US11763344B2 (en) 2006-06-22 2023-09-19 Rohit Chandra SaaS for content curation without a browser add-on
US11301532B2 (en) 2006-06-22 2022-04-12 Rohit Chandra Searching for user selected portions of content
US10289294B2 (en) 2006-06-22 2019-05-14 Rohit Chandra Content selection widget for visitors of web pages
US20080046845A1 (en) * 2006-06-23 2008-02-21 Rohit Chandra Method and Apparatus for Controlling the Functionality of a Highlighting Service
WO2008041173A2 (en) * 2006-10-02 2008-04-10 Nokia Corporation Method system and devices for network sharing or searching of resources
US8966270B2 (en) * 2006-12-29 2015-02-24 Alcatel Lucent Methods and systems for providing controlled access to the internet
US20090049190A1 (en) * 2007-08-16 2009-02-19 Yahoo!, Inc. Multiple points of presence in real time communications
US7979419B2 (en) * 2007-11-01 2011-07-12 Sharp Laboratories Of America, Inc. Distributed search methods for time-shifted and live peer-to-peer video streaming
US20110055893A1 (en) * 2009-08-31 2011-03-03 Walls Jeffrey J Communication application
US9538299B2 (en) 2009-08-31 2017-01-03 Hewlett-Packard Development Company, L.P. Acoustic echo cancellation (AEC) with conferencing environment templates (CETs)
US20110153391A1 (en) * 2009-12-21 2011-06-23 Michael Tenbrock Peer-to-peer privacy panel for audience measurement
US20130232198A1 (en) * 2009-12-21 2013-09-05 Arbitron Inc. System and Method for Peer-to-Peer Distribution of Media Exposure Data
EP2445149B1 (en) * 2010-10-25 2015-03-04 BlackBerry Limited System and method for enabling applications to communicate using a peer-to-peer (P2P) system
US8825997B2 (en) * 2010-11-16 2014-09-02 International Business Machines Corporation Multi-version message condition based delivery
US8762534B1 (en) * 2011-05-11 2014-06-24 Juniper Networks, Inc. Server load balancing using a fair weighted hashing technique
US20120311010A1 (en) * 2011-05-31 2012-12-06 Amit Shah Mechanism for peer-to-peer file sharing by individual client networking applications
US9250983B2 (en) * 2012-06-01 2016-02-02 Blackberry Limited System and method for sharing items between electronic devices
JP6009065B2 (en) * 2012-06-15 2016-10-19 アルカテル−ルーセント Privacy protection system architecture for recommended services
EP3761690B1 (en) * 2013-10-30 2023-08-23 NEC Corporation Apparatus, system and method for secure direct communication in proximity based services
US10341194B2 (en) 2015-10-05 2019-07-02 Fugue, Inc. System and method for building, optimizing, and enforcing infrastructure on a cloud based computing environment
US20180019985A1 (en) * 2016-07-18 2018-01-18 Fugue, Inc. Distributed key/value store system using asynchronous messaging systems
US10609010B2 (en) * 2017-05-22 2020-03-31 Raistone, Inc. System, methods and software application for sending secured messages on decentralized networks
JP7074018B2 (en) * 2018-10-22 2022-05-24 日本電信電話株式会社 Distributed processing system and distributed processing method
EP3879782A1 (en) * 2020-03-13 2021-09-15 Deutsche Telekom AG Methods and systems for message relay in a distributed architecture
US11792194B2 (en) * 2020-12-17 2023-10-17 Zscaler, Inc. Microsegmentation for serverless computing
CN113037611B (en) * 2021-03-04 2022-04-19 长沙学院 Mobile safety instant communication method based on multiple public IM channels

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6529932B1 (en) * 1998-04-01 2003-03-04 Microsoft Corporation Method and system for distributed transaction processing with asynchronous message delivery
US20040064693A1 (en) * 2002-09-26 2004-04-01 Pabla Kuldipsingh A. Distributed indexing of identity information in a peer-to-peer network
US20040063401A1 (en) * 2000-12-14 2004-04-01 Hans-Jurgen Meckelburg Method for operating an ad-hoc network for the wireless data transmissions of synchronous and asynchronous messages
US20050135381A1 (en) * 2003-04-09 2005-06-23 Nec Laboratories America, Inc. Peer-to-peer system and method with prefix-based distributed hash table

Family Cites Families (82)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5689641A (en) 1993-10-01 1997-11-18 Vicor, Inc. Multimedia collaboration system arrangement for routing compressed AV signal through a participant site without decompressing the AV signal
US6658568B1 (en) 1995-02-13 2003-12-02 Intertrust Technologies Corporation Trusted infrastructure support system, methods and techniques for secure electronic commerce transaction and rights management
US5854898A (en) 1995-02-24 1998-12-29 Apple Computer, Inc. System for automatically adding additional data stream to existing media connection between two end points upon exchange of notifying and confirmation messages therebetween
US5917480A (en) 1996-06-04 1999-06-29 Microsoft Corporation Method and system for interacting with the content of a slide presentation
US5987376A (en) 1997-07-16 1999-11-16 Microsoft Corporation System and method for the distribution and synchronization of data and state information between clients in a distributed processing system
US6163809A (en) 1997-12-08 2000-12-19 Microsoft Corporation System and method for preserving delivery status notification when moving from a native network to a foreign network
US6078948A (en) 1998-02-03 2000-06-20 Syracuse University Platform-independent collaboration backbone and framework for forming virtual communities having virtual rooms with collaborative sessions
US6216110B1 (en) 1998-02-27 2001-04-10 Microsoft Corporation System and method for publishing calendar information to a publicly accessible location
US6108687A (en) 1998-03-02 2000-08-22 Hewlett Packard Company System and method for providing a synchronized display to a plurality of computers over a global computer network
US6155840A (en) 1998-09-18 2000-12-05 At Home Corporation System and method for distributed learning
US6363352B1 (en) 1998-11-13 2002-03-26 Microsoft Corporation Automatic scheduling and formation of a virtual meeting over a computer network
FI107205B (en) * 1999-02-16 2001-06-15 Sonera Oyj A method to secure information
US6636888B1 (en) 1999-06-15 2003-10-21 Microsoft Corporation Scheduling presentation broadcasts in an integrated network environment
DE19943453A1 (en) 1999-09-11 2001-03-15 Daimler Chrysler Ag System and method to support group interaction (GIA) in hypermedia information spaces
US6675205B2 (en) 1999-10-14 2004-01-06 Arcessa, Inc. Peer-to-peer automated anonymous asynchronous file sharing
US6526411B1 (en) 1999-11-15 2003-02-25 Sean Ward System and method for creating dynamic playlists
US6636889B1 (en) 2000-01-04 2003-10-21 International Business Machines Corporation System and method for client replication of collaboration space
US20010035976A1 (en) 2000-02-15 2001-11-01 Andrew Poon Method and system for online presentations of writings and line drawings
US6745178B1 (en) 2000-04-28 2004-06-01 International Business Machines Corporation Internet based method for facilitating networking among persons with similar interests and for facilitating collaborative searching for information
GB2365671A (en) 2000-05-17 2002-02-20 Ibm Teleconferencing system and method
US6968179B1 (en) 2000-07-27 2005-11-22 Microsoft Corporation Place specific buddy list services
US6714966B1 (en) 2000-07-31 2004-03-30 The Boeing Company Information delivery service
US6701344B1 (en) 2000-07-31 2004-03-02 The Boeing Company Distributed game environment
GB2372846A (en) 2000-11-15 2002-09-04 Vhsoft I P Company Ltd Selective distribution of electronic files via a common access platform
US20020073204A1 (en) 2000-12-07 2002-06-13 Rabindranath Dutta Method and system for exchange of node characteristics for DATA sharing in peer-to-peer DATA networks
US7925703B2 (en) 2000-12-26 2011-04-12 Numedeon, Inc. Graphical interactive interface for immersive online communities
US6791582B2 (en) 2000-12-29 2004-09-14 International Business Machines Corporation Method and system for identifying and displaying information that is new or has been updated in a place
US7020686B2 (en) 2000-12-29 2006-03-28 International Business Machines Corporation Method and system for providing synchronous communication and person awareness in a place
US7127676B2 (en) 2000-12-29 2006-10-24 International Business Machines Corporation Method and system for providing a separate browser window with information from the main window in a simpler format
WO2002057917A2 (en) 2001-01-22 2002-07-25 Sun Microsystems, Inc. Peer-to-peer network computing platform
US7065587B2 (en) 2001-04-02 2006-06-20 Microsoft Corporation Peer-to-peer name resolution protocol (PNRP) and multilevel cache for use therewith
US7171415B2 (en) 2001-05-04 2007-01-30 Sun Microsystems, Inc. Distributed information discovery through searching selected registered information providers
GB2378268B (en) 2001-06-04 2005-08-03 Gordon Ross A method of providing an interactive multi dimensional visual user interface to groups of users
US6801604B2 (en) 2001-06-25 2004-10-05 International Business Machines Corporation Universal IP-based and scalable architectures across conversational applications using web services for speech and audio processing resources
US20030036941A1 (en) 2001-08-17 2003-02-20 International Business Machines Corporation System and method for scheduling multiple meetings on an electronic calendar
US7493363B2 (en) 2001-09-19 2009-02-17 Microsoft Corporation Peer-to-peer group management and method for maintaining peer-to-peer graphs
FR2841409B1 (en) * 2001-10-19 2004-07-30 Marc Viot DATA PROTECTION METHOD AND DEVICE
US7242766B1 (en) * 2001-11-21 2007-07-10 Silicon Image, Inc. Method and system for encrypting and decrypting data using an external agent
US20030217096A1 (en) * 2001-12-14 2003-11-20 Mckelvie Samuel J. Agent based application using data synchronization
JP3967589B2 (en) 2001-12-28 2007-08-29 富士通株式会社 Advertisement distribution method and advertisement distribution apparatus
US20030126027A1 (en) 2001-12-31 2003-07-03 Kimberly-Clark Worldwide Integrated web ring site and method for presenting information
US7865715B2 (en) * 2002-02-28 2011-01-04 Hewlett-Packard Development Company, L.P. Increasing peer privacy
US20040128350A1 (en) 2002-03-25 2004-07-01 Lou Topfl Methods and systems for real-time virtual conferencing
US20030217106A1 (en) * 2002-03-25 2003-11-20 Eytan Adar System and method for profiling clients within a system for harvesting community knowledge
US20030217073A1 (en) 2002-05-14 2003-11-20 Walther Dan E. Increasing the level of automation when scheduling and managing meetings
GB2391135B (en) 2002-06-28 2006-01-11 Nokia Corp User group creation
US20040111423A1 (en) 2002-07-13 2004-06-10 John Irving Method and system for secure, community profile generation and access via a communication system
PA8575901A1 (en) 2002-07-18 2004-07-20 Pfizer Prod Inc NEW PIPERIDINE DERIVATIVES
DE10237561C1 (en) * 2002-08-16 2003-10-16 Semikron Elektronik Gmbh Power semiconductor circuit device has DC and AC terminal leads extending parallel to substrate and/or connector paths and provided with surface elements for bonding wire connections
US20040078436A1 (en) 2002-10-18 2004-04-22 International Business Machines Corporation Adding meeting information to a meeting notice
US7249123B2 (en) 2002-10-31 2007-07-24 International Business Machines Corporation System and method for building social networks based on activity around shared virtual objects
US7707406B2 (en) * 2002-11-08 2010-04-27 General Instrument Corporation Certificate renewal in a certificate authority infrastructure
US20040172456A1 (en) 2002-11-18 2004-09-02 Green Mitchell Chapin Enhanced buddy list interface
US20040143603A1 (en) 2002-11-21 2004-07-22 Roy Kaufmann Method and system for synchronous and asynchronous note timing in a system for enhancing collaboration using computers and networking
US8095409B2 (en) 2002-12-06 2012-01-10 Insors Integrated Communications Methods and program products for organizing virtual meetings
US7209948B2 (en) 2002-12-20 2007-04-24 International Business Machines, Corporation Collaborative review of distributed content
US20040122901A1 (en) 2002-12-20 2004-06-24 Nortel Networks Limited Providing computer presence information to an integrated presence system
US20040141005A1 (en) 2003-01-22 2004-07-22 International Business Machines Corporation System and method for integrating online meeting materials in a place
US20040184445A1 (en) 2003-03-18 2004-09-23 Burne Jeffrey K. Computer algorithm and method for facilitating the networking of individuals
US8161094B2 (en) * 2003-06-04 2012-04-17 Sony Computer Entertainment Inc. System and method for notification within decentralized network
US7539771B2 (en) 2003-06-06 2009-05-26 Microsoft Corporation Organizational locality in prefix-based structured peer-to-peer overlays
US7337213B2 (en) 2003-06-19 2008-02-26 International Business Machines Corporation Method and apparatus for managing messages in a messaging session
US20050009537A1 (en) 2003-07-11 2005-01-13 Crocker Ronald T. Method and apparatus for facilitating wireless presence-based services
US20050027805A1 (en) 2003-07-15 2005-02-03 Aoki Norihiro Edwin Instant messaging and enhanced scheduling
US7512653B2 (en) 2003-08-11 2009-03-31 Sony Corporation System and method for dynamically grouping messaging buddies in an electronic network
US7546343B2 (en) 2003-09-23 2009-06-09 Alcatel-Lucent Usa Inc. System and method for supporting virtual conferences
US7200638B2 (en) 2003-10-14 2007-04-03 International Business Machines Corporation System and method for automatic population of instant messenger lists
US8260857B2 (en) 2003-10-23 2012-09-04 Microsoft Corporation One to many data projection system and method
US20050102245A1 (en) 2003-11-07 2005-05-12 International Business Machines Corporation System, method, and service for negotiating schedules while preserving privacy through a shared representation
US20050198173A1 (en) 2004-01-02 2005-09-08 Evans Alexander W. System and method for controlling receipt of electronic messages
US7885901B2 (en) 2004-01-29 2011-02-08 Yahoo! Inc. Method and system for seeding online social network contacts
US8880502B2 (en) * 2004-03-15 2014-11-04 International Business Machines Corporation Searching a range in a set of values in a network with distributed storage entities
US20050228824A1 (en) * 2004-04-01 2005-10-13 Gattuso Joseph A Intelligent consequence management system
EP1587239A1 (en) 2004-04-14 2005-10-19 Siemens Mobile Communications S.p.A. Method of and apparatus for server-side management of buddy lists
US7478120B1 (en) * 2004-04-27 2009-01-13 Xiaohai Zhang System and method for providing a peer indexing service
US7929689B2 (en) * 2004-06-30 2011-04-19 Microsoft Corporation Call signs
US7542572B2 (en) * 2004-12-01 2009-06-02 Cisco Technology, Inc. Method for securely and automatically configuring access points
WO2006063118A2 (en) * 2004-12-07 2006-06-15 Pure Networks, Inc. Network management
US20060265371A1 (en) * 2005-05-20 2006-11-23 Andrew Edmond Grid network for distribution of files
US8671133B2 (en) * 2005-11-29 2014-03-11 The Boeing Company System having an energy efficient network infrastructure for communication between distributed processing nodes
US7568106B2 (en) * 2005-12-16 2009-07-28 International Business Machines Corporation Cooperative non-repudiated message exchange in a network environment
US20070192676A1 (en) * 2006-02-13 2007-08-16 Bodin William K Synthesizing aggregated data of disparate data types into data of a uniform data type with embedded audio hyperlinks

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6529932B1 (en) * 1998-04-01 2003-03-04 Microsoft Corporation Method and system for distributed transaction processing with asynchronous message delivery
US20040063401A1 (en) * 2000-12-14 2004-04-01 Hans-Jurgen Meckelburg Method for operating an ad-hoc network for the wireless data transmissions of synchronous and asynchronous messages
US20040064693A1 (en) * 2002-09-26 2004-04-01 Pabla Kuldipsingh A. Distributed indexing of identity information in a peer-to-peer network
US20050135381A1 (en) * 2003-04-09 2005-06-23 Nec Laboratories America, Inc. Peer-to-peer system and method with prefix-based distributed hash table

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814120B2 (en) * 2005-01-06 2010-10-12 Nec Corporation List management server for managing updating of list by third-party terminal, list management system, list managing method, and program

Also Published As

Publication number Publication date
KR20090010168A (en) 2009-01-29
JP2009534938A (en) 2009-09-24
MX2008013324A (en) 2008-12-10
EP2013746A2 (en) 2009-01-14
WO2007124160A3 (en) 2007-12-13
CA2649334A1 (en) 2007-11-01
US20070250582A1 (en) 2007-10-25
BRPI0710506A2 (en) 2011-08-16
US8069208B2 (en) 2011-11-29

Similar Documents

Publication Publication Date Title
US8069208B2 (en) Peer-to-peer buddy request and response
US9800402B2 (en) Secure and delegated distribution of private keys via domain name service
US8086842B2 (en) Peer-to-peer contact exchange
US7849303B2 (en) Peer-to-peer network information storage
US20060191020A1 (en) Peer-to-peer network communication
US20070022162A1 (en) Generating PKI email accounts on a web-based email system
US7120793B2 (en) System and method for electronic certificate revocation
US20070022291A1 (en) Sending digitally signed emails via a web-based email system
US20070288746A1 (en) Method of providing key containers
US20070022292A1 (en) Receiving encrypted emails via a web-based email system
US8386769B2 (en) Apparatus, and an associated method, for providing and using opaque presence indications in a presence service
CN113691495B (en) Network account sharing and distributing system and method based on asymmetric encryption
Baker Transport and Encryption
Hanka et al. Security analysis of the cryptographic namespace design in Next Generation Internet architectures
CA2350321C (en) System, method and computer product for deploying pki (public key infrastructure) in wireless devices connected to the internet
Arnedo-Moreno et al. JXTA resource access control by means of advertisement encryption
AU2005220240B1 (en) Method of providing key containers

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2007755941

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2649334

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: MX/a/2008/013324

Country of ref document: MX

Ref document number: 1020087025309

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2009506639

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07755941

Country of ref document: EP

Kind code of ref document: A2

ENP Entry into the national phase

Ref document number: PI0710506

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20081020