Next Article in Journal
Ontology-Based Representation and Reasoning in Building Construction Cost Estimation in China
Next Article in Special Issue
A Reliability Calculation Method for Web Service Composition Using Fuzzy Reasoning Colored Petri Nets and Its Application on Supercomputing Cloud Platform
Previous Article in Journal
Instagram and WhatsApp in Health and Healthcare: An Overview
Previous Article in Special Issue
Turning Video Resource Management into Cloud Computing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel QoS Provisioning Algorithm for Optimal Multicast Routing in WMNs

Department of Electromechanical Engineering, Guangzhou City Polytechnic, Guangzhou 510405, China
*
Author to whom correspondence should be addressed.
Future Internet 2016, 8(3), 38; https://doi.org/10.3390/fi8030038
Submission received: 13 June 2016 / Revised: 20 July 2016 / Accepted: 22 July 2016 / Published: 1 August 2016
(This article belongs to the Special Issue Future Intelligent Systems and Networks)

Abstract

:
The problem of optimal multicast routing in Wireless Mess Networks (WMNs) with Quality-of-Service (QoS) provisioning, which is Non-Deterministic Polynomial (NP)-complete, is studied in this paper. The existing algorithms are not very efficient or effective. In order to find an approximation optimal solution for WMNs in feasible time from source to the set of destination nodes, combining the previous deterministic algorithm with the well-known Minimum Path Cost Heuristic (MPH) algorithm, a novel multicast heuristic approximation (NMHA) algorithm with QoS provisioning is proposed in this paper to deal with it. The theoretical validations for the proposed algorithm are presented to show its performance and efficiency. After that, the random static networks with different destination nodes are evaluated. Simulations in these networks show that the proposed algorithm can achieve the approximate optimal solution with the approximation factor of 2(1 + ε)(1 − 1/q) and the time complexity of O(qmn2τK−1).

Graphical Abstract

1. Introduction

In a relatively short period of time, the Internet has become a critical information delivery infrastructure for global commerce and multimedia [1]. Over the last decade, multicast routing trees for efficient one-to-many communications applications (e.g., web broadcasting, video teleconferencing, Voice over Internet Protocol (VOIP), and High Definition Television (HDTV) have emerged on the Internet in WMNs [2]. Considering different quality-of-service (QoS) provisioning, one of the solutions is the minimal-cost multicast routing. This presents the problem of finding a tree in a graph from the source to a subset of vertices called terminals such that the total edge cost is minimal. Nevertheless, these days, more and more practical problems, including Very Large Scale Integration (VLSI) layout, network design, etc., can be modeled as multicast routing tree subject to multiple QoS constraints.
The challenge of multicast routing subject to multiple QoS constraints is usually known as the multiply constrained multicast routing (MCMR) problem. To the best of our knowledge, finding the minimal-cost multicast routing tree (or a Steiner tree) is Non-Deterministic Polynomial (NP)-hard [3]. In that way, it is also NP-hard to find the minimal-cost multicast routing tree subject to multiple QoS constrains. On one hand, there has been much work involved in deterministic algorithms [4], such as the genetic algorithm and the ant colony algorithm, which could finally find optimal solutions for this problem, while the time complexity grows exponentially with the increase of network nodes. On the other hand, there also has been much work involved in designing heuristic solutions for this problem [5,6,7,8,9,10,11,12,13], and they can find multicast trees close to the optimal multicast tree in feasible time, which is more suitable for network multicast use, due to the computing and processing performance of network nodes.
Recently, it seems that much work has been turned to focus on approximation algorithms to deal with the multiply constrained multicast routing (MCMR) problem. The authors did research on the Steiner tree problem at the earliest, then put forward the MPH algorithm to deal with it [14]. Based on Yuan’s study [15], Xue et al. proposed various polynomial time algorithms for the multiply constrained optimal paths (MCOP) problem [16,17]. Feng and Korkmaz introduced a novel idea to show how a heuristic method can be used to boost the average performance of an approximation algorithm [18]. Szymanski presented a Constrained Multicast-Max-Flow-Min-Cost algorithm to maximize the throughput of a multicast tree using network coding, subjected to routing cost constraints [19]. At the same time, the authors did research on the optimal constrained path routing in WMNs in the previous paper [20]; following that, the Fast Minimum Path Cost Heuristic (FMPH) algorithm was put forward to deal with the MCMR problem in WMNs. Recently, Athanasios Vasilakos and his co-authors proposed the cross-layer protocol to decrease the delay [21,22,23,24,25] and devised a novel energy-saving algorithm. Alasaad and his co-authors argued for a ring-based multicast routing topology with support from infrastructure nodes for group communications in WMNs [26], and then developed heuristic algorithms to deal with it. Other excellent research on QoS multicast in wireless networks could be found in this literature [27,28,29,30,31,32,33,34,35].
Rather than the previous research model, in this paper, multiply constrained optimal multicast routing (MCOMR) is investigated from the perspective of approximation. As far as we know, Xue’s algorithm is currently the fastest for path establishment in unicast routing with multiple QoS constraints [16], and the MPH algorithm is efficient for multicast routing [14]. However, the solution to the MCOMR problem is rarely found or is found to be inefficient in the existing literature. In this study, a novel approximation algorithm is proposed to achieve a more excellent solution. The main contributions made in this paper are summarized as follows:
  • We present a model for the MCOMR problem from the approximate perspective. This model allows multiple QoS metrics to be considered in WMNs with guaranteed multicast service performance.
  • We formulate the problem of the MCOMR problem and develop a novel multicast heuristic approximation (NMHA) algorithm based on the technique of auxiliary graph construction, scaling, rounding and the MPH algorithm to solve the problem.
  • We analyze the theoretical properties of the proposed algorithm. Analytical results show that our algorithm is effective and achieves lower complexity and the approximate optimal solution for WMNs.
  • We conduct experiments to evaluate the performance of the proposed algorithm and compare the algorithm against variations of current best known algorithms. Obtained numerical results indicate that the proposed algorithm is efficient and accurate for multicast service in WMNs.
The rest of this paper is organized as follows: Section 2 formally formulates the problem to be studied, along with notations, and describes the previous algorithms that will be used in later sections. Section 3 presents the approximation algorithm for the optimal multicast routing with multiple QoS constraints and its theoretical analysis. Simulations obtained from special network are reported to verify the algorithm in Section 4. Finally, Section 5 summarizes this paper.

2. Preliminaries

2.1. Problem Formulation

A wireless communication network with K QoS constraints can be represented by a connected and undirected graph G ( V , E , W , L ) , where | V | = n is the set of vertices, | E | = m is the set of edges, W is the set of weights, and L is the set of constraints. Each edge has K ( K 2 ) weights, and W = { w i ( e x ) } , w i ( e x ) 0 is the ith weight of an edge ( e x E , 1 i K ) , a positive constant matrix L = ( L 1 , L 2 , , L K ) is the K constraint. Referring to previous related works, the authors have studied the constrained path routing in the literature [20], and then we have the definitions as follows.
Definition 1. 
MCMR Problem. Consider an undirected graph G ( V , E , W , L ) . Let s V be the source node and D be the set of destination nodes, where D = { d k } V ,   s D ,   k = 1 , 2 , q . Denote T ( V T , E T ) = e x T e x as a multicast routing tree from source s to the set of destination nodes D in G with D V T V , E T E . Denote w i ( T j ) = e x T j w i ( e x ) , 2 i Κ as the sum of the ith weight on edges along multicast tree T j . The goal is to find a multicast routing tree T j from s to D, such that w i ( T j ) L i . We say that MCMR is feasible if it has a feasible solution; otherwise, it is infeasible.
Definition 2. 
MCOMR Problem. It is a feasible multicast routing tree for T j , where w i ( T j ) θ j L i for all θ j , L i ( 0 , 1 ] . The entire feasible multicast routing tree in G ( V , E , W , L ) is denoted as { T j } . The goal is to find an optimal multicast routing T * among feasible trees { T j } in G and θ * = min { θ j } such that   w i ( T * ) θ * L i . We call θ * the optimal value to MCMR and T * an optimal multicast routing tree or an optimal solution to MCMR.
Definition 3. 
( a -Approximation algorithm). Let a 1 be a constant. If the algorithm generates a multicast routing tree T o p t from s to D such that w i ( T opt ) a θ * L i , 2 i K , then T o p t is called an a -Approximation to MCOMR, and it is called an a -Approximation algorithm.
Table 1 lists frequently used notations.

2.2. Deterministic Algorithm with Auxiliary Graph

Xue et al. provided an important methodology for finding the approximate optimal path for constrained unicast routing by constructing an auxiliary graph [16]. It transforms an undirected graph G to a directed graph G K , τ . Each vertex v G is associated with ( 1 + τ ) K 1 vertices, since each weight has been normalized w i ( e ) / L i . Then, τ = ( n 1 ) / ε ( ε is the approximation factor) could be regarded as the maximum integer of all constraints in G K , τ . For example, from the source node s to any node u, C i [ 0 , τ ] , 2 i K is used for recording the ith weight of path length, and   P ( u , C 2 , C i , , C K ) for all the K weight of path length. To each undirected edge ( u , v ) in G, the directed edge in G K , τ is constructed from   P ( u , C 2 , C i , , C K ) to P ( v , D 2 , D i , , D k ) , where D i = C i + w i ( u , v ) , C i , D i [ 0 , τ ] . It is clear that the infeasible paths of the latter K − 1 metrics have been filtered. Therefore, an optimal path in G corresponds to an optimal path from P ( s , 0 , , 0 ) to P ( d , τ , , τ ) in G K , τ .
The basic idea behind Xue’s algorithm is to replace time with space. As far as we know, Xue’s approximation scheme with the time complexity of O ( m τ K 1 ) is currently the fastest way to calculate a path with multiple QoS constraints. As can be observed from the examples, using Xue’s deterministic algorithm with an auxiliary graph, it is feasible and meaningful to seek an effective and efficient algorithm to approximate optimal multicast routing with multiple constraints.

2.3. Description of MPH Algorithm

In 1980, Takahashi and Matsuyama put forward the MPH algorithm to help solve the Steiner tree problem [14]. The following are its steps:
Step 1: Choose any node d1 from the set D of multicast destination nodes, let j = 1 , and initialize the generation of tree T 1 = { d 1 } , V T 1 = { d 1 } ;
Step 2: The cost w ( d k , T j 1 ) from d k ( k q ) in D T j 1 ¯ to T j 1 can reach the minimum value by comparing formula (1):
w ( d j , T j 1 ) = min { w ( d k , T j 1 ) | d k D T j 1 ¯ }
By connecting d j to T j 1 through the shortest PATH ( d j , T j 1 ) , the updated tree can get the result of T j = PATH ( d j , T j 1 ) T j 1 ;
Step 3: Until i > q , find the Steiner generating tree; otherwise, let   j = j + 1 , then repeat Step 2.

3. The Proposed NMHA Algorithm

3.1. Description of NMHA Algorithm

According to the algorithm analysis above, it is concluded that Xue’s deterministic algorithm takes the lead in finding the optimal path for the unicast routing, and the MPH algorithm is fit for multicast routing problem subjected to one QoS constraint. Therefore, combining Xue’s deterministic algorithm with the MPH algorithm, the NMHA algorithm is presented in this paper to deal with MCOMR problem. The following are its steps:
Step 1: Convert the graph G ( V , E , W , L ) to the new graph G N ( V , E , W N , τ ) based on the technique of the scaling and rounding;
Step 2: Convert the graph G N ( V , E , W N , τ ) to the new graph G K N ( V K N , E K N , W K N , τ ) based on the technique of the auxiliary graph construction;
Step 3: Choose any node d 1 from the set D of multicast destination nodes, let j = 1 , and initialize the generation of tree T 0 opt = { s } , V T 0 = { s } ;
Step 4: Calculate the cost w 1 ( d k , T j 1 opt ) from d k ( k q ) in D T j 1 opt ¯ to T j 1 opt for all nodes d k ( k q ) by Xue’s deterministic algorithm;
Step 5: It can reach the minimum value by comparing formula (2):
w 1 ( d j , T j 1 opt ) = min { w 1 ( d k , T j 1 opt ) | d k D T j 1 opt ¯ }
By connecting the node d j to T j 1 opt through the shortest PATH ( d j , T j 1 opt ) , the updated tree can get the result of   T j opt =  PATH ( d j , T j 1 opt ) T j 1 opt ; until i > q , go to Step 4;
Step 6: Until i > q , go to Step 7; otherwise, let   j = j + 1 , then repeat Step 5;
Step 7: If w 1 N ( T j 1 o p t ) < τ , find the Steiner generating tree; Else No feasible multicast routing tree.

3.2. The Procedure of the NMHA Alogorithm

The detailed procedure of NMHA is presented as shown in Algorithm 1.
Algorithm 1 NMHA algorithm
Input: G ( V , E , W , L ) , the source node s and the set of destination nodes D, and the approximation ratio ε
Output: T opt
 1. For each e E in G ( V , E , W , L )
 2.    w i N ( e ) = w i ( e ) L i . n 1 ε ;
 3.   set τ = L 1 N = ... = L K N = n 1 ε ;
 4. end for
  5. G K N ( V K N , E K N , W K N , τ ) ;
 6. Choose any node d 1 from the set D of multicast destination nodes, initialize generating tree T 0 opt = { s } , V T 0 = { s } ;
 7.  for every node v V and C i = 0 to τ , 2 i K , do
 8.     P ( v , C 2 , C i , ... , C K ) ; P ( s , C 2 , C i , ... , C K ) 0 ;
 9.  end for
 10. for j = 1 : q do
 11.   for every adjacent node v ( v T j 1 opt ) of node d j , where d j T j 1 opt , v T j 1 opt and   C i τ do
 12.    if P ( v , D 2 , D i , ... , D K ) > P ( d j , C 2 , C i , ... , C K ) + w 1 ( u , v ) where D i = C i + w i ( d j , v ) , 2 i K
 13.    then P ( v , D 2 , D i , ... , D K ) P ( d j , C 2 , C i , ... , C K ) + w 1 ( u , v )
 14.     v d j ;
 15.     T j opt node v and edge ( d j , v ) ;
 16.    end if
 17.   end for
 18.    w 1 ( d j , T j 1 opt ) = min { w 1 ( d k , T j 1 opt ) | d k D T j 1 opt ¯ } ;   T j opt =  PATH ( d j , T j 1 opt ) T j 1 opt
 19. end for
 20. if w 1 N ( T j 1 o p t ) > τ
 21. then return. No feasible multicast routing tree, exit;
 22. else, T j opt = PATH ( d j , T j 1 opt ) T j 1 opt ; j = j + 1 ;
 23. end if
 24. end for
 25. OUTPUT T opt ;

3.3. Analysis of the NMHA Algorithm

Theorem 1. 
NMHA obtains a feasible multicast routing T opt from source s to destination set D, which minimizes max 1 i K w i N ( T j ) among all multicast routing trees in G K N ( V K N , E K N , W K N , τ ) . The worst case time complexity of the algorithm is O(qmn2τK−1).
Proof of Theorem 1. 
NMHA consists of two major phases. In the first phase, it calculates the value after scaling and rounding for each edge and initializes the data structures (Lines 1–9), the time complexity of which is constant. In the second phase, it computes the optimal multicast routing tree (Lines 10–25), the time complexity of which is a crucial factor. Since it searches P ( v , D 2 , D i , , D K ) in lexicographic order for every adjacent node v ( v T j 1 opt ) of node d j T j 1 opt in the NMHA algorithm (Lines 10–19), and guarantees that d i is not more than the largest integer τ , which means that NMHA searches a shortest path in the space of max 1 i K w i N ( T j ) , the NMHA obtains a multicast routing tree T opt from source s to destination set D that minimizes max 1 i K w i N ( T j ) among all multicast routing trees in G K N .
During the running of NMHA, G K N have O ( n τ k-1 ) vertices and O ( 2 m τ k-1 + n τ k-1 ) edges, which confirm our observation that the space complexity is fairly large. Moreover, G K N contains a directed edge from P ( d j , C 2 , C i , , C K ) to P ( v , D 2 , D i , , D K ) with length of   w i ( d j , v ) . Therefore, the optimal multicast routing tree T opt found in NMHA minimizes max 1 i K w i N ( T j opt ) among multicast routing trees in G K N .
Since each w i ( e ) is a positive real-value for   2 i K , e E , the existence of a directed edge from P ( d j , C 2 , C i , , C K ) to P ( v , D 2 , D i , , D K ) in G K N implies that C i D i for   2 i K , e E . Therefore, the graph G K N is acyclic. For an acyclic graph, the worst-case time complexity of each running process is (Lines 11–17). As far as we know, the time complexity of the MPH algorithm is O ( q n 2 ) (Lines 18). Therefore, the worst case time complexity of NMHA is O(qmn2τK1).
Theorem 2. 
To any feasible multicast routing tree T j in G, it is a feasible multicast routing tree in G K N .
Proof of Theorem 2. 
To a feasible multicast routing tree T j in G, it has
w i ( T j ) = e T j w i ( e ) L i
It implies that
e T j w i ( e ) L i β = e T j w i ( e ) L i β β
Since
w i N ( e ) = w i ( e ) L i β w i ( e ) L i β
and
β β = τ
Then, it has
w i N ( T j ) = e T j w i N ( e ) = e T j w i ( e ) L i β e T j w i ( e ) L i β
According to Equations (4), (6) and (7), it has
w i N ( T j ) τ
Hence, any feasible multicast routing tree T j in G is a feasible multicast routing tree in G K N .
Theorem 3. 
The NMHA algorithm finds a 2(1+ε)(1−1/q)-approximation multicast routing tree to MCOMR.
Proof of Theorem 3. 
To the optimal multicast routing tree T in G, it has
w i ( T ) θ * L i
w i N ( T ) = e T w i N ( e ) = e T w i ( e ) L i β
This implies that
w i N ( T ) e T ( w i ( e ) L i β ) = w i ( T ) L i β θ * β
On the other hand, T opt minimizes max 1 i K w i N ( T j ) among all multicast routing trees in G K N and T * is a feasible multicast routing tree as mentioned in Theorem 1 and in Theorem 2, respectively, then it has
max 1 i K w i N ( T opt ) max 1 i K w i N ( T )
w i N ( T o p t ) = e T o p t w i N ( e ) = e T o p t w i ( e ) L i β e T o p t ( w i ( e ) L i β 1 )
Since   T opt have | V | 1 hops at most, and there are | V | = n nodes in G, it implies that
e T o p t ( w i ( e ) L i β 1 ) = e T o p t ( w i ( e ) L i β ) e T o p t 1 w i ( T o p t ) L i β ( n 1 )
According to Equations (11), (12) and (14), it has
w i ( T o p t ) L i β ( n 1 ) θ * β
It implies that
w i ( T o p t ) L i θ * + n 1 β
Let n 1 β = ε θ * , ε > 0 , then
w i ( T o p t ) ( 1 + ε ) θ * L i , 1 i K
Takahashi and Matsuyarna have proved in literature [14] that there is corresponding relationship between each j and nodes pair ( t j 1 , t j ) , in which   i , j = 2 , 3 , , q and   v 1 , v 2 , , v k are from 1 to k. Let j and number pair [ t q ( j ) 1 , t q ( j ) ] be one-to-one relationship:
w i ( T MPH opt ) = i = 2 q c ( v i , V i 1 ) i = 2 q c ( v t q ( i ) 1 , v t q ( i ) ) = j = 2 q c ( v t j 1 , v t j ) 2 ( 1 1 / q ) w i ( T * )
According to Equations (17) and (18), it has
w i ( T N M H A o p t ) = w i ( T M P H o p t ) 2 ( 1 + ε ) ( 1 1 / q ) θ * L i , 1 i K
Hence, the NMHA algorithm can finally find a 2 ( 1 + ε ) ( 1 1 / q ) -approximation multicast routing tree to MCOMR, and the time complexity of the algorithm is O(qmn2τK−1).
Theorem 4. 
The NMHA algorithm is a sub-optimal algorithm for the MCOMR problem, and the upper bound of approximation ratio is 1 + ε .
Proof of Theorem 4. 
The authors in the literature [35] have shown that the total MOS problem was equivalent to generalize maximum coverage (GMC) problem, and then proved that for any ε > 0 , it had no ( 1 1 / e + ε ) approximation algorithm unless P = NP. The approximation algorithm NMHA proposed in this paper for the MCOMR problem is the same as that in [35]. It has been proven in Theorem 3 that the NMHA algorithm can finally find a 2 ( 1 + ε ) ( 1 1 / q ) -approximation multicast routing tree to MCOMR. Thus, the upper bound of approximation ration should be discussed to evaluate the performance of NMHA. To the optimal multicast routing tree T * in G, it has
w i ( T * ) θ * L i , 1 i K
According to Equations (19) and (20), it has
w i ( T N M H A o p t ) 2 ( 1 + ε ) ( 1 1 / q ) w i * , s . t . w i * = θ * L i
The multicast routing is discussed in this paper, which means that number of destination nodes are more than two, it has
2 ( 1 + ε ) ( 1 1 / q ) 2 ( 1 + ε ) 1 2 = 1 + ε
Hence, the upper bound of approximation ration of the NMHA algorithm is 1 + ε , and thus the theorem is proven.

4. The Simulation Experiments

This section shall evaluate both the performance of NMHA and the performance of an experimentally obtained multicast routing tree. To evaluate its efficiency, NMHA is implemented and conducted in a performance study.
An example of the NMHA algorithm is shown in Figure 1. Figure 1a is a simple topology graph G of a static undirected network, in which the nodes in blue are the set of destination nodes D and others are non-multicast destination nodes. The numbers marked between two nodes are linked to cost or distance. The node is originally added to the generating tree T0 = {A}. In order to find the multicast generating tree with the NMHA algorithm (Lines 10–11), the first node U1 is selected, and then it is added to the tree A-U1 in Figure 1b (Lines 12–20) with the total cost of the generating tree 3. In the following phase of the algorithm, destination nodes U2 and U3 are added to the tree, respectively, and the multicast destination nodes are sorted as U1-U2-U3. The final multicast tree obtained, whose total cost is 7, is shown in Figure 1c. According to the NMHA algorithm proposed in this paper, the generating graph is found.
To examine the performance of NMHA, we use the famous Waxman model to generate a large-size Random Network (RNET). The random static network RNET, is used in these experiments, which runs on an Intel Core Duo CPU 1.66 GHz PC with 2 GB memory (Lenovo, Beijing, China). There are 60 nodes and 100 edges in RNET as shown in Figure 2, and other parameters for the network were produced randomly by Waxman model. Each link of RNET has three weights, which correspond to Cost, Delay and Jitter.
All the red points denote the nodes of the network, the black wires denote the links, the green circles denote the source node s (No. 1) and the green stars denote the set of destination nodes D (No. 30, 51 and 55) in the network RNET, which is shown in Figure 3. Comparison with the costs from the source node s to every destination node by Xue’s deterministic algorithm, the minimal-cost node (No. 30) is selected first. Figure 4 shows the minimal-cost path from source node (No. 1) to destination nodes (No. 30), which is selected first by NMHA in the network. The blue paths in these figures indicate the minimal or the optimal paths from source to destination. Figure 5 illustrates that the following node (No. 55) is added to the tree by NMHA. As expected, the optimal multicast routing tree with three constraints added by the algorithm NMHA can be found after the last node (No. 51) is added to the multicast tree. At last, the optimal multicast routing tree described in Figure 6 shows the corresponding multicast tree from the source node (No. 1) to the set of destination nodes D (No. 30, 51 and 55).
In these simulation experiments, the approximating Steiner tree could be found by the NMHA algorithm presented in this paper. Following that the efficiency of the NMHA algorithm would be verified. Table 2 shows the comparisons of average time consuming for Steiner trees (ATCS) generated via the NMHA to Xue’s deterministic algorithm in the simulation experiments, respectively. With the two algorithms, q destination nodes in the RNET network are randomly generated, and then the Steiner trees are obtained and the corresponding times are recorded. The simulations experiments are made to calculate the average values for ten times. In order to evaluate the efficiency of two algorithms, we define the following metrics:
ATCS = Total time consuming for each Steiner tree with q destination nodes Number of running
The units of ATCS in Table 2 is in milliseconds. Analyzing the experimental results, it shows that the consuming time by Xue’s is larger than that by NMHA, no matter what the number of destination nodes is, because the novel NMHA algorithm in this paper is devised to deal with the MCOMR problem in feasible time, different from the previous Xue’s deterministic algorithm. At the same time, it could be easily found that when the value of q is getting larger from 2 to 54, the ATCS by NMHA is multiplied with the increase of destination nodes, while the ATCS by Xue’s grows exponentially. The simulation experimental results also show that the NMHA algorithm has the lower time complexity level.
Following that, the performance of the NMHA algorithm would be verified, compared with the previous algorithm FMPH by the authors [20], which is finding for the approximation solution for MCOMR problem in WMNs as fast as possible. As for random networks, the topologies are generated by Waxman model. Each link of random networks has the same three weights as the RNET network. Ten topologies for random networks are generated randomly, each of which has 50 nodes or 500 nodes. On each topology, 10 routing requests are also generated at the source node. It defines the metrics, Average Weigh Occupying (AWO) to evaluate the performance. Table 3 and Table 4 show the AWO of Steiner trees with different destination nodes generated via the NMHA and FMPH algorithm in the simulation experiments, respectively:
AWO = Total weigh occupying for each Steiner tree with q destination nodes Numbers of running
The results in Table 3 show that when there are 50 nodes in the random network, no matter how many destination nodes are involved, the AWO obtained from NMHA is always less than that from FMPH. In Table 4, when the total number of nodes in the random network reaches up to 500, the outcome is still the same. It is consistent with our analysis that the NMHA algorithm presented in this paper is looking for the approximate optimal solution in feasible time, while FMPH tends to find the approximate optimal solution as soon as possible according to the time-varying characteristics of wireless networks. From the above results and analysis, it could be concluded that, with certain destination nodes, the proposed NMHA can find a better solution compared with FMPH in feasible time.
Since the approximation factor 2(1 + ε)(1 − 1/q) solely does not illustrate the quality of the proposed algorithm, the approximation ratio will be studied in the following simulations, where we pay attention to the approximation ratio as well as its distribution. The inverse of the approximation ratio (IAR) is adopted to evaluate the performance of NMHA [35]. In other words, the ratio equal to 1 means that the solution found is the optimal solution. The ratio of less than 1 means that the solution found is sub-optimal, and the ratio of its objective to the optimal solution is represented by the value of the ratio to the optimal solution, represented by the value of the ratio. The experiments results of approximation ratio for the NMHA algorithm are shown in Figure 7. Different numbers of destination nodes (from 2 to 59) were chosen each time to finish the simulation experiments, which were run to calculate the IAR ten times. From the results, it could be concluded that the lower bound of IAR is close to 0.63, and the upper bound is very close to 1. Over 80% of all scenarios have the approximation factor greater than 0.8, which means that our proposed NMHA algorithm found a solution very close to the optimal multicast routing tree.

5. Conclusions

This paper discussed the problem of optimal constrained multicast routing in WMNs. A novel approximation algorithm for the MCOMR problem was proposed, based on the technique of auxiliary graph construction, scaling, rounding, and the MPH algorithm. The proposed algorithm can achieve lower complexity and obtain the approximation optimal multicast routing tree in feasible time. According to the experiments on the special static networks, the proposed NMHA algorithm is capable of finding the optimal (or minimum-cost) multiply constrained optimal multicast routing tree with the approximation factor of 2(1 + ε)(1 − 1/q) and the time complexity of O(qmn2τK−1).
As for future research work, we plan to study more excellent solutions and faster algorithms for the MCOMR problem according to the time-varying characteristics of wireless networks based on our current research. Investigation on comparisons of the NMHA with other algorithms is also interesting.

Acknowledgments

The work described in this paper is supported by the Science and Technology Program of Guangzhou (No. 201510010192), and the Public Welfare Fund and Ability Construction Project of Guangdong Province (No. 2016A010101040), China.

Author Contributions

Weijun Yang conceived and designed the experiments, and then performed the experiments; Yuanfeng Chen analyzed the data; Weijun Yang contributed analysis tools and wrote the paper; and Yuanfeng Chen contributed to the advancement of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhu, Z.; Li, S.; Chen, X. Design QoS-Aware Muli-Path Provisioning Strategies for Efficient CLOUD-Assisted SVC Video Streaming to Heterogeneous Clients. IEEE Trans. Multimedia 2013, 15, 758–768. [Google Scholar]
  2. Huang, J.; Huang, X.; Ma, Y. Routing with multiple quality of services constraints: An approximation perspective. J. Netw. Comput. Appl. 2012, 35, 465–475. [Google Scholar] [CrossRef]
  3. Fang, X.; Yang, D.; Xue, G. MAP: Multiconstrained Anypath Routing in Wireless Mesh Networks. IEEE Trans. Mob. Comput. 2012, 12, 1893–1906. [Google Scholar] [CrossRef]
  4. Lu, T.; Zhu, J. Genetic Algorithm for Energy-Efficient QoS Multicast Routing. IEEE Commun. Lett. 2013, 17, 31–34. [Google Scholar] [CrossRef]
  5. Su, Y.-S.; Su, S.-L.; Li, J.-S. Joint Topology-Transparent Scheduling and QoS Routing in Ad Hoc Networks. IEEE Trans. Veh. Technol. 2014, 63, 372–389. [Google Scholar] [CrossRef]
  6. Huijun, D.; Hua, Q.; Jihong, Z. QoS routing algorithm with multi-dimensions for overlay networks. China Commun. 2013, 10, 167–176. [Google Scholar] [CrossRef]
  7. Xiao, Y.; Thulasiraman, K.; Fang, X.; Yang, D.; Xue, G. Computing a Most Probable Delay Constrained Path: NP-Hardness and Approximation Schemes. IEEE Trans. Comput. 2012, 61, 738–744. [Google Scholar] [CrossRef]
  8. Chen, S.; Song, M.; Sahni, S. Two techniques for fast computation of constrained shortest paths. IEEE/ACM Trans. Netw. 2008, 16, 105–115. [Google Scholar] [CrossRef]
  9. Huang, J.; Liu, Y. MOEAQ: A QoS-aware multicast routing algorithm for MANET. Expert Syst. Appl. 2010, 37, 1391–1399. [Google Scholar] [CrossRef]
  10. Liu, L.; Song, Y.; Zhang, H.; Ma, H.; Vasilakos, A.V. Physarum Optimization: A Biology-inspired Algorithm for the Steiner Tree Problem in Networks. IEEE Trans. Comput. 2015, 64, 818–831. [Google Scholar]
  11. Youssef, M.; Ibrahim, M.; Abdelatif, M.; Lin, C.; Vasilakos, A.V. Routing Metrics of Cognitive Radio Networks: A Survey. IEEE Commun. Surv. Tutor. 2014, 16, 92–109. [Google Scholar] [CrossRef]
  12. Zhang, X.M.; Zhang, Y.; Yan, F.; Vasilakos, A.V. Interference-based topology control algorithm for delay-constrained mobile Ad hoc networks. IEEE Trans. Mob. Comput. 2015, 14, 742–754. [Google Scholar] [CrossRef]
  13. Pei, G.; Parthasarathy, S.; Srinivasan, A.; Vullikanti, A.K.S. Approximation Algorithms for Throughput Maximization in Wireless Networks with Delay Constraints. IEEE/ACM Trans. Netw. 2013, 21, 1988–2000. [Google Scholar] [CrossRef]
  14. Takahashi, H.; Matsuyama, A. An approximate solution for the Steiner problem in graphs. Math Jpn. 1980, 24, 573–577. [Google Scholar]
  15. Yuan, X. Heuristic algorithms for multiconstrained quality-of-service routing. IEEE/ACM Trans. Netw. 2002, 10, 244–256. [Google Scholar] [CrossRef]
  16. Xue, G.; Sen, A.; Zhang, W.; Tang, J.; Thulasiraman, K. Finding a path subject to many additive QoS constraints. IEEE/ACM Trans. Netw. 2007, 15, 201–211. [Google Scholar] [CrossRef]
  17. Xue, G.; Zhang, W.; Tang, J.; Thulasiraman, K. Polynomial time approximation algorithms for multi-constrained QoS routing. IEEE/ACM Trans. Netw. 2008, 16, 656–669. [Google Scholar]
  18. Feng, G.; Korkmaz, T. A Fast Hybrid ε-Approximation Algorithm for Computing Constrained Shortest Paths. IEEE Commun. Lett. 2013, 17, 1471–1474. [Google Scholar] [CrossRef]
  19. Szymanski, T.H. Max-Flow Min-Cost Routing in a Future-Internet with Improved QoS Guarantees. IEEE Trans. Commun. 2013, 61, 1485–1497. [Google Scholar] [CrossRef]
  20. Yang, W.; Zhang, Y. A Fast Algorithm for the Optimal Constrained Path Routing in Wireless Mesh Networks. J. Commun. 2016, 11, 126–131. [Google Scholar]
  21. Li, P.; Guo, S.; Yu, S.; Vasilakos, A.V. Reliable Multicast with Pipelined Network Coding Using Opportunistic Feeding and Routing. IEEE Trans. Parallel Distrib. Syst. 2014, 25, 3264–3273. [Google Scholar] [CrossRef]
  22. Meng, T.; Wu, F.; Yang, Z.; Chen, G.; Vasilakos, A. Spatial Reusability-Aware Routing in Multi-Hop Wireless Networks. IEEE Trans. Comput. 2015, 65. [Google Scholar] [CrossRef]
  23. Liu, J.; Wan, J.; Wang, Q.; Zeng, B.; Fang, S. A Time-recordable Cross-Layer Communication Protocol for the Positioning of Vehicular Cyber-Physical Systems. Future Gener. Comput. Syst. 2016, 56, 438–448. [Google Scholar] [CrossRef]
  24. Liu, J.; Wan, J.; Wang, Q.; Li, D.; Qiao, Y.; Cai, H. A Novel Energy-saving One-Sided Synchronous Two-Way Ranging Algorithm for Vehicular Positioning. ACM/Springer Mob. Netw. Appl. 2015, 20, 661–672. [Google Scholar] [CrossRef]
  25. Wan, J.; Liu, J.; Shao, A.; Vasilakos, A.V.; Imran, M.; Zhou, K. Mobile Crowd Sensing for Traffic Prediction in Internet of Vehicles. Sensors 2016, 16, 88. [Google Scholar] [CrossRef] [PubMed]
  26. Alasaad, A.; Nicanfar, H.; Gopalakrishnan, S.; Leung, V.C.M. A ring-based multicast routing topology with QoS support in wireless mesh networks. Wirel. Netw. 2013, 19, 1627–1651. [Google Scholar] [CrossRef]
  27. Hwang, I.S.; Nikoukar, A.; Chen, K.C.; Liem, A.T.; Lu, C.H. QoS enhancement of live IPTV using an extended real-time streaming protocol in Ethernet passive optical networks. IEEE/OSA J. Opt. Commun. Netw. 2014, 6, 695–704. [Google Scholar] [CrossRef]
  28. Xiang, Z.; Tao, M.; Wang, X. Coordinated Multicast Beamforming in Multicell Networks. IEEE Trans. Wirel. Commun. 2013, 12, 12–21. [Google Scholar] [CrossRef]
  29. Cao, Y.; Blostein, S.D.; Chan, W.Y. Optimization of unequal error protection rateless codes for multimedia multicasting. J. Commun. Netw. 2015, 17, 221–230. [Google Scholar] [CrossRef]
  30. Afolabi, R.O.; Dadlani, A.; Kim, K. Multicast Scheduling and Resource Allocation Algorithms for OFDMA-Based Systems: A Survey. IEEE Commun. Surv. Tutor. 2013, 15, 240–254. [Google Scholar] [CrossRef]
  31. Al-Fuqaha, A.; Khreishah, A.; Guizani, M.; Rayes, A.; Mohammadi, M. Toward better horizontal integration among IoT services. IEEE Commun. Mag. 2015, 53, 72–79. [Google Scholar] [CrossRef]
  32. Mahboobi, B.; Mehrizi, S.; Ardebilipour, M. Multicast Relay Beamforming in CDMA Networks: Nonregenerative Approach. IEEE Commun. Lett. 2015, 19, 1418–1421. [Google Scholar] [CrossRef]
  33. Bornhorst, N.; Pesavento, M.; Gershman, A.B. Distributed Beamforming for Multi-Group Multicasting Relay Networks. IEEE Trans. Signal Proc. 2012, 60, 221–232. [Google Scholar] [CrossRef]
  34. Chuah, S.P.; Chen, Z.; Tan, Y.P. Energy-Efficient Resource Allocation and Scheduling for Multicast of Scalable Video Over Wireless Networks. IEEE Trans. Multimed. 2012, 14, 1324–1336. [Google Scholar] [CrossRef]
  35. Quang, P.T.A.; Piamrat, K.; Singh, K.D.; Viho, C. Video Streaming over Ad-hoc Networks: A QoE-based Optimal Routing Solution. IEEE Trans. Veh. Technol. 2016. [Google Scholar] [CrossRef]
Figure 1. An example of the novel multicast heuristic approximation (NMHA) algorithm. (a), (b) and (c) are the step 1, step 2 and step 3 of NMHA, respectively.
Figure 1. An example of the novel multicast heuristic approximation (NMHA) algorithm. (a), (b) and (c) are the step 1, step 2 and step 3 of NMHA, respectively.
Futureinternet 08 00038 g001
Figure 2. The network topology of Random Network (RNET).
Figure 2. The network topology of Random Network (RNET).
Futureinternet 08 00038 g002
Figure 3. The multicast destination nodes.
Figure 3. The multicast destination nodes.
Futureinternet 08 00038 g003
Figure 4. The No. 30 node connected to the multicast tree.
Figure 4. The No. 30 node connected to the multicast tree.
Futureinternet 08 00038 g004
Figure 5. The No. 55 node connected to the multicast tree.
Figure 5. The No. 55 node connected to the multicast tree.
Futureinternet 08 00038 g005
Figure 6. The No. 51 node connected to the multicast tree.
Figure 6. The No. 51 node connected to the multicast tree.
Futureinternet 08 00038 g006
Figure 7. Experiment analysis of the approximation ratio.
Figure 7. Experiment analysis of the approximation ratio.
Futureinternet 08 00038 g007
Table 1. Frequently used notations.
Table 1. Frequently used notations.
sthe source node
d k the kth destination nodes
Dthe set of destination nodes
m, nthe edge and the node number of graph G, respectively
qthe number of terminal nodes
w i ( e x ) ith link weight of edge ex
Kthe number of Quality-of-Service (QoS) requirements
W the set of weights of the edges
L the set of constrains
L i ith QoS requirement
T the multicast tree with all nodes in the set of destination nodes D
T j the Steiner tree with j destination nodes in the set D
V T , E T all the nodes and the edges of the multicast trees T, respectively
T * , T o p t the optimal and the approximate optimal multicast routing tree, respectively
w ( d k , T j 1 ) the total weights from d k to T j 1
PATH ( d k , T j 1 ) the short path connected node d k to the T j 1
C i , D i the ith weight of path length from source s to any node u in G K , τ
  P ( u , C i , , C K ) all the K weight of path length from source s to any node u in G K , τ
Table 2. A comparison of the performance of novel multicast heuristic approximation (NMHA) algorithm and Xue’s algorithm [16] in the random network.
Table 2. A comparison of the performance of novel multicast heuristic approximation (NMHA) algorithm and Xue’s algorithm [16] in the random network.
NO.q = 2q = 5q = 8q = 11q = 14q = 17q = 20q = 23
NMHA42107163233297366419492
Xue’s58751185036114443877212,05415,779
NO.q = 26q = 30q = 34q = 38q = 42q = 46q = 50q = 54
NMHA56962772579988996310521138
Xue’s21,13628,41233,68939,95651,89663,51275,41287,512
Table 3. Average Weigh Occupying (AWO) (10−3) for NMHA algorithm and Fast Minimum Path Cost Heuristic (FMPH) algorithm with 50 nodes.
Table 3. Average Weigh Occupying (AWO) (10−3) for NMHA algorithm and Fast Minimum Path Cost Heuristic (FMPH) algorithm with 50 nodes.
NO.q = 2q = 5q = 8q = 11q = 14q = 17q = 20q = 23
NMHA2433345658597059
FMPH2435386466698075
NO.q = 26q = 29q = 32q = 35q = 38q = 42q = 46q = 47
NMHA7280819095101109110
FMPH8598105103117124134136
Table 4. AWO (105) for NMHA and FMPH with 500 nodes.
Table 4. AWO (105) for NMHA and FMPH with 500 nodes.
NO.q = 2q = 35q = 70q = 105q = 140q = 175q = 210q = 245
NMHA10091490182222012330247428192837
FMPH10671490223024852764331035453355
NO.q = 270q = 305q = 340q = 375q = 410q = 445q = 496q = 497
NMHA33203349361035353894404144884492
FMPH41284129482448775139521259855989

Share and Cite

MDPI and ACS Style

Yang, W.; Chen, Y. A Novel QoS Provisioning Algorithm for Optimal Multicast Routing in WMNs. Future Internet 2016, 8, 38. https://doi.org/10.3390/fi8030038

AMA Style

Yang W, Chen Y. A Novel QoS Provisioning Algorithm for Optimal Multicast Routing in WMNs. Future Internet. 2016; 8(3):38. https://doi.org/10.3390/fi8030038

Chicago/Turabian Style

Yang, Weijun, and Yuanfeng Chen. 2016. "A Novel QoS Provisioning Algorithm for Optimal Multicast Routing in WMNs" Future Internet 8, no. 3: 38. https://doi.org/10.3390/fi8030038

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop