Skip to main content

Improving throughput and fairness by improved channel assignment using topology control based on power control for multi-radio multi-channel wireless mesh networks

Abstract

Multi-radio multi-channel (MRMC) wireless mesh networks (WMNs) achieve higher throughput using multiple simultaneous transmissions and receptions. However, due to limited number of non-overlapping channels, such networks suffer from co-channel interference, which degrades their performance. To mitigate co-channel interference, effective channel assignment algorithms (CAAs) are desired. In this article, we propose a novel CAA, Topology-controlled Interference-aware Channel-assignment Algorithm (TICA), for MRMC WMNs. This algorithm uses topology control based on power control to assign channels to multi-radio mesh routers such that co-channel interference is minimized, network throughput is maximized, and network connectivity is guaranteed. We further propose to use two-way interference-range edge coloring, and call the improved algorithm Enhanced TICA (e-TICA), which improves the fairness among flows in the network. However, the presence of relatively long links in some topologies leads to conflicting channel assignments due to their high interference range. To address this issue, we propose to utilize minimum spanning tree rooted at the gateway to reduce conflicting channels, and in turn, improve medium access fairness among the mesh nodes. We call the improved algorithm e-TICA version 2 (e-TICA2). We evaluate the performance of the proposed CAAs using simulations in NS2. We show that TICA significantly outperforms the Common Channel Assignment scheme in terms of network throughput, and e-TICA and e-TICA2 achieve better fairness among traffic flows as compared to TICA. It is also shown that e-TICA2 leads to improved network throughput, as compared to TICA and e-TICA.

1. Introduction

In multi-radio multi-channel (MRMC) wireless mesh networks (WMNs), a key issue is the co-channel interference from simultaneous transmissions of mesh nodes located within the interference range of each other, which degrades the capacity of the network. Mitigating such interference in the MRMC WMN architecture requires effective Channel Assignment (CA). This involves assigning a channel to each radio in a way that minimizes interference on any given channel as well as ensures network connectivity [1].

Topology control using transmit power control is a useful technique for reducing the co-channel interference in a WMN and increasing the network capacity. This is done by adjusting the transmission range (TR) of a mesh node by controlling its transmit power. The main goal of a Topology Control Algorithm (TCA) is to minimize the co-channel interference, enhance spatial channel reuse, and maintain network connectivity through the selection of minimum transmission power for each radio interface. Hence, mesh nodes transmit at the minimum power required to maintain connectivity with their immediate neighbors. This leads to multi-hop communication instead of long direct links and results in lower interference in the network.

In this article, we propose centralized Channel Assignment Algorithms (CAAs), which build a controlled topology using power control with the goal of minimizing interference between Mesh Routers (MRs) and ensuring network connectivity at the same time. The advantage of topology control based on power control lies in the fact that it improves network spatial reuse and hence, the traffic carrying capacity. To the best of the authors' knowledge, the proposed CAAs are the first of their kind to use topology control based on power control for CA in MRMC WMNs. The main contributions of this study are as follows:

  • A new TCA, Select x for less than x, that builds the network connectivity graph by selecting the nearest neighbors for each mesh node in the network with the objective of minimizing interference among MRs and enhancing frequency reuse as well as simultaneously ensuring a connected network.

  • A new CAA, Topology-controlled Interference-aware Channel-assignment Algorithm (TICA), which uses the Select x for less than x TCA to intelligently assign the available channels to the MRs with the objective of minimizing interference and hence, improving network throughput. A preliminary work on TICA has been presented in [2].

  • An extension of TICA, Enhanced TICA (e-TICA), which, instead of using the one-way interference-range edge coloring approach of TICA, uses two-way interference-range edge coloring. e-TICA results in a more accurate CA, which leads to an enhancement in the fairness among traffic flows without compromising the network throughput. A preliminary work on e-TICA has been presented in [3].

  • An enhancement of e-TICA, e-TICA version 2 (e-TICA2), which employs a Minimum Spanning Tree (MST) rooted at the gateway instead of a Shortest Path Tree (SPT) employed in TICA and e-TICA, to reduce conflicting channels. This approach improves medium access fairness among the mesh nodes, which leads to an improvement in the network throughput.

  • A centralized Failure Recovery Mechanism (FRM) for our proposed CAAs, which provides automatic and fast failure recovery by reorganizing the network to bypass the failed node and to restore connectivity. A preliminary work on the proposed FRM has been presented in [4].

The rest of the article is organized as follows. In Section 2, we present existing literature related to CA schemes and schemes using topology control for CA. The network architecture for the proposed model is presented in Section 3. In Section 4, we present the TCA, Select x for less than x, and the details of its phases. In Section 5, we explain the CA problem and present TICA along with the details of its phases. In Section 6, we discuss the problem of one-way interference-range edge coloring and present e-TICA. In Section 7, we discuss the problem of long links, and present e-TICA2 along with the details of its MST approach to counter this problem. In Section 8, we present the FRM for our proposed CAAs. In Section 9, we provide simulation results to evaluate the performance of the proposed CAAs. The article concludes in Section 10.

2. Related study

A number of CAAs have been proposed with the objective of addressing the capacity problem in multi-hop WMNs. In centralized CA schemes such as Traffic and Mesh-based Interference Aware Channel Assignment (MesTiC) [1] and Centralized Hyacinth (C-HYA) [5], the traffic load is required to be known before assigning channels, whereas our proposed CAAs require no such knowledge. The Hybrid Multiple Channel Protocol (HMCP) proposed in [6] requires radios to switch between channels on a per-packet basis. In such cases, time synchronization and coordination between mesh nodes is required, which is not needed in our proposed CAAs. The Breadth First Search-Channel Assignment (BFS-CA) scheme proposed in [7] requires certain number of MRs with certain number of radio interfaces to be placed at certain hops from the gateway, whereas our proposed CAAs simply require all MRs to have four data radios, do not require any careful router placement strategy and work with any placement of MRs as verified by the performance evaluation. Unlike our proposed CAAs and Distributed Hyacinth (D-HYA) [8], the above-mentioned CA schemes do not possess fault tolerance capability and have not provided any mechanism of recovery after a node failure. In [9], the Joint Resource and Channel Assignment (JRCA) algorithm was introduced. This algorithm determines the number of radios required at each node based on the traffic demand and produces the CA for each radio, such that the interference among the links operating on the same channel is minimized. The Maxflow-based Channel Assignment and Routing (MCAR) algorithm presented in [10] splits the CA into two stages. In the first stage, links are sorted into groups based on the flows they carry, while in the second stage, a channel is selected for each group and is assigned to all links of this group. If it is possible to do so, different channels are assigned to groups containing interfering links. In [11], a centralized tabu search-based algorithm is proposed, the objective of which is to minimize the total network interference. Though all of the CAAs presented in [1, 5–11] are interference-aware and aim to minimize the co-channel interference, but unlike our proposed CAAs, they do not use topology control based on power control for CA. Also unlike e-TICA, they do not employ the technique of two-way interference-range edge coloring to achieve a more accurate CA.

Topology control in WMNs is typically targeted toward reducing interference and improving spectral efficiency while maintaining network connectivity. Interference is confined by lowering the transmit power. Since transmit power is directly proportional to the distance between the nodes, a reasonable strategy is to replace the long links with shorter ones. Local Minimum Spanning Tree (LMST) is a TCA presented in [12], which uses MST to achieve short link lengths resulting in the medium being shared efficiently. In CAAs proposed in [13–15], the network topology has been built using MST. The motivation for using MST in these CA schemes is that shorter links resulting from MST imply more capacity in WMN by reducing interference with nearby links which use the same channel. Our proposed CAA, e-TICA2, minimizes conflicting channels by employing an MST rooted at the gateway in combination with topology control based on power control and two-way interference-range edge coloring.

Since the main network resource, namely the frequency spectrum is limited, it must be shared fairly among the contending nodes. Achieving fairness in WMNs can broadly be categorized in terms of per-node and per-flow fairness. Per-flow fairness refers to equal share of the data among traffic flows arriving at the gateway. Unfairness among flows arises due to multiple flows sharing the same link. This causes congestion at such links which leads to unfairness among flows reaching the gateway. Per-node fairness refers to equal access for each node to the wireless medium. Unfairness in medium access arises in MRMC WMNs due to some nodes operating on a conflicting channel and contending with each other for medium access on that channel. The authors have proposed an algorithm in [16] to improve the fairness by differentiating the traffic among the connections in a wireless multi-hop network. In [17], the authors propose a receiving node assistance feature in addition to the existing CSMA/CA protocol to remove exposed terminal problem and enhance fairness in multi-hop wireless networks. The authors have proposed a graph-based algorithm in [18] for improving fairness in WMNs that is based on employing multiple queues per node, using different back-off parameters and EIFS values. In [19], the authors have proposed a fair binary exponential back-off algorithm by adapting the contention window to reduce the effect of flow starvation, thereby improving fairness in a WMN. All of these schemes have used Jain's fairness index [20] as a measure of the network fairness. Unlike [16–19], our proposed CAAs, e-TICA and e-TICA2, improve fairness among flows through a more accurate CA and improve medium access fairness by reducing the conflicting channels, respectively.

3. Network architecture

In our proposed model, each MR is equipped with five radios which operate on IEEE 802.11a [21] channels (5 GHz band). One of these radios is used for control traffic, while the other four radios are used for data traffic. Each radio interface of the multi-radio MR is equipped with an omni-directional antenna.

The IEEE 802.11a standard uses Orthogonal Frequency Division Multiplexing (OFDM) as the physical layer transmission technology. Out of the 12 available non-overlapping 802.11a channels, channel 12 is used for control radio on each MR and the remaining 11 channels are used for data radios. Since each MR is equipped with four data radios, it can communicate with a maximum of four neighbors for data communication simultaneously, which implies that the Maximum Node Degree (MND) per node is four. The MND of four is selected in order to fully utilize the 11 available non-overlapping channels. Results have shown that with 12 available channels, network throughput increases up to an MND of four per node and saturates after that [5].

Roofnet [22] is an experimental WMN built by Massachusetts Institute of Technology (MIT). Similar to Roofnet, we assume that each mesh node has omni-directional antennas installed on the roof of a building and the propagation environment is characterized by a strong line-of-sight component. So, the channel propagation model used is either free-space propagation model or two-ray propagation model, depending on the cross-over distance.

4. Select x for less than x TCA

4.1. Gateway advertisement

Initially, the gateway broadcasts a "Hello" message on the control channel, announcing itself as the gateway. Each MR that receives this Hello message on the control channel over its control radio broadcasts it again and it is flooded throughout the network. The Hello message contains a hop-count field that is incremented at each hop during its broadcast. An MR may receive multiple copies of this message. However, the distance of an MR from the gateway is the shortest path length (shortest hop count) of the Hello message received by the MR through its control radio over different paths. In this way, each MR knows the next hop to reach the gateway using its control radio.

4.2. Topology control problem

The problem of topology control in multi-radio WMNs involves the selection of transmission power for each radio interface of each mesh node in the network, so as to maintain the network connectivity with the use of minimum power [23]. The objective of the proposed Select x for less than x TCA is to build a connectivity graph with a small node degree to mitigate the co-channel interference and enhance spatial channel reuse as well as preserve network connectivity with the use of minimal power, as less transmit power translates to less interference.

4.3. Assumptions

Our proposed TCA controls the network topology by selecting the nearest neighbors for each mesh node in the network with the objective of minimizing interference among MRs. The proposed TCA, which is shown in Figure 1, is based on the following assumptions:

Figure 1
figure 1

Select x for less than x TCA.

  • All mesh nodes start with the maximum transmission power.

  • Each mesh node has its location information.

  • Each mesh node uses an omni-directional antenna for both transmission and reception.

  • Each mesh node is able to adjust its own transmission power.

  • The maximum transmission power is the same for all mesh nodes.

  • The maximum TR for any two mesh nodes to communicate directly is also the same.

  • The initial topology graph created, when every mesh node transmits with maximum power, is strongly connected.

4.4. Phases of Select x for less than x TCA

4.4.1. Exchange of information between nodes

In the first exchange, each node broadcasts a Hello message at maximum power containing its node ID and position.

4.4.2. Building the maximum power neighbor table

From the information in the received Hello messages, each node arranges its neighboring nodes in ascending order of their distance. The result is the maximum power neighbor table (MPNT). Then, each node sends its MPNT along with its position and node ID to the gateway using its control radio.

4.4.3. Building the direct neighbor table

For each node in the network, the gateway builds a direct neighbor table (DNT). Based on the information in the MPNT of node v and the MPNTs of its neighbors, if (a) node w is in the MPNT of node v and (b) node w is closer to any other node y in the MPNT of node w than to node v, then the gateway eliminates node w from the MPNT of node v. If after removing nodes from the MPNT of node v, the remaining number of nodes in the MPNT of node v is equal to "x - 1," then the gateway selects "x" nearest nodes as neighbors of node v, which results in the DNT. However, after removing nodes from the MPNT of node v, if the remaining number of nodes is greater than or equal to "x," the result is the DNT. We call the above algorithm as Select x for less than x TCA, where x is a positive integer.

4.4.4. Converting into bi-directional links

For each node in the network, the gateway converts the uni-directional links in the DNT of a node into bi-directional links. For each uni-directional link, this is done by adding a reverse link in the DNT of the neighboring node. This converts the DNT into bi-directional DNT, which results in the Final Neighbor Table (FNT).

4.4.5. Calculating the minimum power required

For each node in the network, the gateway calculates the minimum power required to reach each of the nodes in the FNT of a node, using appropriate propagation model formulas. If the distance between two nodes u and v is less than the cross-over distance, i.e., d(u, v) < Cross_over_dist, Free Space propagation model is used, whereas if d(u, v) > Cross_over_dist, two-ray propagation model is used. Cross-over distance is given by [24]

C r o s s _ o v e r _ d i s t = 4 π h t h r λ ,
(1)

where h t and h r are the antenna heights of the transmitter and receiver, respectively. The minimum power for the free-space propagation model is calculated as [24]

P min = R x T h r e s h ( 4 π d ) 2 G t G r λ 2 .
(2)

The minimum power for the two-ray propagation model is given by [24]

P min = R x T h r e s h ( d ) 4 G t G r h t 2 h r 2 ,
(3)

where G t and G r are the transmitter and receiver antenna gains, respectively. RxThresh is the power required by the radio interface of the receiving node to correctly receive the message.

5. TICA

5.1. CA problem

The CA problem in MRMC WMNs involves assigning a channel to each radio of an MR in a way that minimizes interference on any given channel and ensures connectivity between the mesh nodes.

5.1.1. Objectives

The CAA should satisfy the following two main goals:

  • Minimize co-channel interference between MRs

  • Ensure network connectivity

5.1.2. Constraints

In order to achieve these goals, the CAA should satisfy the following requirements:

  • In order to communicate, a pair of mesh nodes within transmission range of each other needs to have a common channel assigned to their end-point radios.

  • Links in direct interference range of each other should be assigned non-overlapping channels.

  • The number of distinct channels that can be assigned to an MR is bounded by the number of radios it has.

  • The total number of non-overlapping channels is fixed.

  • Since the traffic in a WMN is directed to and from the gateway, the traffic flows aggregate at routers close to the gateway. Links that are expected to support heavy traffic should be given more bandwidth than others. In other words, these links should use a radio channel that is shared by fewer nodes. Therefore, priority in CA should be given to links starting from the gateway based on the number of nodes that use a link to reach the gateway.

5.2. Interference-range edge coloring

If K be the number of available colors (channels), then for K ≥ 4, the distance-2 edge coloring problem, also known as strong edge coloring problem, is NP-complete [25]. A distance-2 edge coloring of a graph G is an assignment of colors to edges so that any two edges within distance-2 of each other have distinct colors. Two edges of G are within distance-2 of each other if either they are adjacent or there is some other edge that is adjacent to both of them. The distance-2 edge coloring has been used in [26] for CA, where the authors have described the interference model as two-hop interference model. In this model, two edges interfere with each other if they are within two-hop distance. In other words, two edges cannot transmit simultaneously on the same channel if they are sharing a node or are adjacent to a common edge.

To minimize co-channel interference in a WMN, it is necessary to assign channels to links such that links within interference range of each other are assigned different channels (colors). This problem can be termed as interference-range edge coloring, and the corresponding interference model can be called interference-range interference model. In a grid topology where links are of equal length, the interference-range edge coloring is similar to distance-2 edge coloring, as shown in Figure 2a. The channel assigned to link l1 cannot be assigned to links l2 and l3 as they are within the interference range of Node 2, which is an end node of link l1. Note that l2 and l3 are also within two-hop distance of l1. However, in a random topology where links are of different lengths due to the random nature of the topology, the interference-range edge coloring can be harder than distance-2 edge coloring, as shown in Figure 2b. In this case, the channel assigned to link l1 cannot be assigned to links l2, l3, and l4 as they are within the interference range of Node 2, which is an end node of link l1. Note that l2, l3, and l4 are within three-hop distance of l1.

Figure 2
figure 2

Interference-range edge coloring.

In our proposed network model, the number of available channels (colors) is 11 which means that K = 11. Based on its similarity to distance-2 edge coloring problem which is NP-complete for K ≥ 4, the interference-range edge coloring problem is, therefore, also NP-complete. Hence, we propose TICA, which is an approximate algorithm for CA in MRMC WMNs. TICA has an overall computational complexity of O(N3), where N is the number of nodes in the network.

5.3. Phases of TICA

TICA, as shown in Figure 3, has the following phases.

Figure 3
figure 3

TICA.

5.3.1. Topology control

In order to create the network connectivity graph with the aim of reducing the interference between MRs, network topology is controlled using power control at each MR. All nodes send their MPNTs to the gateway using their control radio. Note that in order to send its MPNT to the gateway, each MR knows the next hop to reach the gateway using its control radio via gateway advertisement process. Gateway starts with the Select 1 for less than 1 TCA and builds FNTs for all nodes. The computational complexity of this phase is O(L M + N3+ L D 2) ≈ O(N3), since L M < N2 and L D 2 < N3, where L M is the number of links in the MPNTs of all nodes, L D is the number of links in the DNTs of all nodes, and N is the number of nodes in the network.

5.3.2. Connectivity graph

Based on the FNTs of all nodes, the gateway builds the connectivity graph. It checks the resulting network for connectivity to ensure that it can reach any node in the network directly or through intermediate hops. If the resulting network is not connected, the gateway moves to a higher TCA by incrementing x in the Select x for less than x TCA. The computational complexity of this phase is O(L F + N), where L F < N2 and is the number of links in the FNTs of all nodes in the network.

5.3.3. Minimum power-based SPT with an MND of 4

After ensuring that the connectivity graph is connected, the gateway builds the SPT based on the connectivity graph. The computational complexity of this phase is O(L F + N3) ≈ O(N3). The metric for path selection is minimum power. While building the SPT, the gateway ensures that each node can have only four TR neighbors and builds an SPT with an MND of four per node. If any node in the SPT has more than four links, gateway selects those four links for that node that have the minimum weight and sets the weights of all other links to infinity. It then checks the resulting Minimum Power-based SPT (MPSPT) graph for connectivity. If the resulting MPSPT is not connected, the gateway moves to a higher TCA.

5.3.4. Link ranking

The gateway calculates the rank of each link in the SPT based on the number of nodes that use a link to reach the gateway. If l is a link and n is a node using link l to reach the gateway, then the rank of link l, i.e., r l , is given by

r l = ∑ n = 1 N I n , l ,
(4)

where N is the total number of nodes in the network. I n, l is 1 if node n is using link l, and 0 otherwise. In case of links with the same rank, link whose power of farthest node to the gateway is smallest is given a higher rank. If there are still links with the same rank, link with smallest node IDs is given a higher rank. The computational complexity of this phase is O(N2).

5.3.5. CA

The algorithm then assigns a channel to each link of the MPSPT according to its rank. The computational complexity of this phase is O(N3). It begins with assigning the 11 available channels to the 11 highest-ranked links such that channel 1 is assigned to first-ranked link. For the 12th-ranked link and onwards, the gateway checks the CA of all links within the interference range of both nodes that constitute that link. Out of the 11 available channels, those channels that are not assigned to any link within the interference range (IR) of both nodes that constitute that link are termed as non-conflicting channels. If the gateway finds one or more non-conflicting channels, it assigns that channel to the link which has the highest channel number.

5.3.5.1. Least interfering channel

If the gateway cannot find any non-conflicting channel, it selects a channel that causes minimum interference to the link. Such a channel is called a Least Interfering Channel (LIC).

5.3.5.2. Interference level

To find out the LIC, the gateway builds the interference level (IL) for all 11 channels. LIC is the channel with minimum IL, which means that assigning this channel to the 12th-ranked link results in minimum interference in the network. For example, in order to build IL for channel 1, the gateway finds all links within IR of each of the two nodes that constitute the 12th-ranked link that use channel 1 and calculates IL of each link based on its rank and distance from a node of the 12th-ranked link. It sums up individual ILs of all links that use channel 1 within IR of each of the two nodes that constitute 12th-ranked link, to find out the total IL for channel 1. This is done by using

( I L ) i = ∑ m r m R 1 d m α ,
(5)

where i is the channel that has value between 1 and 11, (IL) i is IL of channel i, r is rank of link using channel i, R is maximum rank assigned to a link in MPSPT, m is a link using channel i that is within IR of a node of the 12th-ranked link, d is distance from a node of link m to a node of the 12th-ranked link, and α is 2 or 4 depending on cross-over distance.

If a link is emanating from either of the two nodes that constitute the 12th-ranked link and a channel has been assigned to that link, then IL for this channel is set to infinity. LIC is selected as

( I L ) L I C = min [ ( I L ) 1 , ( I L ) 2 , . . . . . . . . , ( I L ) 11 ] .
(6)

Similarly, the gateway assigns channels to all the links in the MPSPT. Using its control radio, it then sends each mesh node the channel assignment and routing message (CARM). For each channel assigned to an MR, the CARM message contains the channel number and the neighbor node to communicate with using this channel. The CARM also contains the next hop to reach the gateway for data traffic. Based on the channel assigned to an MR to communicate with a neighbor and its distance to that neighbor, the MR applies power control and adjusts its transmission power accordingly, using (2) or (3), depending on the cross-over distance.

6. e-TICA

TICA uses interference-range edge coloring for assigning a channel to a link, whereby it inspects the channel-assigned links within the interference range of both mesh nodes that constitute that link before assigning it a channel. However, this approach of one-way interference-range edge coloring does not find all the LICs in most cases. This leads to undetected hidden links which results in the CAA allocating the same channel to two links within the interference range of each others' end nodes. This leads to decreased network throughput and fairness. This drawback of TICA has been addressed by employing two-way interference-range edge coloring in e-TICA. e-TICA results in an accurate CA thus reducing interference and improving fairness among flows without sacrificing the network throughput. Its computational complexity is the same as that of TICA.

We investigate a scenario, as shown in Figure 4, where TICA, which is based on one-way interference-range edge coloring, has been used for CA. This scenario consists of a random topology comprised of 36 MRs where Node 15 is the gateway. The interference range is indicated by the circular disks in Figure 4. Link 23-19 is ranked nine and hence, it is allocated channel 9, which has not been allocated to any other link yet. Link 1-17 has a lower rank as it is used by four nodes to reach the gateway. Since the algorithm has already allocated the 11 channels, it searches the interference range of nodes 1 and 17 for an available channel. Link 1-17 is assigned channel 9 as the algorithm cannot find any other link using channel 9, as shown in Figure 4. From Figure 4, it can be observed that nodes 1 and 17 are in the interference range of nodes 23 and 19 of link 23-19, which is not identified by TICA because it is based on one-way interference-range edge coloring. In other words, link 23-19 becomes a hidden link during the CA phase of link 1-17. Eventually, links 1-17 and 23-19 share the same channel even though the nodes which constitute these links are within the interference range of each other. Therefore, the hidden link problem may lead to degradation in the network throughput and fairness.

Figure 4
figure 4

One-way interference-range edge coloring.

The proposed algorithm, e-TICA, resolves the above problem by using two-way interference-range edge coloring. When channels are being assigned to links, e-TICA inspects the links in the interference range of both nodes associated with both links. For example, in order to assign a channel to link 1-17, e-TICA checks the channels being used in the interference range of nodes 1 and 17, as well as the channel assigned to link 23-19. We term the new model as two-way interference-range edge coloring, which implies that links formed by nodes that are within the interference range of each other will not be allocated the same channel, provided that there is a channel available for allocation. Table 1 summarizes the CA with TICA as well as e-TICA for the scenario described above. As is evident from this table, e-TICA allocates channel 7 to link 1-17 instead of channel 9. TICA also allocates the same channel to links 19-36 and 1-31 in this scenario even though the nodes that constitute these links are within the interference range of each other, whereas e-TICA allocates channel 8 to link 1-31 instead of channel 11, thereby eliminating the hidden link problem.

Table 1 Comparison of TICA and e-TICA channel assignments

Tables 2 and 3 show a comparison of the number of LICs resulting from TICA and e-TICA for 25 different random topologies (RTs) of a 36-node network and a 100-node network, respectively. As can be seen from these tables, TICA does not find all the LICs in most cases, whereas e-TICA is able to do so and thus results in a more accurate CA.

Table 2 Comparison of LICs identified by TICA, e-TICA, and e-TICA2 (36-node network)
Table 3 Comparison of LICs identified by TICA, e-TICA, and e-TICA2 (100-node network)

7. e-TICA2

The two-way interference-range edge-coloring introduced in e-TICA leads to an improved CA scheme and eliminates the problem of hidden links. However, in some topologies, owing to the long links, LICs result in increasing the interference. Hence, reuse of a channel within the interference range causes significant decrease in network throughput. Since the long links contribute to interference, they should be replaced with shorter links wherever possible. So, a modified CAA, e-TICA2, is presented in this section which employs an MST rooted at the gateway instead of a SPT to reduce the occurrence of conflicting channels, thereby, improving fairness in medium access and network throughput. Its computational complexity is also same as that of TICA.

7.1. Improving fairness in medium access using MST

A scenario as shown in Figure 5 is investigated, where a topology encounters LICs while utilizing the e-TICA algorithm. Due to LICs, the network throughput decreases as a result of interference caused by links using the same channel within the interference range. In this scenario, link 18-28 has been assigned channel 5 by e-TICA and link 12-24 has also been allocated channel 5. The circular disk in Figure 5 indicates the interference range of node 18. Since the link 12-24 is in the interference range of node 18, both nodes 28 and 24 will compete for access to the medium on this channel. Specifically, when node 24 needs to communicate with node 12 on channel 5 and node 28 needs to communicate with node 18 on the same channel simultaneously, contention for medium access based on CSMA/CA will occur on channel 5. The presence of LICs affects the fairness in medium access and hence the network throughput, since some nodes, such as nodes 28 and 24, compete for access to the medium.

Figure 5
figure 5

Interference range of node 18 (e-TICA).

A new approach is proposed for maximizing spatial channel reuse and reducing LICs by utilizing an MST rooted at the GW instead of the SPT. The motivation behind using MST is to achieve short link lengths which will result in the medium being shared efficiently by reducing LICs. Since transmit power is proportional to the distance between the nodes, the shorter the distance, the lower the transmit power. Less transmit power translates to less interference which leads to better spatial channel reuse. The modified CAA, e-TICA2, replaces the SPT approach of e-TICA with the MST approach. In both approaches, the link weight is the minimum transmit power required by a node to reach its neighbor for building the minimum power based tree. Figure 6 shows that utilizing MST results in shorter hops between nodes and hence, the interference range of node 18 is shrunk. Table 2 also shows the number of LICs resulting from e-TICA2 for 25 different RTs of a 36-node network. In the investigated scenario, the SPT approach results in 6 LICs, whereas the MST approach, indicated by RT 17 in Table 2, reduces the number of LICs to 4. e-TICA2 results in a reduction of LICs, as indicated in Tables 2 and 3, which implies that nodes have better access to the medium whenever they have data to transmit. Thus, competition with other nodes for access to the medium on the assigned channel is lower. So, utilizing minimum power-based MST (MPMST) will improve the fairness in medium access and hence, the network throughput.

Figure 6
figure 6

Interference range of node 18 (e-TICA2).

7.2. Improving throughput using four radios of the gateway

The maximum achievable throughput of a topology is limited by the performance bottleneck at the links which originate from the GW, as well as the number of traffic sources using those links. The maximum data rates achievable at a link with one, two, and three sources are 8.192, 16.384, and 24.576 Mbps, respectively. IEEE 802.11a supports a maximum data rate of 54 Mbps. However, the effective data rate is 24.748 Mbps, while the rest is consumed by overhead. Hence, if there are more than three sources sharing a link, there is a traffic bottleneck at that link with the achievable data rate being limited to 24.748 Mbps. The maximum achievable throughput and in turn the throughput performance of e-TICA2 can be improved by utilizing all four radios of the gateway. In order to utilize all four radios of the gateway, e-TICA2 builds an MPMST from the gateway utilizing its four nearest neighbors.

A scenario is investigated using e-TICA and e-TICA2 as shown in Figures 7 and 8, respectively. From Figure 7, it can be seen that e-TICA results in the GW utilizing only one of its four radios. This limits the maximum achievable throughput to 24.748 Mbps. As shown in this figure, all sources are using the same link to reach the GW which causes a bottleneck at link 15-25. This traffic bottleneck limits the throughput performance of the network by confining the maximum achievable throughput. Applying e-TICA2 to the same topology increases the maximum achievable throughput to 49.3 Mbps. As shown in Figure 8, e-TICA2 ensures that the GW utilizes all four of its radios. The traffic load is now distributed among the four links of the GW where the maximum traffic load on the links 15-8, 15-16, 15-25, and 15-2 is 24.748, 8.192, 8.192, and 8.192 Mbps, respectively. Thus, the traffic load is distributed among the four radios in e-TICA2 as compared to one radio in e-TICA. This reduces traffic congestion on the links which are close to the GW and results in an improvement in the throughput and fairness of the network. The throughput of this scenario with TICA and e-TICA is 24.6 Mbps, whereas with e-TICA2 is 49.3 Mbps.

Figure 7
figure 7

SPT (e-TICA).

Figure 8
figure 8

MST (e-TICA2).

8. FRM

The proposed CAAs are fault-tolerant and support automatic and fast failure recovery. In case of node failure, the FRM is initiated by the gateway.

All nodes send periodic "keep-alive" messages to the gateway on the control channel using their control radios. The keep-alive message tells the gateway that the node is active. If the gateway does not receive three consecutive keep-alive messages from a node z, then it concludes that node z has failed and is no longer active. The gateway then deletes the MPNT for this node and deletes node z from MPNTs of all its neighboring nodes. Note that the gateway received MPNTs of all nodes during the setup phase. During the setup phase, nodes exchanged Hello messages, which were transmitted at maximum power on the control channel and contained the node ID and node position. From the received Hello messages, each node built an MPNT by arranging its neighboring nodes in ascending order of their distance. Each node then sent its MPNT to the gateway over the control channel using its control radio.

After detecting the failed node, deleting its corresponding MPNT and deleting it from the MPNTs of its neighbors, the gateway builds the DNT for each node using the Select x for less than x TCA. The gateway converts the uni-directional links in the DNT of a node into bi-directional links, which results in the FNT of that node. Similarly, the gateway builds the FNTs for all active nodes. Based on the FNTs of all active nodes in the network, the gateway builds the connectivity graph and checks the resulting network for connectivity. After ensuring that the connectivity graph is connected, the gateway builds the MPSPT (as in TICA and e-TICA) or MPMST (as in e-TICA2), with an MND of four. After ensuring that the minimum power-based tree is connected, the gateway builds the link ranking. Based on the link ranking, the gateway assigns the channels to links.

The gateway then sends the new CARM to all nodes in the network on the control channel. Each MR receives the CARM on the control channel over its control radio and compares the existing CA with the updated CA. It switches its radios to new channels in case the new CA is different from the old one. Based on the channel assigned to an MR to communicate with a neighbor and its distance to that neighbor, the MR applies power control and adjusts its transmission power accordingly, using (2) or (3) depending on the cross-over distance. Each MR also updates its next hop required to reach the gateway for data traffic. Figures 9, 10, and 11 highlight the FRM, which reorganizes the network to bypass the failed Node 9 and restores connectivity.

Figure 9
figure 9

Connectivity graph with select 3 for less than 3 TCA after node 9 fails.

Figure 10
figure 10

Connectivity graph with select 4 for less than 4 TCA after node 9 fails.

Figure 11
figure 11

MPSPT with an MND of 4 after node 9 fails.

9. Performance evaluation

The performance of our proposed CAA, TICA, for MRMC WMNs is compared against the Common Channel Assignment (CCA) scheme [27] as well as its variant, CCA with topology control (CCA-TC), in terms of network throughput. CCA is a well known and commonly used benchmark scheme, which has also been used before by other first-of-their-kind schemes, such as [5, 7], for performance comparison. Then, we have compared the performance of e-TICA and e-TICA2 with TICA in terms of throughput ratio and fairness ratio. If x i be the throughput of a flow i and N is the total number of flows (sources) in the network, then the Jain's fairness index, FJ, is given by

F J = ∑ i = 1 N x i 2 N ⋅ ∑ i = 1 N x i 2
(7)

Absolute fairness is achieved when FJ = 1 and absolute unfairness is achieved when FJ = 1/N.

For the purpose of comparison between the fairness of CAAs, we define the 'Fairness Ratio', F X,Y , as

F X , Y = F J , X F J , Y ,
(8)

where X and Y could be TICA, e-TICA, or e-TICA2. Therefore, F X,Y > 1 indicates that fairness of CAA X is better than that of CAA Y.

The 'Throughput Ratio', T R , is defined as the ratio of the throughput achieved by e-TICA2, e-TICA, and TICA over their maximum achievable throughputs, respectively. T R = 1 indicates that the algorithm has achieved the maximum achievable throughput for that particular topology.

In the CCA scheme, all MRs have four radio interfaces. The first radio on each MR is tuned to the first non-overlapping channel; the second radio is tuned to the second non-overlapping channel, and so on. In this scheme, MRs do not control their power, transmit with the same maximum power, and use AODV (Ad-hoc On-Demand Distance Vector) routing protocol [28]. In the CCA-TC scheme, the MRs follow the same network model as that proposed in Section 3. In this scheme, the network topology is controlled using the Select x for less than x TCA. However, the channels are assigned to the links of the MPSPT similar to the CCA scheme. From the CARM, each MR applies power control based on the channel assigned to an MR to communicate with a neighbor and its distance to that neighbor as well as updates its next hop.

9.1. Simulation environment

The performance of the proposed CAAs has been evaluated using simulations which have been carried out in NS2 (version 2.30) [29]. The original model in NS2 was modified using the procedure given in [30] to create multi-interface mesh nodes. All radios are IEEE 802.11a radios that support 12 channels. The packet reception threshold is set to -65 dBm in order to achieve a maximum data rate of 54 Mbps supported by IEEE 802.11a. In order to achieve a strongly connected topology, the maximum transmission power for all radios is set to 27 dBm. RTS/CTS is disabled.

9.2. Network topology

A random topology has been used for the evaluation, in which MRs are distributed randomly according to a uniform distribution in a 500 × 500 m2 area. Twenty-five different random topologies of a 36-node network and a 100-node network are considered. Irrespective of its location, Node 15 is set to be the gateway for all random topologies.

9.3. Simulation parameters

The physical (PHY) and medium access control (MAC) layer settings used for the simulations are shown in Tables 4 and 5, respectively. The MRs at the periphery of the network are the traffic sources and send traffic to the gateway simultaneously, thus representing a scenario in which multiple flows within the WMN interfere with each other. Each of these nodes generates an 8 Mbps Constant Bit Rate UDP traffic stream consisting of 1024 bytes packets for 100 s. The propagation model is chosen to be two-ray propagation model if the distance between two nodes is greater than the cross over distance and the free space propagation model otherwise.

Table 4 PHY layer configuration in NS2
Table 5 MAC layer configuration in NS2

9.4. Simulation results

9.4.1. TICA versus CCA

9.4.1.1. Network throughput

Tables 6 and 7 and Figures 12 and 13 show the results for the average network throughput of all three CAA schemes for 25 different random topologies of the 36-node network and the 100-node network, respectively. These results clearly indicate that TICA significantly outperforms the other two schemes.

Table 6 Results for network throughput (36-node network)
Table 7 Results for network throughput (100-node network)
Figure 12
figure 12

Throughput comparison for 36-node network (TICA versus CCA).

Figure 13
figure 13

Throughput comparison for 100-node network (TICA versus CCA).

9.4.2. e-TICA versus TICA

9.4.2.1. Throughput ratio

As stated earlier, the maximum achievable throughput of a topology is limited by the performance bottleneck at the links that originate from the gateway, as well as the number of traffic sources using these links. For the scenario in Figure 4, there are four links emanating from the GW. The maximum achievable throughput for links 15-2 and 15-5 is 8.192 Mbps each since there is only one source using each link. The maximum achievable throughput for link 15-31 is 24.576 Mbps since there are three sources using this link. The maximum achievable throughput for link 15-8 is limited to 24.748 Mbps since there are more than three sources using this link. Hence, the total maximum achievable throughput for this scenario is 65.7 Mbps.

In Tables 8 and 9 and Figures 14 and 15, the throughput ratios of e-TICA and TICA over the maximum achievable throughput for 25 different realizations of the random topology for the 36-node network and the 100-node network are shown, respectively. The difference in T R achieved by e-TICA and TICA is apparent from these results. For the 100-node network, the average T R achieved by e-TICA is 9% more than that achieved by TICA.

Table 8 Results for throughput ratio (36-node network)
Table 9 Results for throughput ratio (100-node network)
Figure 14
figure 14

Comparison of throughput ratio for 36-node network (e-TICA versus TICA).

Figure 15
figure 15

Comparison of throughput ratio for 100-node network (e-TICA versus TICA).

9.4.2.2. Fairness ratio

In Tables 10 and 11 and Figures 16 and 17, the F R among traffic flows in the network using e-TICA is compared with that achieved using TICA for 25 different realizations of the random topology for the 36-node network and the 100-node network, respectively, using (8). F R > 1 indicates better fairness by e-TICA than by TICA. It is apparent from these results that e-TICA outperforms TICA in terms of fairness. For the 100-node network, the average F R over the 25 random topologies is 1.20. This improvement is due to the two-way interference-range edge coloring during CA, which results in the elimination of hidden links leading to a more accurate CA with e-TICA. As a result, fairness among traffic flows in the network is improved with e-TICA without sacrificing the average network throughput.

Table 10 Results for fairness ratio (36-node network)
Table 11 Results for fairness ratio (100-node network)
Figure 16
figure 16

Comparison of fairness ratio for 36-node network (e-TICA versus TICA).

Figure 17
figure 17

Comparison of fairness ratio for 100-node network (e-TICA versus TICA).

9.4.3. e-TICA2 versus e-TICA and TICA

TICA and e-TICA use the SPT approach to build a minimum power-based tree from the gateway to each node whereas e-TICA2 employs the MST approach for the same. For a fair comparison, we have ensured that the number of traffic sources is the same for all three CAAs in the following way. If A = {end nodes for SPT} and B = {end nodes of MST}, then for comparing all three CAAs, we have made a super set 'C' which is defined as C = A U B. Hence, C = {end nodes of SPT and MST}. Thus, the traffic sources in each realization of the random topology for each CAA are the end nodes of the SPT and the end nodes of the MST.

9.4.3.1. Throughput ratio

Tables 12 and 13 and Figures 18 and 19, which show a comparison of the T R for the three CAAs for the 36-node network and the 100-node network, respectively, indicate that e-TICA2 outperforms TICA and e-TICA in most random topologies. For the 100-node network, the average T R achieved by e-TICA2 is 14% more than that achieved by e-TICA and 23% more than that achieved by TICA. This improvement is due to the MST approach and the use of maximum possible radios out of the four available radios of the GW to build the MST. MST rooted at the gateway replaces long links with shorter ones. Shorter hops lead to shrinking the interference range which in turn leads to better spatial reuse. Hence, LICs are reduced, thereby improving fairness of medium access for the mesh nodes. Also, utilizing the maximum possible radios of the GW to build the MST results in the distribution of the traffic load among the links of the GW, thereby, reducing the traffic bottleneck at the GW.

Table 12 Results for throughput ratio (36-node network)
Table 13 Results for throughput ratio (100-node network)
Figure 18
figure 18

Comparison of throughput ratio for 36-node network (e-TICA2 versus e-TICA and TICA).

Figure 19
figure 19

Comparison of throughput ratio for 100-node network (e-TICA2 versus e-TICA and TICA).

9.4.3.2. Fairness ratio

Tables 14 and 15 and Figures 20 and 21 show that fairness ratio of e-TICA2 is better than that of TICA but less than that of e-TICA. For the 100-node network, the average fairness ratio of e-TICA2 over TICA is 1.07 whereas the average fairness ratio of e-TICA2 over e-TICA is 0.97.

Table 14 Results for fairness ratio (36-node network)
Table 15 Results for fairness ratio (100-node network)
Figure 20
figure 20

Comparison of fairness ratio for 36-node network (e-TICA2 versus e-TICA and TICA).

Figure 21
figure 21

Comparison of fairness ratio for 100-node network (e-TICA2 versus e-TICA and TICA).

These results clearly show that e-TICA2 leads to improved network throughput, as compared to e-TICA and TICA. Also, e-TICA2 is fairer than TICA but less fair as compared to e-TICA. In e-TICA2, MST leads to shorter links/hops having shorter interference range, which leads to reduced LICs, improved fairness in medium access and hence, improved network throughput. Although MST leads to shorter hops but it also leads to more hops from the source to the gateway and the average number of hops from the sources to gateway increases. Due to these more hops from the sources to the gateway, more flows pass through the same link and have to share that link, which negatively impacts the fairness among the flows in the network.

10. Conclusion

In this article, we have introduced Select x for less than x TCA, which minimizes the co-channel interference by selecting the nearest neighbors for each mesh node in the network. We have introduced TICA, which is a fixed and centralized CAA for MRMC WMNs. It employs topology control based on power control by using Select x for less than x TCA for building the connectivity graph. It assigns channels to the multi-radio mesh nodes with the objective of improving the network throughput by minimizing the co-channel interference as well as ensures network connectivity. As verified by simulation results, TICA significantly outperforms the CCA scheme and its variant, CCA-TC scheme, in terms of network throughput. We proposed a new FRM for our proposed CAAs, which supports automatic and fast failure recovery. The GW runs the FRM in case of node failure.

We have shown that enhancements made to TICA lead to an improved CAA, e-TICA, which is verified by the simulation results presented herein. The key objective during the CA phase in an MRMC WMN is to eliminate the presence of conflicting channels within the interference range of nodes. However, due to the availability of a limited number of orthogonal channels, this is not always possible. Hence, a CAA that reduces interference among nodes and provides maximum spatial reuse is needed. The two-way interference-range edge coloring model, introduced in e-TICA, implies that links formed by nodes that are within the interference range of each other will not be allocated the same channel, provided that there is a channel available for allocation. This leads to a better CA strategy yielding an improved CAA, e-TICA, which improves the fairness among traffic flows without compromising the network throughput.

We have shown that enhancements made to e-TICA lead to a more efficient CAA, e-TICA2, which has been verified by the simulation results. To overcome the co-channel interference problem caused by long links in a random topology, e-TICA2 utilizes an MST rooted at the GW. The shorter links resulting from MST lead to a small interference range. Replacing SPT with MST in e-TICA2 leads to the reduction of LICs, which reduces the interference and improves medium access fairness, thereby, increasing the network throughput. The simulation results indicate that the average throughput ratio over 25 random topologies for the 100-node network, using e-TICA2, is 14% more than that achieved by e-TICA and 23% more than that achieved by TICA. The fairness among traffic flows with e-TICA2 is better than that with TICA but less than that with e-TICA. The two enhancements of utilizing an MST and maximum possible out of the four radios of the GW, when coupled together, yield an improved CAA, e-TICA2, which is successful in improving the medium access fairness by reducing the conflicting channels, thereby increasing network throughput, while also improving the fairness among traffic flows.

The propagation model used is free-space model or two-ray model depending upon the cross-over distance. As part of future work, the performance of the proposed CAAs may be tested under more realistic propagation models, such as Shadowing and Rayleigh-fading.

References

  1. Skalli H, Ghosh S, Das SK, Lenzini L, Conti M: Channel assignment strategies for multi-radio wireless mesh networks: issues and solutions. IEEE Commun Mag 2007, 45(11):86-93.

    Article  Google Scholar 

  2. Chaudhry AU, Hafez RHM, Aboul-Magd O, Mahmoud SA: Throughput improvement in multi-radio multi-channel 802.11a-based wireless mesh networks. In IEEE Globecom 2010. Miami, USA; 2010:1-5. doi: 10.1109/GLOCOM.2010.5684193

    Google Scholar 

  3. Ahmad N, Chaudhry AU, Hafez RHM: Enhanced topology-controlled interference-aware channel assignment for multi-radio multi-channel wireless mesh networks. In IFIP Wireless Days 2011. Niagra, Canada; 2011:1-6. doi: 10.1109/WD.2011.6098188

    Chapter  Google Scholar 

  4. Chaudhry AU, Hafez RHM, Aboul-Magd O, Mahmoud SA: Fault-tolerant and scalable channel assignment for multi-radio multi-channel IEEE 802.11a-based wireless mesh networks. In IEEE Globecom 2010 Workshop on Mobile Computing and Emerging Communication Networks 2010 (MCECN 2010). Miami, USA; 2010:1113-1117. doi: 10.1109/GLOCOMW.2010.5700108

    Google Scholar 

  5. Raniwala A, Gopalan K, Chiueh T: Centralized channel assignment and routing algorithms for multi-channel wireless mesh networks. ACM MC2R 2004, 8(2):50-65.

    Google Scholar 

  6. Kyasanur P, Vaidya N: Routing and interface assignment in multi-channel multi-interface wireless networks. In IEEE WCNC 2005. New Orleans, USA; 2005:2051-2056. doi: 10.1109/WCNC.2005.1424834

    Google Scholar 

  7. Ramachandran K, Belding E, Almeroth K, Buddhikot M: Interference-aware channel assignment in multi-radio wireless mesh networks. In IEEE INFOCOM 2006. Barcelona, Spain; 2006:1-12. doi: 10.1109/INFOCOM.2006.177

    Google Scholar 

  8. Raniwala A, Chiueh T: Architecture and algorithms for an IEEE 802.11-based multi-channel wireless mesh network. In IEEE INFOCOM 2005. Miami, USA; 2005:2223-2234. doi: 10.1109/INFCOM.2005.1498497

    Google Scholar 

  9. Koshy R, Ruan L: A joint radio and channel assignment (JRCA) scheme for 802.11-based wireless mesh networks. In IEEE Globecom Workshops 2009. Honolulu, USA; 2009:1-6. doi: 10.1109/GLOCOMW.2009.5360773

    Chapter  Google Scholar 

  10. Avallone S, Akyildiz IF: A channel assignment algorithm for multi-radio wireless mesh networks. Comput Commun 2008, 31(7):1343-1353.

    Article  Google Scholar 

  11. Subramanian AP, Gupta H, Das SR, Jing C: Minimum interference channel assignment in multiradio wireless mesh networks. IEEE Trans Mob Comput 2008, 7(12):1459-1473.

    Article  Google Scholar 

  12. Li N, Hou J, Sha L: Design and analysis of an MST-based topology control algorithm. IEEE Trans Wirel Commun 2005, 4(3):1195-1206.

    Article  Google Scholar 

  13. Huang H, Cao X, Wang X: Topology simplification and channel assignment in multi-radio wireless mesh networks. IEEE International Conference on Systems, Man and Cybernetics 2008 (SMC 2008), Singapore 2008, 1285-1290. doi: 10.1109/ICSMC.2008.4811461

    Chapter  Google Scholar 

  14. Marina MK, Das SR: A topology control approach for utilizing multiple channels in multi-radio wireless mesh networks. In 2nd International Conference on Broadband Networks, 2005. Boston, USA; 2005:381-390. doi: 10.1109/ICBN.2005.1589641

    Google Scholar 

  15. Athota K, Negi A, Rao CR: Interference-traffic aware channel assignment for MRMC WMNs. In IEEE 2nd International Advance Computing Conference 2010 (IACC 2010). Patiala, India; 2010:273-278. doi: 10.1109/IADCC.2010.5422998

    Chapter  Google Scholar 

  16. Vergados DD, Vergados DJ, Sgora A, Vouyioukas D, Anagnostopoulos I: Enhancing fairness in wireless multi-hop networks. In 3rd International Conference on Mobile Multimedia Communications 2007 (MobiMedia 2007). Nafpaktos, Greece; 2007:1-6. ISBN 978-963-06-2670-5

    Google Scholar 

  17. Durvy M, Dousse O, Thiran P: Self-organization properties of CSMA/CA systems and their consequences on fairness. IEEE Trans Inf Theory 2009, 55(3):931-943.

    Article  MathSciNet  Google Scholar 

  18. Nahle S, Malouch N: Graph-based approach for enhancing capacity and fairness in wireless mesh networks. In IEEE Globecom 2009. Honolulu, USA; 2009:1-7. doi: 10.1109/GLOCOM.2009.5425230

    Google Scholar 

  19. Ronasi K, Gopalakrishnan S, Wong V: Flow starvation mitigation for wireless mesh networks. In IEEE WCNC 2009. Budapest, Hungary; 2009:1-6. doi: 10.1109/WCNC.2009.4917728

    Google Scholar 

  20. Jain R: The Art of Computer Systems Performance Analysis: Techniques for Experimental Design, Measurement, Simulation, and Modeling. Wiley-Interscience, New York; 1991.

    Google Scholar 

  21. IEEE Standard for Information Technology-Telecommunications and Information Exchange Between Systems-Local and Metropolitan Area Networks-Specific Requirements--Part 11: Wireless LAN MAC and PHY Specifications IEEE Std 802.11-2007. Revision of IEEE Std 802.11-1999

  22. Bicket J, Aguayo D, Biswas S, Morris R: Architecture and evaluation of an unplanned 802.11b mesh network. In 11th Annual International Conference on Mobile Computing and Networking 2005 (MOBICOM 2005). Cologne, Germany; 2005:31-42. doi: 10.1145/1080829.1080833

    Google Scholar 

  23. Kawadia V, Kumar PR: Principles and protocols for power control in wireless ad hoc networks. IEEE J Sel Areas Commun (Special Issues in Wireless Ad Hoc Networks) 2005, 23(1):76-88.

    Article  Google Scholar 

  24. Rappaport T: Wireless Communications: Principles and Practice. 2nd edition. Prentice Hall, Upper Saddle River, NJ; 2002.

    MATH  Google Scholar 

  25. Mahdian M: On the computational complexity of strong edge coloring. Disc Appl Math 2002, 118: 239-248.

    Article  MathSciNet  MATH  Google Scholar 

  26. Shin M, Lee S, Kim Y: Distributed channel assignment for multi-radio wireless networks. In IEEE International Conference on Mobile Ad hoc and Sensor Systems 2006. Vancouver, Canada; 2006:417-426. doi: 10.1109/MOBHOC.2006.278582

    Chapter  Google Scholar 

  27. Draves R, Padhye J, Zill B: Routing in multi-radio, multi-hop wireless mesh networks. In ACM MobiCom 2004. Philadelphia, USA; 2004:114-128. doi: 10.1145/1023720.1023732

    Google Scholar 

  28. Ad Hoc On-Demand Distance Vector (AODV) Routing Ptotocol. RFC3561[http://www.ietf.org/rfc/rfc3561.txt]

  29. The VINT Project: Network Simulator--NS2[http://www.isi.edu/nsnam/ns/]

  30. Calvo RA, Campo JP: Adding multiple interface support in NS-2.University of Cantabria; 2007. [http://personales.unican.es/aguerocr/files/ucMultiIfacesSupport.pdf]

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Aizaz U. Chaudhry.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Authors’ original file for figure 4

Authors’ original file for figure 5

Authors’ original file for figure 6

Authors’ original file for figure 7

Authors’ original file for figure 8

Authors’ original file for figure 9

Authors’ original file for figure 10

Authors’ original file for figure 11

Authors’ original file for figure 12

Authors’ original file for figure 13

Authors’ original file for figure 14

Authors’ original file for figure 15

Authors’ original file for figure 16

Authors’ original file for figure 17

Authors’ original file for figure 18

Authors’ original file for figure 19

Authors’ original file for figure 20

Authors’ original file for figure 21

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chaudhry, A.U., Ahmad, N. & Hafez, R.H.M. Improving throughput and fairness by improved channel assignment using topology control based on power control for multi-radio multi-channel wireless mesh networks. J Wireless Com Network 2012, 155 (2012). https://doi.org/10.1186/1687-1499-2012-155

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2012-155

Keywords