An on-demand routing protocol for multi-hop multi-radio multi-channel cognitive radio networks

Size: px
Start display at page:

Download "An on-demand routing protocol for multi-hop multi-radio multi-channel cognitive radio networks"

Transcription

1 An on-demand routing protocol for multi-hop multi-radio multi-channel cognitive radio networks Ahmed Chehata, Wessam Ajib, Halima Elbiaze Computer science department Université du Québec à Montréal, Canada Abstract Cognitive radio networks are composed of spectrumagile devices capable of changing their configurations and transmission parameters on the fly based on their spectral environment. This capability opens up the possibility of designing flexible and dynamic spectrum access strategies with the purpose of opportunistically reusing portions of the spectrum temporarily vacated by licensed primary users. However, this flexibility in the spectrum access brings a new complexity in the design of communication protocols at different layers. In this paper, we consider the problem of routing in multi-hop cognitive radio networks. We propose a multi-radio multi-channel on-demand solution that is able to effectively manage the transmission activities of cognitive and primary users. The routing metric should be carefully developed in order to provide a tradeoff between the channel diversity of the routing path and the endto-end delay. Through simulations, we highlight the performance of our proposed solution and compare it to multi-radio multichannel on-demand distance vector protocol. I. INTRODUCTION A recent report by the Federal Communications Commission (FCC) [] has showed that the fixed spectrum assignment policy is becoming inefficient and unsuitable for today s wireless communication systems. This inefficient spectrum usage can be overcome by allowing unlicensed users having cognitive radios (CRs) to dynamically access the bands without interfering with the licensed primary users. A CR is a spectrumagile radio able to switch between channels (i.e. frequency bands) in the environments of dynamic spectrum usage by sensing the different bands and opportunistically utilizing the bands showing a lack of activities of licensed users. Research on cognitive radio networks (CRNs) experienced a tremendous increase in volume during the last few years [2], [3], [4]. In a CRN, the transmission of Primary Users (PUs) should not be affected by the activities of Secondary Users (SUs). In addition, a SU should immediately interrupt its transmission whenever a neighboring PU activity is detected, which requires continuous spectrum monitoring. In fact, the connectivity map of a multi-hop CRN is determined by the available bands and by the activities of PUs. More specifically, the task of finding and selecting the appropriate path from a source to a destination node in an environment that evolves dynamically can be a highly challenging problem. In a CRN, the possible environments can be classified according to the primary users activities into three categories: //$26. c 2 IEEE Static: The PUs are rarely active and hence the system doesn t differ from other wireless systems. In this case, it can be assumed that once a SU finds an available band, it can exploit that band for an unlimited period of time. Dynamic: The PUs have dynamic activities; i.e., they come and go more frequently which cause an intermittent availability of frequency bands. Opportunistic: The PUs are highly active which makes it rare for a SU to have a whole uninterrupted end-to-end transmission. Routing in multi-hop CRNs exhibits similarities with routing in multi-hop multi-channel Ad-hoc and Mesh networks but faces several new challenges. Both routings target the creation and maintenance of a routing path by selecting the proper relay nodes and the channel to be used on each link of the path. However in multi-hop CRNs, routing should deal with primary transmissions which dynamically change the spectrum availability. Due to this key challenge, the spectrum information is required and collaboration between the path selection and the spectrum decision is needed. Another challenge is how to measure the quality of different paths. Classical measures, such as throughput and delay, should be coupled with spectrum availability/stability and the dynamics of PU activity. A third challenge is the route maintenance and recovery. Link failure in multi-hop CRNs may happen after a sudden appearance of PU. Hence, effective signaling procedures are required to quickly recover the broken paths. In the past few years, much of the research on CRN have been made on PHY and MAC layers and little research have focused on the network and routing protocols for multi-hop CRNs. In [9], the authors provides a survey on the challenges and solutions given for routing in multi-hop CRNs. The authors of [] proposes a new routing protocol for CRNs that optimizes the end-to-end with service differentaiation. The authors [5] and [6] propose comprehensive frameworks to address channel assignment and routing based on the creation of a layered graph which features a number of layers equal to the number of available channels. However, the proposed routing approaches are centralized requiring network-wide signaling support to generate the layered-graph. In [7] a routing protocol that accounts for long and short terms spectral availability is proposed but maintenance and recovery have not been considered in depth. In [8] a tree-based protocol has been

2 proposed. However, the proposed routing recovery mechanism requires that if a node is affected by a PU activity in a certain channel, then all the nodes (including those unaffected) must dismiss such a channel. Moreover, a root node is needed to gather all the dynamic system information which requires an important amount of energy and computation. In this paper, we propose an on-demand routing protocol for multi-hop multi-radio multi-channel CRNs which is able to effectively manage the set of radios and channels available in the network. A local recovery mechanism is also presented to deal with the primary users onsets. The rest of the paper is organized as follows. In Section II, we present the metric used in our solution. Sections III describes the on-demand routing protocol and the route and maintenance recovery mechanism. Then, simulation results are illustrated in Section IV and we conclude in Section V. II. THE ROUTING METRIC The routing metric used in multi-hop CRNs should reflect the bands availability, the links quality, the PU activities and QoS requirements of SUs. In this paper, we use Weighted Cumulative Expected Transmission Time (WCETT) metric that was developed to find high-throughput routing paths in multi-radio, multi-hop wireless networks. This metric assigns weights to each link based on its quality; and then, these weights are combined. In the following, we show how to calculate WCETT. A. Expected Transmission count (ETX) ETX, proposed by [], is defined as the expected number of transmissions at the link-layer needed to successfully transmit a packet over a link. To calculate ETX, each node sends small probe packets and the neighboring nodes acknowledge the probe packets correctly received. Thus, every node knows the ratio of probes received in the forward and reverse directions, denoted d f and d r respectively. Then, the likelihood that a packet arrives and is acknowledged correctly is d f d r. It is assumed that each attempt to transmit a packet is statistically independent from the precedent ones and from the packet size which implies that the sending attempt can be considered a Bernoulli trial. Then, the ETT over link l is: ET X(l) = d f d r. () The ETX of a path p, ET X(p), is the summation of the ETX of all the links l p belonging to path, p. ET X(p) = l p ET X(l). (2) ETX selects routes with knowledge of the delivery ratios which is a more pertinent information than the hop count metric, thus increasing the throughput and improving the network utilization. However, ETX has the disadvantage of only considering the link loss rate and not the link data transmission rate (related to the transmission delay). B. Expected Transmission Time (ETT) ETT metric was subsequently proposed by [2] to improve the ETX metric by integrating the link data transmission rate. ETT can be defined as the bandwidth-adjusted version of ETX since the latest is multiplied by the link bandwidth to obtain the packet transmission delay. Let S denote the packet size and B l the bandwidth of link l, then: ET T (l) = ET X(l) (S/B l ). (3) By introducing the link bandwidth into the calculation of the path cost, the ETT metric captures the impact of the link capacity on the routing performance in addition of the impact of physical interference (related to the link loss rate). C. Weighted Cumulative ETT (WCETT) The WCETT metric [2] is an extension of ETT metric suggesting to compute the path metric as something more than just the sum of the metric values of the individual links belonging to this path. Considering only the summation does not take into account the fact that concatenated links may interfere with each other, if they use the same channel. Hence, WCETT aims to specifically reduce intra-flow interference by minimizing the number of nodes using the same channel in the end-to-end routing path. Let N be the total number of channels of a system, the sum of transmission times over all hops on channel j, j N, is defined as: X j = ET T (l). (4) j is used on linkl As the total path throughput will be dominated by the bottleneck channel, which has the largest X j, [2] propose to use a weighted average between the maximum value of X j and the sum of all ETTs. This results in the formula: W CET T = ( β) l p ET T (l) + β max j N X j, (5) where β is a tunable parameter ( β ). The max X j j N term explicitly captures the intra-flow interference since the paths having more channel diversity will have lower weights. Therefore, (5) can be seen as a tradeoff between the path latency (first term) and the channel diversity of the selected path (second term). In [2], the authors studied thoroughly the impact of β on routing performance in multi-channel multiradio multi-hop wireless networks and show its minor effect on the throughput. The impact of β in our system model is similar to [2] and hence we select a fixed value of β =.5 to balance the channel diversity and the latency of the path. A. System Model III. PROTOCOL DESCRIPTION We consider a wireless communication system with N channels for data traffic and one additional channel for signaling traffic. We assume stationary secondary and primary users. The locations, the number and the transmission standards of the PUs are assumed unknown to the SUs. The transmissions of

3 PUs are sensed by a spectrum sensing mechanism, which is out of the scope of this paper. Each SU has two radio interfaces: a fixed interface assigned for long intervals to some specific fixed channel and used for data reception; a switchable interface dynamically assigned to any data traffic channel over short time scales. The corresponding channel is called switchable channel. The switchable interface allows node X to transmit to a neighbor node Y by switching to the fixed channel used by Y. B. Interface and Channel Assignment ) Fixed Interface Assignment: The purpose of the fixed interface assignment is to choose a fixed channel for reception and to inform the neighbor nodes about it. For example, if node A uses channel as its fixed channel, then all the transmissions destined to A will be on channel. Therefore, it is beneficial if neighbor nodes use different fixed channels for balancing the usage of the available channels. Each node has two tables: MyNeighborsTable (MNT), containing the fixed channels of the node s neighbors and ChannelUsageTable (CUT) containing a count of the number of nodes in its twohop neighborhood using each channel as their fixed channel. Initially, each node chooses randomly its fixed channel. Periodically, each node broadcasts a Hello packet, or route discovery packet, including its own fixed channel and its MNT on every channel. When a node receives a Hello packet from a neighbor node, it updates its MNT with the neighbor fixed channel and its CUT using the MNT of its neighbor node. Updating CUT with each neighbor s MNT ensures that CUT will contain two-hop channel usage information. When an entry is not updated for a specified maximum lifetime, it will be removed. This ensures that stale entries of nodes that have moved away are removed from the MNT and CUT. Fig. illustrates the assignment algorithm on a simple example of an ad-hoc wireless network with 3 nodes and 3 channels. Once the flow of Hello packets has ended, each node consults its CUT. If the number of other nodes using its own fixed channel is large, then the node may change its fixed channel to a less used channel. Afterwards, the node transmits a Hello packet to inform its neighbors of its new fixed channel. 2) Switchable Interface Assignment: After selecting the fixed channels, the system needs to manage the assignment of switchable channels. In fact, to be able to use the available channels in the network, the nodes have to dynamically change their switchable channel and hence a protocol is needed to decide when to switch. The protocol must ensure that all the neighbors of a node X can communicate with it on-demand; which requires that all the neighbors of X have to be always aware of the fixed channel of X. At the sender node, each channel (the fixed channel and the switchable channels) is associated with a packet queue, as shown in Fig. 2. When multiple channels are used, a packet broadcast on a channel is received only by the nodes listening to that channel. Therefore, to broadcast a packet a copy of that packet is added to each channel s queue, and sent out when that channel is scheduled for transmission. In this way, we Fig.. Example of the assignment of fixed channel on a simple topology of an ad-hoc wireless network with 3 nodes make sure that all the nodes receive a copy of the broadcasted message. For example in a 5-channels network, each broadcast involves sending 5 copies of the same packet on 5 channels. Fig. 2. Packet queue maintained by each node for each channel Once the packets are inserted in the corresponding queues, the fixed interface transmits packets queued up for transmission on the fixed channel and switchable interface transmits

4 the other packets on the other channels. To ensure fairness in the system, the channel with the oldest queued packet is always selected as the next switchable channel. The switchable interface changes channels only when packets are queued for another channel and when either: the switchable channel has an empty queue; or the switchable channel has been selected for more than MaxTime duration. 3) Route Discovery Process: The proposed routing is an on-demand protocol that is similar to Ad hoc On Demand Distance Vector (AODV) protocol. The protocol uses the WCETT metric. The routing process starts when a route is needed between two nodes. The source node broadcasts a route request (RREQ) message across the network. The RREQ packet transmitted by a node X on channel i contains the measured WCETT and the channels used along the path. In addition, each node has a table called PrimaryListTable (PLT) allowing to manage the onset of the primary users in the route maintenance and recovery phase. A node rebroadcasts the RREQ if: The sequence number of RREQ is new. In that case, the WCETT value of the path is stored in a local table. The sequence number of RREQ is not new, which means an RREQ with the same sequence number has been processed, but its WCETT value is smaller than the one of previous RREQ with the same sequence number. This condition will help raising the probability of finding the lowest cost route. When the destination node receives a RREQ, it sends back a route reply (RREP) if the received RREQ s cost is smaller than the previous received RREQ with the same sequence number. The source will finally use the path having the lowest cost for data transmission and stores locally the other best paths. 4) Local Route Maintenance and Recovery: Overcoming the sudden onset of PUs is the responsibility of the route recovery process which is critical in our protocol since PUs frequently interrupt ongoing secondary transmissions. Therefore, the route error message (RERR) in AODV is extended to recover an interrupted link by PU. We suppose that only one channel is interrupted at a time. When a SU (called the detector) detects PU activity on a specific channel, it will perform a local recovery as follows. The detector sends a RERR containing the PrimaryListTable (PLT) to the source of the path. PLT has a list of all the used channels by the detector and his direct neighbors. Once a PU activity is detected, PLT is updated by setting the occupied channel to. Then, the source transmits the data packets over the second best path available on its local table until the broken path is recovered. Also, the detector will broadcast another RERR message to all his direct neighbors to update their PLT. The route maintenance and recovery messages are sent from the switched interfaces and received by the fixed interfaces. Therefore, if a neighbor node is transmitting on a channel that has been set to - by the detector, this neighbor should switch the channel by running the route discovery process. Then, the neighbor updates its PLT and notifies the detector about its newly selected channel. The detector will then send a new RREP with the new channel information to the source that will afterwards be able to reuse the corrupted path without disturbing the PU. IV. EXPERIMENTAL RESULTS AND PERFORMANCE EVALUATION In this section, we evaluate the performances of our proposed protocol (that we call CR-AODV) by simulations via Network Simulator-2 (ns-2) [3], based on the Cognitive Radio Cognitive Network (CRCN) simulator [4]. We carry out a multitude of tests with random topology where 2 SUs (non mobile) and 5 PUs are randomly placed in 5 5 m 2. The transmission range of each user is adjusted to 25 meters. We use IEEE 82.b at basic rate 6 Mbps with saturated UDP traffic. Each simulation is run for 5 seconds. Simulation s parameters are summarized in the following table: End-to-End Throughput (Mbps) TABLE I THE PARAMETERS OF SIMULATIONS Parameters Values Topology 5 5m 2 Number of nodes 2 Traffic type CBR Transmission throughput 6 Mbps Packet size 52 bytes Simulation duration 5 seconds MAC layer IEEE 82. Transport layer UDP CR-AODV with 5 available channels CR-AODV with 3 available channels MM AODV with 5 available channels MM AODV with 3 available channels Number of Flows Fig. 3. End-to-end throughputs of CR-AODV and MM-AODV with varying number of channles In the first experiments, we start up the transmission of 3 out of 5 PUs at the beginning of each run and we compare the end-to-end throughput of CR-AODV with that of Multiradio Multi-channel AODV (MM-AODV) [5] while also varying the number of channels. Firstly, we fix the number of channels to 5, and later to 3, and we study the end-to-end throughput while raising the number of flows. From Fig. 3,

5 Fig. 4. Route Disconnectivity Ratio (%) End-to-End Throughput (Mbps) Number of Flows End-to-end throughput of CR-AODV as the number of PUs increases CR-AODV PU MM AODV 3 PUs 5 PUs Number of Primary Users Fig. 5. The ratio of disconnected flows increases as the number of PUs increases CR-AODV outperforms MM-AODV. since it assigns better the available channels to the fixed and switched interfaces. Moreover, the WCETT metric increases the performance of the routing protocol because it takes into account the interference among links that use the same channel, while MM-AODV simply use the number of hops as metric. Furthermore, we can notice that with only three available channels, CR-AODV gives higher throughput than MM-AODV with five channels. In the second experiments, we evaluate the impact of PU s onsets on the throughput of CR-AODV s. We can notice from Fig. 4 that a higher number of PUs degrades the end-toend secondary throughput. This is because when the number of PUs increases, the available channels become scarce and difficult to find by SUs. The third simulation is carried out to quantify the effect of PU s onset on the connectivity of paths among SUs. This test shows how many flows are disconnected due to the sudden activity of PUs and should be recovered. At the beginning of each run, no PUs are active, and we start 5 arbitrary flows among SUs. While these flows are ongoing, we suddenly turn on varying number of PUs at the same time. The results in Fig. 5 shows that CR-AODV has the lowest disconnectivity ratio since the local route maintenance and recovery mechanism guarantees a much better connectivity. V. CONCLUSION In this work, we have proposed an on-demand routing solution for multi-hop multi-channel multi-radio cognitive radio networks. Unlike most of the previous work, the protocol doesn t use a dedicated control channel or a central entity to manage the system resources. The key concept in this protocol is to efficiently use and exploit the multiple available channels and interfaces through a competent assignment strategy and an adequate route metric. Moreover, a light and local recovery maintenance mechanism has been proposed. We evaluated the proposed CR-AODV by simulation on a random topology for general performance tests. In the future, we will focus on how to introduce the switching delay of the switchable interface in our protocol and on minimizing the broadcasts of RERR to reduce overheads. REFERENCES [] R. Engelman and K.. A. Abrokwah, Report of the spectrum efficiency working group, Nov. 22. [2] S. Haykin, Cognitive radio: brain-empowered wireless communications, IEEE J. Sel. Areas Commun., vol. 23, no. 2, pp. 2 22, Feb. 25. [3] I. Mitola, J. and J. Maguire, G.Q., Cognitive radio: making software radios more personal, IEEE Personal Commun. Mag., vol. 6, no. 4, pp. 3 8, Aug [4] I. F. Akyildiz, W.-Y. Lee, M. C. Vuran, and S. Mohanty, Next generation/dynamic spectrum access/cognitive radio wireless networks: a survey, Comput. Netw., vol. 5, no. 3, pp , 26. [5] C. Xin, B. Xie, and C.-C. Shen, A novel layered graph model for topology formation and routing in dynamic spectrum access networks, in IEEE Int. Symp. Dynamic Spectrum Access Networks, DySPAN 25, Nov. 25, pp [6] X. Zhou, L. Lin, J. Wang, and X. Zhang, Cross-layer routing design in cognitive radio networks by colored multigraph model, Wireless Personal Commun., vol. 49, pp. 23 3, 29. [7] P. Ioannis, S. Wong, and S. Lu, Samer: Spectrum aware mesh routing in cognitive radio networks, in IEEE Int. Symp. Dynamic Spectrum Access Networks, DySPAN 28, Oct. 28. [8] G.-M. Zhu, I. Akyildiz, and G.-S. Kuo, Stod-rp: A spectrum-tree based on-demand routing protocol for multi-hop cognitive radio networks, in IEEE Global Telecommunications Conf., Globecom 8., Dec. 28. [9] K. R. Chowdhury and I. F. Akyildiz, Crp: A routing protocol for cognitive radio ad hoc networks, IEEE J. Sel. Areas Commun., vol. 29, no. 4, pp , April 2. [] M. Cesana, F. Cuomo, and E. Ekici, Routing in cognitive radio networks: Challenges and solutions, Elsevier Ad Hoc Networks, vol. 9, no. 3, pp , 2. [] D. S. J. De Couto, D. Aguayo, J. Bicket, and R. Morris, A highthroughput path metric for multi-hop wireless routing, in Int. Conf. on Mobile Computing and Networking (ACM Mobicom 3), 23, pp [2] R. Draves, J. Padhye, and B. Zill, Routing in multi-radio, multihop wireless mesh networks, in Int. Conf. on Mobile Computing and Networking (ACM Mobicom 4), 24, pp [3] The Network Simulator NS-2, [4] Cognitive radio cognitive network simulator, ljialian/, 29. [5] multi-channel multi-interface simulation in NS-2, edu/ wangbo/ns2/nshowto8.html, 26.

An On-demand Routing Technique for Cognitive Radio Ad Hoc Network Puneeth Kumar T P Student of M.Tech (CSE) Acharya Institute of Technology, Bangalore

An On-demand Routing Technique for Cognitive Radio Ad Hoc Network Puneeth Kumar T P Student of M.Tech (CSE) Acharya Institute of Technology, Bangalore An On-demand Routing Technique for Cognitive Radio Ad Hoc Network Puneeth Kumar T P Student of M.Tech (CSE) Acharya Institute of Technology, Bangalore Abstract Cognitive radio networks are composed of

More information

RACARP: A ROBUSTNESS AWARE ROUTING PROTOCOL FOR COGNITIVE RADIO AD HOC NETWORKS

RACARP: A ROBUSTNESS AWARE ROUTING PROTOCOL FOR COGNITIVE RADIO AD HOC NETWORKS RACARP: A ROBUSTNESS AWARE ROUTING PROTOCOL FOR COGNITIVE RADIO AD HOC NETWORKS 1 ZAMREE CHE-ARON, 2 AISHA HASSAN ABDALLA, 3 KHAIZURAN ABDULLAH, 4 WAN HASLINA HASSAN, 5 MD. ARAFATUR RAHMAN 1 PhD student,

More information

The Performance Evaluation of AODV-based and DSR-based Multi-radio Routing Protocols in Cognitive Radio Ad Hoc Network

The Performance Evaluation of AODV-based and DSR-based Multi-radio Routing Protocols in Cognitive Radio Ad Hoc Network Research Journal of Applied Sciences, Engineering and Technology 6(7): 1276-1282, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: November 09, 2012 Accepted: December

More information

An Efficient Cluster-based Routing Protocol in Cognitive Radio Network

An Efficient Cluster-based Routing Protocol in Cognitive Radio Network An Efficient Cluster-based Routing Protocol in Cognitive Radio Network Fatima Zohra Benidris 1, Badr Benmammar 1, Leila Merghem-Boulahia 2 and Moez Esseghir 2 1 LTT Laboratory, University of Tlemcen, Algeria

More information

Spectrum Management in Cognitive Radio Networks

Spectrum Management in Cognitive Radio Networks Spectrum Management in Cognitive Radio Networks Jul 14,2010 Instructor: professor m.j omidi 1/60 BY : MOZHDEH MOLA & ZAHRA ALAVIKIA Contents Overview: Cognitive Radio Spectrum Sensing Spectrum Decision

More information

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver 1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

Link Reliable Joint Path and Spectrum Diversity in Cognitive Radio Ad-Hoc Networks

Link Reliable Joint Path and Spectrum Diversity in Cognitive Radio Ad-Hoc Networks 3036 Link Reliable Joint Path and Spectrum Diversity in Cognitive Radio Ad-Hoc Networks P. Periyasamy Department of Computer Science and Applications Sree Saraswathi Thyagaraja College Pollachi - 642 107,

More information

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network ENSC 85: High-Performance Networks Spring 2008 Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network Chih-Hao Howard Chang howardc@sfu.ca Final Project Presentation School of Engineering

More information

Adaptive Delay Tolerant Routing Protocol (ADTRP) for Cognitive Radio Mobile Ad Hoc Networks

Adaptive Delay Tolerant Routing Protocol (ADTRP) for Cognitive Radio Mobile Ad Hoc Networks Adaptive Delay Tolerant Routing Protocol (ADTRP) for Cognitive Radio Mobile Ad Hoc Networks L. Indhumathi M.Phil Research Scholar Department of Information Technology Bharathiar University, Coimbatore,

More information

Outdoor Wi Fi Mesh Routing Protocol. Akshata Danivasa Alphonse Hansel Anthony Mani Pandian Vikas Iyer Vinesh Pallen

Outdoor Wi Fi Mesh Routing Protocol. Akshata Danivasa Alphonse Hansel Anthony Mani Pandian Vikas Iyer Vinesh Pallen OutdoorWi FiMeshRoutingProtocol AkshataDanivasa AlphonseHanselAnthony ManiPandian VikasIyer VineshPallen 1 Contents 1. Abstract 3 2. Introduction. 4 3. Related Work 5 4. Problem Formulation 6 5. MODEL

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

A Hybrid Topology based Multicast Routing for Cognitive Radio Ad Hoc Networks

A Hybrid Topology based Multicast Routing for Cognitive Radio Ad Hoc Networks A Hybrid Topology based Multicast Routing for Cognitive Radio Ad Hoc Networks Daewook Shin, Jaebeom Kim, and Young-Bae Ko Department of Computer Engineering Graduate School of Ajou University Suwon, Republic

More information

A Survey on Path Weight Based routing Over Wireless Mesh Networks

A Survey on Path Weight Based routing Over Wireless Mesh Networks A Survey on Path Weight Based routing Over Wireless Mesh Networks Ankush Sharma Assistant Professor, Dept. Of C.S.E, Chandigarh University Gharuan, India Anuj Gupta Head C.S.E and M.C.A Dept, RIMT Mandi

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

PERFORMANCE ANALYSIS OF CO-OPERATIVE MULTI AGENT ROUTING IN MOBILE COGNITIVE NETWORKS T.Nivetha 1, A.Nandhini 2, J.Vasanthi 3, K.Vijayalakshmi 4 1,2,3

PERFORMANCE ANALYSIS OF CO-OPERATIVE MULTI AGENT ROUTING IN MOBILE COGNITIVE NETWORKS T.Nivetha 1, A.Nandhini 2, J.Vasanthi 3, K.Vijayalakshmi 4 1,2,3 PERFORMANCE ANALYSIS OF CO-OPERATIVE MULTI AGENT ROUTING IN MOBILE COGNITIVE NETWORKS T.Nivetha 1, A.Nandhini 2, J.Vasanthi 3, K.Vijayalakshmi 4 1,2,3 UG scholar, 4 Assistant professor Department of ECE,

More information

ANALYSIS OF LINK EFFICIENCY AND HANDOFF WITH MOBILITY MANAGEMENT IN COGNITIVE RADIO

ANALYSIS OF LINK EFFICIENCY AND HANDOFF WITH MOBILITY MANAGEMENT IN COGNITIVE RADIO ANALYSIS OF LINK EFFICIENCY AND HANDOFF WITH MOBILITY MANAGEMENT IN COGNITIVE RADIO Prof.Abdul Sayeed 1,Vinay Mengu 2,Sharikh Khan 3,Mohammed Moria 4 1,2,3,4 Department of Electronics & Telecommunication

More information

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs Ankita G. Rathi #1, Mrs. J. H. Patil #2, Mr. S. A. Hashmi #3 # Computer Science-Information Technology Department,

More information

NETWORK coding [1] [3] has attracted much interest in

NETWORK coding [1] [3] has attracted much interest in 1714 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 60, NO. 4, MAY 2011 Analysis of General Network Coding Conditions and Design of a Free-Ride-Oriented Routing Metric Bin Guo, Student Member, IEEE, Hongkun

More information

PERFORMANCE ANALYSIS OF COGNITIVE RADIO NETWORK SPECTRUM ACCESS

PERFORMANCE ANALYSIS OF COGNITIVE RADIO NETWORK SPECTRUM ACCESS International Journal of Industrial Electronics Electrical Engineering, ISSN: 2347-6982 PERFORMANCE ANALYSIS OF COGNITIVE RADIO NETWORK SPECTRUM ACCESS 1 GOURI P. BRAHMANKAR, 2 S. B. MULE 1 M.E. (Student),

More information

A load balancing interference aware routing metric (LBIARM) for multi hop wireless mesh network

A load balancing interference aware routing metric (LBIARM) for multi hop wireless mesh network International Journal of the Physical Sciences Vol. 7(3), pp. 456-461, 16 January, 2012 Available online at http://www.academicjournals.org/ijps DOI: 10.5897/IJPS11.1522 ISSN 1992-1950 2012 Academic Journals

More information

High Throughput Spectrum-aware Routing for Cognitive Radio Networks

High Throughput Spectrum-aware Routing for Cognitive Radio Networks High Throughput Spectrum-aware Routing for Cognitive Radio Networks Ashwin Sampath, Lei Yang, Lili Cao, Haitao Zheng, Ben Y. Zhao Computer Science Department, University of California at Santa Barbara

More information

An Application-Oriented Routing Protocol for Multi-hop Cognitive Radio Networks

An Application-Oriented Routing Protocol for Multi-hop Cognitive Radio Networks An Application-Oriented Routing Protocol for Multi-hop Cognitive Radio Networks Ba-Lam To, Thuong-Van Vu, Thi-Mai-Trang Nguyen and Anne Fladenmuller University of Pierre and Marie Curie (UPMC) Laboratory

More information

Wireless Internet Routing. Learning from Deployments Link Metrics

Wireless Internet Routing. Learning from Deployments Link Metrics Wireless Internet Routing Learning from Deployments Link Metrics 1 Learning From Deployments Early worked focused traditional routing issues o Control plane: topology management, neighbor discovery o Data

More information

Recent Researches in Communications, Information Science and Education

Recent Researches in Communications, Information Science and Education AODV Based Multi-path Local Repairing Scheme for Mobile Ad Hoc Networks Eman Shaaban, PhD Computer Systems Dept. Faculty of computer and information science Ain-Shams university, Cairo, Egypt Eman.shaaban@cis.asu.edu.eg

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 162 169 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) A Distributed Minimum

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

Associate Professor, Dept of CSE KL University, Andhra Pradesh, India

Associate Professor, Dept of CSE KL University, Andhra Pradesh, India Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Routing on

More information

Routing Protocols for Cognitive Radio Networks: A Survey

Routing Protocols for Cognitive Radio Networks: A Survey Routing Protocols for Cognitive Radio Networks: A Survey 153 Routing Protocols for Cognitive Radio Networks: A Survey S. M. Kamruzzaman, Dong Geun Jeong 1 Abstract: with the cognitive radio (CR) technology,

More information

NEIGHBOURHOOD LOAD ROUTING AND MULTI-CHANNELS IN WIRELESS MESH NETWORKS

NEIGHBOURHOOD LOAD ROUTING AND MULTI-CHANNELS IN WIRELESS MESH NETWORKS NEIGHBOURHOOD LOAD ROUTING AND MULTI-CHANNELS IN WIRELESS MESH NETWORKS NIRMALA Y.BARKER & POORNIMA. B Department of CSE, BIETDavangere, Karnataka Email: nimms.yb@gmail.com, poornima_teju@rediffmail.com

More information

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network K Anandkumar, D.Vijendra Babu PG Student, Chennai, India Head, Chennai, India ABSTRACT : Wireless mesh networks (WMNs)

More information

QoS Based Congestion Control Algorithm for Video Traffic in Wireless Mesh Network

QoS Based Congestion Control Algorithm for Video Traffic in Wireless Mesh Network QoS Based Congestion Control Algorithm for Video Traffic in Wireless Mesh Network Jerrin Sebastian 1, Deepu Job 2, Smitha Jacob 3 1Student, Dept of Computer Science & Engineering, St. Joseph's College

More information

A Qos Based Stable Routing Protocol for Multihop Cognitive Radio Adhoc Networks

A Qos Based Stable Routing Protocol for Multihop Cognitive Radio Adhoc Networks A Qos Based Stable Routing Protocol for Multihop Cognitive Radio Adhoc Networks V.Ezhilarasan 1, R.Prabhu 2, PG Scholar 1, Assistant Professor 2, Dept. of ECE, Gnanamani College of Technology, Namakkal,

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

Performance Analysis of OLSR and QoS Constraint OLSR in MANET

Performance Analysis of OLSR and QoS Constraint OLSR in MANET RESEARCH ARTICLE OPEN ACCESS Performance Analysis of OLSR and QoS Constraint OLSR in MANET Mohit Gambhir*, Sapna Gambhir** *Research Scholar, JamiaMilliaIslamia, Delhi **Associate Professor, YMCA University

More information

Comparison of Routing Metrics for Wireless Mesh Networks

Comparison of Routing Metrics for Wireless Mesh Networks Comparison of Routing Metrics for Wireless Mesh Networks S.L. Nxumalo 1,2, M.O. Adigun 1, P. Mudali 1,2, N. Ntlatlapa 2, S.M. Ncanana 1 Department of Computer Science University of Zululand 1, P. O. Box

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Route and Spectrum Selection in Dynamic Spectrum Networks

Route and Spectrum Selection in Dynamic Spectrum Networks Route and Spectrum Selection in Dynamic Spectrum Networks Qiwei Wang Tsinghua University Beijing, China wangqw04@mails.tsinghua.edu.cn Haitao Zheng Dept. of Computer Science Univ. of California, Santa

More information

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL)

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL) Qos of Network Using Advanced Hybrid Routing in WMN, Abstract - Maximizing the network throughput in a multichannel multiradio wireless mesh network various efforts have been devoted. The recent solutions

More information

Cognitive Improved AODV Routing Protocol for Cognitive Radio Adhoc Network

Cognitive Improved AODV Routing Protocol for Cognitive Radio Adhoc Network Cognitive Improved AODV Routing Protocol for Cognitive Radio Adhoc Network Rasha Eltayeb, Adel Gaafar Electrical and Electronics Eng. Dept, Red Sea University, Portsudan, Sudan Abstract: Cognitive Radio

More information

Keywords-IEEE , multiradio wireless mesh networks (mr-wmns), Routing, selfreconfigurable networks, wireless link failures.

Keywords-IEEE , multiradio wireless mesh networks (mr-wmns), Routing, selfreconfigurable networks, wireless link failures. Autonomous Reconfiguration for Wireless Mesh Network B.Sindhu*, V.Bharathi**,N.Karthikeyan*** Department of Electronics and Communication Engineering, Sri Manakula Vinayagar Engineering College, Madagadipet

More information

Survey: Routing Protocols in Cognitive Radio Mesh Networks

Survey: Routing Protocols in Cognitive Radio Mesh Networks Survey: Routing Protocols in Cognitive Radio Mesh Networks T. Pavan Kumar #1 E. Suresh babu #2 B. Venkata Ramana #3 B. Sai Shashank #4 Abstract -Cognitive radio is the upcoming and promising technology

More information

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol 1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol Vahid Zangeneh i and Shahriar Mohammadi ii * ABSTRACT In recent years, routing has been the most focused area in ad hoc networks

More information

Cooperative Caching in Wireless P2P Networks. Aseel Nadhum Kadhum The Islamic University College

Cooperative Caching in Wireless P2P Networks. Aseel Nadhum Kadhum The Islamic University College Cooperative Caching in Wireless P2P Networks Aseel Nadhum Kadhum The Islamic University College (138).. Cooperative Caching in Wireless P2P Networks Cooperative Caching in Wireless P2P Networks... (139)

More information

Improvement of AODV Routing Protocol with QoS Support in Wireless Mesh Networks

Improvement of AODV Routing Protocol with QoS Support in Wireless Mesh Networks Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 1133 1140 2012 International Conference on Solid State Devices and Materials Science Improvement of AODV Routing Protocol with QoS

More information

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang Chongqing Key Lab of Mobile Communications Technology, Chongqing University of Posts

More information

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks 1 Ravindra.E, 2 Pooja Agraharkar Asst Prof, Dept. of Electronics & Communication Engg, Mtech Student, Dept. of Electronics & Communication

More information

Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks

Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks Technical Report, October 2004 Pradeep Kyasanur Dept. of Computer Science, and Coordinated Science Laboratory, University

More information

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Deepak Agrawal, Brajesh Patel Department of CSE Shri Ram Institute of Technology Jabalpur,

More information

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service)

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service) 2. LITERATURE REVIEW I have surveyed many of the papers for the current work carried out by most of the researchers. The abstract, methodology, parameters focused for performance evaluation of Ad-hoc routing

More information

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks P.Madhan Mohan #, J.James Johnson #, K.Murugan $ and V.Ramachandran % # Under Graduate Student $ Senior

More information

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Geetha.S, Dr.G.Geetharamani Asst.Prof, Department of MCA, BIT Campus Tiruchirappalli, Anna University,

More information

Michel Mbougni and Obeten Ekabua.

Michel Mbougni and Obeten Ekabua. A Comprehensive Review on Routing Metrics for Wireless Mesh Networks Michel Mbougni and Obeten Ekabua 1 Department of Computer Science, North West University, Mafikeng Campus, South Africa Email: 21248435@nwu.ac.za

More information

Enhanced AODV for Providing QoS of Multimedia Application in MANET

Enhanced AODV for Providing QoS of Multimedia Application in MANET Enhanced AODV for Providing QoS of Multimedia Application in MANET Wintwar Oo, and Eiei Khin Abstract MANET is a kind of wireless network which has dynamic topology and no fixed organization. As more and

More information

Opportunistic Cognitive MAC (OC-MAC) Protocol for Dynamic Spectrum Access in WLAN Environment

Opportunistic Cognitive MAC (OC-MAC) Protocol for Dynamic Spectrum Access in WLAN Environment www.ijcsi.org 45 Opportunistic Cognitive MAC (OC-MAC) Protocol for Dynamic Spectrum Access in WLAN Environment 1 Ateeq Ur Rehman, 2 Muhammad Tariq Sadiq, 3 Noman Shabbir and 4 Ghayoor Abbas Jafri 1 Department

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

OVERVIEW AND LITERATURE SURVEY ON ROUTING PROTOCOLS FOR MOBILE COGNITIVE RADIO AD HOC NETWORKS

OVERVIEW AND LITERATURE SURVEY ON ROUTING PROTOCOLS FOR MOBILE COGNITIVE RADIO AD HOC NETWORKS OVERVIEW AND LITERATURE SURVEY ON ROUTING PROTOCOLS FOR MOBILE COGNITIVE RADIO AD HOC NETWORKS S. Selvakanmani 1 and Dr. M. Sumathi 2 1 Assistant Professor, Department of Computer Science and Engineering,

More information

Intelligent Load Balancing Approach for Cognitive Radio Networks

Intelligent Load Balancing Approach for Cognitive Radio Networks Intelligent Load Balancing Approach for Cognitive Radio Networks 1 Ravneet Kaur, 2 Er.Vimmi Malhotra 1 Student, M.Tech CSE, 2 Assistant Professor, Dept. of CSE, 1 ravneetkaur0013@gmail.com, 2 malhotra.vimmi22@gmail.com

More information

High-Throughput Multicast Routing Metrics in Wireless Mesh Networks

High-Throughput Multicast Routing Metrics in Wireless Mesh Networks High-Throughput Multicast Routing Metrics in Wireless Mesh Networks Sabyasachi Roy Dimitrios Koutsonikolas Saumitra Das Y. Charlie Hu TR-ECE-05-7 September, 2005 School of Electrical and Computer Engineering

More information

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN Bhurewal, Prof. Ms. Sujata G. Tuppad, Journal Impact Factor (215): 8.9958 (Calculated by GISI) MULTICHANNEL MOBILE ADHOC NETWORKS Mayur N. Bhurewal 1, Prof.

More information

Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols

Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols Volume 1, Issue 3, October 2013 ISSN: 2320-9984 (Online) International Journal of Modern Engineering & Management Research Website: www.ijmemr.org Effect of Variable Bit Rate Traffic Models on the Energy

More information

MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach

MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach MSHCS-MAC: A MAC Protocol for Multihop Cognitive Radio Networks based on Slow Hopping and Cooperative Sensing approach Nhat Pham, Kiwoong Kwon, Daeyoung Kim School of Computing, Korea Advanced Institute

More information

Routing in Wireless Mesh Networks. Feb. 22, 2006

Routing in Wireless Mesh Networks. Feb. 22, 2006 Routing in Wireless Mesh Networks Feb. 22, 2006 Wireless Mesh Networks Multi-hop Wireless Networks Stationary Nodes Mobile Nodes Motivating scenario Community wireless networks (Mesh Networks) Battlefield

More information

Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc Networks

Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc Networks IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 02 July 2015 ISSN (online): 2349-6010 Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc

More information

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Mehdi Jalili, Islamic Azad University, Shabestar Branch, Shabestar, Iran mehdijalili2000@gmail.com Mohammad Ali

More information

Accurate Assessment of Link Loss Rate in Wireless Mesh Networks

Accurate Assessment of Link Loss Rate in Wireless Mesh Networks Accurate Assessment of Link Loss Rate in Wireless Mesh Networks Bing Qi, Saad Biaz qibing1@auburn.edu, biazsaa@auburn.edu Technical Report CSSE08-02 Dept. of Computer Science and Software Engineering Auburn

More information

Boundary Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks

Boundary Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email:

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks Journal of Computer Science 7 (12): 1813-1818, 2011 ISSN 1549-3636 2011 Science Publications Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks 1 M.Rajesh Babu and 2 S.Selvan 1 Department

More information

Impact of Various Network Attacks on Time Synchronization in Cognitive Radio

Impact of Various Network Attacks on Time Synchronization in Cognitive Radio Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet D.M.Chandran

More information

Dynamic bandwidth management for multihop wireless ad hoc networks

Dynamic bandwidth management for multihop wireless ad hoc networks Dynamic bandwidth management for multihop wireless ad hoc networks Sofiane Khalfallah Email: sofiane.khalfallah@insa-lyon.fr Cheikh Sarr Email: Cheikh.Sarr@insa-lyon.fr Isabelle Guerin Lassous Email: Isabelle.Guerin-Lassous@inrialpes.fr

More information

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols www.ijcsi.org 551 Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols Kashif Ibrahim Qazi Javed Ahmed Abdul Qudoos Mirza Aamir Mehmood Department of Computer Science, Balochistan

More information

A new routing metric for wireless mesh networks

A new routing metric for wireless mesh networks Graduate Theses and Dissertations Graduate College 2010 A new routing metric for wireless mesh networks Vineeth Kisara Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information

6. Node Disjoint Split Multipath Protocol for Unified. Multicasting through Announcements (NDSM-PUMA)

6. Node Disjoint Split Multipath Protocol for Unified. Multicasting through Announcements (NDSM-PUMA) 103 6. Node Disjoint Split Multipath Protocol for Unified Multicasting through Announcements (NDSM-PUMA) 6.1 Introduction It has been demonstrated in chapter 3 that the performance evaluation of the PUMA

More information

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-

More information

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs Yung-Chang Lin Cheng-Han Lin Wen-Shyang Hwang Ce-Kuen Shieh yaya80306@hotmail.com jhlin5@cc.kuas.edu.tw wshwang@cc.kuas.edu.tw

More information

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

More information

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent Wong and Victor Leung Department of Electrical and Computer Engineering The University of British Columbia 56

More information

Evaluating the Performance in Term of Throughput of Decentralized users in Cognitive Radio Wireless Torus Networks

Evaluating the Performance in Term of Throughput of Decentralized users in Cognitive Radio Wireless Torus Networks IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 12 June 2016 ISSN (online): 2349-784X Evaluating the Performance in Term of Throughput of Decentralized users in Cognitive

More information

Spectrum Handoff Strategy Using Cumulative Probability in Cognitive Radio Networks

Spectrum Handoff Strategy Using Cumulative Probability in Cognitive Radio Networks Spectrum Handoff Strategy Using Cumulative Probability in Cognitive Radio Networks Adisorn Lertsinsrubtavee, Naceur Malouch and Serge Fdida Laboratoire d Informatiqe de Paris 6 (LIP6) Université Pierre

More information

CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks

CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks Tiantong You (you@cs.queensu.ca) Department of Computing and Information Science Chi-Hsiang Yeh (yeh@ece.queensu.ca) Department

More information

Performance Evaluation of Route Failure Detection in Mobile Ad Hoc Networks

Performance Evaluation of Route Failure Detection in Mobile Ad Hoc Networks Performance Evaluation of Route Failure Detection in Mobile Ad Hoc Networks Dimitri Marandin 4. Würzburger Workshop "IP Netzmanagement, IP Netzplanung und Optimierung" 27.-28. July 2004 www.ifn.et.tu-dresden.de/tk/

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Research Manuscript Title A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Jaichitra.I, Aishwarya.K, P.G Student, Asst.Professor, CSE Department, Arulmigu Meenakshi Amman College of Engineering,

More information

Wireless Mesh Networks

Wireless Mesh Networks Wireless Mesh Networks COS 463: Wireless Networks Lecture 6 Kyle Jamieson [Parts adapted from I. F. Akyildiz, B. Karp] Wireless Mesh Networks Describes wireless networks in which each node can communicate

More information

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks Comparison of proposed path selection protocols for IEEE 802.11s WLAN mesh networks Sana Ghannay, Sonia Mettali Gammar and Farouk Kamoun CRISTAL lab, National School of Computer Sciences, ENSI, 2010, Manouba

More information

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 6 (Jul. - Aug. 2013), PP 01-09 A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile

More information

Performance Estimation on Opportunistic Routing Protocol based on Reliability Analysis

Performance Estimation on Opportunistic Routing Protocol based on Reliability Analysis Performance Estimation on Opportunistic Routing Protocol based on Reliability Analysis Prof. SmitaShukla Patel 1, Dr. M.Mohanpriya 2 1 Computer Science Department,Karpagam University,India 2 Computer Science

More information

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Jayanta Biswas and Mukti Barai and S. K. Nandy CAD Lab, Indian Institute of Science Bangalore, 56, India {jayanta@cadl, mbarai@cadl,

More information

The Performance of MANET Routing Protocols for Scalable Video Communication

The Performance of MANET Routing Protocols for Scalable Video Communication Communications and Network, 23, 5, 9-25 http://dx.doi.org/.4236/cn.23.522 Published Online May 23 (http://www.scirp.org/journal/cn) The Performance of MANET Routing Protocols for Scalable Video Communication

More information

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL P. Kalaivani 1, G. Sathya 2, N.

More information

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing Algorithms Link- State algorithm Each node maintains a view of the whole network topology Find the shortest path

More information

Addressing Asymmetric Link in Wireless Mesh Networks

Addressing Asymmetric Link in Wireless Mesh Networks Vol.2, Issue.1, Jan-Feb 2012 pp-499-503 ISSN: 2249-6645 Addressing Asymmetric Link in Wireless Mesh Networks Ashok Kumar. S*, Krishnammal. N** *II M.E CSE, Sri Shakthi Institute Of Engineering and Technology,

More information

Performance Comparison of DSDV, AODV, DSR, Routing protocols for MANETs

Performance Comparison of DSDV, AODV, DSR, Routing protocols for MANETs 2012 International Conference on Computer Networks and Communication Systems (CNCS 2012) IPCSIT vol.35(2012) (2012) IACSIT Press, Singapore Performance Comparison of DSDV, AODV, DSR, Routing protocols

More information

QUALITY OF SERVICE PROVISIONING IN MANET USING A CROSS-LAYER APPROACH FOR ROUTING

QUALITY OF SERVICE PROVISIONING IN MANET USING A CROSS-LAYER APPROACH FOR ROUTING QUALITY OF SERVICE PROVISIONING IN MANET USING A CROSS-LAYER APPROACH FOR ROUTING ABSTRACT Ruchita Goyal, Divyanshu and Manoj Mishra Department of Electronics and Computer Engineering, Indian Institute

More information

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks Gunyoung Koh, Duyoung Oh 1 and Heekyoung Woo 2 1 School of Electrical Engineering and Computer Science Seoul National University,

More information

IJMIE Volume 2, Issue 6 ISSN:

IJMIE Volume 2, Issue 6 ISSN: Network Simulation Based Parametric Analysis of AODV Protocol for Wireless Mobile Ad-hoc Network Mr. Amol V. Zade* Prof. Vijaya K. Shandilya** Abstract: A major aspect of ad-hoc networks is that the nodes

More information

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network ENSC 835: High-Performance Networks Spring 2008 Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network Chih-Hao Howard Chang howardc@sfu.ca Final Project Demo School of Engineering Science

More information