Distributed Procedure for Breadth-First Graph Traversal on Asymmetric Communication Topologies

US2017346715A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2017346715-A1
Application numberUS-201615169074-A
CountryUS
Kind codeA1
Filing dateMay 31, 2016
Priority dateMay 31, 2016
Publication dateNov 30, 2017
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

The breadth-first search (BFS) starts with a root node. In the first stage, all neighbors of the root node are discovered and added to the nodes frontier. In the following stages, unvisited nodes from the neighbors of the frontier nodes are discovered and added to the frontier. To improve the parallelization of the BFS, the bottom-up search iterates over all unvisited nodes, where each unvisited node searches for its visited neighbors. Communication between nodes and clusters is pipelined with the execution of the BFS.

First claim

Opening claim text (preview).

What is claimed is: 1 . A method of distributed graph traversal comprising the steps of: sending local bitmap B( 0 ) to next cluster; receiving local bitmap B( 1 ) from previous cluster; broadcasting local bitmap B( 0 ) to neighbor nodes within local cluster; executing bottom up (BU) algorithm on neighbor nodes within local cluster; executing the following steps n−1 times where n equals the number of clusters; waiting for completion of receipt of local bitmap N(n); waiting for completion of transmission of local bitmap B(n−1); initiating transmission of local bitmap B(n) to next cluster; initiating receipt of local bitmap B(n+1) from previous cluster; broadcasting local bitmap B(n) to local neighbor nodes within the cluster; executing bottom up (BU) algorithm on neighbor nodes within local cluster. 2 . The method of claim 1 , wherein: said BU algorithm comprises of the following steps: Input: Graph, root Output: parent array Mark the root node as visited While not all nodes are visited   for every node v in the graph     if v is not visited       for every neighbor b of v         if b is visited           mark v as visited           set parent[v] = b           BREAK         endif       endfor     endif. 3 . The method of claim 1 , wherein: said bitmap transmission and receipt is pipelined with the execution of the BU algorithm. 4 . The method of claim 1 , wherein: said nodes are connected with a high speed communication link. 5 . The method of claim 1 , wherein: said clusters are connected with a lower speed communication link. 6 . An apparatus for distributed graph traversal comprising of: a processor operable to: send the local bitmap B( 0 ) to next cluster; receive the local bitmap B( 1 ) from previous cluster; broadcast local bitmap B( 0 ) to neighbor nodes within local cluster; execute bottom up (BU) algorithm on neighbor nodes within local cluster; execute the following steps n−1 times where n equals the number of clusters; wait for completion of receipt of local bitmap N(n); wait for completion of transmission of local bitmap B(n−1); initiate transmission of local bitmap B(n) to next cluster; initiate receipt of local bitmap B(n+1) from previous cluster; broadcast local bitmap B(n) to local neighbor nodes within the cluster; execute bottom up (BU) algorithm on neighbor nodes within local cluster. 7 . The apparatus of claim 6 , wherein; said processor is further operable to execute the BU algorithm comprising of the following steps: Input: Graph, root Output: parent array Mark the root node as visited   While not all nodes are visited     for every node v in the graph       if v is not visited         for every neighbor b of v           if b is visited             mark v as visited             set parent[v] = b             BREAK           endif         endfor       endif. 8 . The apparatus of claim 6 , wherein: said processor is further operable to execute said bitmap transmission and reception in a pipelined manner with the execution of the BU algorithm. 9 . The apparatus of claim 6 , wherein: said nodes are interconnected with a high speed communication link. 10 . The apparatus of claim 6 , wherein: said clusters are interconnected with a lower speed communication link.

Assignees

Inventors

Classifications

  • H04L45/02Primary

    Topology update or discovery · CPC title

  • H04L45/20Primary

    Hop count for routing purposes, e.g. TTL · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2017346715A1 cover?
The breadth-first search (BFS) starts with a root node. In the first stage, all neighbors of the root node are discovered and added to the nodes frontier. In the following stages, unvisited nodes from the neighbors of the frontier nodes are discovered and added to the frontier. To improve the parallelization of the BFS, the bottom-up search iterates over all unvisited nodes, where each unvisite…
Who is the assignee on this patent?
Texas Instruments Inc
What technology area does this patent fall under?
Primary CPC classification H04L45/02. Mapped technology areas include Electricity.
When was this patent published?
Publication date Thu Nov 30 2017 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).