DocumentCode
2667516
Title
Solving the multi-constrained path selection problem by using depth first search
Author
Li, Zhenjiang ; Garcia-Luna-Aceves, J.J.
Author_Institution
Dept. of Comput. Eng., California Univ., Santa Cruz, CA
fYear
2005
fDate
24-24 Aug. 2005
Lastpage
15
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(m2 middot EN + N2), where E and N 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
Keywords
computational complexity; polynomials; quality of service; search problems; telecommunication network routing; NP-Complete; QoS routing; extended depth-first-search; multiconstrained path selection problem; pseudo-polynomial time complexity; quality-of-service routing; Analytical models; Bandwidth; Delay; Jitter; Maximum likelihood detection; Performance analysis; Polynomials; Quality of service; Reliability engineering; Routing;
fLanguage
English
Publisher
ieee
Conference_Titel
Quality of Service in Heterogeneous Wired/Wireless Networks, 2005. Second International Conference on
Conference_Location
Lake Vista, FL
Print_ISBN
0-7695-2423-0
Type
conf
DOI
10.1109/QSHINE.2005.57
Filename
1551075
Link To Document