SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 14
RATE ADAPTIVE RESOURCE ALLOCATION IN OFDMA USING
BEES ALGORITHM
Archana C1
, Rejith K.N2
1
PG Scholar, ECE Department, MES College of Engineering, Kerala, India
2
Assoc. Professor, ECE Department, MES College of Engineering, Kerala, India
Abstract
Orthogonal Frequency Division Multiple Access (OFDMA) is the promising access technique for future networks which allows
multiple users to transmit simultaneously. The problem of allocating resources (subcarriers, bit and power) among the
communicating users in multiuser orthogonal frequency division multiplexing (OFDM) system is a constraint optimization
problem. Bio-inspired Networking represents an emerging area to obtain optimal solutions for handling various challenges in the
networking scenario. Nature is our mother and an inspiration from nature always gives the best. Bio-inspired algorithms are
known for their efficiency in solving NP hard problems. This paper focusses on realizing the rate adaptive resource allocation
problem in OFDM systems using bio-inspired approach. The resource allocation problem using Genetic Algorithm, algorithms
based on foraging behavior in ants and flocking behavior in birds have already been modelled. The paper suggests the
application of Bees Algorithm for resource allocation in OFDMA with the goal of maximizing the data rate of each user.
Keywords: OFDMA, Bees Algorithm, Resource allocation, and PSO
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Due to the fast development of digital signal processing and
very large scale integrated circuits, wireless communication
systems have been experiencing an explosive growth in the
past decades. Next generation wireless networks are
expected to handle large number of subscribers, while at the
same time deal with the different service requirements of
each user. Thus Orthogonal Frequency Division Multiple
Access (OFDMA) forms the radio resource allocation
scheme for the existing and envisioned networks to support
the increasing number of users with the limited spectrum
level. OFDMA allows several users to transmit
simultaneously at lower data rates. The available spectrum
band is divided into a number of sub-channels and each user
is provided with a disjoint set of subcarriers. After the
subcarrier allocation is determined, the bit and power
allocation algorithm can be applied to each user on its
allocated subcarriers. The user can transmit his data in the
allocated subcarriers. A major challenge in OFDMA is that
for a given number of users and subcarriers, how to allocate
a disjoint set of subcarriers among the users. The classical
approaches for the problem are complex and NP hard.
Researchers have turned their attention towards applying the
nature inspired computational approach for solving the
challenges in networking scenario [1]. Bio-inspired
approach implies transferring knowledge from the natural
systems to the engineering system. The future networks
ranging from nano- scale communication to Inter-planetary
Internet are facing challenges in the communication and
managing aspects. The inherent property of the biological
organisms to self-organize, learn and evolve has inspired the
researchers to address the significant issues in computer
networking. Bio-inspired Algorithms that mimics the
behavior of biological organisms have been used to optimize
complex problems [2] [3].
This paper studies the effect of applying Bees Algorithm
(BA) for rate adaptive resource allocation in an OFDMA
system. The problem of resource allocation in OFDMA can
be handled in two ways: Rate Adaptive (RA) method and
Margin adaptive (MA) method. In rate adaptive method the
resource allocation is optimized by maximizing the data rate
of each user while keeping the power consumption of each
user below an acceptable level. Margin adaptive method
minimizes the maximum power consumption of each user
maintaining a rate constraint. The use of Bees algorithm for
RA based allocation strategy is studied in a single cell
scenario.
2. RELATED WORKS
Genetic algorithm (GA) was the first bio-inspired algorithm
used to study the problem of resource allocation in OFDMA
[4] [5]. But GA can give only sub-optimal results and
includes iterative process. Ant Colony optimization (ACO)
technique has been widely used to address the problem. In
[6], ACO was applied for subcarrier and bit allocation for
margin adaptive problem which provided better
performance in terms of less transmit power consumption
and faster convergence. ACO was compared with GA and
other conventional algorithms for adaptive resource
allocation in OFDMA [7]. But ACO requires more memory
space for computation and a reduction in number of
iterations are required.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 15
It is widely reported that Particle Swarm Optimization
(PSO) [8] is very easy to implement to solve real world
optimization problems. Gheitanchi et al. [9] has applied
PSO for subcarrier allocation in OFDMA systems with
significant reduction of computational complexity and
increased flexibility compared to conventional techniques;
whereas, PSO resource allocation techniques proposed by
Chakravarthy et al. [10] has improved delay characteristics
while maintaining fairness and throughput utilization. In
[11] PSO was applied for sub-channel allocation in
downlink OFDMA and provided better sum-capacity values.
Ahmed [12] has shown that the Differential Evolution
techniques is better than PSO but takes more time to
converge. The Bees algorithm has not yet applied for the
problem of resource allocation. The algorithm in literature is
mentioned to be a fast converging algorithm and therefore
can be useful for practical systems.
3. SYSTEM MODEL AND PROBLEM
FORMULATION
Consider a single cell with a base station (BS) capable of
serving K users with N subcarriers. In a downlink OFDMA
system, each user estimate channel perfectly and these
estimates are made known to the transmitter via a feedback
channel. These channel estimates are used as inputs to the
resource allocation algorithm that is allowed to run at the
transmitter. The allocation module assigns subcarriers to
each user according to some QoS criteria like rate or BER
request. Serial data from all the users are fed into the
resource allocation block at the transmitter, which then
allocates bits from different users to different sub-channels.
Thus the transmitter applies resource allocation algorithm to
assign different subcarriers to different users and then
determines the bit distribution of the user on each subcarrier
assigned to it. The subcarrier allocation is made known to all
users through separate control channels. The user’s bits are
then modulated into N, M-level QAM symbols which are
combined using IFFT into an OFDMA symbol. This is then
transmitted through a Rayleigh channel with bandwidth B
[13].
Let Rk be the data rate of each user . Then
the resource allocation strategy is based on maximizing Rk
keeping the power consumption of each user below an
allowable budget. is the transmit power of each user. The
channel gain of user k in subcarrier n is denoted by .
Then the objective function for the problem can be
formulated as [14] [15],
maximize 

N
n
nknkk rcR
1
,, (Eq-1)
subject to   nkc nk ,1,0, 


N
n
knknk Ppc
1
,,
Where is the subcarrier allocation indicator such that
if subcarrier n is assigned to user k and 0
otherwise. The number of bits of user k in subcarrier n,
is given by,
 nknknk Hpr ,,2, 1log5.0 
2
2
,
,
n
nk
nk
h
H

 is the sub-channel SNR and is the
noise power spectral density of AWGN channel.
4. BEES ALGORITHM
The Bees Algorithm is a new population-based search
algorithm, first developed by Pham DT in 2005 [16]. The
algorithm is inspired from the food foraging behavior of
honey bees in nature. In its basic version [17] [20], the
algorithm performs a kind of neighborhood search combined
with random search. The processing and collection of food
is highly organized in the honey bee colony. The bees can
move about randomly in search of food. In nature, the food
sources with large amount of nectar should be visited by
more bees.
The bee colony exhibits the property of division of labor.
Each group of bees is given separate designations and they
work accordingly. Generally, the bee colony contains a
single fertile female known as the Queen, a few thousands
of males called Drones and a several thousands of sterile
females called Workers. There are two types of worker bees
namely- scout bees and forager bees. Worker bees are
responsible for the collection of food. The foraging process
begins when the scout bees move about randomly in search
of promising flower patches, which constitutes an
exploration phase. The bees collect information about the
food patch in the exploration phase. By performing the
waggle dance, scout bees share the information about the
direction and distance to patches of flower and the amount
of nectar within this flower with their hive mates. The bees
then evaluate the food patches based on the nectar quality
and energy usage. Thus more foragers will be recruited to
follow that scout bee which carries information that is rated
above a certain quality threshold. Forager bees move on to
exploit the promising flower patches [16] [17].
In the basic Bees Algorithm (BA), one bee is one particle
[16] [18]. A fixed number of bees are created and allocated
randomly for each food source. The fitness at each of these
points is calculated. Bees that have the highest finesses are
chosen as selected bees and sites visited by them are chosen
for neighborhood search. The population of bees around
each food patch is updated in such a way that more number
of bees move towards the food patch with maximum fitness.
The steps are repeated for a fixed number of iterations. In
each iteration the quality of flower exploited by more bees
can deteriorate leading to a change in the allocation pattern
of bees.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 16
5. PROPOSED SOLUTION
Inspired from the Bees Algorithm, the problem of resource
allocation in OFDMA was handled by considering each bee
as a subcarrier that has to be allocated to a user, who
corresponds to the food patch. The algorithm starts by
initializing a population of subcarriers for each user and then
for each user, for the allocated subcarriers the fitness is
evaluated [18] [19].
The flowchart of BA for resource allocation problem is
shown in figure below.
Fig-1 Flowchart of BA for OFDMA resource allocation.
The steps in the algorithm are as follows:
1. Initialize the parameters including number of users
K, number of sub-channels N, and maximum
number of iterations. Here N=1024, and K was
varied ranging from 8 to 16,
2. Initialize a population of sub-channels (bees) around
each user (food patch),
3. Evaluate the fitness for each user for the subcarriers
allotted (as per Eq-1 ),
4. Sort the list of users in the descending order of their
fitness,
5. While maximum number of iterations not reached,
select a user for neighborhood search,
6. Update the population of bees for the users based on
neighborhood search step,
7. Evaluate the fitness with new population,
8. Run the algorithm until termination criteria is met.
Selecting the sites for neighborhood search [19] is a crucial
step in the resource allocation problem. The aim of OFDMA
technique is to allow several users to transmit
simultaneously at lower data rates and lower transmission
powers. Therefore the algorithm has to select the user with
lowest data rate in the neighborhood search step. This may
be slightly contradictory to what is happening in nature, but
is essential to provide fairness among the users in terms of
power consumption and data rate.
6. SIMULATION RESULTS
The use of Bees Algorithm for rate adaptive resource
allocation in OFDMA was simulated in MATLAB R2013a.
The number of subcarriers considered was fixed at 1024 and
the number of users was varied from 8 to 18. Total power
was assumed to be 1W. The data rate of each user after the
maximum number of iterations is shown in Fig-2 and Fig-3
for 8 and 16 users respectively.
1 2 3 4 5 6 7 8
0
0.5
1
1.5
2
2.5
User index
Capacity(bits/s/Hz)
Bees Algorithm
Fig-2 Capacity versus User index for 8 users.
Every user is allowed to transmit even at lower data rates.
Thus the algorithm is able to support multiuser diversity, as
each user see the channel differently.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 17
0 2 4 6 8 10 12 14 16 18
0
0.5
1
1.5
2
2.5
User
Capacity(bits/s/Hz)
Fig-3 Capacity versus User index for 16 users.
The working of the algorithm for resource allocation
problem in OFDMA can be validated by observing the
variation in the average data rate for increasing number of
users.
8 10 12 14 16 18
1.38
1.4
1.42
1.44
1.46
1.48
1.5
1.52
1.54
1.56
Number of users
Averagedatarate(bits/s/Hz)
Fig-4 Variation of Average data rate with Number of users
Fig-5 shows the variation of sum-capacity with the number
of users. The obtained result has been compared with the
sum-capacity value obtained by applying PSO on the
problem.
8 10 12 14 16 18
10
15
20
25
Number of users
Sum-capacity(bits/s/Hz)
BA
PSO
Fig-5 Comparison of BA & PSO using Sum capacity versus
Number of users plot.
It is clear that the use of BA for sub-channel allocation for
OFDMA systems has consistently higher sum capacity than
the method using PSO.
0 10 20 30 40 50 60 70 80 90 100
0
2
4
6
8
10
12
14
16
18
20
Number of iterations
Sumcapacity(bits/s/Hz)
BA
PSO
Fig-6 Variation of Sum capacity with Number of iterations
for BA and PSO
In order to analyze the convergence of the algorithm, sum
capacity versus number of iterations was plotted. It is
evident from Fig-6 that the BA converges faster than PSO
when applied for the rate adaptive resource allocation
problem. BA converges at around 20 iterations while PSO
around 40 iterations.
7. CONCLUSIONS
In this paper, the use of Bees algorithm as a new method to
address the problem of rate adaptive resource allocation in
OFDMA is proposed. The proposed method is easy to
implement and the algorithm shows faster convergence in
the rate maximization problem. The simulation results
indicate that this approach is a viable alternative since it has
performance comparable to PSO in terms of achieving
higher total capacities. However the results obtained using
the presented algorithm demands fairness in the data rate
value of users.
REFERENCES
[1]. Zhongshan Zhang, Keping Long, Jianping Wang, and
Falko Dressler, “On Swarm Intelligence Inspired Self-
Organized Networking: its bionic mechanisms, designing
principles and optimization approaches”, IEEE
Communications Surveys Tutorials, vol.16, no.1, pp.513-
537, July 2013.
[2]. Falko Dressler and Ozgur B. Akan. “Bio-inspired
Networking: From Theory to Practice” IEEE
Communications Magazine, vol. 48, no. 11, pp.176-183,
Nov.2010.
[3]. Falko Dressler, Ozgur B. Akan, “A survey on bio-
inspired networking”, Elsevier Computer Networks, vol. 54,
no. 6, pp.881-900, April 2010.
[4]. Nitin Sharma, Dr. K R Anupama, “A novel Genetic
Algorithm for Adaptive Resource Allocation in Multiuser
OFDM Systems with Proportional Rate Constraint”,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 18
International Journal of Recent Trends in Engineering, vol
2, no. 5, Nov. 2009.
[5]. Y.B Reddy, V.Poha, “Genetic Algorithm Approach for
Resource Allocation in Multi-User OFDM Systems”,
International Conference on Communication Systems
Software and Middleware, pp. 1-6, Jan.2007.
[6]. Jungsup Song and Dong Hoi Kim, “Subcarrier and Bit
Allocation Scheme for the MA Problem based on the Ant
Colony Optimization to Minimize Power Consumption in
OFDMA Systems”, International Journal of Innovative
Computing, Information and Control, vol. 7,no.8,pp.
47554764, Aug.2011.
[7]. ZHAO Ying-hong, XU Xiao-dong, HAO Zhi-jie, TAO
Xiao-feng, “Adaptive subcarrier and bit allocation based on
ant colony optimization”, The Journal of China Universities
of Posts and Telecommunications, ELSEVIER Publications,
vol.17,no.6, pp. 59-64, Dec. 2010.
[8]. Eberhart R.C and Yuhui Shi, “Particle swarm
optimization: developments, applications and resources”,
IEEE Proceedings on Evolutionary Computation, vol.1,
pp.81-86, May.2001.
[9]. S.Gheitanchi et al.,” Particle Swarm Optimization for
Resource Allocation in OFDMA”, Proc. International
Conference on digital Signal Processing, 2007.
[10]. Chilukuri Kalyana Chakravarthy, Prasad Reddy,
“Particle Swarm Optimization Based Approach for
Resource Allocation and Scheduling in OFDMA Systems”,
Int. J. Communications, Network and System Sciences,
vol.3, no.5, pp.466-471, 2010.
[11]. Nitin Sharma, Anand Kamat Tarcar, Varghese Antony
Thomas, K.R. Anupama, “On the use of particle swarm
optimization for adaptive resource allocation in orthogonal
frequency division multiple access systems with
proportional rate constraints”, Information Sciences, vol.
182, no.1, pp.115-124, Jan. 2012.
[12]. I.Ahmed et al., “Margin Adaptive resource Allocation
for Multi-user OFDM Systems by Particle Swarm
Optimization and Differential Evolution”, International
Journal of engineering & Technology, February 2011.
[13]. Rajendrasingh Annauth and Harry
C.S.Rughooputh,“OFDM Systems Resource Allocation
using Multi- Objective Particle Swarm Optimization”,
International Journal of Computer Networks
Communications (IJCNC), vol.4, no.4, July 2012.
[14]. Vasileios D. Papoutsis and Stavros A. Kotsopoulos,
“Efficient Rate Adaptive Resource Allocation Scheme in
Uplink OFDMA Wireless Systems”, International
Conference on Wireless and Mobile Communications, 2011.
[15]. Ian C.Wang, Zukang Shen, Brian L.Evans and Jeffry
G.Andrews,“A Low Complexity Algorithm for Proportional
Reaource Allocation in OFDMA Systems”, IEEE Workshop
on Signal Processing Systems,pp.1-6,2004.
[16]. D. T. Pham, E. Kog, A. Ghanbarzadeh, S. Otri, S.
Rahim and M. Zaidi, “The Bees Algorithm: A Novel Tool
for Complex Optimization Problems”, In Proceedings of
the Intelligent Production Machines and Systems (IPROMS)
Conference, Pages 454461, 2006.
[17]. Fahimeh Aghazadeh and Mohammad Reza Meybodi,
“Learning Bees Algorithm For optimization”, International
Conference on Information and Intelligent Computing,
vol.18, 2011.
[18]. Sunil Nakrani, “On Honey Bees and Dynamic Server
Allocation in Internet Hosting Centers”, Adaptive Behavior
Journal, vol.2, no.4, pp. 223-240, 2004.
[19]. Muhammad Rashid, “Combining PSO Algorithm and
Honey Bee Food Foraging Behavior for Solving Multimodal
and Dynamic Optimization Problems”, National University
of Computer Emerging Sciences, Pakistan.Feb.2010.
[20]. Baris Yuce, Michael S. Packianather, Ernesto
Mastrocinque, Duc Truong Pham 4and Alfredo Lambiase,
“Honey Bees Inspired Optimization Method: The Bees
Algorithm”, Insects, vol.4, no.4, pp.646-662, 2013.
BIOGRAPHIES
The author received the Bachelor degree
in Electronics and Communication
Engineering from Calicut University in
2011. She is currently a PG scholar in
Communication Engineering and Signal
Processing at ECE Department of MES
College of Engineering, Kuttipuram. Her
Project area is Bio-inspired Networking.
The author is currently working as
Associate Professor at ECE Department
in MES College of Engineering. He
received Bachelor degree in Electronics
and Communication from LBS College
of Engineering, Kasaragod in 1998 and
Master degree in Digital Electronics and
Advanced Communication from MIT Manipal in 2008. He
is currently doing PhD under Karpagam University. His area
of research is Bio-inspired Networking.

More Related Content

What's hot

Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143IJRAT
 
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...ijsrd.com
 
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...ijcseit
 
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...iosrjce
 
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
 
QoS controlled capacity offload optimization in heterogeneous networks
QoS controlled capacity offload optimization in heterogeneous networksQoS controlled capacity offload optimization in heterogeneous networks
QoS controlled capacity offload optimization in heterogeneous networksjournalBEEI
 
Load Balancing for Achieving the Network Lifetime in WSN-A Survey
Load Balancing for Achieving the Network Lifetime in WSN-A SurveyLoad Balancing for Achieving the Network Lifetime in WSN-A Survey
Load Balancing for Achieving the Network Lifetime in WSN-A SurveyAM Publications
 
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
 
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
Multicast Routing Protocol with Group-Level Congestion  Prediction and Perman...Multicast Routing Protocol with Group-Level Congestion  Prediction and Perman...
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...IOSR Journals
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSprj_publication
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...IOSR Journals
 
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...IJCNCJournal
 
Energy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsEnergy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsTELKOMNIKA JOURNAL
 
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSMULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSIJCNCJournal
 
Adaptive Resource Allocation in MIMO-OFDM Communication System
Adaptive Resource Allocation in MIMO-OFDM Communication SystemAdaptive Resource Allocation in MIMO-OFDM Communication System
Adaptive Resource Allocation in MIMO-OFDM Communication Systemijsrd.com
 

What's hot (20)

Bu4301411416
Bu4301411416Bu4301411416
Bu4301411416
 
Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143
 
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
 
I010614347
I010614347I010614347
I010614347
 
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
 
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
 
Paper
PaperPaper
Paper
 
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...
 
QoS controlled capacity offload optimization in heterogeneous networks
QoS controlled capacity offload optimization in heterogeneous networksQoS controlled capacity offload optimization in heterogeneous networks
QoS controlled capacity offload optimization in heterogeneous networks
 
Load Balancing for Achieving the Network Lifetime in WSN-A Survey
Load Balancing for Achieving the Network Lifetime in WSN-A SurveyLoad Balancing for Achieving the Network Lifetime in WSN-A Survey
Load Balancing for Achieving the Network Lifetime in WSN-A Survey
 
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...
 
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
Multicast Routing Protocol with Group-Level Congestion  Prediction and Perman...Multicast Routing Protocol with Group-Level Congestion  Prediction and Perman...
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
 
Ijcnc050203
Ijcnc050203Ijcnc050203
Ijcnc050203
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
 
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
 
Energy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsEnergy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systems
 
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSMULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
 
Adaptive Resource Allocation in MIMO-OFDM Communication System
Adaptive Resource Allocation in MIMO-OFDM Communication SystemAdaptive Resource Allocation in MIMO-OFDM Communication System
Adaptive Resource Allocation in MIMO-OFDM Communication System
 

Viewers also liked

Efficiently searching nearest neighbor in documents
Efficiently searching nearest neighbor in documentsEfficiently searching nearest neighbor in documents
Efficiently searching nearest neighbor in documentseSAT Publishing House
 
Radiation pattern of yagi uda antenna using usrp on gnu
Radiation pattern of yagi uda antenna using usrp on gnuRadiation pattern of yagi uda antenna using usrp on gnu
Radiation pattern of yagi uda antenna using usrp on gnueSAT Publishing House
 
Compact quasi self complementary elliptical disc
Compact quasi self complementary elliptical discCompact quasi self complementary elliptical disc
Compact quasi self complementary elliptical disceSAT Publishing House
 
Performance investigation of electricial power supply to owerri for higher pr...
Performance investigation of electricial power supply to owerri for higher pr...Performance investigation of electricial power supply to owerri for higher pr...
Performance investigation of electricial power supply to owerri for higher pr...eSAT Publishing House
 
Conceptual design of injection mould tool for inlet
Conceptual design of injection mould tool for inletConceptual design of injection mould tool for inlet
Conceptual design of injection mould tool for inleteSAT Publishing House
 
A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...eSAT Publishing House
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authoritieseSAT Publishing House
 
Design of passengers vehicle body on fire accidents
Design of passengers vehicle body on fire accidentsDesign of passengers vehicle body on fire accidents
Design of passengers vehicle body on fire accidentseSAT Publishing House
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indianeSAT Publishing House
 
Performance of blended corrosion inhibitors for reinforced concrete
Performance of blended corrosion inhibitors for reinforced concretePerformance of blended corrosion inhibitors for reinforced concrete
Performance of blended corrosion inhibitors for reinforced concreteeSAT Publishing House
 
Temperature analysis of lna with improved linearity for rf receiver
Temperature analysis of lna with improved linearity for rf receiverTemperature analysis of lna with improved linearity for rf receiver
Temperature analysis of lna with improved linearity for rf receivereSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Performance investigation of a flat plate collector
Performance investigation of a flat plate collectorPerformance investigation of a flat plate collector
Performance investigation of a flat plate collectoreSAT Publishing House
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemseSAT Publishing House
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth ofeSAT Publishing House
 
Design of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueDesign of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueeSAT Publishing House
 
The green aggregates for sustainable development in construction industry
The green aggregates for sustainable development in construction industryThe green aggregates for sustainable development in construction industry
The green aggregates for sustainable development in construction industryeSAT Publishing House
 
A comparative study on the customer perception of the
A comparative study on the customer perception of theA comparative study on the customer perception of the
A comparative study on the customer perception of theeSAT Publishing House
 

Viewers also liked (20)

Statistical process control
Statistical process controlStatistical process control
Statistical process control
 
Efficiently searching nearest neighbor in documents
Efficiently searching nearest neighbor in documentsEfficiently searching nearest neighbor in documents
Efficiently searching nearest neighbor in documents
 
Radiation pattern of yagi uda antenna using usrp on gnu
Radiation pattern of yagi uda antenna using usrp on gnuRadiation pattern of yagi uda antenna using usrp on gnu
Radiation pattern of yagi uda antenna using usrp on gnu
 
Ivrs based news extracting system
Ivrs based news extracting systemIvrs based news extracting system
Ivrs based news extracting system
 
Compact quasi self complementary elliptical disc
Compact quasi self complementary elliptical discCompact quasi self complementary elliptical disc
Compact quasi self complementary elliptical disc
 
Performance investigation of electricial power supply to owerri for higher pr...
Performance investigation of electricial power supply to owerri for higher pr...Performance investigation of electricial power supply to owerri for higher pr...
Performance investigation of electricial power supply to owerri for higher pr...
 
Conceptual design of injection mould tool for inlet
Conceptual design of injection mould tool for inletConceptual design of injection mould tool for inlet
Conceptual design of injection mould tool for inlet
 
A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authorities
 
Design of passengers vehicle body on fire accidents
Design of passengers vehicle body on fire accidentsDesign of passengers vehicle body on fire accidents
Design of passengers vehicle body on fire accidents
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indian
 
Performance of blended corrosion inhibitors for reinforced concrete
Performance of blended corrosion inhibitors for reinforced concretePerformance of blended corrosion inhibitors for reinforced concrete
Performance of blended corrosion inhibitors for reinforced concrete
 
Temperature analysis of lna with improved linearity for rf receiver
Temperature analysis of lna with improved linearity for rf receiverTemperature analysis of lna with improved linearity for rf receiver
Temperature analysis of lna with improved linearity for rf receiver
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Performance investigation of a flat plate collector
Performance investigation of a flat plate collectorPerformance investigation of a flat plate collector
Performance investigation of a flat plate collector
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systems
 
Influence of process parameters on depth of
Influence of process parameters on depth ofInfluence of process parameters on depth of
Influence of process parameters on depth of
 
Design of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueDesign of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled technique
 
The green aggregates for sustainable development in construction industry
The green aggregates for sustainable development in construction industryThe green aggregates for sustainable development in construction industry
The green aggregates for sustainable development in construction industry
 
A comparative study on the customer perception of the
A comparative study on the customer perception of theA comparative study on the customer perception of the
A comparative study on the customer perception of the
 

Similar to Rate adaptive resource allocation in ofdma using bees algorithm

Resource Allocation in MIMO – OFDM Communication System under Signal Strength...
Resource Allocation in MIMO – OFDM Communication System under Signal Strength...Resource Allocation in MIMO – OFDM Communication System under Signal Strength...
Resource Allocation in MIMO – OFDM Communication System under Signal Strength...Kumar Goud
 
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...IRJET Journal
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...IJERA Editor
 
Capacity improvement of mimo ofdma system using adaptive resource allocation ...
Capacity improvement of mimo ofdma system using adaptive resource allocation ...Capacity improvement of mimo ofdma system using adaptive resource allocation ...
Capacity improvement of mimo ofdma system using adaptive resource allocation ...eSAT Publishing House
 
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET Journal
 
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...IRJET Journal
 
Paper 3 energy efficient bee routing algorithm in wireless mobile
Paper 3 energy efficient bee routing algorithm in wireless mobilePaper 3 energy efficient bee routing algorithm in wireless mobile
Paper 3 energy efficient bee routing algorithm in wireless mobileSpandan Spandy
 
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
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
Block diagonalization precoding and power allocation for clustering small-cel...
Block diagonalization precoding and power allocation for clustering small-cel...Block diagonalization precoding and power allocation for clustering small-cel...
Block diagonalization precoding and power allocation for clustering small-cel...journalBEEI
 
Dynamic resource allocation for opportunistic software-defined IoT networks: s...
Dynamic resource allocation for opportunistic software-defined IoT networks: s...Dynamic resource allocation for opportunistic software-defined IoT networks: s...
Dynamic resource allocation for opportunistic software-defined IoT networks: s...IJECEIAES
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaeSAT Publishing House
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...IJECEIAES
 
Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...prjpublications
 
Ieee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and AbstractIeee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and Abstracttsysglobalsolutions
 

Similar to Rate adaptive resource allocation in ofdma using bees algorithm (20)

Resource Allocation in MIMO – OFDM Communication System under Signal Strength...
Resource Allocation in MIMO – OFDM Communication System under Signal Strength...Resource Allocation in MIMO – OFDM Communication System under Signal Strength...
Resource Allocation in MIMO – OFDM Communication System under Signal Strength...
 
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
 
Capacity improvement of mimo ofdma system using adaptive resource allocation ...
Capacity improvement of mimo ofdma system using adaptive resource allocation ...Capacity improvement of mimo ofdma system using adaptive resource allocation ...
Capacity improvement of mimo ofdma system using adaptive resource allocation ...
 
paper2
paper2paper2
paper2
 
A3
A3A3
A3
 
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
 
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...
IRJET - Performance Evaluation of QoS by Enhanced ACO in Hybrid Protocols in ...
 
Paper 3 energy efficient bee routing algorithm in wireless mobile
Paper 3 energy efficient bee routing algorithm in wireless mobilePaper 3 energy efficient bee routing algorithm in wireless mobile
Paper 3 energy efficient bee routing algorithm in wireless mobile
 
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
 
A044030110
A044030110A044030110
A044030110
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
Block diagonalization precoding and power allocation for clustering small-cel...
Block diagonalization precoding and power allocation for clustering small-cel...Block diagonalization precoding and power allocation for clustering small-cel...
Block diagonalization precoding and power allocation for clustering small-cel...
 
Dynamic resource allocation for opportunistic software-defined IoT networks: s...
Dynamic resource allocation for opportunistic software-defined IoT networks: s...Dynamic resource allocation for opportunistic software-defined IoT networks: s...
Dynamic resource allocation for opportunistic software-defined IoT networks: s...
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdma
 
Ac36167172
Ac36167172Ac36167172
Ac36167172
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...
 
Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...
 
Ieee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and AbstractIeee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and Abstract
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
★ 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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

Rate adaptive resource allocation in ofdma using bees algorithm

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 14 RATE ADAPTIVE RESOURCE ALLOCATION IN OFDMA USING BEES ALGORITHM Archana C1 , Rejith K.N2 1 PG Scholar, ECE Department, MES College of Engineering, Kerala, India 2 Assoc. Professor, ECE Department, MES College of Engineering, Kerala, India Abstract Orthogonal Frequency Division Multiple Access (OFDMA) is the promising access technique for future networks which allows multiple users to transmit simultaneously. The problem of allocating resources (subcarriers, bit and power) among the communicating users in multiuser orthogonal frequency division multiplexing (OFDM) system is a constraint optimization problem. Bio-inspired Networking represents an emerging area to obtain optimal solutions for handling various challenges in the networking scenario. Nature is our mother and an inspiration from nature always gives the best. Bio-inspired algorithms are known for their efficiency in solving NP hard problems. This paper focusses on realizing the rate adaptive resource allocation problem in OFDM systems using bio-inspired approach. The resource allocation problem using Genetic Algorithm, algorithms based on foraging behavior in ants and flocking behavior in birds have already been modelled. The paper suggests the application of Bees Algorithm for resource allocation in OFDMA with the goal of maximizing the data rate of each user. Keywords: OFDMA, Bees Algorithm, Resource allocation, and PSO --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Due to the fast development of digital signal processing and very large scale integrated circuits, wireless communication systems have been experiencing an explosive growth in the past decades. Next generation wireless networks are expected to handle large number of subscribers, while at the same time deal with the different service requirements of each user. Thus Orthogonal Frequency Division Multiple Access (OFDMA) forms the radio resource allocation scheme for the existing and envisioned networks to support the increasing number of users with the limited spectrum level. OFDMA allows several users to transmit simultaneously at lower data rates. The available spectrum band is divided into a number of sub-channels and each user is provided with a disjoint set of subcarriers. After the subcarrier allocation is determined, the bit and power allocation algorithm can be applied to each user on its allocated subcarriers. The user can transmit his data in the allocated subcarriers. A major challenge in OFDMA is that for a given number of users and subcarriers, how to allocate a disjoint set of subcarriers among the users. The classical approaches for the problem are complex and NP hard. Researchers have turned their attention towards applying the nature inspired computational approach for solving the challenges in networking scenario [1]. Bio-inspired approach implies transferring knowledge from the natural systems to the engineering system. The future networks ranging from nano- scale communication to Inter-planetary Internet are facing challenges in the communication and managing aspects. The inherent property of the biological organisms to self-organize, learn and evolve has inspired the researchers to address the significant issues in computer networking. Bio-inspired Algorithms that mimics the behavior of biological organisms have been used to optimize complex problems [2] [3]. This paper studies the effect of applying Bees Algorithm (BA) for rate adaptive resource allocation in an OFDMA system. The problem of resource allocation in OFDMA can be handled in two ways: Rate Adaptive (RA) method and Margin adaptive (MA) method. In rate adaptive method the resource allocation is optimized by maximizing the data rate of each user while keeping the power consumption of each user below an acceptable level. Margin adaptive method minimizes the maximum power consumption of each user maintaining a rate constraint. The use of Bees algorithm for RA based allocation strategy is studied in a single cell scenario. 2. RELATED WORKS Genetic algorithm (GA) was the first bio-inspired algorithm used to study the problem of resource allocation in OFDMA [4] [5]. But GA can give only sub-optimal results and includes iterative process. Ant Colony optimization (ACO) technique has been widely used to address the problem. In [6], ACO was applied for subcarrier and bit allocation for margin adaptive problem which provided better performance in terms of less transmit power consumption and faster convergence. ACO was compared with GA and other conventional algorithms for adaptive resource allocation in OFDMA [7]. But ACO requires more memory space for computation and a reduction in number of iterations are required.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 15 It is widely reported that Particle Swarm Optimization (PSO) [8] is very easy to implement to solve real world optimization problems. Gheitanchi et al. [9] has applied PSO for subcarrier allocation in OFDMA systems with significant reduction of computational complexity and increased flexibility compared to conventional techniques; whereas, PSO resource allocation techniques proposed by Chakravarthy et al. [10] has improved delay characteristics while maintaining fairness and throughput utilization. In [11] PSO was applied for sub-channel allocation in downlink OFDMA and provided better sum-capacity values. Ahmed [12] has shown that the Differential Evolution techniques is better than PSO but takes more time to converge. The Bees algorithm has not yet applied for the problem of resource allocation. The algorithm in literature is mentioned to be a fast converging algorithm and therefore can be useful for practical systems. 3. SYSTEM MODEL AND PROBLEM FORMULATION Consider a single cell with a base station (BS) capable of serving K users with N subcarriers. In a downlink OFDMA system, each user estimate channel perfectly and these estimates are made known to the transmitter via a feedback channel. These channel estimates are used as inputs to the resource allocation algorithm that is allowed to run at the transmitter. The allocation module assigns subcarriers to each user according to some QoS criteria like rate or BER request. Serial data from all the users are fed into the resource allocation block at the transmitter, which then allocates bits from different users to different sub-channels. Thus the transmitter applies resource allocation algorithm to assign different subcarriers to different users and then determines the bit distribution of the user on each subcarrier assigned to it. The subcarrier allocation is made known to all users through separate control channels. The user’s bits are then modulated into N, M-level QAM symbols which are combined using IFFT into an OFDMA symbol. This is then transmitted through a Rayleigh channel with bandwidth B [13]. Let Rk be the data rate of each user . Then the resource allocation strategy is based on maximizing Rk keeping the power consumption of each user below an allowable budget. is the transmit power of each user. The channel gain of user k in subcarrier n is denoted by . Then the objective function for the problem can be formulated as [14] [15], maximize   N n nknkk rcR 1 ,, (Eq-1) subject to   nkc nk ,1,0,    N n knknk Ppc 1 ,, Where is the subcarrier allocation indicator such that if subcarrier n is assigned to user k and 0 otherwise. The number of bits of user k in subcarrier n, is given by,  nknknk Hpr ,,2, 1log5.0  2 2 , , n nk nk h H   is the sub-channel SNR and is the noise power spectral density of AWGN channel. 4. BEES ALGORITHM The Bees Algorithm is a new population-based search algorithm, first developed by Pham DT in 2005 [16]. The algorithm is inspired from the food foraging behavior of honey bees in nature. In its basic version [17] [20], the algorithm performs a kind of neighborhood search combined with random search. The processing and collection of food is highly organized in the honey bee colony. The bees can move about randomly in search of food. In nature, the food sources with large amount of nectar should be visited by more bees. The bee colony exhibits the property of division of labor. Each group of bees is given separate designations and they work accordingly. Generally, the bee colony contains a single fertile female known as the Queen, a few thousands of males called Drones and a several thousands of sterile females called Workers. There are two types of worker bees namely- scout bees and forager bees. Worker bees are responsible for the collection of food. The foraging process begins when the scout bees move about randomly in search of promising flower patches, which constitutes an exploration phase. The bees collect information about the food patch in the exploration phase. By performing the waggle dance, scout bees share the information about the direction and distance to patches of flower and the amount of nectar within this flower with their hive mates. The bees then evaluate the food patches based on the nectar quality and energy usage. Thus more foragers will be recruited to follow that scout bee which carries information that is rated above a certain quality threshold. Forager bees move on to exploit the promising flower patches [16] [17]. In the basic Bees Algorithm (BA), one bee is one particle [16] [18]. A fixed number of bees are created and allocated randomly for each food source. The fitness at each of these points is calculated. Bees that have the highest finesses are chosen as selected bees and sites visited by them are chosen for neighborhood search. The population of bees around each food patch is updated in such a way that more number of bees move towards the food patch with maximum fitness. The steps are repeated for a fixed number of iterations. In each iteration the quality of flower exploited by more bees can deteriorate leading to a change in the allocation pattern of bees.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 16 5. PROPOSED SOLUTION Inspired from the Bees Algorithm, the problem of resource allocation in OFDMA was handled by considering each bee as a subcarrier that has to be allocated to a user, who corresponds to the food patch. The algorithm starts by initializing a population of subcarriers for each user and then for each user, for the allocated subcarriers the fitness is evaluated [18] [19]. The flowchart of BA for resource allocation problem is shown in figure below. Fig-1 Flowchart of BA for OFDMA resource allocation. The steps in the algorithm are as follows: 1. Initialize the parameters including number of users K, number of sub-channels N, and maximum number of iterations. Here N=1024, and K was varied ranging from 8 to 16, 2. Initialize a population of sub-channels (bees) around each user (food patch), 3. Evaluate the fitness for each user for the subcarriers allotted (as per Eq-1 ), 4. Sort the list of users in the descending order of their fitness, 5. While maximum number of iterations not reached, select a user for neighborhood search, 6. Update the population of bees for the users based on neighborhood search step, 7. Evaluate the fitness with new population, 8. Run the algorithm until termination criteria is met. Selecting the sites for neighborhood search [19] is a crucial step in the resource allocation problem. The aim of OFDMA technique is to allow several users to transmit simultaneously at lower data rates and lower transmission powers. Therefore the algorithm has to select the user with lowest data rate in the neighborhood search step. This may be slightly contradictory to what is happening in nature, but is essential to provide fairness among the users in terms of power consumption and data rate. 6. SIMULATION RESULTS The use of Bees Algorithm for rate adaptive resource allocation in OFDMA was simulated in MATLAB R2013a. The number of subcarriers considered was fixed at 1024 and the number of users was varied from 8 to 18. Total power was assumed to be 1W. The data rate of each user after the maximum number of iterations is shown in Fig-2 and Fig-3 for 8 and 16 users respectively. 1 2 3 4 5 6 7 8 0 0.5 1 1.5 2 2.5 User index Capacity(bits/s/Hz) Bees Algorithm Fig-2 Capacity versus User index for 8 users. Every user is allowed to transmit even at lower data rates. Thus the algorithm is able to support multiuser diversity, as each user see the channel differently.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 17 0 2 4 6 8 10 12 14 16 18 0 0.5 1 1.5 2 2.5 User Capacity(bits/s/Hz) Fig-3 Capacity versus User index for 16 users. The working of the algorithm for resource allocation problem in OFDMA can be validated by observing the variation in the average data rate for increasing number of users. 8 10 12 14 16 18 1.38 1.4 1.42 1.44 1.46 1.48 1.5 1.52 1.54 1.56 Number of users Averagedatarate(bits/s/Hz) Fig-4 Variation of Average data rate with Number of users Fig-5 shows the variation of sum-capacity with the number of users. The obtained result has been compared with the sum-capacity value obtained by applying PSO on the problem. 8 10 12 14 16 18 10 15 20 25 Number of users Sum-capacity(bits/s/Hz) BA PSO Fig-5 Comparison of BA & PSO using Sum capacity versus Number of users plot. It is clear that the use of BA for sub-channel allocation for OFDMA systems has consistently higher sum capacity than the method using PSO. 0 10 20 30 40 50 60 70 80 90 100 0 2 4 6 8 10 12 14 16 18 20 Number of iterations Sumcapacity(bits/s/Hz) BA PSO Fig-6 Variation of Sum capacity with Number of iterations for BA and PSO In order to analyze the convergence of the algorithm, sum capacity versus number of iterations was plotted. It is evident from Fig-6 that the BA converges faster than PSO when applied for the rate adaptive resource allocation problem. BA converges at around 20 iterations while PSO around 40 iterations. 7. CONCLUSIONS In this paper, the use of Bees algorithm as a new method to address the problem of rate adaptive resource allocation in OFDMA is proposed. The proposed method is easy to implement and the algorithm shows faster convergence in the rate maximization problem. The simulation results indicate that this approach is a viable alternative since it has performance comparable to PSO in terms of achieving higher total capacities. However the results obtained using the presented algorithm demands fairness in the data rate value of users. REFERENCES [1]. Zhongshan Zhang, Keping Long, Jianping Wang, and Falko Dressler, “On Swarm Intelligence Inspired Self- Organized Networking: its bionic mechanisms, designing principles and optimization approaches”, IEEE Communications Surveys Tutorials, vol.16, no.1, pp.513- 537, July 2013. [2]. Falko Dressler and Ozgur B. Akan. “Bio-inspired Networking: From Theory to Practice” IEEE Communications Magazine, vol. 48, no. 11, pp.176-183, Nov.2010. [3]. Falko Dressler, Ozgur B. Akan, “A survey on bio- inspired networking”, Elsevier Computer Networks, vol. 54, no. 6, pp.881-900, April 2010. [4]. Nitin Sharma, Dr. K R Anupama, “A novel Genetic Algorithm for Adaptive Resource Allocation in Multiuser OFDM Systems with Proportional Rate Constraint”,
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 15 | Dec-2014 | IWCPS-2014, Available @ http://www.ijret.org 18 International Journal of Recent Trends in Engineering, vol 2, no. 5, Nov. 2009. [5]. Y.B Reddy, V.Poha, “Genetic Algorithm Approach for Resource Allocation in Multi-User OFDM Systems”, International Conference on Communication Systems Software and Middleware, pp. 1-6, Jan.2007. [6]. Jungsup Song and Dong Hoi Kim, “Subcarrier and Bit Allocation Scheme for the MA Problem based on the Ant Colony Optimization to Minimize Power Consumption in OFDMA Systems”, International Journal of Innovative Computing, Information and Control, vol. 7,no.8,pp. 47554764, Aug.2011. [7]. ZHAO Ying-hong, XU Xiao-dong, HAO Zhi-jie, TAO Xiao-feng, “Adaptive subcarrier and bit allocation based on ant colony optimization”, The Journal of China Universities of Posts and Telecommunications, ELSEVIER Publications, vol.17,no.6, pp. 59-64, Dec. 2010. [8]. Eberhart R.C and Yuhui Shi, “Particle swarm optimization: developments, applications and resources”, IEEE Proceedings on Evolutionary Computation, vol.1, pp.81-86, May.2001. [9]. S.Gheitanchi et al.,” Particle Swarm Optimization for Resource Allocation in OFDMA”, Proc. International Conference on digital Signal Processing, 2007. [10]. Chilukuri Kalyana Chakravarthy, Prasad Reddy, “Particle Swarm Optimization Based Approach for Resource Allocation and Scheduling in OFDMA Systems”, Int. J. Communications, Network and System Sciences, vol.3, no.5, pp.466-471, 2010. [11]. Nitin Sharma, Anand Kamat Tarcar, Varghese Antony Thomas, K.R. Anupama, “On the use of particle swarm optimization for adaptive resource allocation in orthogonal frequency division multiple access systems with proportional rate constraints”, Information Sciences, vol. 182, no.1, pp.115-124, Jan. 2012. [12]. I.Ahmed et al., “Margin Adaptive resource Allocation for Multi-user OFDM Systems by Particle Swarm Optimization and Differential Evolution”, International Journal of engineering & Technology, February 2011. [13]. Rajendrasingh Annauth and Harry C.S.Rughooputh,“OFDM Systems Resource Allocation using Multi- Objective Particle Swarm Optimization”, International Journal of Computer Networks Communications (IJCNC), vol.4, no.4, July 2012. [14]. Vasileios D. Papoutsis and Stavros A. Kotsopoulos, “Efficient Rate Adaptive Resource Allocation Scheme in Uplink OFDMA Wireless Systems”, International Conference on Wireless and Mobile Communications, 2011. [15]. Ian C.Wang, Zukang Shen, Brian L.Evans and Jeffry G.Andrews,“A Low Complexity Algorithm for Proportional Reaource Allocation in OFDMA Systems”, IEEE Workshop on Signal Processing Systems,pp.1-6,2004. [16]. D. T. Pham, E. Kog, A. Ghanbarzadeh, S. Otri, S. Rahim and M. Zaidi, “The Bees Algorithm: A Novel Tool for Complex Optimization Problems”, In Proceedings of the Intelligent Production Machines and Systems (IPROMS) Conference, Pages 454461, 2006. [17]. Fahimeh Aghazadeh and Mohammad Reza Meybodi, “Learning Bees Algorithm For optimization”, International Conference on Information and Intelligent Computing, vol.18, 2011. [18]. Sunil Nakrani, “On Honey Bees and Dynamic Server Allocation in Internet Hosting Centers”, Adaptive Behavior Journal, vol.2, no.4, pp. 223-240, 2004. [19]. Muhammad Rashid, “Combining PSO Algorithm and Honey Bee Food Foraging Behavior for Solving Multimodal and Dynamic Optimization Problems”, National University of Computer Emerging Sciences, Pakistan.Feb.2010. [20]. Baris Yuce, Michael S. Packianather, Ernesto Mastrocinque, Duc Truong Pham 4and Alfredo Lambiase, “Honey Bees Inspired Optimization Method: The Bees Algorithm”, Insects, vol.4, no.4, pp.646-662, 2013. BIOGRAPHIES The author received the Bachelor degree in Electronics and Communication Engineering from Calicut University in 2011. She is currently a PG scholar in Communication Engineering and Signal Processing at ECE Department of MES College of Engineering, Kuttipuram. Her Project area is Bio-inspired Networking. The author is currently working as Associate Professor at ECE Department in MES College of Engineering. He received Bachelor degree in Electronics and Communication from LBS College of Engineering, Kasaragod in 1998 and Master degree in Digital Electronics and Advanced Communication from MIT Manipal in 2008. He is currently doing PhD under Karpagam University. His area of research is Bio-inspired Networking.