Solving The Multi-Constrained Path Selection Problem By Using Depth First Search

  • Authors:
  • Zhenjiang Li;J. J. Garcia-Luna-Aceves

  • Affiliations:
  • University of California, Santa Cruz;Palo Alto Research Center (PARC),

  • Venue:
  • Proceedings of the Second International Conference on Quality of Service in Heterogeneous Wired/Wireless Networks
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

An extended depth-first-search (EDFS) algorithm is proposed to solve the multi-constrained path (MCP) problem in quality-of-service (QoS) routing, which is NP-Complete when the number of independent routing constraints is more than one. EDFS solves the general k- constrained MCP problem with pseudo-polynomial time complexity O(m^2 · EN + N^2),where E andN are the number of links and nodes of a graph respectively, and m is the maximum number of feasible paths maintained for each destination. This is achieved by deducing potential feasible paths from knowledge of previous explorations, without re-exploring finished nodes and their descendants in the process of the DFS search. One unique property of EDFS is that the tighter the constraints are, the better the performance it can achieve, w.r.t. both time complexity and routing success ratio. Analysis and extensive simulation are conducted to study the performance of EDFS in finding feasible paths that satisfy multiple QoS constraints. The main results show that EDFS is insensitive to the number of constraints, and outperforms other popular MCP algorithms when the routing constraints are tight or moderate. The performance of EDFS is comparable with that of the other algorithms when the constraints are loose.