Polynomial time approximation algorithms for multi-constrained QoS routing

  • Authors:
  • Guoliang Xue;Weiyi Zhang;Jian Tang;Krishnaiyan Thulasiraman

  • Affiliations:
  • Department of Computer Science and Engineering, Arizona State University, Tempe, AZ;Department of Computer Science, North Dakota State University, Fargo, ND;Department of Computer Science, Montana State University, Bozeman, MT;School of Computer Science, University of Oklahoma, Norman, OK

  • Venue:
  • IEEE/ACM Transactions on Networking (TON)
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the multi-constrained quality-ofservice (QoS) routing problem where one seeks to find a path from a source to a destination in the presence of K ≥ 2 additive end-to-end QoS constraints. This problem is NP-hard and is commonly modeled using a graph with n vertices and m edges with K additive QoS parameters associated with each edge. For the case of K = 2, the problem has been well studied, with several provably good polynomial time-approximation algorithms reported in the literature, which enforce one constraint while approximating the other. We first focus on an optimization version of the problem where we enforce the first constraint and approximate the other K - 1 constraints. We present an O(mn log log n + mn/ε) time (1 + ε) (K - 1) -approximation algorithm and an O(mn log log n + m(n/ε)K-1) time (1 + ε) -approximation algorithm, for any ε 0. When K is reduced to 2, both algorithms produce an (1 + ε) -approximation with a time complexity better than that of the best-known algorithm designed for this special case. We then study the decision version of the problem and present an O(m(n/ε)K-1) time algorithm which either finds a feasible solution or confirms that there does not exist a source-destination path whose first weight is bounded by the first constraint and whose every other weight is bounded by (1 - ε) times the corresponding constraint. If there exists an H-hop source-destination path whose first weight is bounded by the first constraint and whose every other weight is bounded by (1 - ε) times the corresponding constraint, our algorithm finds a feasible path in O(m(H/ε)K-1 time. This algorithm improves previous best-known algorithms with O((m + n log n)n/ε) time for K = 2 and O(mn(n/ε)K-1) time for K ≥ 2.