IP Library Granted Patent US 7,821,936
Granted Patent B2
US 7,821,936 · App. 11/829,429 · Granted Oct 26, 2010

Systems and methods for partitioning end-to-end performance effects using network tomography

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 7,821,936
App. No.
11/829,429
Granted
Oct 26, 2010
Kind
B2
Abstract

Systems and methods are presented for partitioning end-to-end performance effects using network tomography. In one embodiment, a method for partitioning end-to-end performance effects within a network is presented. The method includes determining a network topology between at least two test points, obtaining an unrelated approximation of edge effects between the test points, measuring end-to-end performance data between the test points corresponding to a target application, regularizing an estimate of edge effects for the target application using the unrelated approximation of edge effects, and computing the estimate of edge effects for the target application to partition the end-to-end effects.

Claims (93)

1. A method for partitioning end-to-end performance effects within a network, comprising:

determining a network topology between at least two test points;

obtaining an unrelated approximation of edge effects between the test points;

measuring end-to-end performance data between the test points corresponding to a target application;

regularizing an estimate of edge effects for the target application using the unrelated approximation of edge effects; and

computing the estimate of edge effects for the target application to partition the end-to-end effects.

2. The method according to claim 1 , further comprising:

collecting traceroute data between the at least two test points;

utilizing the traceroute data to determine an end-to-end routing matrix and the unrelated approximation of edge effects; and

performing a constrained optimization of a first mathematical model which relates the estimate of edge effects for the target application with the end-to-end routing matrix and the end-to-end performance data.

3. The method according to claim 2 , wherein the constrained optimization of the first mathematical model includes a non-negative least squares algorithm.

4. The method according to claim 1 , wherein the obtaining the unrelated approximation further comprises:

collecting traceroute data between the at least two test points;

determining a partial path routing matrix based upon the traceroute data;

determining intermediate round trip times based upon the traceroute data;

performing isotonic regression on the intermediate round trip times to obtain a non-decreasing sequence;

computing edge effects by subtraction of successive results of the non-decreasing sequence; and

combining the edge effects of values which correspond to a same edge to remove redundant measurements.

5. The method according to claim 4 , wherein the performing isotonic regression further comprises:

monotonically smoothing the intermediate round trip times using a pool adjacent violators algorithm.

6. The method according to claim 4 , wherein the combining further comprises:

computing an average or a median value to combine the redundant measurements.

7. The method according to claim 1 , wherein the obtaining the unrelated approximation of edge effects further comprises:

collecting traceroute data between the at least two test points;

determining a partial path routing matrix using the traceroute data;

determining intermediate round trip times using the traceroute data; and

computing the unrelated approximation of edge effects based upon the partial path routing matrix and the intermediate round trip times.

8. The method according to claim 7 , wherein the computing the unrelated approximation of edge effects further comprises:

performing a constrained optimization of a second mathematical model which relates the unrelated approximation of edge effects with the partial path routing matrix and the intermediate round trip times.

9. The method according to claim 8 , wherein the second mathematical model is

{circumflex over (β)} TR arg min β>0 ∥z−Tβ∥ 2

where

{circumflex over (β)} TR is a vector representing the unrelated approximation of edge effects,

z is a vector of the intermediate round trip times,

T is the partial path routing matrix, and

β is an unknown vector representing non-negative edge estimates.

10. The method according to claim 8 , wherein the constrained optimization includes a non-negative least squares algorithm.

11. The method according to claim 2 , wherein the first mathematical model is

{circumflex over (β)} penalized =arg minβ> 0 ∥y−Rβ∥ 2 +λ∥β−{circumflex over (β)} 0 ∥ 2

where

{circumflex over (β)} penalized is a vector representing the estimate of edge effects for the target application,

{circumflex over (β)} 0 is a vector representing the unrelated approximation of edge effects,

y is a vector representing the measured end-to-end performance data for the target application,

R is the end-to-end routing matrix,

λ is a scalar regularization parameter, and

β is an unknown vector representing non-negative edge estimates for the target application.

12. The method according to claim 11 , wherein the regularization parameter is between 0.00001 and 0.001.

13. The method according to claim 1 , wherein the determining a network topology further comprises:

collecting traceroute data between the at least two points;

reducing the traceroute data to determine edges which comprise at least one path between the at least two points; and

creating an end-to-end routing matrix based upon the reduced traceroute data.

14. The method according to claim 1 , wherein the application includes Voice over Internet Protocol (VoIP) Telephony.

15. The method according to claim 2 , further comprising:

determining the selection of test points based upon a computation of rank of the end-to-end routing matrix.

16. The method according to claim 2 , further comprising:

determining fractional packet loss for each TTL value based upon the traceroute data to produce a loss vector;

performing isotonic regression on the loss vector; and

computing a logarithmic transformation on the isotonically regressed loss vector.

17. The method according to claim 1 , wherein the method is used to determine the performance of a network based upon effects of nodes.

18. A method for determining an unrelated approximation of edge effects within a network, comprising:

collecting traceroute data between at least two test points;

determining a partial path routing matrix based upon the traceroute data;

determining intermediate round trip times based upon the traceroute data;

performing isotonic regression on the intermediate round trip times to obtain a non-decreasing sequence;

computing edge effects by subtraction of successive results of the non-decreasing sequence; and

combining the edge effects of values which correspond to a same edge to remove redundant measurements.

19. The method according to claim 18 , wherein the performing isotonic regression further comprises:

monotonically smoothing the traceroute data using a pool adjacent violators algorithm.

20. The method according to claim 18 , wherein the combining further comprises:

computing an average or a median value to combine the duplicate measurements.

21. A method for partitioning end-to-end effects within a network, comprising:

collecting traceroute data between the at least two test points;

determining an end-to-end routing matrix between at least two test points using the traceroute data;

obtaining an unrelated approximation of edge effects between the test points using the traceroute data;

measuring end-to-end performance data between the test points corresponding to a target application; and

computing an estimate of edge effects for the target application by utilizing the unrelated approximation of the edge effects as a regularization term.

22. The method according to claim 21 , wherein the obtaining the unrelated approximation further comprises:

monotonically smoothing the traceroute data using a pool adjacent violators algorithm; and

combining the smoothed traceroute data to remove duplicate measurements resulting from edges appearing multiple times within a path between the test points.

23. The method according to claim 22 , wherein the combining further comprises:

computing an average or a median value to combine the duplicate measurements.

24. The method according to claim 21 , wherein the obtaining the unrelated approximation of edge effects further comprises:

determining a partial path routing matrix using the traceroute data;

determining intermediate round trip times using the traceroute data; and

computing the unrelated approximation of edge effects based upon the partial path routing matrix and the intermediate round trip times.

25. An apparatus for partitioning end-to-end performance effects within a network, comprising:

a memory storing a set of instructions; and

a processor executing the stored set of instructions for

determining a network topology between at least two test points,

obtaining an unrelated approximation of edge effects between the test points,

measuring end-to-end performance data between the test points corresponding to a target application,

regularizing an estimate of edge effects for the target application using the unrelated approximation of edge effects, and

computing the estimate of edge effects for the target application to partition the end-to-end effects.

Assignments (26)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 4, 2024
From: AVAYA LLC
To: ARLINGTON TECHNOLOGIES, LLC
Reel/Frame 067022/0780 →
INTELLECTUAL PROPERTY RELEASE AND REASSIGNMENT Recorded Mar 25, 2024
From: CITIBANK, N.A.
To: AVAYA LLC; AVAYA MANAGEMENT L.P.
Reel/Frame 066894/0117 →
INTELLECTUAL PROPERTY RELEASE AND REASSIGNMENT Recorded Mar 25, 2024
From: WILMINGTON SAVINGS FUND SOCIETY, FSB
To: AVAYA LLC; AVAYA MANAGEMENT L.P.
Reel/Frame 066894/0227 →
(SECURITY INTEREST) GRANTOR'S NAME CHANGE Recorded Sep 21, 2023
From: AVAYA INC.
To: AVAYA LLC
Reel/Frame 065019/0231 →
RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 045034/0001) Recorded May 18, 2023
From: GOLDMAN SACHS BANK USA., AS COLLATERAL AGENT
To: AVAYA INC.; INTELLISIST, INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.; ZANG, INC. (FORMER NAME OF AVAYA CLOUD INC.); HYPERQUALITY, INC.; HYPERQUALITY II, LLC; CAAS TECHNOLOGIES, LLC; AVAYA MANAGEMENT L.P.
Reel/Frame 063779/0622 →
RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 53955/0436) Recorded May 18, 2023
From: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
To: AVAYA MANAGEMENT L.P.; AVAYA INC.; INTELLISIST, INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC
Reel/Frame 063705/0023 →
RELEASE OF SECURITY INTEREST IN PATENTS (REEL/FRAME 61087/0386) Recorded May 18, 2023
From: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT
To: AVAYA MANAGEMENT L.P.; AVAYA INC.; INTELLISIST, INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC
Reel/Frame 063690/0359 →
INTELLECTUAL PROPERTY SECURITY AGREEMENT Recorded May 4, 2023
From: AVAYA INC.; AVAYA MANAGEMENT L.P.; INTELLISIST, INC.
To: CITIBANK, N.A., AS COLLATERAL AGENT
Reel/Frame 063542/0662 →
INTELLECTUAL PROPERTY SECURITY AGREEMENT Recorded May 3, 2023
From: AVAYA MANAGEMENT L.P.; AVAYA INC.; INTELLISIST, INC.; KNOAHSOFT INC.
To: WILMINGTON SAVINGS FUND SOCIETY, FSB [COLLATERAL AGENT]
Reel/Frame 063742/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS AT REEL 45124/FRAME 0026 Recorded Apr 26, 2023
From: CITIBANK, N.A., AS COLLATERAL AGENT
To: AVAYA HOLDINGS CORP.; AVAYA INC.; AVAYA MANAGEMENT L.P.; AVAYA INTEGRATED CABINET SOLUTIONS LLC
Reel/Frame 063457/0001 →
INTELLECTUAL PROPERTY SECURITY AGREEMENT Recorded Aug 5, 2022
From: AVAYA INC.; INTELLISIST, INC.; AVAYA MANAGEMENT L.P.; AVAYA CABINET SOLUTIONS LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT
Reel/Frame 061087/0386 →
BANKRUPTCY COURT ORDER RELEASING THE SECURITY INTEREST RECORDED AT REEL/FRAME 020156/0149 Recorded Jul 25, 2022
From: CITIBANK, N.A., AS ADMINISTRATIVE AGENT
To: AVAYA, INC.; AVAYA TECHNOLOGY LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES
Reel/Frame 060953/0412 →
SECURITY INTEREST Recorded Sep 25, 2020
From: AVAYA INC.; AVAYA MANAGEMENT L.P.; INTELLISIST, INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION
Reel/Frame 053955/0436 →
SECURITY INTEREST Recorded Jan 23, 2018
From: AVAYA INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.; ZANG, INC.
To: CITIBANK, N.A., AS COLLATERAL AGENT
Reel/Frame 045124/0026 →
SECURITY INTEREST Recorded Jan 10, 2018
From: AVAYA INC.; AVAYA INTEGRATED CABINET SOLUTIONS LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.; ZANG, INC.
To: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT
Reel/Frame 045034/0001 →
RELEASE OF SECURITY INTEREST Recorded Jan 9, 2018
From: CITICORP USA, INC.
To: AVAYA, INC.; SIERRA HOLDINGS CORP.; AVAYA TECHNOLOGY, LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.
Reel/Frame 045032/0213 →
BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 041576/0001 Recorded Dec 15, 2017
From: CITIBANK, N.A.
To: AVAYA INC.; AVAYA INTEGRATED CABINET SOLUTIONS INC.; OCTEL COMMUNICATIONS LLC (FORMERLY KNOWN AS OCTEL COMMUNICATIONS CORPORATION); VPNET TECHNOLOGIES, INC.
Reel/Frame 044893/0531 →
BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 030083/0639 Recorded Dec 15, 2017
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
To: AVAYA INC.
Reel/Frame 045012/0666 →
BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 025863/0535 Recorded Dec 15, 2017
From: THE BANK OF NEW YORK MELLON TRUST, NA
To: AVAYA INC.
Reel/Frame 044892/0001 →
SECURITY INTEREST Recorded Jan 27, 2017
From: AVAYA INC.; AVAYA INTEGRATED CABINET SOLUTIONS INC.; OCTEL COMMUNICATIONS CORPORATION; VPNET TECHNOLOGIES, INC.
To: CITIBANK, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 041576/0001 →
SECURITY AGREEMENT Recorded Mar 13, 2013
From: AVAYA, INC.
To: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE
Reel/Frame 030083/0639 →
SECURITY AGREEMENT Recorded Feb 22, 2011
From: AVAYA INC., A DELAWARE CORPORATION
To: BANK OF NEW YORK MELLON TRUST, NA, AS NOTES COLLATERAL AGENT, THE
Reel/Frame 025863/0535 →
REASSIGNMENT Recorded Jun 26, 2008
From: AVAYA TECHNOLOGY LLC
To: AVAYA INC
Reel/Frame 021156/0734 →
SECURITY AGREEMENT Recorded Nov 28, 2007
From: AVAYA, INC.; AVAYA TECHNOLOGY LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.
To: CITICORP USA, INC., AS ADMINISTRATIVE AGENT
Reel/Frame 020166/0705 →
SECURITY AGREEMENT Recorded Nov 27, 2007
From: AVAYA, INC.; AVAYA TECHNOLOGY LLC; OCTEL COMMUNICATIONS LLC; VPNET TECHNOLOGIES, INC.
To: CITIBANK, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 020156/0149 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 27, 2007
From: MELOCHE, JEAN; DENBY, LORRAINE; MALLOWS, COLIN L; LANDWEHR, JAMES M
To: AVAYA TECHNOLOGY LLC
Reel/Frame 019616/0889 →