SlideShare a Scribd company logo
1 of 9
Download to read offline
http://www.iaeme.com/IJCET/index.asp 42 editor@iaeme.com
International Journal of Computer Engineering & Technology (IJCET)
Volume 6, Issue 6, Jun 2015, pp. 42-50, Article ID: IJCET_06_06_005
Available online at
http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6
ISSN Print: 0976-6367 and ISSN Online: 0976–6375
© IAEME Publication
___________________________________________________________________________
EFFICIENT ROUTING AND CHANNEL
ASSIGNMENT IN MULTICHANNEL
MOBILE ADHOC NETWORKS
Mayur N. Bhurewal
ME CSE (Student), MSS’s CET, Jalna, MS-India
Prof. Ms. Sujata G. Tuppad
Head, IT Department, MSS’s CET, Jalna, MS-India
ABSTRACT
By assigning orthogonal channels to neighboring nodes, one can minimize
both types of interferences and allow concurrent transmissions within the
neighborhood, thus improving the throughput and delay performance of the ad
hoc network the capacity of mobile ad hoc networks is constrained by the
intra-flow interference introduced by adjacent nodes on the same path, and
inter-flow interference generated by nodes from neighboring paths three novel
distributed channel assignment protocols for multi-channel mobile ad hoc
networks protocols combine channel assignment with distributed on-demand
routing, and only assign channels to active nodes proposed protocols can
effectively increase throughput and reduce delay, as compared to several
existing schemes, thus providing an effective solution to the low capacity
problem in multi-hop wireless networks.
Keywords: AODV, CA-AODV, Ek-CA-AODV, Delay, Loss Ratio, Control
Overhead, Throughput and Packet Delivery Ratio.
Cite this Article: Bhurewal, M. N. and Prof. Ms. Tuppad, S. G. Efficient
Routing and Channel Assignment in Multichannel Mobile Adhoc Networks.
International Journal of Computer Engineering and Technology, 6(7), 2015,
pp. 42-50.
http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6
_____________________________________________________________________
1. INTRODUCTION
In this modern world, Wireless Communication has become indispensible part of life.
Research focuses on Mobile Ad hoc Networks (MANETs), which is a collection of
mobile devices by wireless links forming a dynamic topology without much physical
network infrastructure such as routers, servers, access points/cables or centralized
administration. Each mobile device functions as router as well as node. The main
Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks
http://www.iaeme.com/IJCET/index.asp 43 editor@iaeme.com
characteristics of MANET are i) Dynamic topologies ii) Bandwidth-constrained links
iii) Energy constrained operation iv) Limited physical security [1, 2].
The maximum capacity that the IEEE 802.11 MAC can achieve for a chain
network could be as low as just one seventh of the nominal link bandwidth all current
IEEE 802.11 physical (PHY) standards divide the available frequency into several
orthogonal channels, which can be used simultaneously within a neighborhood. IEEE
802.11 WLANs that operate in ad hoc mode rarely use multiple channels
simultaneously. IEEE 802.11 MAC is not designed to operate with multiple channels,
resulting in a waste of precious network resources. An ad hoc network based on the
IEEE 802.11a technology utilizes only one out of 12 available orthogonal channels,
wasting more than 90% of the potentially available spectrum. There has been
substantial interest in multi-channel MAC schemes that can achieve higher throughput
by exploiting multiple available channels every node has its own unique channel [1]
Therefore, no channel assignment or selection is needed. The number of channels is
limited and has to be carefully assigned to each node, in order to avoid contention and
collisions only a few heuristic solutions which have good performance under certain
environments, for instance, in a static wireless network [3].
2. RELATED WORK
Many researchers have proposed many different approaches to MAC for utilizing
multi-channel and multi-interface in mobile ad hoc networks. In [5] the authors
proposed a centralized channel assignment scheme where traffic is directed towards
specific gateway nodes in static networks. A hybrid channel assignment scheme [4]
assigns some radios statically to a channel and some are dynamically changed their
frequencies in the channel. A new channel assignment scheme [5] for utilizing multi-
channels that can be reduced channel conflicts by removing hidden channel problem
[3].
All the protocols in NS 2.34 have only Single-Interface Single-Channel (SISC)
support because IEEE 802.11 a/b/g requires some modifications on MAC and link
layer protocols in order to utilize multi-interface multi-channel (MIMC).
The main Area of work will be to work on the Implementation of the three
Protocols which will help to effectively reduce the Interferences in the Wireless
Networks and increase the Throughput and Reduce the Delay in the Network.
We propose several modifications on CA-AODV routing protocol to utilize the
multi-interface multi-channel (MIMC) scheme efficiently, to improve network
performance.
Three principles for designing efficient distributed channel assignment schemes.
• To reduce the complexity of the channel assignment algorithm, channel assignment
and routing should be jointly designed. Exploring this design principle can potentially
reduce the complexity of channel assignment algorithms.[1]
• Channels should be assigned only to active nodes. This on-demand channel
assignment principle is motivated by the fact that only nodes on active routes need
valid channels.[1]
• The capacity of mobile ad hoc networks can be adversely affected by both hidden
terminals and exposed terminals. To improve network performance, distinct channels
should be assigned such that hidden terminals, exposed terminals, and cumulative
interference can be avoided as much as possible.
Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad
http://www.iaeme.com/IJCET/index.asp 44 editor@iaeme.com
3. ROUTING PROTOCOL
3.1. Combined Channel Assignment and AODV Protocol (CA-AODV)
Like the original AODV routing protocol and many other reactive protocols, CA-
AODV has two phases: route discovery and route reply. The route discovery phase is
initiated only when a source node needs to send one or more packets to a destination
to which the source does not have an up-to-date route. The route reply phase is
initiated when the destination node or an intermediate node that has a valid route to
the destination receives the Route Request (RREQ) message and generates a Route
Reply (RREP) message.
3.2. Enhanced k-hop Channel Assignment and AODV Protocol (Ek-CA-
AODV)
CA-AODV avoids channel collisions on a per route basis. Thus, it works well only
when there are few active routes co-existing in a k-hop neighborhood. To improve the
performance of CA-AODV, an extension of CA-AODV, called Ek-CA-AODV, is
proposed.
Ek-CA-AODV introduces an extra control message called “ChannelTaken”. Most
of the operations of Ek-CA-AODV are similar to those of CA-AODV except for the
operation involving the extra control message “ChannelTaken”. If a node on an
established route detects that a new route in the neighborhood is being set up, it
broadcasts a “ChannelTaken” message that carries its own channel index. The TTL of
the “Channel Taken” message is set to k to ensure that the “Channel Taken” message
is broadcast only to the current node's k-hop neighbors. Upon receiving a “Channel
Taken” message, any node will update its next-hop neighbor table and the available
channel set A. If a channel conflict is detected by a node that is not yet on an
established route, this node sets a “channel conflict “flag. When receiving a RREP
message, a node checks to see whether the “channel conflict “flag is set. If so, the
node will randomly pick another channel from the channel set A. Note that nodes on
active routes just ignore “channel conflict “because the channel conflicts are caused
by inactive nodes that are not on active routes but are trying to discover a new route.
Therefore, an inactive node updates its channel whenever a “channel conflict “occurs.
Through “ChannelTaken” messages, channels taken by nodes on established
routes can be conveyed to other nodes in the network. Therefore, conflicting channels
within the k-hop neighborhood can be largely avoided, provided that the number of
available channels is sufficient. To allow sufficient time for “ChannelTaken”
messages to propagate to all nodes within the k-hop range, the destination node or a
node that has a valid route to the destination should wait for a period of time, denoted
by Wt, before sending back the RREP message. Wt is related to both k and tp, where
tp is the per hop propagation time. If Wt is set to a large value, it will increase routing
delay. If Wt is chosen to be too small, “ChannelTaken” messages may not propagate
to nodes on the route being established and thus adversely affect the performance of
channel assignment.
4. QUALITY OF SERVICE (QOS) METRICS
Quality of Service (QoS) Metrics [4, 5] is quantitative measures that can be used to
evaluate any ad hocrouting protocol. The following metrics are considered in order to
compare the performance of CA-AODV with route Discovery and Proposed CA-
AODV with Neighbor Discovery.
Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks
http://www.iaeme.com/IJCET/index.asp 45 editor@iaeme.com
A. Packet Delivery Ratio B. Throughput C. Routing Overhead
D. Normalized Routing Overhead E. End-to-End Delay
5. SIMULATION AND EXPERIMENT
5.1. Simulation Model
The performance analysis is done by using NS 2.34. The following Figure 1 illustrates
the simulation model and the simulation parameters are described in Table 1.
Figure 1 Overview of the simulation model
The simulator is written in C++ and a script language called OTcl. The OTcl script
defines the number of nodes, links, the traffic in the network and which protocols it
will use. This script is then used by NS during the simulations. The result of the
simulations is an output trace file that can be used to do data processing (calculate
delay, throughput etc) and to visualize the simulation with a program called Network
Animator (NAM).
The Experiment is carried out in Shadowing:-Reflectors in the environment
surrounding transmitter and receiver create multiple paths. Multiple copies of the
signals lead to Multipath propagation.
These Experimental results are taken in various scenarios like,
• By varying speed density
• By varying node mobility
• By varying pause time by keeping other parameters constant.
Below the experimental results of the same is plotted under same conditions for
shadowing.
OTcl Script
Network
Simulator
Network Animator
Output
Data ProcessingGraph Utility
Graphs
Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad
http://www.iaeme.com/IJCET/index.asp 46 editor@iaeme.com
Table 1 Simulation Parameters
Parameter Value
Transmission Range of a node 250m
Interference Range of a node 500m
Wireless Interface MAC 802.11
Channel Type Wireless Channel
Signal Propagation Model Shadowing
Transport Protocol Used AODV,CA-AODV
Simulation Time 100 Sec
Network Topologies Used Static / Mobile Random
Simulator NS 2.34
MAC Type 802.11
Antenna Model Omni
Traffic Type CBR
Data Payload 512 Bytes / packet
Network Load 4 packets / sec
Interface Queue Length 10
Interface Queue Type DropTail/PriQueue
Number of Nodes 100
Speed 5,10,20,50,100
Mobility 0,5,10,25,50 m/s
Pause 1,2,5,10,15 m/s
6. RESULTS AND DISCUSSIONS
Using results from the ns2 simulator, the performance of distributed channel
assignment protocols, such as CA-AODV and Ek-CA-AODV, is examined
Simulation results are also presented to illustrate the capacity improvement of
distributed channel assignment combined with MC-MAC compared to the single-
channel IEEE 802.11 MAC. Because Ek-CA-AODV is suitable for static wireless
networks, the performance of the Ek-CA-AODV protocol is studied in four static
wireless networks, namely a one-hop network, a chained network, a square grid
network, and a non-square grid network.
Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks
http://www.iaeme.com/IJCET/index.asp 47 editor@iaeme.com
Table 2 Shadowing with varying speed
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Packet Drop Ratio
PDR
Proposed
PDR
Existing
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Control Overhead
PDR
Proposed
PDR
Existing
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Delay
PDR
Proposed
PDR
Existing
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Throughput
PDR
Proposed
PDR
Existing
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Jitter
PDR
Proposed
PDR
Existing
0
20
40
60
80
100
120
1 5 10 20 50
%
Speed
Loss Ratio
PDR
Proposed
PDR
Existing
Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad
http://www.iaeme.com/IJCET/index.asp 48 editor@iaeme.com
Table 3 Shadowing with varying pause
0
20
40
60
80
100
120
1 2 5 10
%
Pause
Packet Drop Ratio
PDR
Proposed
PDR
Existing
0
100
200
300
400
500
600
1 2 5 10
Pause
Control Overhead
CO
Proposed
CO
Existing
0
0.1
0.2
0.3
0.4
0.5
0.6
1 2 5 10
ms
Pause
Delay
Delay
Proposed
Delay
Existing
0
100000
200000
300000
400000
500000
600000
1 2 5 10
Pause
Throughput
Throughput
Proposed
Throughput
Existing
0
0.002
0.004
0.006
0.008
0.01
0.012
1 2 5 10
Pause
Jitter
Jitter
Proposed
Jitter
Existing
0
10
20
30
40
50
60
70
80
90
1 2 5 10
Pause
Lora
LORA
Proposed
LORA
Existing
Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks
http://www.iaeme.com/IJCET/index.asp 49 editor@iaeme.com
Table 4 Shadowing with varying nodes
0
20
40
60
80
100
120
5 10 25 50
%
Nodes
Packet Drop Ratio
PDR
Proposed
PDR
Existing
0
100
200
300
400
500
600
5 10 25 50
Nodes
Control Overhead
CO
Proposed
CO
Existing
0
0.1
0.2
0.3
0.4
0.5
0.6
5 10 25 50
ms
Nodes
Delay
Delay
Proposed
Delay
Existing
0
100000
200000
300000
400000
500000
600000
5 10 25 50
Nodes
Throughput
Throughput
Proposed
Throughput
Existing
0
0.002
0.004
0.006
0.008
0.01
0.012
5 10 25 50
Nodes
Jitter
Jitter
Proposed
Jitter
Existing
0
10
20
30
40
50
60
70
80
90
5 10 25 50
Nodes
Loss Ratio
LORA
Proposed
LORA
Existing
Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad
http://www.iaeme.com/IJCET/index.asp 50 editor@iaeme.com
7. CONCLUSION
Channel interference is major challenge in the ad-hoc network. It affects the network
throughput, delay performance. In order to reduce the interference existing approach
allocates the channel during the route discovery phase which slightly increase the
delay due to the time needed for route discovery. Also Proposed method of channel
assignment is relies on neighbor discovery phase as opposed to which depends on
route discovery phase and adds too much control overhead.
Whereas, the new channel allocation technique carried in this dissertation is
based on neighbor discovery. This approach allocates suitable channel from the
available set of channels at the time of neighbor discovery which results into low
control overhead and low delay .Thus new channel allocation technique increases the
capacity of the network.
REFERENCES
[1] Raniwala, A., Gopalan, K. and Chiueh, T. Centralized Channel Assignment and
Routing Algorithms for Multi-Channel Wireless Mesh Networks. Mobile
Computing and Communications Review (MC2R), 8(2), Apr. 2004, pp. 50–65.
[2] Nguyen, H. and Nguyen, U. Channel assignment for multicast in multi-channel
multi-radio wireless mesh networks. Wireless Communications and Mobile
Computing, Oct. 2008.
[3] Chereddi, C., Kyasanur, P., So, J. and Vaidya, N. H. Multi-Channel Mesh
Networks: Challenges and Protocols. IEEE Wireless Communications, April
2006.
[4] Periyasamy, P. and Karthikeyan, E. Performance Evaluation of AOMDV
Protocol based on various Scenario and Traffic Patterns. International Journal of
Computer Science, Engineering and Applications (IJCSEA), 1(6), 2011, pp. 33–
48.
[5] Periyasamy, P. and Karthikeyan, E. Comparative Performance Analysis of
AODV and AODV-MIMC Routing Protocols MANETs. International Journal of
Computer Network and Information Security, 6, 2014, pp. 54–60.
[6] Agrawal, C. P., Vyas, O. P. and Tiwari, M. K. Evaluation of varying mobility
models & network loads on DSDV protocol of MANETs. International Journal
of Computer Science and Engineering, 1(2), 2009, pp. 40–46.
[7] Malhotra, P. A Survey of Energy Efficient AODV Routing Algorithms In
Manet, International journal of Computer Engineering & Technology, 4
(2), 2013, pp. 213–220.
[8] Padwad, H. and Sonekar, S. V. Development and Evaluation of Enhanced
AODV Protocol For Route Discovery In Mobile Ad-Hoc Network.
International Journal of Computer Engineering & Technology, 5(6), 2014.

More Related Content

What's hot

Energy Efficient Multipath Routing Protocol For MANET
Energy Efficient Multipath Routing Protocol For MANETEnergy Efficient Multipath Routing Protocol For MANET
Energy Efficient Multipath Routing Protocol For MANETPrasanta kumr Manohari
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928IJRAT
 
Cross layer design for power control and link
Cross layer design for power control and linkCross layer design for power control and link
Cross layer design for power control and linkIJCNCJournal
 
Rsaodv a route stability based ad hoc on demand distance vector routing prot...
Rsaodv  a route stability based ad hoc on demand distance vector routing prot...Rsaodv  a route stability based ad hoc on demand distance vector routing prot...
Rsaodv a route stability based ad hoc on demand distance vector routing prot...ijwmn
 
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc NetworkIRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc NetworkIRJET Journal
 
WSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingWSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingArunChokkalingam
 
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...Rakesh Behera
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivityijsrd.com
 
rupali published paper
rupali published paperrupali published paper
rupali published paperRoopali Singh
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...IJCNCJournal
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...inventionjournals
 
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...Editor IJCATR
 
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...Editor IJCATR
 
A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...eSAT Publishing House
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...csandit
 
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANET
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANETPALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANET
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANETEswar Publications
 

What's hot (20)

Energy Efficient Multipath Routing Protocol For MANET
Energy Efficient Multipath Routing Protocol For MANETEnergy Efficient Multipath Routing Protocol For MANET
Energy Efficient Multipath Routing Protocol For MANET
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
Cross layer design for power control and link
Cross layer design for power control and linkCross layer design for power control and link
Cross layer design for power control and link
 
Rsaodv a route stability based ad hoc on demand distance vector routing prot...
Rsaodv  a route stability based ad hoc on demand distance vector routing prot...Rsaodv  a route stability based ad hoc on demand distance vector routing prot...
Rsaodv a route stability based ad hoc on demand distance vector routing prot...
 
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc NetworkIRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
 
WSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingWSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient Routing
 
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
 
Q01821111115
Q01821111115Q01821111115
Q01821111115
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivity
 
218
218218
218
 
rupali published paper
rupali published paperrupali published paper
rupali published paper
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...Enhanced aodv route discovery and route establishment for qos provision for r...
Enhanced aodv route discovery and route establishment for qos provision for r...
 
Mobile adhoc
Mobile adhocMobile adhoc
Mobile adhoc
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
 
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
 
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
EEDTCA: Energy Efficient, Reduced Delay and Minimum Distributed Topology Cont...
 
A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
 
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANET
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANETPALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANET
PALBMRP: Power Aware Load Balancing Multipath Routing Protocol for MANET
 

Similar to Ijcet 06 06_005

PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2IAEME Publication
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...Roopali Singh
 
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...IRJET Journal
 
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...IRJET Journal
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET Journal
 
A Survey on Cross Layer Routing Protocol with Quality of Service
A Survey on Cross Layer Routing Protocol with Quality of ServiceA Survey on Cross Layer Routing Protocol with Quality of Service
A Survey on Cross Layer Routing Protocol with Quality of ServiceIJSRD
 
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET Journal
 
Minimization of Energy Consumption using EPAR-DSR Protocol in Manet
Minimization of Energy Consumption using EPAR-DSR Protocol in ManetMinimization of Energy Consumption using EPAR-DSR Protocol in Manet
Minimization of Energy Consumption using EPAR-DSR Protocol in ManetIRJET Journal
 
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...ijwmn
 
A survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane tsA survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane tsIAEME Publication
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...ijmnct
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...IRJET Journal
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Energy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkEnergy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkIJCNCJournal
 
Design and implementation of new routing
Design and implementation of new routingDesign and implementation of new routing
Design and implementation of new routingIJCNCJournal
 
Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Editor IJMTER
 
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKBETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKcscpconf
 
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSIJCNCJournal
 

Similar to Ijcet 06 06_005 (20)

PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
 
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
 
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing Protocol
 
A Survey on Cross Layer Routing Protocol with Quality of Service
A Survey on Cross Layer Routing Protocol with Quality of ServiceA Survey on Cross Layer Routing Protocol with Quality of Service
A Survey on Cross Layer Routing Protocol with Quality of Service
 
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
 
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
 
Minimization of Energy Consumption using EPAR-DSR Protocol in Manet
Minimization of Energy Consumption using EPAR-DSR Protocol in ManetMinimization of Energy Consumption using EPAR-DSR Protocol in Manet
Minimization of Energy Consumption using EPAR-DSR Protocol in Manet
 
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...T HE  I MPACT OF  TCP C ONGESTION  W INDOW  S IZE  ON THE  P ERFORMANCE  E VA...
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
 
A survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane tsA survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane ts
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
E1073644
E1073644E1073644
E1073644
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Energy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkEnergy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh network
 
Design and implementation of new routing
Design and implementation of new routingDesign and implementation of new routing
Design and implementation of new routing
 
Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)
 
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKBETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
 
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETSECA MODEL BASED QOS AODV ROUTING FOR MANETS
ECA MODEL BASED QOS AODV ROUTING FOR MANETS
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Ijcet 06 06_005

  • 1. http://www.iaeme.com/IJCET/index.asp 42 editor@iaeme.com International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 6, Jun 2015, pp. 42-50, Article ID: IJCET_06_06_005 Available online at http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6 ISSN Print: 0976-6367 and ISSN Online: 0976–6375 © IAEME Publication ___________________________________________________________________________ EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS Mayur N. Bhurewal ME CSE (Student), MSS’s CET, Jalna, MS-India Prof. Ms. Sujata G. Tuppad Head, IT Department, MSS’s CET, Jalna, MS-India ABSTRACT By assigning orthogonal channels to neighboring nodes, one can minimize both types of interferences and allow concurrent transmissions within the neighborhood, thus improving the throughput and delay performance of the ad hoc network the capacity of mobile ad hoc networks is constrained by the intra-flow interference introduced by adjacent nodes on the same path, and inter-flow interference generated by nodes from neighboring paths three novel distributed channel assignment protocols for multi-channel mobile ad hoc networks protocols combine channel assignment with distributed on-demand routing, and only assign channels to active nodes proposed protocols can effectively increase throughput and reduce delay, as compared to several existing schemes, thus providing an effective solution to the low capacity problem in multi-hop wireless networks. Keywords: AODV, CA-AODV, Ek-CA-AODV, Delay, Loss Ratio, Control Overhead, Throughput and Packet Delivery Ratio. Cite this Article: Bhurewal, M. N. and Prof. Ms. Tuppad, S. G. Efficient Routing and Channel Assignment in Multichannel Mobile Adhoc Networks. International Journal of Computer Engineering and Technology, 6(7), 2015, pp. 42-50. http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6 _____________________________________________________________________ 1. INTRODUCTION In this modern world, Wireless Communication has become indispensible part of life. Research focuses on Mobile Ad hoc Networks (MANETs), which is a collection of mobile devices by wireless links forming a dynamic topology without much physical network infrastructure such as routers, servers, access points/cables or centralized administration. Each mobile device functions as router as well as node. The main
  • 2. Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks http://www.iaeme.com/IJCET/index.asp 43 editor@iaeme.com characteristics of MANET are i) Dynamic topologies ii) Bandwidth-constrained links iii) Energy constrained operation iv) Limited physical security [1, 2]. The maximum capacity that the IEEE 802.11 MAC can achieve for a chain network could be as low as just one seventh of the nominal link bandwidth all current IEEE 802.11 physical (PHY) standards divide the available frequency into several orthogonal channels, which can be used simultaneously within a neighborhood. IEEE 802.11 WLANs that operate in ad hoc mode rarely use multiple channels simultaneously. IEEE 802.11 MAC is not designed to operate with multiple channels, resulting in a waste of precious network resources. An ad hoc network based on the IEEE 802.11a technology utilizes only one out of 12 available orthogonal channels, wasting more than 90% of the potentially available spectrum. There has been substantial interest in multi-channel MAC schemes that can achieve higher throughput by exploiting multiple available channels every node has its own unique channel [1] Therefore, no channel assignment or selection is needed. The number of channels is limited and has to be carefully assigned to each node, in order to avoid contention and collisions only a few heuristic solutions which have good performance under certain environments, for instance, in a static wireless network [3]. 2. RELATED WORK Many researchers have proposed many different approaches to MAC for utilizing multi-channel and multi-interface in mobile ad hoc networks. In [5] the authors proposed a centralized channel assignment scheme where traffic is directed towards specific gateway nodes in static networks. A hybrid channel assignment scheme [4] assigns some radios statically to a channel and some are dynamically changed their frequencies in the channel. A new channel assignment scheme [5] for utilizing multi- channels that can be reduced channel conflicts by removing hidden channel problem [3]. All the protocols in NS 2.34 have only Single-Interface Single-Channel (SISC) support because IEEE 802.11 a/b/g requires some modifications on MAC and link layer protocols in order to utilize multi-interface multi-channel (MIMC). The main Area of work will be to work on the Implementation of the three Protocols which will help to effectively reduce the Interferences in the Wireless Networks and increase the Throughput and Reduce the Delay in the Network. We propose several modifications on CA-AODV routing protocol to utilize the multi-interface multi-channel (MIMC) scheme efficiently, to improve network performance. Three principles for designing efficient distributed channel assignment schemes. • To reduce the complexity of the channel assignment algorithm, channel assignment and routing should be jointly designed. Exploring this design principle can potentially reduce the complexity of channel assignment algorithms.[1] • Channels should be assigned only to active nodes. This on-demand channel assignment principle is motivated by the fact that only nodes on active routes need valid channels.[1] • The capacity of mobile ad hoc networks can be adversely affected by both hidden terminals and exposed terminals. To improve network performance, distinct channels should be assigned such that hidden terminals, exposed terminals, and cumulative interference can be avoided as much as possible.
  • 3. Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad http://www.iaeme.com/IJCET/index.asp 44 editor@iaeme.com 3. ROUTING PROTOCOL 3.1. Combined Channel Assignment and AODV Protocol (CA-AODV) Like the original AODV routing protocol and many other reactive protocols, CA- AODV has two phases: route discovery and route reply. The route discovery phase is initiated only when a source node needs to send one or more packets to a destination to which the source does not have an up-to-date route. The route reply phase is initiated when the destination node or an intermediate node that has a valid route to the destination receives the Route Request (RREQ) message and generates a Route Reply (RREP) message. 3.2. Enhanced k-hop Channel Assignment and AODV Protocol (Ek-CA- AODV) CA-AODV avoids channel collisions on a per route basis. Thus, it works well only when there are few active routes co-existing in a k-hop neighborhood. To improve the performance of CA-AODV, an extension of CA-AODV, called Ek-CA-AODV, is proposed. Ek-CA-AODV introduces an extra control message called “ChannelTaken”. Most of the operations of Ek-CA-AODV are similar to those of CA-AODV except for the operation involving the extra control message “ChannelTaken”. If a node on an established route detects that a new route in the neighborhood is being set up, it broadcasts a “ChannelTaken” message that carries its own channel index. The TTL of the “Channel Taken” message is set to k to ensure that the “Channel Taken” message is broadcast only to the current node's k-hop neighbors. Upon receiving a “Channel Taken” message, any node will update its next-hop neighbor table and the available channel set A. If a channel conflict is detected by a node that is not yet on an established route, this node sets a “channel conflict “flag. When receiving a RREP message, a node checks to see whether the “channel conflict “flag is set. If so, the node will randomly pick another channel from the channel set A. Note that nodes on active routes just ignore “channel conflict “because the channel conflicts are caused by inactive nodes that are not on active routes but are trying to discover a new route. Therefore, an inactive node updates its channel whenever a “channel conflict “occurs. Through “ChannelTaken” messages, channels taken by nodes on established routes can be conveyed to other nodes in the network. Therefore, conflicting channels within the k-hop neighborhood can be largely avoided, provided that the number of available channels is sufficient. To allow sufficient time for “ChannelTaken” messages to propagate to all nodes within the k-hop range, the destination node or a node that has a valid route to the destination should wait for a period of time, denoted by Wt, before sending back the RREP message. Wt is related to both k and tp, where tp is the per hop propagation time. If Wt is set to a large value, it will increase routing delay. If Wt is chosen to be too small, “ChannelTaken” messages may not propagate to nodes on the route being established and thus adversely affect the performance of channel assignment. 4. QUALITY OF SERVICE (QOS) METRICS Quality of Service (QoS) Metrics [4, 5] is quantitative measures that can be used to evaluate any ad hocrouting protocol. The following metrics are considered in order to compare the performance of CA-AODV with route Discovery and Proposed CA- AODV with Neighbor Discovery.
  • 4. Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks http://www.iaeme.com/IJCET/index.asp 45 editor@iaeme.com A. Packet Delivery Ratio B. Throughput C. Routing Overhead D. Normalized Routing Overhead E. End-to-End Delay 5. SIMULATION AND EXPERIMENT 5.1. Simulation Model The performance analysis is done by using NS 2.34. The following Figure 1 illustrates the simulation model and the simulation parameters are described in Table 1. Figure 1 Overview of the simulation model The simulator is written in C++ and a script language called OTcl. The OTcl script defines the number of nodes, links, the traffic in the network and which protocols it will use. This script is then used by NS during the simulations. The result of the simulations is an output trace file that can be used to do data processing (calculate delay, throughput etc) and to visualize the simulation with a program called Network Animator (NAM). The Experiment is carried out in Shadowing:-Reflectors in the environment surrounding transmitter and receiver create multiple paths. Multiple copies of the signals lead to Multipath propagation. These Experimental results are taken in various scenarios like, • By varying speed density • By varying node mobility • By varying pause time by keeping other parameters constant. Below the experimental results of the same is plotted under same conditions for shadowing. OTcl Script Network Simulator Network Animator Output Data ProcessingGraph Utility Graphs
  • 5. Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad http://www.iaeme.com/IJCET/index.asp 46 editor@iaeme.com Table 1 Simulation Parameters Parameter Value Transmission Range of a node 250m Interference Range of a node 500m Wireless Interface MAC 802.11 Channel Type Wireless Channel Signal Propagation Model Shadowing Transport Protocol Used AODV,CA-AODV Simulation Time 100 Sec Network Topologies Used Static / Mobile Random Simulator NS 2.34 MAC Type 802.11 Antenna Model Omni Traffic Type CBR Data Payload 512 Bytes / packet Network Load 4 packets / sec Interface Queue Length 10 Interface Queue Type DropTail/PriQueue Number of Nodes 100 Speed 5,10,20,50,100 Mobility 0,5,10,25,50 m/s Pause 1,2,5,10,15 m/s 6. RESULTS AND DISCUSSIONS Using results from the ns2 simulator, the performance of distributed channel assignment protocols, such as CA-AODV and Ek-CA-AODV, is examined Simulation results are also presented to illustrate the capacity improvement of distributed channel assignment combined with MC-MAC compared to the single- channel IEEE 802.11 MAC. Because Ek-CA-AODV is suitable for static wireless networks, the performance of the Ek-CA-AODV protocol is studied in four static wireless networks, namely a one-hop network, a chained network, a square grid network, and a non-square grid network.
  • 6. Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks http://www.iaeme.com/IJCET/index.asp 47 editor@iaeme.com Table 2 Shadowing with varying speed 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Packet Drop Ratio PDR Proposed PDR Existing 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Control Overhead PDR Proposed PDR Existing 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Delay PDR Proposed PDR Existing 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Throughput PDR Proposed PDR Existing 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Jitter PDR Proposed PDR Existing 0 20 40 60 80 100 120 1 5 10 20 50 % Speed Loss Ratio PDR Proposed PDR Existing
  • 7. Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad http://www.iaeme.com/IJCET/index.asp 48 editor@iaeme.com Table 3 Shadowing with varying pause 0 20 40 60 80 100 120 1 2 5 10 % Pause Packet Drop Ratio PDR Proposed PDR Existing 0 100 200 300 400 500 600 1 2 5 10 Pause Control Overhead CO Proposed CO Existing 0 0.1 0.2 0.3 0.4 0.5 0.6 1 2 5 10 ms Pause Delay Delay Proposed Delay Existing 0 100000 200000 300000 400000 500000 600000 1 2 5 10 Pause Throughput Throughput Proposed Throughput Existing 0 0.002 0.004 0.006 0.008 0.01 0.012 1 2 5 10 Pause Jitter Jitter Proposed Jitter Existing 0 10 20 30 40 50 60 70 80 90 1 2 5 10 Pause Lora LORA Proposed LORA Existing
  • 8. Efficient Routing and Channel Assignment In Multichannel Mobile Adhoc Networks http://www.iaeme.com/IJCET/index.asp 49 editor@iaeme.com Table 4 Shadowing with varying nodes 0 20 40 60 80 100 120 5 10 25 50 % Nodes Packet Drop Ratio PDR Proposed PDR Existing 0 100 200 300 400 500 600 5 10 25 50 Nodes Control Overhead CO Proposed CO Existing 0 0.1 0.2 0.3 0.4 0.5 0.6 5 10 25 50 ms Nodes Delay Delay Proposed Delay Existing 0 100000 200000 300000 400000 500000 600000 5 10 25 50 Nodes Throughput Throughput Proposed Throughput Existing 0 0.002 0.004 0.006 0.008 0.01 0.012 5 10 25 50 Nodes Jitter Jitter Proposed Jitter Existing 0 10 20 30 40 50 60 70 80 90 5 10 25 50 Nodes Loss Ratio LORA Proposed LORA Existing
  • 9. Mayur N. Bhurewal and Prof. Ms. Sujata G. Tuppad http://www.iaeme.com/IJCET/index.asp 50 editor@iaeme.com 7. CONCLUSION Channel interference is major challenge in the ad-hoc network. It affects the network throughput, delay performance. In order to reduce the interference existing approach allocates the channel during the route discovery phase which slightly increase the delay due to the time needed for route discovery. Also Proposed method of channel assignment is relies on neighbor discovery phase as opposed to which depends on route discovery phase and adds too much control overhead. Whereas, the new channel allocation technique carried in this dissertation is based on neighbor discovery. This approach allocates suitable channel from the available set of channels at the time of neighbor discovery which results into low control overhead and low delay .Thus new channel allocation technique increases the capacity of the network. REFERENCES [1] Raniwala, A., Gopalan, K. and Chiueh, T. Centralized Channel Assignment and Routing Algorithms for Multi-Channel Wireless Mesh Networks. Mobile Computing and Communications Review (MC2R), 8(2), Apr. 2004, pp. 50–65. [2] Nguyen, H. and Nguyen, U. Channel assignment for multicast in multi-channel multi-radio wireless mesh networks. Wireless Communications and Mobile Computing, Oct. 2008. [3] Chereddi, C., Kyasanur, P., So, J. and Vaidya, N. H. Multi-Channel Mesh Networks: Challenges and Protocols. IEEE Wireless Communications, April 2006. [4] Periyasamy, P. and Karthikeyan, E. Performance Evaluation of AOMDV Protocol based on various Scenario and Traffic Patterns. International Journal of Computer Science, Engineering and Applications (IJCSEA), 1(6), 2011, pp. 33– 48. [5] Periyasamy, P. and Karthikeyan, E. Comparative Performance Analysis of AODV and AODV-MIMC Routing Protocols MANETs. International Journal of Computer Network and Information Security, 6, 2014, pp. 54–60. [6] Agrawal, C. P., Vyas, O. P. and Tiwari, M. K. Evaluation of varying mobility models & network loads on DSDV protocol of MANETs. International Journal of Computer Science and Engineering, 1(2), 2009, pp. 40–46. [7] Malhotra, P. A Survey of Energy Efficient AODV Routing Algorithms In Manet, International journal of Computer Engineering & Technology, 4 (2), 2013, pp. 213–220. [8] Padwad, H. and Sonekar, S. V. Development and Evaluation of Enhanced AODV Protocol For Route Discovery In Mobile Ad-Hoc Network. International Journal of Computer Engineering & Technology, 5(6), 2014.