WO2007030742A2 - Parallelizing peer-to-peer overlays using multi-destination routing - Google Patents

Parallelizing peer-to-peer overlays using multi-destination routing Download PDF

Info

Publication number
WO2007030742A2
WO2007030742A2 PCT/US2006/035116 US2006035116W WO2007030742A2 WO 2007030742 A2 WO2007030742 A2 WO 2007030742A2 US 2006035116 W US2006035116 W US 2006035116W WO 2007030742 A2 WO2007030742 A2 WO 2007030742A2
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
destination
multicast
overlay
messages
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/US2006/035116
Other languages
English (en)
French (fr)
Other versions
WO2007030742A3 (en
Inventor
John Buford
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to US11/991,633 priority Critical patent/US20090116484A1/en
Priority to JP2008530233A priority patent/JP2009508410A/ja
Publication of WO2007030742A2 publication Critical patent/WO2007030742A2/en
Publication of WO2007030742A3 publication Critical patent/WO2007030742A3/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • 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
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/16Multipoint routing
    • 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/1044Group management mechanisms 
    • H04L67/1048Departure or maintenance mechanisms
    • 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
    • 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/1044Group management mechanisms 
    • H04L67/1046Joining mechanisms
    • 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

Definitions

  • the present disclosure relates to peer-to-peer overlay networks and, more particularly, to a method for parallelizing overlay operations in an overlay network.
  • An overlay network is a network which is built on top of another network. Nodes in the overlay network can be thought of as being connected by logical links, each of which corresponds to a path in the underlying network. Many peer-to-peer networks are implemented as overlays networks running on top of the Internet. Traditionally, overlay networks have relied upon unicast messaging to communicate amongst the nodes.
  • host group multicast has been proposed for overlay messaging operations. Briefly, host group multicast protocols create a group address, and each router stores state for each group address that is active. The state in the router grows as the number of simultaneous multicast groups. There is delay to create a group, and the network may have a limited number of group addresses.
  • a peer node wants to use native host-group multicast to issue parallel queries to a set of nodes, it must first create the state in the routers and bring the receivers into the multicast. This setup adds delay and is only appropriate if the multicast path is going to be re-used for some time.
  • the set of nodes is fairly dynamic and the set of requests between nodes is not predictable, so re-use of such multicast groups is limited.
  • Host group multicast is designed for relatively small numbers of very large sets of recipients. So host group multicast is not a good choice for use in parallelizing network overlay operations where there are many simultaneous small groups of peers involved in a message. Therefore, there is a need for parallelizing overlay operations in an overlay network.
  • a method for parallelizing overlay operations in an overlay network includes: identifying an overlay operation having a parallel messaging scheme; determining a destination address for each parallel message in the messaging scheme; encoding each destination address into a data packet; and transmitting the data packet over the overlay network using a multi- destination, multicast routing protocol.
  • Figure 1 is a diagram of an exemplary network configuration having an overlay network
  • Figure 2 is a flowchart illustrating an exemplary method for parallelizing overlay operations in an overlay network
  • Figure 3 is a diagram of a portion of an overlay network
  • Figures 4A-4B are diagrams illustrating how the used to describe the multi-destination, multicast routing protocolsegmentary
  • Figure 5 is a diagram illustrating a node lookup in a Kademlia overlay network
  • Figure 6 is a diagram illustrating an event detection and reporting algorithm
  • Figure 7A and 7B are diagram illustrating a conventional scheme for traversing a multicast tree and a proposed messaging scheme which relies upon a multi-destination, multicast routing protocol, respectively.
  • FIG. 1 is a diagram of an exemplary network configuration having an overlay network.
  • the underlying network 10 is generally comprised of a plurality of network devices 12 interconnected by a plurality of network routing devices 14 (i.e., routers). The physical network links between these devices are indicated by the solid lines in the figure.
  • An overlay network 20 is built on top of the underlying network 10.
  • the overlay network 20 is a series of logical links defined between devices and indicated by the dotted lines in the figure.
  • Exemplary overlay network architectures include Content Addressable Network (CAN), Chord, Tapestry, Freenet, Gnutella, and Fast Track. It is readily understood that this disclosure pertains to other types of overlay network architectures.
  • FIG. 2 illustrates a method for parallelizing overlay operations in an overlay network.
  • a suitable overlay operation is identified at 22.
  • Exemplary overlay operations may include but are not limited to a node joining the overlay; a node leaving the overlay; routing table updates; a node forwarding routing tables or routing table excerpts to other nodes; a node exchanging node state and/or overlay measurements with another node; a node sending a request to several other nodes; and a node publishing an event to several subscriber nodes.
  • Multi-destination, multicast routing is then used to transmit an applicable message over the overlay network.
  • the source node determines a list of destinations for the message 24 and encodes each destination address 26 into the header of a single data packet.
  • the destination addresses for such messages are typically known to the source node.
  • node A is trying to send messages to nodes B, C and D.
  • dest B C D I payload].
  • the data packet is then sent 28 from the source node.
  • Multicast-enabled routers along the transmission path will in turn forward the data packet on to its destinations.
  • a multicast-enabled router Upon receiving the data packet, a multicast-enabled router processes the data packet as follows. For each destination address in the data packet, the router performs a route table lookup to determine the next hop. For each different next hop, the data packet is replicated and then the list of destinations is modified so that each data packet only contains the destination addresses which are to be routed through the next hop associated with the data packet. Lastly, the modified data packets are forwarded by the router to the applicable next hop(s).
  • router R1 will forward a single data packet having a destination list of [B C D] to router R2.
  • router R2 When router R2 receives the data packet, it will send one copy of the data packet to router R4 and one copy of the data packet to R5.
  • the data packet sent to router R4 has a modified destination list of B.
  • the data packet sent to router R5 will have a modified destination list of [C D].
  • This data packet will be forwarded on by routers R5 and R6 until it reaches router R7.
  • the data packet will again be partitioned into two data packets, each packet having destinations of C and D, respectively. It is readily understood that data packets having a single destination may be unicast along the remainder of their route.
  • Explicit Multicast (Xcast) protocol is an exemplary multi- destination, multicast routing protocol. Further details regarding the Xcast protocol may be found in Explicit Multicast Basic Specification as published by the Internet Engineering Task Force and which is incorporated herein by reference. However, it is readily appreciated that other multi-destination, multicast routing protocols are within the scope of this disclosure. [0025] In one exemplary embodiment, the multi-destination, multicast routing protocol is implemented at an application level of the source node. In other words, the application performing the overlay operation identifies those operations having parallel messaging schemes and transmits the message(s) accordingly.
  • each peer Pj has a queue Q which has pending messages to send.
  • the messages in the queue may be unicast messages or multicast messages.
  • the multicast messages may have been added directly by the overlay operations implemented in the peer or may have resulted from combining messages during prior processing of the contents of Q.
  • the peer After adding a unicast message to Q, the peer examines Q and may combine a set u of unicast messages to create a multicast message ni k to group g k where rri k contains the contents of the unicast messages, pj e gk,
  • +1 , and g k e Fj, where p j is a given peer and Fj is the set of all combinations of sets of peers in the overlay of size i 2, 3, ..., n.
  • the peer may flush one or more messages from the queue, combine other unicast/multicast messages, and/or wait for further messages.
  • the peer acts to maintain the maximum queuing delay of any message below a threshhold d q .
  • Other criteria which prevents multicasting a message includes: has the packet reached a size limit on its payload; has the packet reached a size limit on its list of destination addresses; has the packet reach a processing limit related to time or peer resources needed to construct it, store it, receive it, and process it; has the packet reached a time delay related to how long the message can remain in the queue prior to being transmitted; or do the contents of the messages being combined into the multicast message completely overlap, partially overlap, or have no overlap (the more overlap, the more efficiency gain in using multicast). [0028] Assume peers agree on the rules for combining and extracting unicast messages to/from multicast messages.
  • Multicast routing offers efficiency and concurrency to overlay designers. However it is necessary that: first, the scalability of the multicast algorithm for number of groups meets the scalability requirements of the overlay. If C is the capacity of the network to support simultaneous multicast group state for this overlay, then NG ⁇ C. Likewise, if v is the maximum group size, then
  • This methodology assumes that the underlying network employs multicast-enabled routers. In many situations, this is a valid assumption. In other instances, only a subset of the routers in the underlying network is multicast- enabled. In these instances, the multicast-enabled routers use special tunnel connections to transmit data packets amongst themselves.
  • the underlying network does not provide any ' multicast-enabled routers.
  • special computers may be deployed nearby other routers in the underlying network. These computers would ' be configured to implement the routing protocol described above, thereby forming a logical multicast backbone.
  • a source node wanting to send a multicast packet sends the packet to the nearest computer in the logical multicast backbone which in turn routes the packet over the logical multicast backbone to its destinations.
  • Figure 4A shows the current state of the of an exemplary overlay network.
  • a node 42 may join the network while another node 44 leaves the network as shown in Figure 4B. To do so, an incoming or departing node must communicate its change in status to the other nodes in the network. For instance, an incoming node may unicast request messages to multiple nodes in the network as shown in Figure 4C. Rather than sending multiple unicast messages, the incoming node may send a single packet using multi-destination, multicast routing as shown in Figure 4D. It is understood that different types of overlay networks employ different messaging schemes for communicating amongst nodes. Nonetheless, these types of overlay operations are particularly suited for parallelization in the manner described above.
  • Kademlia is a multi-hop overlay that by virtue of its symmetric distance metric (the XOR function) is able to issue parallel requests for its routing table maintenance, lookups and puts.
  • a peer computes the XOR distance to the node, looks in the corresponding k-bucket to select the ⁇ - closest nodes that it knows of already, and transmits parallel requests to these peers. Responses return closer nodes.
  • Kademlia iteratively sends additional parallel requests to the ⁇ -closest nodes until it has received responses from the k- closest nodes it has seen.
  • a typical value of ⁇ is 3.
  • Figure 5 shows a node lookup for a node in the 110 k-bucket. For a 160-bit address space there will be up to 160 buckets.
  • Node lookup is used by other Kademlia operations including DHT store, DHT refresh, and DHT lookup.
  • Meridian is a measurement overlay in which relative distance from other nodes in the overlay is used for solving overlay lookups like closest node discovery and central leader election.
  • Meridian uses a gossip protocol to propagate membership changes in the overlay. During a gossip period, a message is sent to a randomly selected node in each of its rings. The message contains one node randomly selected from each of its rings. Unicast gossip messages can be multicast in the manner described above to i * destinations using a single i * -way message.
  • EpiChord peers maintain a full-routing table and approach 1- hop performance on DHT operations compared to the O(log N) hop performance of multi-hop overlays, at the cost of the increased routing table updates and storage.
  • An EpiChord peer's routing table is initialized when the peer joins the overlay by getting copies of the successor and predecessor peers' routing table. Thereafter, the peer adds new entries when a request comes from a peer not in the routing table, and removes entries which are considered dead. If the churn rate is sufficiently high compared to the rate at which lookups add new entries to the routing table, the peer sends probe messages to segments of the address space called slices. Slices are organized in exponentially increasing size as the address range moves away from the current peer's position. This leads to a concentration of routing table entries around the peer, which improves convergence of routing.
  • EpiChord uses p-way requests directed to peers nearest to the node. During periods of high churn, a peer maintains at least 2 active entries in each slice of its routing table. When the number of entries in a slice falls below 2, the peer issues parallel lookup messages to ids in the slice. These parallel lookup messages may be sent using multi- destination, multicast routing in the manner described above. Responses to these lookups are used to add entries to that slice in the routing table.
  • Accordion is similar to EpiChord except that maintenance traffic is budgeted based on available bandwidth for each peer. Accordion uses recursive parallel lookups so as to maintain fresh routing table entries in its neighborhood of the overlay and reduce the probability of timeout. The peer requesting the lookup selects destinations based on the key and also gaps in its routing table. Responses to forwarded lookups contain entries for these routing table gaps. Excess bandwidth in the peer's bandwidth budget is used for parallel exploratory lookups to obtain routing table entries for the largest scaled gaps in the peer's routing table. The degree of parallelism is dynamically adjusted based on the level of lookup traffic and bandwidth budget, up to a maximum configuration such as 6-way.
  • D1 HT is a one-hop overlay that defines the overlay maintenance algorithm EDRA (Event Detection and Reporting Algorithm), where an event is any join/leave action.
  • EDRA Event Detection and Reporting Algorithm
  • Iog 2 (x) successor peers at relative positions Iog 2 (0) through Iog 2 (n) as shown in Figure 6.
  • is the interval at which a peer propagates events to its successors in the ring
  • Propagated events are those directly received as well as those received from predecessors since the last event message.
  • TTL time to live
  • Each peer receiving the message extracts its TTL from the list.
  • Random walk has been shown to be the most efficient search technique in unstructured topologies that are represented as power-law graphs.
  • a random walk if an incoming query can not be locally matched, the request is forwarded to a randomly selected neighbor, excluding the neighbor from which the request was received.
  • Systems using random walk include Gia and LMS.
  • Multi- destination, multicast routing can be used at the initial node in a parallel random walk to reduce edge traffic as well as some internal traffic. It can also be used in subsequent hops.
  • Multicast trees define the data paths between nodes in the overlay network. Multicast trees are formed by considering constraints on the in-degree and out-degree of nodes. Since the nodes typically use unicast links to connect parent and children nodes, each link uses bandwidth on the node's network interface. To accommodate the limited branching factor permitted at each node generally increases path length in the tree, leading to larger end-to-end latency.
  • Various protocols for constructing and maintaining these types of multicast trees are known in the art.
  • a new messaging scheme is proposed that uses a multi- destination, multicast routing protocol to transmit data packets amongst the nodes in the multicast tree.
  • the nodes in the overlay network are configured to forward data packets in accordance with a multi-destination, multicast routing protocol. Data packets may then be transmitted between nodes in accordance with a multicast tree using the multi-destination, multicast routing protocol.
  • Figures 7A and 7B provide a comparison between the conventional scheme and the newly proposed messaging scheme. In Figure 7A, a data packet is sent using a conventional unicast approach; whereas, in Figure 7B, a data packet is sent using a multi-destination, multicast routing protocol.
  • the content to many out-going links on a node can be carried in a single sequence of multi-destination addressed packets.
  • the out-degree of the multi-destination routing nodes can be much higher, leading to lower latency multicast trees compared to the conventional approach.
  • multicast routing means that the size limit of multi-destination routing can be overcome.
  • a multi-destination packet is limited to a maximum of 50 destinations and each node is constrained to say C number of connections. Nevertheless we can form overlay trees of millions of nodes where each node connects to at most C*50 out-going nodes.
  • Each node receiving a single incoming packet forwards it using a the set of address which corresponding to its adjacencies.
  • the root of the tree can connect to C*50 children nodes.
  • Each of these in turn can connect to up to C*50 children using separate multi-destination packets.
  • some distributed hash tables support location-based searches.
  • applications may search for services or information related to a specific location, such as a latitude-longitude position.
  • a grid is often used to correlate multiple locations to a single identifier.
  • the grid is referenced to find the nearest grid point to the location.
  • the location data e.g., mailing address, postal code, latitude-longitude position, etc.
  • multiple points on the grid are queried in parallel. For instance, if one wants to search for services in a larger area than a single grid point, then one queries a neighborhood of grid points in the given area. Rather than send a unicast message to each grid point, it is proposed to use multi-destination, multicast routing protocol to query a set of adjacent grid points.
  • a service discovery mechanism of any type may support specific protocols for discovery, advertisement and invocation. It may also support specific service description formats and semantics.
  • a service discovery mechanism may be administered within a network administration domain and has a type which defines its protocols and formats. Exemplary types include SLP, UDDI and LDAP. It is envisioned that DHTs may be used to locate service discovery mechanisms of interest within a peer-to-peer environment. Further details regarding this technique may be found in U.S. Provisional Patent Application No. 60/715,388 filed on September 8, 2005 which is incorporated herein by reference.
  • a non-empty set of identifiers may be concatenated and used as input to a DHT._ Each such key and reference to a service discovery mechanism is inserted in the DHT.
  • the reference to the DHT may be a description of the service discovery mechanism and its access method, a URI, or a software interface for communicating with service discovery mechanism. More than one key may be inserted into the DHT for a given service discovery mechanism, thereby supporting different ways of searching for the mechanism.
  • an identifier may be segmented and each segment individually inserted into the DHT. This supports wild card and full-text retrieval lookup in certain DHT-based-systems.
  • a service discovery mechanism may also have other attributes such as location of the domain or location of services administered by the domain. In these instances, location-based searches of DHTs may be used to locate a suitable service discovery mechanism. A plurality of grid points near the location of interest may be queried using a multi-destination, multicast routing protocol as discussed above. In this way, a peer can discover a service discovery mechanism based on location. [0049] Once again, only a few exemplary overlay operations have been described above. It is readily understood that the multi-destination, multicast routing protocol described above may be applied to other overlay operations having parallel messaging schemes. The following description is merely exemplary in nature and is not intended to limit the present disclosure, application, or uses.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
PCT/US2006/035116 2005-09-08 2006-09-08 Parallelizing peer-to-peer overlays using multi-destination routing Ceased WO2007030742A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/991,633 US20090116484A1 (en) 2005-09-08 2006-09-08 Parallelizing Peer-to-Peer Overlays Using Multi-Destination Routing
JP2008530233A JP2009508410A (ja) 2005-09-08 2006-09-08 マルチデスティネーション・ルーティングを利用したピアツーピア・オーバーレイ通信の並列実行

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US71538805P 2005-09-08 2005-09-08
US60/715,388 2005-09-08
US71638305P 2005-09-12 2005-09-12
US60/716,383 2005-09-12

Publications (2)

Publication Number Publication Date
WO2007030742A2 true WO2007030742A2 (en) 2007-03-15
WO2007030742A3 WO2007030742A3 (en) 2007-08-09

Family

ID=37836533

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/035116 Ceased WO2007030742A2 (en) 2005-09-08 2006-09-08 Parallelizing peer-to-peer overlays using multi-destination routing

Country Status (3)

Country Link
US (1) US20090116484A1 (enExample)
JP (1) JP2009508410A (enExample)
WO (1) WO2007030742A2 (enExample)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100260148A1 (en) * 2007-10-23 2010-10-14 Teliasonera Ab Optimised messaging patterns
CN101252533B (zh) * 2008-03-26 2011-01-05 中国科学院计算技术研究所 一种覆盖网系统和路由选择方法
US7961711B2 (en) 2007-08-06 2011-06-14 Microsoft Corporation Fitness based routing
US8005899B2 (en) 2003-03-19 2011-08-23 Message Level Llc System and method for detecting and filtering unsolicited and undesired electronic messages
US8260952B2 (en) 2008-01-31 2012-09-04 Microsoft Corporation Multi-rate peer-assisted data streaming
CN103119900A (zh) * 2010-06-23 2013-05-22 日本电气株式会社 通信系统、控制设备、节点控制方法和节点控制程序
US8996726B2 (en) 2008-06-19 2015-03-31 Qualcomm Incorporated Methods and apparatus for event distribution and routing in peer-to-peer overlay networks

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8233489B2 (en) * 2006-11-27 2012-07-31 Telefonaktiebolaget Lm Ericsson (Publ) System, method, and router for routing data packets in an overlay network
US9407693B2 (en) * 2007-10-03 2016-08-02 Microsoft Technology Licensing, Llc Network routing of endpoints to content based on content swarms
CN101753610B (zh) * 2008-12-19 2012-11-21 华为技术有限公司 分布式网络构造方法、装置和系统以及任务处理方法
JP5319785B2 (ja) * 2008-12-22 2013-10-16 テレフオンアクチーボラゲット エル エム エリクソン(パブル) エッジ・ネットワークのコンテンツへの直接アドレッシング
US7984094B2 (en) * 2009-06-23 2011-07-19 Microsoft Corporation Using distributed queues in an overlay network
US8068443B2 (en) * 2009-06-23 2011-11-29 Microsoft Corporation Using distributed timers in an overlay network
CN101883330B (zh) * 2010-07-02 2012-07-11 湖南大学 应用于车载自组网的基于网络编码的多播路由方法
JP5967195B2 (ja) * 2012-05-15 2016-08-10 日本電気株式会社 分散データ管理装置及び分散データ操作装置
US8898680B2 (en) * 2012-10-15 2014-11-25 Oracle International Corporation System and method for supporting asynchronous message processing in a distributed data grid
EP2944069B1 (en) * 2013-01-10 2019-03-13 Telefonaktiebolaget LM Ericsson (publ) Connection mechanism for energy-efficient peer-to-peer networks
US10880198B2 (en) * 2015-05-08 2020-12-29 Qualcomm Incorporated Aggregating targeted and exploration queries
GB201709845D0 (en) * 2017-06-20 2017-08-02 Nchain Holdings Ltd Computer-implemented system and method
US11093446B2 (en) * 2018-10-31 2021-08-17 Western Digital Technologies, Inc. Duplicate request checking for file system interfaces
US10771524B1 (en) * 2019-07-31 2020-09-08 Theta Labs, Inc. Methods and systems for a decentralized data streaming and delivery network
US11616716B1 (en) * 2021-12-10 2023-03-28 Amazon Technologies, Inc. Connection ownership gossip for network packet re-routing
US20230318969A1 (en) * 2022-03-31 2023-10-05 Lenovo (United States) Inc. Optimizing network load in multicast communications

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0485690B1 (en) * 1990-11-13 1999-05-26 International Business Machines Corporation Parallel associative processor system
US5991271A (en) * 1995-12-20 1999-11-23 Us West, Inc. Signal-to-channel mapping for multi-channel, multi-signal transmission systems
US6212182B1 (en) * 1996-06-27 2001-04-03 Cisco Technology, Inc. Combined unicast and multicast scheduling
US5912887A (en) * 1996-06-27 1999-06-15 Mciworldcom, Inc. System and method for implementing user-to-user data transfer services
US6954790B2 (en) * 2000-12-05 2005-10-11 Interactive People Unplugged Ab Network-based mobile workgroup system
US7275102B2 (en) * 2001-01-22 2007-09-25 Sun Microsystems, Inc. Trust mechanisms for a peer-to-peer network computing platform
KR100382360B1 (ko) * 2001-07-06 2003-05-09 주식회사 케이티프리텔 이더넷 상에서의 명시적 멀티캐스트 서비스 방법 및 장치
JP4287759B2 (ja) * 2004-02-06 2009-07-01 学校法人 芝浦工業大学 パケット統合装置、パケット統合プログラム、パケット統合復元装置およびパケット統合復元プログラム
US7546082B2 (en) * 2004-03-02 2009-06-09 Telcordia Technologies, Inc. Application-layer multicast for mobile users in diverse networks
US7937485B2 (en) * 2004-08-31 2011-05-03 At&T Intellectual Property I, L.P. Streaming gateway
US7529198B2 (en) * 2005-04-07 2009-05-05 Microsoft Corporation Scalable overlay network

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8005899B2 (en) 2003-03-19 2011-08-23 Message Level Llc System and method for detecting and filtering unsolicited and undesired electronic messages
US8219630B2 (en) 2003-03-19 2012-07-10 Message Level, Llc System and method for detecting and filtering unsolicited and undesired electronic messages
US7961711B2 (en) 2007-08-06 2011-06-14 Microsoft Corporation Fitness based routing
US20100260148A1 (en) * 2007-10-23 2010-10-14 Teliasonera Ab Optimised messaging patterns
US8385242B2 (en) * 2007-10-23 2013-02-26 Teliasonera Ab Optimised messaging patterns
US8260952B2 (en) 2008-01-31 2012-09-04 Microsoft Corporation Multi-rate peer-assisted data streaming
CN101252533B (zh) * 2008-03-26 2011-01-05 中国科学院计算技术研究所 一种覆盖网系统和路由选择方法
US8996726B2 (en) 2008-06-19 2015-03-31 Qualcomm Incorporated Methods and apparatus for event distribution and routing in peer-to-peer overlay networks
CN103119900A (zh) * 2010-06-23 2013-05-22 日本电气株式会社 通信系统、控制设备、节点控制方法和节点控制程序
US9049150B2 (en) 2010-06-23 2015-06-02 Nec Corporation Communication system, control apparatus, node controlling method and node controlling program
CN103119900B (zh) * 2010-06-23 2016-01-27 日本电气株式会社 通信系统、控制设备、节点控制方法和节点控制程序

Also Published As

Publication number Publication date
WO2007030742A3 (en) 2007-08-09
JP2009508410A (ja) 2009-02-26
US20090116484A1 (en) 2009-05-07

Similar Documents

Publication Publication Date Title
US20090116484A1 (en) Parallelizing Peer-to-Peer Overlays Using Multi-Destination Routing
El-Ansary et al. Efficient broadcast in structured P2P networks
US8495130B2 (en) Method and arrangement for locating services in a peer-to-peer network
Palmieri Scalable service discovery in ubiquitous and pervasive computing architectures: A percolation-driven approach
Al Mojamed et al. Structured Peer-to-Peer overlay deployment on MANET: A survey
Rahimi et al. LDEPTH: A low diameter hierarchical p2p network architecture
CN101378325A (zh) 一种重叠网络及其构建方法
WO2007014745A1 (en) A communication network, a method of routing data packets in such communication network and a method of locating and securing data of a desired resource in such communication network
Gupta et al. Efficient data lookup in non-DHT based low diameter structured P2P network
Baldoni et al. Distributed event routing in publish/subscribe systems
Dhara et al. Overview of structured peer-to-peer overlay algorithms
Al Mojamed et al. Design and evaluation of a peer-to-peer MANET crosslayer approach: OneHopOverlay4MANET
Kunz et al. A P2P approach to routing in hierarchical MANETs
Banno et al. Adaptive topology for scalability and immediacy in distributed publish/subscribe messaging
Gao et al. PCPGSD: An enhanced GSD service discovery protocol for MANETs
Vishnevsky et al. Scalable blind search and broadcasting in peer-to-peer networks
CN101273346A (zh) 使用多目的地路由选择并行化对等覆盖
Zeinalipour-Yazti et al. Structuring topologically aware overlay networks using domain names
Hieungmany et al. Characteristics of random walk search on embedded tree structure for unstructured p2ps
Buford et al. Multi-Destination Routing and the Design of Peer-to-Peer Overlays.
Dewan et al. Afuronto: A six hop peer-to-peer network of zillions of nodes
Zhao Decentralized Object Location and Routing: A New Networking Paradigm
Hsu et al. Message transmission techniques for low traffic P2P services
Ktari et al. A construction scheme for scale free dht-based networks
Ktari et al. Exploiting power-law node degree distribution in chord overlays

Legal Events

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

Ref document number: 200680032825.5

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 11991633

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2008530233

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06790206

Country of ref document: EP

Kind code of ref document: A2