Patents by Inventor John Wade Cherrington

John Wade Cherrington has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Patent number: 11743169
    Abstract: Systems and methods include, responsive to defining a routing graph that includes vertices for each node of a plurality of nodes in a network and edges for links interconnecting the plurality of nodes, receiving a request for k shortest paths, where k is an integer>0, between a source node and a destination node of the plurality of nodes; and determining the k shortest paths utilizing a k-shortest path algorithm that utilizes two threads in parallel for each shortest path query, wherein the two threads include i) a shortest path query from the source node to the destination node and ii) a shortest path query from the destination node to the source node. The determining further includes, responsive to a first thread in each shortest path query obtaining a result, utilizing the result from the first thread and terminating a second thread.
    Type: Grant
    Filed: March 4, 2021
    Date of Patent: August 29, 2023
    Assignee: Ciena Corporation
    Inventors: Ankur Jain, John Wade Cherrington
  • Publication number: 20230231783
    Abstract: Systems and methods include receiving network data from a network; estimating large flows from the network data utilizing a first statistical approach; responsive to the network being large flow dominant, recursively estimating flows in the network utilizing the first statistical approach until an exit condition is reached; and combining the recursively estimated flows and forming a traffic matrix based thereon. The recursively estimating flows can include estimating a set of large flows utilizing the first statistical approach and freezing a resulting estimate while leaving smaller flows unsolved; repeating the estimating for a next set of large flows from the unsolved smaller flows; and continuing the repeating until the exit condition is reached.
    Type: Application
    Filed: January 20, 2022
    Publication date: July 20, 2023
    Inventors: Maryam Amiri, John Wade Cherrington, Petar Djukic
  • Patent number: 11683260
    Abstract: Systems and methods include receiving network topology information of a network including a plurality of routers; receiving link measurements defining bandwidth on links in the network; determining routes in the network based on the network topology information; and utilizing the routes and the link measurements to determine an estimate of an initial traffic matrix that includes the bandwidth between origin routers and destination routers.
    Type: Grant
    Filed: July 13, 2021
    Date of Patent: June 20, 2023
    Assignee: Ciena Corporation
    Inventors: Maryam Amiri, John Wade Cherrington, Petar Djukic
  • Publication number: 20230057874
    Abstract: Systems and methods include creating a graph of a network having i) vertices representing ports, and ii) edges representing possible connections between vertices; receiving a request for one or more paths in the network; traversing the graph to determine the one or more paths; responsive to encountering a non-local constraint in the graph, adding a traversal state based thereon; and responsive to satisfying the non-local constraint in the graph, removing the traversal state based thereon.
    Type: Application
    Filed: October 5, 2021
    Publication date: February 23, 2023
    Inventors: Ankur Jain, Suvendu Kumar Barik, John Wade Cherrington
  • Patent number: 11582135
    Abstract: Systems and methods for constrained path computation in networks with connectivity and resource availability rules build the necessary constraints directly into the routing graph so that all paths found are by construction satisfying of all the constraints. This is in contrast to the conventional approach of finding multiple paths and then applying the constraints. The present disclosure efficiently addresses the necessary constraints in the routing graph. Path Computation Engine (PCE) performance in terms of time to return acceptable paths to the user generically degrades as network scale (typically expressed through length and number of paths) increases. The present disclosure keeps the input graph small even though the graphs have expanded functionality to address constraints.
    Type: Grant
    Filed: October 12, 2020
    Date of Patent: February 14, 2023
    Assignee: Ciena Corporation
    Inventors: Ankur Jain, John Wade Cherrington
  • Publication number: 20230026370
    Abstract: Systems and methods include receiving network topology information of a network including a plurality of routers; receiving link measurements defining bandwidth on links in the network; determining routes in the network based on the network topology information; and utilizing the routes and the link measurements to determine an estimate of an initial traffic matrix that includes the bandwidth between origin routers and destination routers.
    Type: Application
    Filed: July 13, 2021
    Publication date: January 26, 2023
    Inventors: Maryam Amiri, John Wade Cherrington, Petar Djukic
  • Patent number: 11489758
    Abstract: Systems and methods include receiving a request for a path from a source node to a destination node in a network with the request including N unordered inclusion nodes, N?1; adding a virtual vertex in a graph with edges connected to each of the N inclusion nodes, wherein the graph includes the virtual vertex, vertices representing nodes in the network, and edges representing links; determining a shortest path from the source node to the virtual vertex and removing an edge from a first inclusion node, that is on the shortest path, from the virtual vertex; if N>1, determining a shortest path N times to find path segments between the N inclusion nodes, removing an edge from each of the N inclusion nodes from the virtual vertex when on a corresponding shortest path; and determining a shortest path from a last inclusion node to the destination node.
    Type: Grant
    Filed: September 21, 2021
    Date of Patent: November 1, 2022
    Assignee: Ciena Corporation
    Inventors: Ankur Jain, John Wade Cherrington, Suvendu Kumar Barik, Sourabh Vijay
  • Publication number: 20220231938
    Abstract: Systems and methods include, responsive to defining a routing graph that includes vertices for each node of a plurality of nodes in a network and edges for links interconnecting the plurality of nodes, receiving a request for k shortest paths, where k is an integer>0, between a source node and a destination node of the plurality of nodes; and determining the k shortest paths utilizing a k-shortest path algorithm that utilizes two threads in parallel for each shortest path query, wherein the two threads include i) a shortest path query from the source node to the destination node and ii) a shortest path query from the destination node to the source node. The determining further includes, responsive to a first thread in each shortest path query obtaining a result, utilizing the result from the first thread and terminating a second thread.
    Type: Application
    Filed: March 4, 2021
    Publication date: July 21, 2022
    Inventors: Ankur Jain, John Wade Cherrington
  • Patent number: 11362903
    Abstract: High performance and scalable multi-layer topology discovery systems and methods provide awareness of what services are present across a multi-layer network. The present disclosure achieves a high level of performance in service discovery, and, in addition, provides a form of scalability in proportion to network size by distributing service observation across servers in a cluster. The present disclosure defines a concept of change-proportional online run-time efficiency and thus provides an optimal design. Further, the present disclosure achieves horizontal scale, leveraging multiple cores across multiple servers.
    Type: Grant
    Filed: February 26, 2020
    Date of Patent: June 14, 2022
    Assignee: Ciena Corporation
    Inventors: John Wade Cherrington, Ankur Jain
  • Patent number: 11277330
    Abstract: An orchestration layer includes one or more processing devices communicatively coupled to a plurality of domains in a multi-domain network, wherein the one or more processing devices are configured to receive a request for a path, wherein the path is requested from a source in a first domain to a destination in a second domain in a multi-domain network including a plurality of domains, relay the request to each domain in the multi-domain network, and wherein each domain in the multi-domain network is configured to compute a matrix fragment and the matrix fragments from a plurality of domains are used to find the path, and provide a response with the path from the source in the first domain to the destination in the second domain.
    Type: Grant
    Filed: October 21, 2020
    Date of Patent: March 15, 2022
    Assignee: Ciena Corporation
    Inventors: Nigel Robert Davis, John Wade Cherrington
  • Publication number: 20220070077
    Abstract: Systems and methods for constrained path computation in networks with connectivity and resource availability rules build the necessary constraints directly into the routing graph so that all paths found are by construction satisfying of all the constraints. This is in contrast to the conventional approach of finding multiple paths and then applying the constraints. The present disclosure efficiently addresses the necessary constraints in the routing graph. Path Computation Engine (PCE) performance in terms of time to return acceptable paths to the user generically degrades as network scale (typically expressed through length and number of paths) increases. The present disclosure keeps the input graph small even though the graphs have expanded functionality to address constraints.
    Type: Application
    Filed: October 12, 2020
    Publication date: March 3, 2022
    Inventors: Ankur Jain, John Wade Cherrington
  • Publication number: 20210218635
    Abstract: High performance and scalable multi-layer topology discovery systems and methods provide awareness of what services are present across a multi-layer network. The present disclosure achieves a high level of performance in service discovery, and, in addition, provides a form of scalability in proportion to network size by distributing service observation across servers in a cluster. The present disclosure defines a concept of change-proportional online run-time efficiency and thus provides an optimal design. Further, the present disclosure achieves horizontal scale, leveraging multiple cores across multiple servers.
    Type: Application
    Filed: February 26, 2020
    Publication date: July 15, 2021
    Inventors: John Wade Cherrington, Ankur Jain