SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
www.ijarcet.org
2292

Abstract— Cross-layer awareness optimization is a break out
from the layered approach of the OSI Layer communications
model having very rigorous boundaries among layers. The
CLAO approach transports response dynamically via the layer
boundaries. Due to input from one layer to another layer it
affects the later layer with its deficiency. In this work Smart
Antenna are used at Physical layer for optimization among the
cross layers and Genetic Algorithm is used for optimizing the
cost function.
Index Terms—Cross Layer, Smart Antenna, GA
I. INTRODUCTION
Cross-layer awareness optimization is a break out from
the layered approach of the OSI Layer communications
model having very rigorous boundaries among layers. The
CLAO approach transports response dynamically via the
layer boundaries. Due to input from one layer to another layer
it affects the later layer with its deficiency. The strict
boundaries create dependency problem for the concerned
layer as well as other layers. The prime question arises
whether this attitude can be applied to wireless infrastructure
based network to map different layer (PHY and MAC layer)
of protocol stack in cross layer framework. Now the
optimization algorithm becomes the prime feature for
optimizing among the Physical (PHY) and MAC layer.
Smart Antenna is used at physical layer for optimization.
The term “smart antenna” refers to antennas array, processed
using signal processor, which adapt signal to form beam
pattern to point out desired signals and to minimize
interference signals.
Genetic algorithm (GA) is nature inspired biological
algorithm motivated from working of genetics. Genetic
Algorithm falls under the category of Evolutionary
Algorithm which follows working of genomes. We are using
this algorithm for optimization our problem of minimizing
Manuscript received July, 2013.
Vinay Verma, Computer Science and Engineering Department, Suresh
Gyan Vihar University, Jagatpura, Jaipur
Savita Shiwani, Computer Science and Engineering Department, Suresh
Gyan Vihar University, Jagatpura, Jaipur.
the cost function.
II. CROSS LAYER OPTIMIZATION
Cross-layer awareness optimization is a break out from
the layered approach of the OSI Layer communications
model having very rigorous boundaries among layers. The
CLAO approach transports response dynamically via the
layer boundaries. Due to input from one layer to another layer
it affects the later layer with its deficiency. The strict
boundaries create dependency problem for the concerned
layer as well as other layers. The prime question arises
whether this attitude can be applied to wireless infrastructure
based network to map different layer (PHY and MAC layer)
of protocol stack in cross layer framework. Now the
optimization algorithm becomes the prime feature for
optimizing among the Physical (PHY) and MAC layer.
Few researches also showed optimization approaches for
resource allocation problems in wireless systems. Illustrating
the use of optimization approach for two classes of
cross-layer problems, namely, the opportunistic scheduling
problem in cellular (or access-point based single-hop
networks), and the joint congestion-control and scheduling
problem in multi-hop wireless networks. Convex
programming is an important tool for this optimization
approach; in particular, Lagrange duality is a key tool in
decomposing the otherwise complex optimization problem
into easily-solvable components.
Energy Consumption is area of recent research and
requirement of time since consumption is affected by all
layers of system design, ranging from silicon to applications.
Energy efficient design requires a Cross Layer approach.
Guowang Miao presented a very good comprehensive
overview focusing on system based approach towards
optimal transmission and resource management. Few
researchers have also tried to resolve conflicts for solving
scalability, lifetime for wireless sensor networks and also
solving the bandwidth, power consumption, and node
resource limitation. Theyprefer CLO as a promising solution
for it.
Cross Layer perspective is also being used for improving
the Quality of Service (QoS) required by delay-sensitive and
A Novel approach for Optimizing Cross Layer
among Physical Layer and MAC Layer of
Infrastructure Based Wireless Network using
Genetic Algorithm
Vinay Verma, Savita Shiwani
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2293
www.ijarcet.org
high-bandwidth application by using a content-aware
cross-layer (Application and MAC) packetization and
retransmission strategy for optimized multimedia
transmission over the wireless network.
III. SMART ANTENNA
The term “smart antenna” refers to antennas array,
processed using signal processor, which adapt signal to form
beam pattern to point out desired signals and to minimize
interference signals. Fig. 1 showing M element smart
antenna, having Digital Signal Processor (DSP).
Beam formed adaptive antenna systems allow the antenna
with nulling interference signals and steering over the
interested direction beam. The smart antenna concept is
different from fixed beam “dumb antenna,” which does not
adapt its radiation power pattern with changing EM
environment.
Fig. 1M-Element Smart Antenna
An adaptive antenna is an antenna that controls its own
pattern, by means feedback control, while the antenna
operates. Adaptive antennas are useful in radar and
communication systems that are subject to interference and
jamming. These antennas change their patterns
automaticallyin response to the signal environment. They do
so in a way that optimizes the SINR ratio at the array output.
They are especially useful for protecting radar and
communication systems from interference when arrival
direction to the interference is not known in advance. Fig. 2
showing sectorized Smart Antenna.
Fig. 2Smart Antenna Sector
IV. GENETIC ALGORITHM
Genetic algorithm (GA) is nature inspired biological
algorithm motivated from working of genetics. Genetic
Algorithm falls under the category of Evolutionary
Algorithm which follows working of genomes. It follows the
law of genomes inheritance, mutation, selection and
crossover (or recombination).
Genetic Algorithm Working
GA is very good alternative over the conventional method
of optimization as it studies inheritance, selection, mutation
and crossover. GA is implemented using set of initial input
variables representing chromosomes consisting of given
genes or individual values for obtaining better solution.
Solutions can be in form of BinaryStrings of 1s or 0s or in
other encoding form. These set of chromosomes form the
population of randomly selected variables after each
generation. Fitness of each variable is evaluated in
population and being selected to form new population. This
population is used in next phase of algorithm which executed
to produce maximum iteration or fitness level reached up to
mark.
With maximum number of iteration, we may or may not
get desired solution. After defining fitness cost function, GA
starts working by initializing population with chromosome
evaluation and improving it with iterative process of
mutation, selection and crossover operation.
Initialization of Population: Population represents matrix
formation of chromosomes where each row represents
chromosome and each chromosome having number of genes
or variables.
Evaluation of Chromosome:The chromosomes are passed
to fitness function for evaluation. The function defines range
for chromosome as high and low value for evaluation.
Selecting the fittest chromosome helps in forming next
generation for further iteration.
Crossover Selection and Mutation: The high probability
next generation population is selected using crossover (or
recombination).The healthiest members is selected from
matrix pool for mating. From Roulette Wheel Selection or
Tournament Selection the pair of parents formed for mating.
Selected parents mate to form the offspring. Using several
ways selected parents generates offspring or child. This
generation varies from initial one. This increases the average
fitness, since only healthy genes are selected for mating and
generating offspring for next generation.
Termination: The above process repeated until meet the
termination condition. Few conditions for terminations are
as follows:
 Number of Generations reached
 Solution satisfying minimum required criteria
 No change in solution after maximum number
of iterations
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
www.ijarcet.org
2294
Fig. 3Proposed Continous Genetic Algorithm
Fig 3. shows the proposed Continuous Genetic Algorithm
which is very robust for optimizing the cost function. CGA is
very efficient for working over the real values or floating
point values.
V. IMPLEMENTATION
We are proposing Continuous Genetic algorithm which is
very powerful and robust for optimizing the cost function.
Continuous Genetic Algorithm works over the continuous
value like real values or floating point number. Continuous
GA does not require conversion as done in Binary Genetic
Algorithm for evaluating cost function and it is faster than
Binary GA.
We are optimizing the array factor of smart antenna which
plays very crucial role in forming the beam pattern of signal.
We are optimizing this array factor using the Continuous
Genetic Algorithm and showing its effect with variable
element spacing.
Cost Function
(1)
where xn= Element Spacing
k= Wave Number
u= cos (φ)
We are using Single Point Crossover for offspring
Generation and Roulette Wheel Selection for mating in
Continuous Genetic Algorithm.
Continuous Genetic Algorithm
Step1: Selecting CGA parameters and Defining Cost
Function
In this step we define the variables used while
optimization and defines the cost function in MATLAB code
for optimizing using CGA.
Step2: Natural Selection of chromosome is done for
mutation process
Step3: Parents Selection
Using the Roulette Wheel Selection for parent selection
where parents are assigned probability for being selected.
Step4: Offspring Generation
By using Single point crossover we get the offspring
matrix. Here each value of parents is being masked in 0s and
1s for processing.
Step5: Mutation
Now the random values are processed in population. The
mutation rate defines the changed bits or values in a
population. In our case, the mutation rate is 15%.
The simulations are performed using MATLAB. The
CGA is applied to minimize the cost function which places
the null with phase only weighting with varying element
spacing.
For finding the fittest solution using the CGA we only use
50% of best fittest value for next step and discarding the
remaining 50% value. Mutaion rate is 15% for CGA
algorithm.
Table 1: Parameters table
Parameter Value
Array Element 20
Minimum Cost -50
Number of Generations 250
Function Call 250
Mutation Rate 15%
Initial Population 8x10 matrix
Discard Rate 50%
We have taken the 20 linear arrayelement which forms the
smart antenna.
Defining the -50 as minimum cost where cost function
cannot reduce below the -50 value.
Optimizing the array factor for 250 generations using 250
function calls for minimization of (1).
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2295
www.ijarcet.org
Fig. 4Optimized Array Factor for element space d=0.5
Fig. 5Optimized Array Factor for element space d=0.2
Fig. 6Optimized Array Factor for element space d=0.3
Fig. 7Optimized Array Factor for element space d=0.7
Fig. 8Optimized Array Factor for element space d=0.9
Fig. 9Array Factor value with respect to the maximum
sidelobe level value for element spacing 0.2, 0.3,
0.5, 0.7, 0.9.
Fig. 10 NULL placement values after optimizing (1) for
varying element spaces for d = 0.5, 0.2, 0.3, 0.7, 0.9
Fig. 4-8. shows the different behavior of array factor after
optimizing (1) using continuous genetic algorithm resulting
the array factor value and max. Sidelobe value.
Fig. 9. shows the value of array factor with respect to the
max. Sidelobe level for varying element spaces for d = 0.5,
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
www.ijarcet.org
2296
0.2, 0.3, 0.7, 0.9.
Fig. 10. shows graph for Null placement values received
after optimizing the (1) for d = 0.5, 0.2, 0.3, 0.7, 0.9.
VI. CONCLUSION
As we have seen that array factor depicts very crucial role
in formation signal power pattern for smart antenna which is
being optimized using continuous genetic algorithm which is
robust and efficient for varying element spacing. We have
used Continuous GA for optimizing the cost which is very
stable and robust for optimizing such problem. So we have
worked to get the max value for Sidelobe level and array
factor value and finally getting the placement values for
placing NULLS while designing the Signal power pattern.
VII. FUTURE RECOMMENDATION
There are many fields still needed attention in smart
antenna like power consumption, radiation pattern, mean
square error equation.
REFERENCES
[1]Widrow, B et al: , Adaptive Antenna Systems, Proceedings IEEE, Vol.
55, No. 12, 1967, pp. 2143-2159.
[2]A. S. Abdallah and F. M. Mousa, “A modified Continuous GA for Smart
Antenna System”, journal of Engineering and Applied Sciences 5(4): 332-336,
2010 ISSN: 1816-949X.
[3]Xiaojun Lin, Ness B. Shroff and R. Srikant, “A Tutorial on Cross-Layer
Optimization in Wireless Networks”.
[4]R. L. Haupt and Sue Ellen Haupt, Practical Genetic Algorithms, 2nd ed.,
Wiley, New York, 2004.
[5]Frank B. Gross, “Smart Antennas for Wireless Communications With
MATLAB”, McGraw Hills.
[6]R.T. Compton, Jr., “Adaptive Antennas Concepts and Performance”,
Englewood Cliffs, NJ: Prentice Hall, 1988.
[7]Muhammad S. Razzaq and Noor M. Khan, “Performance Comparison of
Adaptive Beamforming Algorithms for Smart Antenna Systems”, World
Applied Sciences Journal 11 (7): 775-785, 2010, ISSN 1818-4952.
[8]Abdallah Khreishah, Chih-Chun Wang, and Ness B. Shroff,
“Cross-Layer Optimization for Wireless Multihop Networks with Pairwise
Intersession Network Coding”, IEEE JOURNAL ON SELECTED AREAS IN
COMMUNICATIONS, VOL. 27, NO. 5, JUNE 2009.
[9]Ajit Warrier, Long Le and Injong Rhee, “Cross-layer Optimization Made
Practical”.
[10] M. van der Schaar and D. S. Turaga, “Content-Based Cross-layer
Packetization and Retransmission Strategies for Wireless Multimedia
Transmission”.
[11] L. C. Godara, Smart Antennas, CRC press, 2004.
Vinay Verma Department of Computer Science Engineering, Suresh Gyan
Vihar University, Jagatpura, Jaipur, India.
Savita Shiwani Department of Computer Science Engineering, Suresh
Gyan Vihar University, Jagatpura, Jaipur, India.

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET- An Overview of Hiding Information in H.264/Avc Compressed Video
IRJET- An Overview of Hiding Information in H.264/Avc Compressed VideoIRJET- An Overview of Hiding Information in H.264/Avc Compressed Video
IRJET- An Overview of Hiding Information in H.264/Avc Compressed VideoIRJET Journal
 
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKS
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKSANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKS
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKSIJEEE
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...ijwmn
 
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...IJCNCJournal
 
Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...IJECEIAES
 
Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Alexander Decker
 
Presentation2 2000
Presentation2 2000Presentation2 2000
Presentation2 2000suvobgd
 
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...IJCNCJournal
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz
 
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...ijasuc
 
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK IJCNCJournal
 
Influence of various application types on the performance of LTE mobile networks
Influence of various application types on the performance of LTE mobile networksInfluence of various application types on the performance of LTE mobile networks
Influence of various application types on the performance of LTE mobile networksIJECEIAES
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...IJECEIAES
 
Multi hop wireless-networks
Multi hop wireless-networksMulti hop wireless-networks
Multi hop wireless-networksambitlick
 
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)S3 Infotech IEEE Projects
 
Technical analysis of content placement algorithms for content delivery netwo...
Technical analysis of content placement algorithms for content delivery netwo...Technical analysis of content placement algorithms for content delivery netwo...
Technical analysis of content placement algorithms for content delivery netwo...IJECEIAES
 
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...IJECEIAES
 

Was ist angesagt? (18)

G017444651
G017444651G017444651
G017444651
 
IRJET- An Overview of Hiding Information in H.264/Avc Compressed Video
IRJET- An Overview of Hiding Information in H.264/Avc Compressed VideoIRJET- An Overview of Hiding Information in H.264/Avc Compressed Video
IRJET- An Overview of Hiding Information in H.264/Avc Compressed Video
 
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKS
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKSANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKS
ANALYSIS AND STUDY OF MATHEMATICAL MODELS FOR RWA PROBLEM IN OPTICAL NETWORKS
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
 
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
 
Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...
 
Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...
 
Presentation2 2000
Presentation2 2000Presentation2 2000
Presentation2 2000
 
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz Resume
 
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
 
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
 
Influence of various application types on the performance of LTE mobile networks
Influence of various application types on the performance of LTE mobile networksInfluence of various application types on the performance of LTE mobile networks
Influence of various application types on the performance of LTE mobile networks
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
 
Multi hop wireless-networks
Multi hop wireless-networksMulti hop wireless-networks
Multi hop wireless-networks
 
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)
Ns2 2015 2016 ieee project list-(v)_with abstract(S3 Infotech:9884848198)
 
Technical analysis of content placement algorithms for content delivery netwo...
Technical analysis of content placement algorithms for content delivery netwo...Technical analysis of content placement algorithms for content delivery netwo...
Technical analysis of content placement algorithms for content delivery netwo...
 
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...
Markovian Queueing Model for Throughput Maximization in D2D-Enabled Cellular ...
 

Ähnlich wie Optimizing Cross Layer Wireless Networks Using Genetic Algorithm

Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networks
Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networksGenetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networks
Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networksIJECEIAES
 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...ijfcstjournal
 
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...cscpconf
 
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...marwaeng
 
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...IDES Editor
 
Securing BGP by Handling Dynamic Network Behavior and Unbalanced Datasets
Securing BGP by Handling Dynamic Network Behavior and Unbalanced DatasetsSecuring BGP by Handling Dynamic Network Behavior and Unbalanced Datasets
Securing BGP by Handling Dynamic Network Behavior and Unbalanced DatasetsIJCNCJournal
 
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETS
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETSSECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETS
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETSIJCNCJournal
 
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...IDES Editor
 
Sample Paper (1).pdf
Sample Paper (1).pdfSample Paper (1).pdf
Sample Paper (1).pdfssusereb55c5
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...ijngnjournal
 
Medical Herb Identification and It’s Benefits
Medical Herb Identification and It’s BenefitsMedical Herb Identification and It’s Benefits
Medical Herb Identification and It’s BenefitsIRJET Journal
 
Energy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCEnergy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCpaperpublications3
 
A Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
A Secure & Optimized Data Hiding Technique Using DWT With PSNR ValueA Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
A Secure & Optimized Data Hiding Technique Using DWT With PSNR ValueIJERA Editor
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile networkBasil John
 
Data detection method for uplink massive MIMO systems based on the long recu...
Data detection method for uplink massive MIMO systems based  on the long recu...Data detection method for uplink massive MIMO systems based  on the long recu...
Data detection method for uplink massive MIMO systems based on the long recu...IJECEIAES
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2IAEME Publication
 

Ähnlich wie Optimizing Cross Layer Wireless Networks Using Genetic Algorithm (20)

Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networks
Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networksGenetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networks
Genetic Algorithm for Vertical Handover (GAfVH)in a Heterogeneous networks
 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...
 
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
 
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
 
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
 
Securing BGP by Handling Dynamic Network Behavior and Unbalanced Datasets
Securing BGP by Handling Dynamic Network Behavior and Unbalanced DatasetsSecuring BGP by Handling Dynamic Network Behavior and Unbalanced Datasets
Securing BGP by Handling Dynamic Network Behavior and Unbalanced Datasets
 
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETS
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETSSECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETS
SECURING BGP BY HANDLING DYNAMIC NETWORK BEHAVIOR AND UNBALANCED DATASETS
 
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
 
Sample Paper (1).pdf
Sample Paper (1).pdfSample Paper (1).pdf
Sample Paper (1).pdf
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
 
Medical Herb Identification and It’s Benefits
Medical Herb Identification and It’s BenefitsMedical Herb Identification and It’s Benefits
Medical Herb Identification and It’s Benefits
 
Energy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCEnergy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LC
 
J046026268
J046026268J046026268
J046026268
 
A Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
A Secure & Optimized Data Hiding Technique Using DWT With PSNR ValueA Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
A Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile network
 
Data detection method for uplink massive MIMO systems based on the long recu...
Data detection method for uplink massive MIMO systems based  on the long recu...Data detection method for uplink massive MIMO systems based  on the long recu...
Data detection method for uplink massive MIMO systems based on the long recu...
 
Ns2 2015 2016 titles abstract
Ns2 2015 2016 titles abstractNs2 2015 2016 titles abstract
Ns2 2015 2016 titles abstract
 
20320140503011
2032014050301120320140503011
20320140503011
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
 

Mehr von Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Mehr von Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Kürzlich hochgeladen

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Kürzlich hochgeladen (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Optimizing Cross Layer Wireless Networks Using Genetic Algorithm

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 www.ijarcet.org 2292  Abstract— Cross-layer awareness optimization is a break out from the layered approach of the OSI Layer communications model having very rigorous boundaries among layers. The CLAO approach transports response dynamically via the layer boundaries. Due to input from one layer to another layer it affects the later layer with its deficiency. In this work Smart Antenna are used at Physical layer for optimization among the cross layers and Genetic Algorithm is used for optimizing the cost function. Index Terms—Cross Layer, Smart Antenna, GA I. INTRODUCTION Cross-layer awareness optimization is a break out from the layered approach of the OSI Layer communications model having very rigorous boundaries among layers. The CLAO approach transports response dynamically via the layer boundaries. Due to input from one layer to another layer it affects the later layer with its deficiency. The strict boundaries create dependency problem for the concerned layer as well as other layers. The prime question arises whether this attitude can be applied to wireless infrastructure based network to map different layer (PHY and MAC layer) of protocol stack in cross layer framework. Now the optimization algorithm becomes the prime feature for optimizing among the Physical (PHY) and MAC layer. Smart Antenna is used at physical layer for optimization. The term “smart antenna” refers to antennas array, processed using signal processor, which adapt signal to form beam pattern to point out desired signals and to minimize interference signals. Genetic algorithm (GA) is nature inspired biological algorithm motivated from working of genetics. Genetic Algorithm falls under the category of Evolutionary Algorithm which follows working of genomes. We are using this algorithm for optimization our problem of minimizing Manuscript received July, 2013. Vinay Verma, Computer Science and Engineering Department, Suresh Gyan Vihar University, Jagatpura, Jaipur Savita Shiwani, Computer Science and Engineering Department, Suresh Gyan Vihar University, Jagatpura, Jaipur. the cost function. II. CROSS LAYER OPTIMIZATION Cross-layer awareness optimization is a break out from the layered approach of the OSI Layer communications model having very rigorous boundaries among layers. The CLAO approach transports response dynamically via the layer boundaries. Due to input from one layer to another layer it affects the later layer with its deficiency. The strict boundaries create dependency problem for the concerned layer as well as other layers. The prime question arises whether this attitude can be applied to wireless infrastructure based network to map different layer (PHY and MAC layer) of protocol stack in cross layer framework. Now the optimization algorithm becomes the prime feature for optimizing among the Physical (PHY) and MAC layer. Few researches also showed optimization approaches for resource allocation problems in wireless systems. Illustrating the use of optimization approach for two classes of cross-layer problems, namely, the opportunistic scheduling problem in cellular (or access-point based single-hop networks), and the joint congestion-control and scheduling problem in multi-hop wireless networks. Convex programming is an important tool for this optimization approach; in particular, Lagrange duality is a key tool in decomposing the otherwise complex optimization problem into easily-solvable components. Energy Consumption is area of recent research and requirement of time since consumption is affected by all layers of system design, ranging from silicon to applications. Energy efficient design requires a Cross Layer approach. Guowang Miao presented a very good comprehensive overview focusing on system based approach towards optimal transmission and resource management. Few researchers have also tried to resolve conflicts for solving scalability, lifetime for wireless sensor networks and also solving the bandwidth, power consumption, and node resource limitation. Theyprefer CLO as a promising solution for it. Cross Layer perspective is also being used for improving the Quality of Service (QoS) required by delay-sensitive and A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm Vinay Verma, Savita Shiwani
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2293 www.ijarcet.org high-bandwidth application by using a content-aware cross-layer (Application and MAC) packetization and retransmission strategy for optimized multimedia transmission over the wireless network. III. SMART ANTENNA The term “smart antenna” refers to antennas array, processed using signal processor, which adapt signal to form beam pattern to point out desired signals and to minimize interference signals. Fig. 1 showing M element smart antenna, having Digital Signal Processor (DSP). Beam formed adaptive antenna systems allow the antenna with nulling interference signals and steering over the interested direction beam. The smart antenna concept is different from fixed beam “dumb antenna,” which does not adapt its radiation power pattern with changing EM environment. Fig. 1M-Element Smart Antenna An adaptive antenna is an antenna that controls its own pattern, by means feedback control, while the antenna operates. Adaptive antennas are useful in radar and communication systems that are subject to interference and jamming. These antennas change their patterns automaticallyin response to the signal environment. They do so in a way that optimizes the SINR ratio at the array output. They are especially useful for protecting radar and communication systems from interference when arrival direction to the interference is not known in advance. Fig. 2 showing sectorized Smart Antenna. Fig. 2Smart Antenna Sector IV. GENETIC ALGORITHM Genetic algorithm (GA) is nature inspired biological algorithm motivated from working of genetics. Genetic Algorithm falls under the category of Evolutionary Algorithm which follows working of genomes. It follows the law of genomes inheritance, mutation, selection and crossover (or recombination). Genetic Algorithm Working GA is very good alternative over the conventional method of optimization as it studies inheritance, selection, mutation and crossover. GA is implemented using set of initial input variables representing chromosomes consisting of given genes or individual values for obtaining better solution. Solutions can be in form of BinaryStrings of 1s or 0s or in other encoding form. These set of chromosomes form the population of randomly selected variables after each generation. Fitness of each variable is evaluated in population and being selected to form new population. This population is used in next phase of algorithm which executed to produce maximum iteration or fitness level reached up to mark. With maximum number of iteration, we may or may not get desired solution. After defining fitness cost function, GA starts working by initializing population with chromosome evaluation and improving it with iterative process of mutation, selection and crossover operation. Initialization of Population: Population represents matrix formation of chromosomes where each row represents chromosome and each chromosome having number of genes or variables. Evaluation of Chromosome:The chromosomes are passed to fitness function for evaluation. The function defines range for chromosome as high and low value for evaluation. Selecting the fittest chromosome helps in forming next generation for further iteration. Crossover Selection and Mutation: The high probability next generation population is selected using crossover (or recombination).The healthiest members is selected from matrix pool for mating. From Roulette Wheel Selection or Tournament Selection the pair of parents formed for mating. Selected parents mate to form the offspring. Using several ways selected parents generates offspring or child. This generation varies from initial one. This increases the average fitness, since only healthy genes are selected for mating and generating offspring for next generation. Termination: The above process repeated until meet the termination condition. Few conditions for terminations are as follows:  Number of Generations reached  Solution satisfying minimum required criteria  No change in solution after maximum number of iterations
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 www.ijarcet.org 2294 Fig. 3Proposed Continous Genetic Algorithm Fig 3. shows the proposed Continuous Genetic Algorithm which is very robust for optimizing the cost function. CGA is very efficient for working over the real values or floating point values. V. IMPLEMENTATION We are proposing Continuous Genetic algorithm which is very powerful and robust for optimizing the cost function. Continuous Genetic Algorithm works over the continuous value like real values or floating point number. Continuous GA does not require conversion as done in Binary Genetic Algorithm for evaluating cost function and it is faster than Binary GA. We are optimizing the array factor of smart antenna which plays very crucial role in forming the beam pattern of signal. We are optimizing this array factor using the Continuous Genetic Algorithm and showing its effect with variable element spacing. Cost Function (1) where xn= Element Spacing k= Wave Number u= cos (φ) We are using Single Point Crossover for offspring Generation and Roulette Wheel Selection for mating in Continuous Genetic Algorithm. Continuous Genetic Algorithm Step1: Selecting CGA parameters and Defining Cost Function In this step we define the variables used while optimization and defines the cost function in MATLAB code for optimizing using CGA. Step2: Natural Selection of chromosome is done for mutation process Step3: Parents Selection Using the Roulette Wheel Selection for parent selection where parents are assigned probability for being selected. Step4: Offspring Generation By using Single point crossover we get the offspring matrix. Here each value of parents is being masked in 0s and 1s for processing. Step5: Mutation Now the random values are processed in population. The mutation rate defines the changed bits or values in a population. In our case, the mutation rate is 15%. The simulations are performed using MATLAB. The CGA is applied to minimize the cost function which places the null with phase only weighting with varying element spacing. For finding the fittest solution using the CGA we only use 50% of best fittest value for next step and discarding the remaining 50% value. Mutaion rate is 15% for CGA algorithm. Table 1: Parameters table Parameter Value Array Element 20 Minimum Cost -50 Number of Generations 250 Function Call 250 Mutation Rate 15% Initial Population 8x10 matrix Discard Rate 50% We have taken the 20 linear arrayelement which forms the smart antenna. Defining the -50 as minimum cost where cost function cannot reduce below the -50 value. Optimizing the array factor for 250 generations using 250 function calls for minimization of (1).
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2295 www.ijarcet.org Fig. 4Optimized Array Factor for element space d=0.5 Fig. 5Optimized Array Factor for element space d=0.2 Fig. 6Optimized Array Factor for element space d=0.3 Fig. 7Optimized Array Factor for element space d=0.7 Fig. 8Optimized Array Factor for element space d=0.9 Fig. 9Array Factor value with respect to the maximum sidelobe level value for element spacing 0.2, 0.3, 0.5, 0.7, 0.9. Fig. 10 NULL placement values after optimizing (1) for varying element spaces for d = 0.5, 0.2, 0.3, 0.7, 0.9 Fig. 4-8. shows the different behavior of array factor after optimizing (1) using continuous genetic algorithm resulting the array factor value and max. Sidelobe value. Fig. 9. shows the value of array factor with respect to the max. Sidelobe level for varying element spaces for d = 0.5,
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 www.ijarcet.org 2296 0.2, 0.3, 0.7, 0.9. Fig. 10. shows graph for Null placement values received after optimizing the (1) for d = 0.5, 0.2, 0.3, 0.7, 0.9. VI. CONCLUSION As we have seen that array factor depicts very crucial role in formation signal power pattern for smart antenna which is being optimized using continuous genetic algorithm which is robust and efficient for varying element spacing. We have used Continuous GA for optimizing the cost which is very stable and robust for optimizing such problem. So we have worked to get the max value for Sidelobe level and array factor value and finally getting the placement values for placing NULLS while designing the Signal power pattern. VII. FUTURE RECOMMENDATION There are many fields still needed attention in smart antenna like power consumption, radiation pattern, mean square error equation. REFERENCES [1]Widrow, B et al: , Adaptive Antenna Systems, Proceedings IEEE, Vol. 55, No. 12, 1967, pp. 2143-2159. [2]A. S. Abdallah and F. M. Mousa, “A modified Continuous GA for Smart Antenna System”, journal of Engineering and Applied Sciences 5(4): 332-336, 2010 ISSN: 1816-949X. [3]Xiaojun Lin, Ness B. Shroff and R. Srikant, “A Tutorial on Cross-Layer Optimization in Wireless Networks”. [4]R. L. Haupt and Sue Ellen Haupt, Practical Genetic Algorithms, 2nd ed., Wiley, New York, 2004. [5]Frank B. Gross, “Smart Antennas for Wireless Communications With MATLAB”, McGraw Hills. [6]R.T. Compton, Jr., “Adaptive Antennas Concepts and Performance”, Englewood Cliffs, NJ: Prentice Hall, 1988. [7]Muhammad S. Razzaq and Noor M. Khan, “Performance Comparison of Adaptive Beamforming Algorithms for Smart Antenna Systems”, World Applied Sciences Journal 11 (7): 775-785, 2010, ISSN 1818-4952. [8]Abdallah Khreishah, Chih-Chun Wang, and Ness B. Shroff, “Cross-Layer Optimization for Wireless Multihop Networks with Pairwise Intersession Network Coding”, IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 27, NO. 5, JUNE 2009. [9]Ajit Warrier, Long Le and Injong Rhee, “Cross-layer Optimization Made Practical”. [10] M. van der Schaar and D. S. Turaga, “Content-Based Cross-layer Packetization and Retransmission Strategies for Wireless Multimedia Transmission”. [11] L. C. Godara, Smart Antennas, CRC press, 2004. Vinay Verma Department of Computer Science Engineering, Suresh Gyan Vihar University, Jagatpura, Jaipur, India. Savita Shiwani Department of Computer Science Engineering, Suresh Gyan Vihar University, Jagatpura, Jaipur, India.