SlideShare a Scribd company logo
1 of 7
Download to read offline
! " #!#
10.5121/jgraphhoc.2010.2101 1
SIMULATED ANNEALING FOR LOCATION AREA
PLANNING IN CELLULAR NETWORKS
N. B. Prajapati1
, R. R. Agravat2
and M. I. Hasan3
1
I. T. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India
nbp_it53@yahoo.com
2
I. T. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India
rupalagravat@yahoo.com
3
C. P. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India
mosin83@yahoo.com
ABSTRACT
LA planning in cellular network is useful for minimizing location management cost in GSM network. In
fact, size of LA can be optimized to create a balance between the LA update rate and expected paging
rate within LA. To get optimal result for LA planning in cellular network simulated annealing algorithm
is used. Simulated annealing give optimal results in acceptable run-time.
KEYWORDS
Location Area, Location Update, Base Station, Mobile Station, Base Station Controller, Mobile Switching
Center, Simulated Annealing
1. INTRODUCTION
Everyone wants mobility and because of that the wireless concept is growing up and up and
wireless network is changing day by day. The First and Second generation wireless networks,
such as analog cellular, Global System for Mobile Communication and Personal
Communication Systems have been widely deployed in the last decade or so.
Cellular networks are a type of networks that support wireless connection to mobile station
(MS). Cellular networks is rapidly growing network in today’s world because of a rapid growth
in the population of mobile users, and such growth increases signalling. Signalling requires too
much bandwidth for all operation, while Radio bandwidth is limited resource. To decrease
signalling operations it is required to do better Mobile Network planning.
2. LOCATION AREA
In second generation cellular network, like GSM, the system coverage area is divided into
geographical area called LA. This geographical area contains one or more cell areas called Base
Station (BS). Each of this LA is identified by its unique Location Area Identifier (LAI). This
LAI is broadcasted by each BS which includes all BSs forming that particular LA. The LAI
consist three parts: a Mobile Country Code, a Mobile Network Code, and a 2-octect Location
area code. Figure II.1 shows the service area which is divided into three location areas, where
dark lines show boundary of each LA while dotted lines show boundary of BS which are within
that LA. In GSM network, LA and Paging area is considered similar.
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
2
Figure.2-1: Service area divided into three Location Areas. [9]
There are two types of LA, described below:
Type of LA Advantage Disadvantage
Static Reduced Overhead
Same for all users with
different call to
mobility ratio
Dynamic
Based on user mobility
patterns
Difficult to determine
the optimal shape and
size
2.1. Importance of LA
There are different location update schemes which are used for location management in mobile
networks. All cellular networks use the zone based approach for location management. In zone
base approach the entire cellular network is divided in to LA [7]. So, LA is important factor in
cellular network for Location management. Location management involves two basic
operations: Location Update (LU) and Paging. In the Location update, also called Location
Registration, the MS from time to time, notifies the network of its new access point, and the
network database stores the new position, or LA. Paging is performed base on the location of
MS in particular LA.
2.2. Size and Shape of LA
Size and Shape of LA is more important in Cellular network. The size of an LA or the number
of cells in it may vary depending on the rate at which cells receive calls, and on the inter-cell
traffic characteristics and number of user. In fact, the size of an LA can be optimized to create a
balance between the LA update rate and the expected paging rate within an LA. In other words
proper planning of LA reduces total Location management cost. There ate two extreme LA
planning approaches:
1) The service area equals an LA: Here LUs are not required which generated due to mobile
user movement in service area while paging cost is increased because Whenever an MS is
called, it is paged over the whole service area. In this case paging signalling load can be
enormous especially during the busy hour.
2) The cell area equals an LA: In this case the location of an MS is determined with accuracy of
a single cell area. The need for paging here is minimal; paging does not locate the MS, it just
alerts the terminal for the incoming call. However, the number of LUs is expected to be
enormous due to the small cell size and the user mobility.
From these two approaches we come to known that upper bound on size of LA is the service
area of an MSC and upper bound on number of LAs is numbers of BSs.
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
3
3. SIMULATED ANNEALING
Simulated annealing (SA) is a random-search technique which exploits an analogy between the
way in which a metal cools and freezes into a minimum energy crystalline structure (the
annealing process) and the search for a minimum in a more general system; it forms the basis of
an optimization technique for combinatorial and other problems [13]. In 1983 SA was
developed for dealing with highly nonlinear problems. An important characteristic of the SA
algorithm is that it does not require specialist knowledge about how to solve a particular
problem. This makes the algorithm generic in the sense that it can be used in a variety of
optimization problems without change the basic structure of the computation [18]. There are
two important criteria for SA: Selection of Neighbor and Cooling schemes. Accuracy and
optimization of SA depends on these two criteria.
In Neighboring Solution, collection of all the optimal and non-optimal solutions is called
Solution Space. During annealing process, algorithm randomly selects any solution from these
Solution space.
4. FORMULATION OF PROBLEM
We know that, Location management cost is depended on the LA. So LA planning plays
important role in cellular network. LA planning can be done by SA. In this paper, GSM network
is used as cellular network model. If we want LA planning in GSM network it is necessary to
satisfy all constrains required for reducing the total location management cost [1] and from that
we are able to get better GSM network.
4.1. Simulated Annealing for LA Planning
For LA planning, SA takes these constraints in to consideration [1], load and capacity
information as an input and finds an optimal or near-optimal solution as a network topology
which includes the assignment of BSs to LAs.
4.1.1. Complexity of LA Planning Problem (Solution Space)
The solution space consists of both feasible and unfeasible solutions. Here, solution space
consists of all possible network topologies, the BS-to-BSC, BSC-to-MSC and BS-to-LA
assignments determine the complexity of the solution.
4.1.2. Neighbor Solution
A feasible solution is a topology where all network nodes (BSs, BSCs, MSCs) are connected,
and the LA borders are specified such that the constraints are satisfied. Therefore, a (feasible)
neighbor solution may be generated using following move:
Changing a BS-to-BSC assignment: A BS to be moved is randomly chosen, and then a BSC is
randomly selected among all BSCs in the proximity of that BS. Before executing this move, the
capacity constraints affected by this BS-BSC connection are checked. If these constraints are
not violated, the new BSC is assigned to the BS. Then, a random feasible LA is searched to
assign that BS among the existing LAs residing in the new BSC. Because of the limitation that
an LA cannot spread over multiple MSCs, instead of checking whether the new and the old BSC
are connected to the same MSC, directly try to find an LA residing in the new BS. If no feasible
LA is found, then a new LA is created for the new BSC. Next, all load updates resulting from
that move are calculated on the network [1].
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
4
4.1.3. Cooling Schedules
A Cooling schedule consists of three important components: setting the starting (initial)
temperature, the decision of when and how to decrease the temperature, and the decision of
when to stop algorithm.
1. Starting Temperature
The starting temperature of the initial cost and the starting probability is 0.5 with the use of the
equation T = -max E / ln P0. Initial cost is calculated using below equation and with
which the aim of LA planning is satisfied.
Initial temperature calculation is very important, because if it is too high, then it may take too
long to reach the result. And if the initial temperature is too small, then the algorithm does not
have the freedom of making sufficient number of random moves to visit different local minima
and stay in relatively deep one.
2. Frozen Value
It is said that if we want to get good result then we should reduce T in each iteration by 0.95. So
with the use of the initial T and the T, we get the frozen Value by the equation:
Frozen Value = T / T where T = 0.95
Amount of reducing temperature may differ according to the selection of the annealing
schedule. Other criteria is when to decrease temperature for that, at specific temperature, if the
total number of neighbors tested (not just the accepted ones) equals approximately to the
neighborhood size (equilibrium), then the temperature is decreased.
3. Ending Condition
The algorithm must stop if it can not find better solution anymore. In LA planning, the SA
algorithm stops when particular temperature/cost is satisfied numbers of times. During SA
search, “the best solution recorded and presented when the algorithm stop”.
5. IMPLEMENTATION
The entire variables related to GSM network are used in implementation of LA planning using
SA. To make this experiment dynamic and reusable all the variables are taken in text file
format. Here SA is used to satisfy GSM constraints for obtain better cellular network.
5.1. Stepwise Details
1.Make an initial feasible topology.
To start the algorithm initial feasible topology is selected. This topology satisfies all the
constraints.
2. Calculate solution cost for initial topology and setting temperature.
Cost is important factor in SA algorithm. For calculating cost for this solution
handoffmatrix and InverseLABStopologymatrix are used. After that this cost is used for setting
initial temperature of algorithm according to the function:
initialTemp = -((1.0)*cost/Math.log(P0));
3. Decreasing temperature according to the compilation of iteration.
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
5
To find out optimal or near-optimal solution for the mentioned algorithm, it is
necessary to run experiment until its temperature goes down to zero. In each iteration algorithm
checks for better solution in solution space and it decreases temperature according to that.
4. Generate new topology.
New topology is based on neighborhood structure. In experiment BS-to-BSC
assignment neighborhood structure is used for getting new topology for algorithm. In this
assignment randomly BS and BSC is selected from BSBSctopologymatrix and creating new
topology in that assignment of BSC and BS is made. For that all the parameter based on
BSBSctopologymatrix which are affected by this assignment are changed. First of all the
BSBSctopologymatrix is changed according to assignment of random BS to random BSC so
other parameter like BHCA, call traffic and TRX are required to adjust according to new
topology.
5. Constraints checked for new topology.
Before considering above change all the constraints related to that are checked.
These constraints are related to BSBSctopology, BScMSctopology and call traffic constraints,
like call traffic capacity and BHCA capacity.
6. To assign new LA, paging constraints are checked.
When constraints related to new topology of BSBSctopologymatrix are satisfied
then a random feasible LA is searched to assign to that BS among the existing LAs residing in
new BSC. After selecting random LA, it is required to change the LABStoplogymatrix. After
that pagingCapacity constraint of BS and BSc is calculated using new PagingVecor_LA.
7. New LA is created.
When Constraints are violated then it is necessary to create new LA. Because of the
limitation that an LA cannot spread over multiple MSCs, instead of checking whether the new
and old BSC are connected to the same MSC, directly find a new LA residing in the new LA.
8. Select new topology.
After all the constraints are satisfied by new topology and new LA is created for
that topology we calculated the cost of that topology. If cost is improved then this solution is
considered as initial solution. Otherwise worse solution is selected. The probability of accepting
a worse solution is:
P = e – E/t
9. Temperature decrease.
After selecting new topology temperature is decreased. Perform the step 4 to 8 until
optimal or near optimal solution is not found. Stop cooling when solution found or solution
meets the stopping criteria.
10. Save and display best solution.
In each iteration, best solution is stored and when the cooling is stopped at that time
display the best solution with minimum cost.
6. CONCLUSION
SA is one of the best heuristic methods for finding optimal or near-optimal solution in cellular
network in tolerable run-times. SA gives the better LA planning in cellular network so total
location management cost is reduced. The main aim of the experiment of better LA planning is
fulfilled.
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
6
6.1. Future Work
Our future work includes development of the heuristic method which gives better LA planning
when LAs are overlapping with each other in cellular network. We also want to work for the
dynamic LA: individual’s mobile user LA according to their mobility in cellular network, which
is one of the interesting and unresolved research problems.
REFERENCES
[1] Ilker Dermirkol, Cem Ersoy, M. Ufuk Caglayan, Hakan Delic, “Location Area Planning in Cellular
Networks Using Simulated Annealing”, NETLAB, Department of Computer Engineering, BUSIM
Lab., Department of Electrical and Electronics Engineering, Bogazici University, Bebek 80815
Istanbul, Turkey.
[2] Ilker Dermirkol, Cem Ersoy, M. Ufuk Caglayan, Hakan Delic, “Location Area Planning and Cell-
to-Switch Assignment in Cellular network”, IEEE INFOCOM 2001, Anchorage, Alaska, USA,
April 2001.
[3] Kaveh Pahlavan, Prashant Krishnamurthy, “Principles of Wireless Networks, A Unified
Approach”, Pearson Education, low Price Edition.
[4] The International Engineering Consortium, Web ProForum Tutorial, “Global System for Mobile
Communication (GSM)”,http://www.iec.org
[5] CAMEL: Intelligent Networks for the GSM, GPRS and UMTS Network, Rogier Noldus © 2006
John Wiley & Sons, Ltd., “Introduction to GSM Networks”.
[6] Ramin Rezaiifar and Armand M. Makowski, Senior Member, IEEE, “From Optimal Search Theory
to Sequential Paging in Cellular Networks”, IEEE Journal on Selected Area in Communications,
Vol 15, No 7, September 1997.
[7] Upkar Varshney Department of Computer Information Systems, Georgia State University, Atlanta,
“Location management for wireless networks: issues and directions”, Int. J. Mobile
Communications, Vol. 1, Nos. 1/2, 2003.
[8] John Scourias,“Dynamic Location Management and Activity-based Mobility Modelling for
Cellular Networks”, Waterloo, Ontario, Canada, 1997 © John Scourias 1997.
[9] Jingyuan Zhang, “Location Management in Cellular Networks”
[10] Ian F. Akyildiz, Janise McNair, Joseph Ho,Wenye Wang , “Mobility Management in Next
Generation Wireless Systems”, Broadband and Wireless Networking Laboratory School of
Electrical and Computer Engineering Georgia Institute of Technology, Atlanta.
[11] Yigal Bejerano, Mark A. Smith, Joseph (Seffi) Naor, and Nicole Immorlica, “Efficient Location
Area Planning for Personal Communication Systems”, IEEE/ACM TRANSACTIONS ON
NETWORKING, VOL. 14, NO. 2, APRIL 2006.
[12] Cem U. Saraydar, Owen E. Kelly, and Christopher Rose, “One-Dimensional Location Area
Design”, IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 49, NO. 5,
SEPTEMBER 2000.
[13] Franco Busetti, “Simulated annealing overview”
[14] E. Ritch & R.Knight, Artificial Intelligence, McGraw-Hill, New York, 1991.
[15] Brian T. Luke, Ph.D, “Simulated Annealing Cooling Schedules”
[16] J.G. Markoulidakis , G.L. Lyberopoulos,D.F. Tsirkas and E.D. Sykas, National Technical
University of Athens, Department of Electrical Engineering & Computer Science, “Evaluation of
location area planning scenarios in future mobile telecommunication systems”, Wireless Networks
1 (1995) , © J.C. Baltzer AG, Science Publishers.
International journal on applications of graph theory in wireless ad hoc networks and
sensor networks (Graph-Hoc), Vol.2, No.1, March 2010
7
[17] ZHU Jian, WANG Jing, “3-level Database Hierarchy for Location Management in PCS
Networks”, International Conference on Communication Technology, ICCT’98 October 22-24,
1998 Beijing, China.
[18] Javid Taheri, Albert Y. Zomaya, “A Simulated Annealing Approach for Mobile Location
Management”, Proceedings of the 19th
IEEE International Parellel and Distributed Processing
Symposium (IPDPS’05).
[19] Guang Wan and Eric Lin, “Cost Reduction in Location Management using Semi-realtime
Movement Information”, Baltzer Journals, February 10,1998.
[20] John Scourias and Thomas Kunz, Department of Computer Science University of Waterloo, “A
Dynamic Individualized Location Management Algorithm”, 0-7803-3871-5/97/$10.00 © 1997
IEEE
[21] W.Zhao, R. Tafazolli, B.G.Evans, “An Integrated System Architecture for GSM and Satellite
PCN”, © 1997 The Institution of Electrical Engineers, Printed and published by the IEE, Savoy
Place, London WCPR OBL, UK. [GSM_LUPG]
[22] Paulo R. L. Gondim, “Genetic Algorithms and the Location Area Partitioning Problem in Cellular
Networks”, 0-7803-3157-5196 $5.00 © 1996 IEEE
[23] Vicente Casares Giner, “State of the art in Location Management procedures”, Information Society
Technologies (IST) - 6th Framework Programme.
[24] Kuldeep Ghosh, “Optimum Cost Location Area Planning for Third Generation Mobiles”, 0-7803-
8964-6/05/$20.00 ©2005 IEEE.

More Related Content

What's hot

A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETA BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETcsandit
 
An Analysis of Energy Efficient Gaussian Filter Architectures
An Analysis of Energy Efficient Gaussian Filter ArchitecturesAn Analysis of Energy Efficient Gaussian Filter Architectures
An Analysis of Energy Efficient Gaussian Filter ArchitecturesIRJET Journal
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filtereSAT Publishing House
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter eSAT Journals
 
Mutual Exclusion in Wireless Sensor and Actor Networks
Mutual Exclusion in Wireless Sensor and Actor NetworksMutual Exclusion in Wireless Sensor and Actor Networks
Mutual Exclusion in Wireless Sensor and Actor NetworksZhenyun Zhuang
 
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
 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...ijgca
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandeSAT Publishing House
 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...ijgca
 
Energy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networksEnergy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networksFinalyear Projects
 
Report AdvancedCodingFinal - Pietro Santoro
Report AdvancedCodingFinal - Pietro SantoroReport AdvancedCodingFinal - Pietro Santoro
Report AdvancedCodingFinal - Pietro SantoroPietro Santoro
 
Implementation and Impact of LNS MAC Units in Digital Filter Application
Implementation and Impact of LNS MAC Units in Digital Filter ApplicationImplementation and Impact of LNS MAC Units in Digital Filter Application
Implementation and Impact of LNS MAC Units in Digital Filter ApplicationIJTET Journal
 
Gray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingGray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingNITHIN KALLE PALLY
 
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...IJERA Editor
 
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapper
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapperModification on Energy Efficient Design of DVB-T2 Constellation De-mapper
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapperIJERA Editor
 

What's hot (17)

A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETA BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
 
An Analysis of Energy Efficient Gaussian Filter Architectures
An Analysis of Energy Efficient Gaussian Filter ArchitecturesAn Analysis of Energy Efficient Gaussian Filter Architectures
An Analysis of Energy Efficient Gaussian Filter Architectures
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
Mutual Exclusion in Wireless Sensor and Actor Networks
Mutual Exclusion in Wireless Sensor and Actor NetworksMutual Exclusion in Wireless Sensor and Actor Networks
Mutual Exclusion in Wireless Sensor and Actor Networks
 
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
 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDMOD...
 
O0342085098
O0342085098O0342085098
O0342085098
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of baseband
 
09 placement
09 placement09 placement
09 placement
 
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...
PERFORMANCE FACTORS OF CLOUD COMPUTING DATA CENTERS USING [(M/G/1) : (∞/GDM O...
 
Energy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networksEnergy efficient reverse skyline query processing over wireless sensor networks
Energy efficient reverse skyline query processing over wireless sensor networks
 
Report AdvancedCodingFinal - Pietro Santoro
Report AdvancedCodingFinal - Pietro SantoroReport AdvancedCodingFinal - Pietro Santoro
Report AdvancedCodingFinal - Pietro Santoro
 
Implementation and Impact of LNS MAC Units in Digital Filter Application
Implementation and Impact of LNS MAC Units in Digital Filter ApplicationImplementation and Impact of LNS MAC Units in Digital Filter Application
Implementation and Impact of LNS MAC Units in Digital Filter Application
 
Gray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingGray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processing
 
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...
FPGA Implementation of 2-D DCT & DWT Engines for Vision Based Tracking of Dyn...
 
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapper
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapperModification on Energy Efficient Design of DVB-T2 Constellation De-mapper
Modification on Energy Efficient Design of DVB-T2 Constellation De-mapper
 

Similar to Simulated annealing for location area planning in cellular networks

Wcdma radio network planning part 1
Wcdma radio network planning   part 1Wcdma radio network planning   part 1
Wcdma radio network planning part 1Aneesh Thomas
 
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...ijassn
 
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...ijsrd.com
 
Comparison of Csma Based MAC Protocols of Wireless Sensor Networks
Comparison of Csma Based MAC Protocols of Wireless Sensor NetworksComparison of Csma Based MAC Protocols of Wireless Sensor Networks
Comparison of Csma Based MAC Protocols of Wireless Sensor Networkspijans
 
Direct_studies_report13
Direct_studies_report13Direct_studies_report13
Direct_studies_report13Farhad Gholami
 
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...IJCNCJournal
 
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...IDES Editor
 
Network assisted mobile computing with optimal uplink query processing
Network assisted mobile computing with optimal uplink query processingNetwork assisted mobile computing with optimal uplink query processing
Network assisted mobile computing with optimal uplink query processingJPINFOTECH JAYAPRAKASH
 
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...pijans
 
Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...ijasuc
 
Energy Efficient Military Mobile Base Station Placement
Energy Efficient Military Mobile Base Station PlacementEnergy Efficient Military Mobile Base Station Placement
Energy Efficient Military Mobile Base Station Placementijwmn
 
50509750 fundamentals-of-rf-planning
50509750 fundamentals-of-rf-planning50509750 fundamentals-of-rf-planning
50509750 fundamentals-of-rf-planningTiago Taborda Taborda
 
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor Networks
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor NetworksQueue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor Networks
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor NetworksCSCJournals
 
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...Cemal Ardil
 
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Ericsson
 
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...CSCJournals
 
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...IRJET Journal
 
Algorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsAlgorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsJigisha Aryya
 
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKSPERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKScscpconf
 

Similar to Simulated annealing for location area planning in cellular networks (20)

Wcdma radio network planning part 1
Wcdma radio network planning   part 1Wcdma radio network planning   part 1
Wcdma radio network planning part 1
 
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
 
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...
Selection of Energy Efficient Clustering Algorithm upon Cluster Head Failure ...
 
Comparison of Csma Based MAC Protocols of Wireless Sensor Networks
Comparison of Csma Based MAC Protocols of Wireless Sensor NetworksComparison of Csma Based MAC Protocols of Wireless Sensor Networks
Comparison of Csma Based MAC Protocols of Wireless Sensor Networks
 
Direct_studies_report13
Direct_studies_report13Direct_studies_report13
Direct_studies_report13
 
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
 
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...
Congestion Control through Load Balancing Technique for Mobile Networks: A Cl...
 
Network assisted mobile computing with optimal uplink query processing
Network assisted mobile computing with optimal uplink query processingNetwork assisted mobile computing with optimal uplink query processing
Network assisted mobile computing with optimal uplink query processing
 
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
 
Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...
 
Energy Efficient Military Mobile Base Station Placement
Energy Efficient Military Mobile Base Station PlacementEnergy Efficient Military Mobile Base Station Placement
Energy Efficient Military Mobile Base Station Placement
 
50509750 fundamentals-of-rf-planning
50509750 fundamentals-of-rf-planning50509750 fundamentals-of-rf-planning
50509750 fundamentals-of-rf-planning
 
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor Networks
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor NetworksQueue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor Networks
Queue Size Trade Off with Modulation in 802.15.4 for Wireless Sensor Networks
 
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...
An investigation-on-efficient-spreading-codes-for-transmitter-based-technique...
 
Ns2 2015 2016 titles abstract
Ns2 2015 2016 titles abstractNs2 2015 2016 titles abstract
Ns2 2015 2016 titles abstract
 
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
 
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...
A New Location Caching with Fixed Local Anchor for Reducing Overall Location ...
 
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
 
Algorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsAlgorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systems
 
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKSPERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
 

More from graphhoc

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...
ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...
ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...graphhoc
 
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...graphhoc
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSgraphhoc
 
Impact of Mobility for Qos Based Secure Manet
Impact of Mobility for Qos Based Secure Manet  Impact of Mobility for Qos Based Secure Manet
Impact of Mobility for Qos Based Secure Manet graphhoc
 
A Transmission Range Based Clustering Algorithm for Topology Control Manet
A Transmission Range Based Clustering Algorithm for Topology Control ManetA Transmission Range Based Clustering Algorithm for Topology Control Manet
A Transmission Range Based Clustering Algorithm for Topology Control Manetgraphhoc
 
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices A Battery Power Scheduling Policy with Hardware Support In Mobile Devices
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices graphhoc
 
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 A Review of the Energy Efficient and Secure Multicast Routing Protocols for ... A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...graphhoc
 
Case Study On Social Engineering Techniques for Persuasion Full Text
Case Study On Social Engineering Techniques for Persuasion   Full Text Case Study On Social Engineering Techniques for Persuasion   Full Text
Case Study On Social Engineering Techniques for Persuasion Full Text graphhoc
 
Breaking the Legend: Maxmin Fairness notion is no longer effective
Breaking the Legend: Maxmin Fairness notion is no longer effective  Breaking the Legend: Maxmin Fairness notion is no longer effective
Breaking the Legend: Maxmin Fairness notion is no longer effective graphhoc
 
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...graphhoc
 
Fault tolerant wireless sensor mac protocol for efficient collision avoidance
Fault tolerant wireless sensor mac protocol for efficient collision avoidanceFault tolerant wireless sensor mac protocol for efficient collision avoidance
Fault tolerant wireless sensor mac protocol for efficient collision avoidancegraphhoc
 
Enhancing qo s and qoe in ims enabled next generation networks
Enhancing qo s and qoe in ims enabled next generation networksEnhancing qo s and qoe in ims enabled next generation networks
Enhancing qo s and qoe in ims enabled next generation networksgraphhoc
 
Secure key exchange and encryption mechanism for group communication in wirel...
Secure key exchange and encryption mechanism for group communication in wirel...Secure key exchange and encryption mechanism for group communication in wirel...
Secure key exchange and encryption mechanism for group communication in wirel...graphhoc
 
Simulation to track 3 d location in gsm through ns2 and real life
Simulation to track 3 d location in gsm through ns2 and real lifeSimulation to track 3 d location in gsm through ns2 and real life
Simulation to track 3 d location in gsm through ns2 and real lifegraphhoc
 
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...graphhoc
 
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...graphhoc
 
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...graphhoc
 
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles  An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles graphhoc
 
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATION
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATIONACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATION
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATIONgraphhoc
 
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...graphhoc
 

More from graphhoc (20)

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...
ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...
ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFER...
 
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...
The Impact of Data Replication on Job Scheduling Performance in Hierarchical ...
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
 
Impact of Mobility for Qos Based Secure Manet
Impact of Mobility for Qos Based Secure Manet  Impact of Mobility for Qos Based Secure Manet
Impact of Mobility for Qos Based Secure Manet
 
A Transmission Range Based Clustering Algorithm for Topology Control Manet
A Transmission Range Based Clustering Algorithm for Topology Control ManetA Transmission Range Based Clustering Algorithm for Topology Control Manet
A Transmission Range Based Clustering Algorithm for Topology Control Manet
 
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices A Battery Power Scheduling Policy with Hardware Support In Mobile Devices
A Battery Power Scheduling Policy with Hardware Support In Mobile Devices
 
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 A Review of the Energy Efficient and Secure Multicast Routing Protocols for ... A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 
Case Study On Social Engineering Techniques for Persuasion Full Text
Case Study On Social Engineering Techniques for Persuasion   Full Text Case Study On Social Engineering Techniques for Persuasion   Full Text
Case Study On Social Engineering Techniques for Persuasion Full Text
 
Breaking the Legend: Maxmin Fairness notion is no longer effective
Breaking the Legend: Maxmin Fairness notion is no longer effective  Breaking the Legend: Maxmin Fairness notion is no longer effective
Breaking the Legend: Maxmin Fairness notion is no longer effective
 
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
 
Fault tolerant wireless sensor mac protocol for efficient collision avoidance
Fault tolerant wireless sensor mac protocol for efficient collision avoidanceFault tolerant wireless sensor mac protocol for efficient collision avoidance
Fault tolerant wireless sensor mac protocol for efficient collision avoidance
 
Enhancing qo s and qoe in ims enabled next generation networks
Enhancing qo s and qoe in ims enabled next generation networksEnhancing qo s and qoe in ims enabled next generation networks
Enhancing qo s and qoe in ims enabled next generation networks
 
Secure key exchange and encryption mechanism for group communication in wirel...
Secure key exchange and encryption mechanism for group communication in wirel...Secure key exchange and encryption mechanism for group communication in wirel...
Secure key exchange and encryption mechanism for group communication in wirel...
 
Simulation to track 3 d location in gsm through ns2 and real life
Simulation to track 3 d location in gsm through ns2 and real lifeSimulation to track 3 d location in gsm through ns2 and real life
Simulation to track 3 d location in gsm through ns2 and real life
 
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
 
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
 
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...
An Overview of Mobile Ad Hoc Networks for the Existing Protocols and Applicat...
 
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles  An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles
An Algorithm for Odd Graceful Labeling of the Union of Paths and Cycles
 
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATION
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATIONACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATION
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATION
 
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...
A Proposal Analytical Model and Simulation of the Attacks in Routing Protocol...
 

Recently uploaded

定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 

Recently uploaded (20)

Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICECall Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
 
sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 

Simulated annealing for location area planning in cellular networks

  • 1. ! " #!# 10.5121/jgraphhoc.2010.2101 1 SIMULATED ANNEALING FOR LOCATION AREA PLANNING IN CELLULAR NETWORKS N. B. Prajapati1 , R. R. Agravat2 and M. I. Hasan3 1 I. T. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India nbp_it53@yahoo.com 2 I. T. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India rupalagravat@yahoo.com 3 C. P. Department, B. V. M. Engineering. College, V. V. Nagar- 388120, India mosin83@yahoo.com ABSTRACT LA planning in cellular network is useful for minimizing location management cost in GSM network. In fact, size of LA can be optimized to create a balance between the LA update rate and expected paging rate within LA. To get optimal result for LA planning in cellular network simulated annealing algorithm is used. Simulated annealing give optimal results in acceptable run-time. KEYWORDS Location Area, Location Update, Base Station, Mobile Station, Base Station Controller, Mobile Switching Center, Simulated Annealing 1. INTRODUCTION Everyone wants mobility and because of that the wireless concept is growing up and up and wireless network is changing day by day. The First and Second generation wireless networks, such as analog cellular, Global System for Mobile Communication and Personal Communication Systems have been widely deployed in the last decade or so. Cellular networks are a type of networks that support wireless connection to mobile station (MS). Cellular networks is rapidly growing network in today’s world because of a rapid growth in the population of mobile users, and such growth increases signalling. Signalling requires too much bandwidth for all operation, while Radio bandwidth is limited resource. To decrease signalling operations it is required to do better Mobile Network planning. 2. LOCATION AREA In second generation cellular network, like GSM, the system coverage area is divided into geographical area called LA. This geographical area contains one or more cell areas called Base Station (BS). Each of this LA is identified by its unique Location Area Identifier (LAI). This LAI is broadcasted by each BS which includes all BSs forming that particular LA. The LAI consist three parts: a Mobile Country Code, a Mobile Network Code, and a 2-octect Location area code. Figure II.1 shows the service area which is divided into three location areas, where dark lines show boundary of each LA while dotted lines show boundary of BS which are within that LA. In GSM network, LA and Paging area is considered similar.
  • 2. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 2 Figure.2-1: Service area divided into three Location Areas. [9] There are two types of LA, described below: Type of LA Advantage Disadvantage Static Reduced Overhead Same for all users with different call to mobility ratio Dynamic Based on user mobility patterns Difficult to determine the optimal shape and size 2.1. Importance of LA There are different location update schemes which are used for location management in mobile networks. All cellular networks use the zone based approach for location management. In zone base approach the entire cellular network is divided in to LA [7]. So, LA is important factor in cellular network for Location management. Location management involves two basic operations: Location Update (LU) and Paging. In the Location update, also called Location Registration, the MS from time to time, notifies the network of its new access point, and the network database stores the new position, or LA. Paging is performed base on the location of MS in particular LA. 2.2. Size and Shape of LA Size and Shape of LA is more important in Cellular network. The size of an LA or the number of cells in it may vary depending on the rate at which cells receive calls, and on the inter-cell traffic characteristics and number of user. In fact, the size of an LA can be optimized to create a balance between the LA update rate and the expected paging rate within an LA. In other words proper planning of LA reduces total Location management cost. There ate two extreme LA planning approaches: 1) The service area equals an LA: Here LUs are not required which generated due to mobile user movement in service area while paging cost is increased because Whenever an MS is called, it is paged over the whole service area. In this case paging signalling load can be enormous especially during the busy hour. 2) The cell area equals an LA: In this case the location of an MS is determined with accuracy of a single cell area. The need for paging here is minimal; paging does not locate the MS, it just alerts the terminal for the incoming call. However, the number of LUs is expected to be enormous due to the small cell size and the user mobility. From these two approaches we come to known that upper bound on size of LA is the service area of an MSC and upper bound on number of LAs is numbers of BSs.
  • 3. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 3 3. SIMULATED ANNEALING Simulated annealing (SA) is a random-search technique which exploits an analogy between the way in which a metal cools and freezes into a minimum energy crystalline structure (the annealing process) and the search for a minimum in a more general system; it forms the basis of an optimization technique for combinatorial and other problems [13]. In 1983 SA was developed for dealing with highly nonlinear problems. An important characteristic of the SA algorithm is that it does not require specialist knowledge about how to solve a particular problem. This makes the algorithm generic in the sense that it can be used in a variety of optimization problems without change the basic structure of the computation [18]. There are two important criteria for SA: Selection of Neighbor and Cooling schemes. Accuracy and optimization of SA depends on these two criteria. In Neighboring Solution, collection of all the optimal and non-optimal solutions is called Solution Space. During annealing process, algorithm randomly selects any solution from these Solution space. 4. FORMULATION OF PROBLEM We know that, Location management cost is depended on the LA. So LA planning plays important role in cellular network. LA planning can be done by SA. In this paper, GSM network is used as cellular network model. If we want LA planning in GSM network it is necessary to satisfy all constrains required for reducing the total location management cost [1] and from that we are able to get better GSM network. 4.1. Simulated Annealing for LA Planning For LA planning, SA takes these constraints in to consideration [1], load and capacity information as an input and finds an optimal or near-optimal solution as a network topology which includes the assignment of BSs to LAs. 4.1.1. Complexity of LA Planning Problem (Solution Space) The solution space consists of both feasible and unfeasible solutions. Here, solution space consists of all possible network topologies, the BS-to-BSC, BSC-to-MSC and BS-to-LA assignments determine the complexity of the solution. 4.1.2. Neighbor Solution A feasible solution is a topology where all network nodes (BSs, BSCs, MSCs) are connected, and the LA borders are specified such that the constraints are satisfied. Therefore, a (feasible) neighbor solution may be generated using following move: Changing a BS-to-BSC assignment: A BS to be moved is randomly chosen, and then a BSC is randomly selected among all BSCs in the proximity of that BS. Before executing this move, the capacity constraints affected by this BS-BSC connection are checked. If these constraints are not violated, the new BSC is assigned to the BS. Then, a random feasible LA is searched to assign that BS among the existing LAs residing in the new BSC. Because of the limitation that an LA cannot spread over multiple MSCs, instead of checking whether the new and the old BSC are connected to the same MSC, directly try to find an LA residing in the new BS. If no feasible LA is found, then a new LA is created for the new BSC. Next, all load updates resulting from that move are calculated on the network [1].
  • 4. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 4 4.1.3. Cooling Schedules A Cooling schedule consists of three important components: setting the starting (initial) temperature, the decision of when and how to decrease the temperature, and the decision of when to stop algorithm. 1. Starting Temperature The starting temperature of the initial cost and the starting probability is 0.5 with the use of the equation T = -max E / ln P0. Initial cost is calculated using below equation and with which the aim of LA planning is satisfied. Initial temperature calculation is very important, because if it is too high, then it may take too long to reach the result. And if the initial temperature is too small, then the algorithm does not have the freedom of making sufficient number of random moves to visit different local minima and stay in relatively deep one. 2. Frozen Value It is said that if we want to get good result then we should reduce T in each iteration by 0.95. So with the use of the initial T and the T, we get the frozen Value by the equation: Frozen Value = T / T where T = 0.95 Amount of reducing temperature may differ according to the selection of the annealing schedule. Other criteria is when to decrease temperature for that, at specific temperature, if the total number of neighbors tested (not just the accepted ones) equals approximately to the neighborhood size (equilibrium), then the temperature is decreased. 3. Ending Condition The algorithm must stop if it can not find better solution anymore. In LA planning, the SA algorithm stops when particular temperature/cost is satisfied numbers of times. During SA search, “the best solution recorded and presented when the algorithm stop”. 5. IMPLEMENTATION The entire variables related to GSM network are used in implementation of LA planning using SA. To make this experiment dynamic and reusable all the variables are taken in text file format. Here SA is used to satisfy GSM constraints for obtain better cellular network. 5.1. Stepwise Details 1.Make an initial feasible topology. To start the algorithm initial feasible topology is selected. This topology satisfies all the constraints. 2. Calculate solution cost for initial topology and setting temperature. Cost is important factor in SA algorithm. For calculating cost for this solution handoffmatrix and InverseLABStopologymatrix are used. After that this cost is used for setting initial temperature of algorithm according to the function: initialTemp = -((1.0)*cost/Math.log(P0)); 3. Decreasing temperature according to the compilation of iteration.
  • 5. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 5 To find out optimal or near-optimal solution for the mentioned algorithm, it is necessary to run experiment until its temperature goes down to zero. In each iteration algorithm checks for better solution in solution space and it decreases temperature according to that. 4. Generate new topology. New topology is based on neighborhood structure. In experiment BS-to-BSC assignment neighborhood structure is used for getting new topology for algorithm. In this assignment randomly BS and BSC is selected from BSBSctopologymatrix and creating new topology in that assignment of BSC and BS is made. For that all the parameter based on BSBSctopologymatrix which are affected by this assignment are changed. First of all the BSBSctopologymatrix is changed according to assignment of random BS to random BSC so other parameter like BHCA, call traffic and TRX are required to adjust according to new topology. 5. Constraints checked for new topology. Before considering above change all the constraints related to that are checked. These constraints are related to BSBSctopology, BScMSctopology and call traffic constraints, like call traffic capacity and BHCA capacity. 6. To assign new LA, paging constraints are checked. When constraints related to new topology of BSBSctopologymatrix are satisfied then a random feasible LA is searched to assign to that BS among the existing LAs residing in new BSC. After selecting random LA, it is required to change the LABStoplogymatrix. After that pagingCapacity constraint of BS and BSc is calculated using new PagingVecor_LA. 7. New LA is created. When Constraints are violated then it is necessary to create new LA. Because of the limitation that an LA cannot spread over multiple MSCs, instead of checking whether the new and old BSC are connected to the same MSC, directly find a new LA residing in the new LA. 8. Select new topology. After all the constraints are satisfied by new topology and new LA is created for that topology we calculated the cost of that topology. If cost is improved then this solution is considered as initial solution. Otherwise worse solution is selected. The probability of accepting a worse solution is: P = e – E/t 9. Temperature decrease. After selecting new topology temperature is decreased. Perform the step 4 to 8 until optimal or near optimal solution is not found. Stop cooling when solution found or solution meets the stopping criteria. 10. Save and display best solution. In each iteration, best solution is stored and when the cooling is stopped at that time display the best solution with minimum cost. 6. CONCLUSION SA is one of the best heuristic methods for finding optimal or near-optimal solution in cellular network in tolerable run-times. SA gives the better LA planning in cellular network so total location management cost is reduced. The main aim of the experiment of better LA planning is fulfilled.
  • 6. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 6 6.1. Future Work Our future work includes development of the heuristic method which gives better LA planning when LAs are overlapping with each other in cellular network. We also want to work for the dynamic LA: individual’s mobile user LA according to their mobility in cellular network, which is one of the interesting and unresolved research problems. REFERENCES [1] Ilker Dermirkol, Cem Ersoy, M. Ufuk Caglayan, Hakan Delic, “Location Area Planning in Cellular Networks Using Simulated Annealing”, NETLAB, Department of Computer Engineering, BUSIM Lab., Department of Electrical and Electronics Engineering, Bogazici University, Bebek 80815 Istanbul, Turkey. [2] Ilker Dermirkol, Cem Ersoy, M. Ufuk Caglayan, Hakan Delic, “Location Area Planning and Cell- to-Switch Assignment in Cellular network”, IEEE INFOCOM 2001, Anchorage, Alaska, USA, April 2001. [3] Kaveh Pahlavan, Prashant Krishnamurthy, “Principles of Wireless Networks, A Unified Approach”, Pearson Education, low Price Edition. [4] The International Engineering Consortium, Web ProForum Tutorial, “Global System for Mobile Communication (GSM)”,http://www.iec.org [5] CAMEL: Intelligent Networks for the GSM, GPRS and UMTS Network, Rogier Noldus © 2006 John Wiley & Sons, Ltd., “Introduction to GSM Networks”. [6] Ramin Rezaiifar and Armand M. Makowski, Senior Member, IEEE, “From Optimal Search Theory to Sequential Paging in Cellular Networks”, IEEE Journal on Selected Area in Communications, Vol 15, No 7, September 1997. [7] Upkar Varshney Department of Computer Information Systems, Georgia State University, Atlanta, “Location management for wireless networks: issues and directions”, Int. J. Mobile Communications, Vol. 1, Nos. 1/2, 2003. [8] John Scourias,“Dynamic Location Management and Activity-based Mobility Modelling for Cellular Networks”, Waterloo, Ontario, Canada, 1997 © John Scourias 1997. [9] Jingyuan Zhang, “Location Management in Cellular Networks” [10] Ian F. Akyildiz, Janise McNair, Joseph Ho,Wenye Wang , “Mobility Management in Next Generation Wireless Systems”, Broadband and Wireless Networking Laboratory School of Electrical and Computer Engineering Georgia Institute of Technology, Atlanta. [11] Yigal Bejerano, Mark A. Smith, Joseph (Seffi) Naor, and Nicole Immorlica, “Efficient Location Area Planning for Personal Communication Systems”, IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 14, NO. 2, APRIL 2006. [12] Cem U. Saraydar, Owen E. Kelly, and Christopher Rose, “One-Dimensional Location Area Design”, IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 49, NO. 5, SEPTEMBER 2000. [13] Franco Busetti, “Simulated annealing overview” [14] E. Ritch & R.Knight, Artificial Intelligence, McGraw-Hill, New York, 1991. [15] Brian T. Luke, Ph.D, “Simulated Annealing Cooling Schedules” [16] J.G. Markoulidakis , G.L. Lyberopoulos,D.F. Tsirkas and E.D. Sykas, National Technical University of Athens, Department of Electrical Engineering & Computer Science, “Evaluation of location area planning scenarios in future mobile telecommunication systems”, Wireless Networks 1 (1995) , © J.C. Baltzer AG, Science Publishers.
  • 7. International journal on applications of graph theory in wireless ad hoc networks and sensor networks (Graph-Hoc), Vol.2, No.1, March 2010 7 [17] ZHU Jian, WANG Jing, “3-level Database Hierarchy for Location Management in PCS Networks”, International Conference on Communication Technology, ICCT’98 October 22-24, 1998 Beijing, China. [18] Javid Taheri, Albert Y. Zomaya, “A Simulated Annealing Approach for Mobile Location Management”, Proceedings of the 19th IEEE International Parellel and Distributed Processing Symposium (IPDPS’05). [19] Guang Wan and Eric Lin, “Cost Reduction in Location Management using Semi-realtime Movement Information”, Baltzer Journals, February 10,1998. [20] John Scourias and Thomas Kunz, Department of Computer Science University of Waterloo, “A Dynamic Individualized Location Management Algorithm”, 0-7803-3871-5/97/$10.00 © 1997 IEEE [21] W.Zhao, R. Tafazolli, B.G.Evans, “An Integrated System Architecture for GSM and Satellite PCN”, © 1997 The Institution of Electrical Engineers, Printed and published by the IEE, Savoy Place, London WCPR OBL, UK. [GSM_LUPG] [22] Paulo R. L. Gondim, “Genetic Algorithms and the Location Area Partitioning Problem in Cellular Networks”, 0-7803-3157-5196 $5.00 © 1996 IEEE [23] Vicente Casares Giner, “State of the art in Location Management procedures”, Information Society Technologies (IST) - 6th Framework Programme. [24] Kuldeep Ghosh, “Optimum Cost Location Area Planning for Third Generation Mobiles”, 0-7803- 8964-6/05/$20.00 ©2005 IEEE.