SlideShare a Scribd company logo
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

PDF
13_28739 - IJAES ok 2929-2938
PDF
Improved Algorithm for Throughput Maximization in MC-CDMA
PDF
Throughput Maximization of Cognitive Radio Multi Relay Network with Interfere...
PDF
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
PDF
Iaetsd increasing network life span of manet by using
PDF
Quality of service parameter centric resource allocation for lte advanced
PDF
Quality of service parameter centric resource allocation for lte advanced
PDF
Adaptive Handoff Initiation Scheme in Heterogeneous Network
13_28739 - IJAES ok 2929-2938
Improved Algorithm for Throughput Maximization in MC-CDMA
Throughput Maximization of Cognitive Radio Multi Relay Network with Interfere...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Iaetsd increasing network life span of manet by using
Quality of service parameter centric resource allocation for lte advanced
Quality of service parameter centric resource allocation for lte advanced
Adaptive Handoff Initiation Scheme in Heterogeneous Network

What's hot (20)

PDF
Bu4301411416
PDF
Paper id 2320143
PDF
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
PDF
I010614347
PDF
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
PDF
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
PDF
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
PDF
QoS controlled capacity offload optimization in heterogeneous networks
PDF
Load Balancing for Achieving the Network Lifetime in WSN-A Survey
PDF
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
PDF
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
PDF
Ijcnc050203
PDF
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
PDF
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
PDF
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
PDF
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
PDF
Energy efficient resources allocations for wireless communication systems
PDF
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
PDF
Adaptive Resource Allocation in MIMO-OFDM Communication System
Bu4301411416
Paper id 2320143
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
I010614347
PERFORMANCE ENHANCEMENT OF DYNAMIC CHANNEL ALLOCATION IN CELLULAR MOBILE NETW...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
QoS controlled capacity offload optimization in heterogeneous networks
Load Balancing for Achieving the Network Lifetime in WSN-A Survey
On Demand Bandwidth Reservation for Real- Time Traffic in Cellular IP Network...
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
Ijcnc050203
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
A MIN-MAX SCHEDULING LOAD BALANCED APPROACH TO ENHANCE ENERGY EFFICIENCY AND ...
Energy efficient resources allocations for wireless communication systems
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
Adaptive Resource Allocation in MIMO-OFDM Communication System
Ad

Viewers also liked (20)

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

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

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

More from eSAT Publishing House (20)

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

Recently uploaded (20)

PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Sustainable Sites - Green Building Construction
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT
Project quality management in manufacturing
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Well-logging-methods_new................
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
web development for engineering and engineering
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Welding lecture in detail for understanding
PDF
Digital Logic Computer Design lecture notes
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Internet of Things (IOT) - A guide to understanding
Embodied AI: Ushering in the Next Era of Intelligent Systems
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Sustainable Sites - Green Building Construction
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Project quality management in manufacturing
Lesson 3_Tessellation.pptx finite Mathematics
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
OOP with Java - Java Introduction (Basics)
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Well-logging-methods_new................
Arduino robotics embedded978-1-4302-3184-4.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Operating System & Kernel Study Guide-1 - converted.pdf
web development for engineering and engineering
bas. eng. economics group 4 presentation 1.pptx
Welding lecture in detail for understanding
Digital Logic Computer Design lecture notes
Foundation to blockchain - A guide to Blockchain Tech
Internet of Things (IOT) - A guide to understanding

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.