SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
230
LOAD BALANCING IN CLOUD USING PROCESS MIGRATION
Dr. Narayan A. Joshi
Associate Professor, CSE Department
NIRMA University
Ahmedabad, Gujarat, India.
ABSTRACT
Advancements in processing, storage and networking technologies have stimulated
enhancements and acceptance of virtualization and cloud computing technologies. Due to rapid
innovations and availability of the state of the art computing technology and growing market
competition, it has become essential for service providers to serve the cloud based services in
proficient manner. The day by day growing demands for cloud-based resources have made the
resource allocation task very challenging for the cloud service providers to keep up with the SLAs.
To earn customer satisfaction and more revenue, the service providers are forced to efficiently
organize and manage the cloud infrastructural resources. The concept of load sharing can be a
solution for optimized resource allocation in such scenarios. The paper describes a load balancing
algorithm by means of the process migration mechanism. The behavior of suggested implementation
is shown in the paper.
Keywords: Cloud Computing, Virtualization, Load Balancing, Load Sharing, Process Migration.
1. INTRODUCTION
The developments in microelectronic semiconductor technology have given rise to the
availability of high-speed inexpensive storage and processing units. In addition to such evolutions,
the improvements in internetworking technology have become one of the major driving forces in the
innovation of not only loosely-coupled distributed systems but also the virtualization and cloud
computing technologies [9]. Moreover, it is seen that the loosely-coupled distributed systems and
cloud computing technologies have been widely accepted by the IT solution providers for
implementation of modern computing solutions. Several key features including tolerance, higher
scalability and better reliability, better resource utilization and sharing, flexibility, on-demand
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING
AND TECHNOLOGY (IJARET)
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 5, Issue 4, April (2014), pp. 230-238
© IAEME: www.iaeme.com/ijaret.asp
Journal Impact Factor (2014): 7.8273 (Calculated by GISI)
www.jifactor.com
IJARET
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
231
availability are the motivating factors behind acceptance of the distributed and cloud computing
environments.
In general, the cumulative computational capability of the interconnected workstations and
the virtual machines across the distributed and the cloud computing environment, theoretically
appears much larger than the capability of an individual virtual machine or an isolated computer
system. However, it is common that in a distributed and cloud computing environments with a
number of networked virtual machines and workstations, some of them may be overloaded while
other of them may be left almost idle which resulting into wastage of the computing power that goes
unused. This means, there are chances that some of the nodes are heavily loaded, while others are left
under loaded; which in effect causes utilization of only a fraction of overall theoretical computing
power. However, performance gains and the optimum resource utilization may be achieved by
transferring processes from the heavily loaded virtual machines to the lightly loaded or idle virtual
machines known as load balancing [10]
Section 2 of the paper describes related work and existing approaches towards load balancing
in cloud and distributed systems. Section 3 focuses on the process migration mechanism. The
suggested load balancing mechanism is described in section 4. Section 5 focuses on the outcomes of
the algorithm suggested in the section 4. Some of the implementation issues and assumptions are
mentioned in section 6. Finally, the concluding remarks and further scope of research are
summarized in section 7.
2. RELATED WORK
The cloud computing environment comprises of the building blocks such as – data centers,
distributed servers and users. Well-designed implementation and usage of cloud computing
environments may help in solving several having different operational and behavioral demands such
as- on-demand availability, flexibility, fault tolerance, scalability, reduced cost of ownership and
effective utilization and sharing of resources [4][13]. However, sometimes the implementation of
cloud computing environments using virtualization technology may result into performance reduction
for the processor centric and memory crunching computational jobs [15]. The resource management
mechanisms sometimes also associate with the load balancing mechanisms not only to improve
utilization and response time but also to avoid situations where some of the virtual machines are
overloaded while others are lightly loaded or sitting idle.
Accordingly, the load balancing mechanism sees that all the networked virtual machines
perform nearly the equal amount of jobs [6], [14]. Difficulties faced in joining different cloud
computing environments are discussed in [2]. The load balancing work suggested in [3], is based on
the number of connections. It determines the nodes having least number of connections first and then
sends requests to such nodes. Reference [1] has proposed an improved implementation of [3]; he has
focused on session switching at the application layer. Additionally, it calculates the connection time
between the client and the node. Availability of unlimited virtual resources is an important
characteristic of cloud-based infrastructures. However, it may always not be feasible for providers to
guarantee the allocation of all the demanded resources [8]. They have suggested significant work
showing reduction in SLA violation in federated clouds environment. Reference [17] suggests a load
balancing technique which collects the workload information of nodes using the ants behavior and
accordingly assigns the job-request to appropriate node. An effort has been suggested in [7] has to
solve the synchronization issue of [17]. The suggested work is based on committing suicide by an ant
however. The work suggested in [13], aims to provide dynamic load balancing by reducing
duplication of data by suggesting the Index Name Server algorithm. The work presented in [14]
suggests load balancing efforts by allocating the job requests to the node which is having the least
number of connections. Moreover, [11] and [10] present work related to centralized and distributed
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
232
load balancing mechanisms for homogeneous networked systems. A resource aware load balancing
work which provides better results using exponential smoothing forecast is presented in [16].
However, the discussion made so far shows that there is a scope for the betterment in the existing
work. Here we focus on efficient resource allocation using load balancing by means of the process
migration mechanism. Though there are huge scopes in adoption of cloud based computing services,
there is a lack of standardization in the development and application of process migration mechanism
and open source cloud computing services.
3. PROCESS MIGRATION
The issue of efficient resource utilization in cloud computing environments can be addressed
by distributing workload of a virtual machine among other virtual machines in the cloud using
process migration. The implementation of process migration technique may result into efficient
overall system utilization by making use of the idle virtual machines [12]. The technique involves
transfer of a process from one virtual machine to another virtual machine in the cloud. The dynamic
process migration technique involves critical operations such as collecting the current state
information of the desired process running on the source virtual machine, move the collected
information to the desired destination virtual machine, restore the process state on the destination
virtual machine and resume the restored process for execution [5].
4. MECHANISM
The architecture of suggested load balancing algorithm and comprising modules are
described here and depicted in figure1.
The cloud provider maintains a dedicated virtual machine or a physical machineand
designates it as a ServerVM; for simplicity and cost-cutting reasons, the cloud controller itself may
be made to act as a ServerVM. The virtual machines in the cloud other than the ServerVM which
have signed the contract for availing load balancing facility provided by the cloud service provider,
we name them as member virtual machines or memberVMs. The ServerVM is assigned a role to
handle and retain the workload measurements of the member virtual machines. Additionally, the
cloud service provider reserves one more virtual machine or physical machine, say BalancerVM,
which is dedicated to the job of balancing the workload of member virtual machines. In order to
carry out the assigned role, the BalancerVM determines the overloaded member virtual machines,
the idle member virtual machines (or the under loaded member virtual machines) and with the help
of the VMProcessMigrator module, it performs load balancing between the overloadedVM and the
underloadedVM.
Moreover, the suggested algorithm facilitates the overloaded member virtual machine to take
load balancing decisions by itself instead of relying upon the load balancing decisions given by the
BalancerVM; the overloaded memberVM may make load balancing requests to other under loaded
memberVMs in the cloud. However, the algorithm prevents the underloadedVM from receiving
consecutive load balancing requests, thereby preventing such memberVMs from spontaneous
overstretching. Sometimes, it may inadvertently happen that the BalancerVM consecutively picks the
same underloadedVM as a destination for redirecting the surplus workload from multiple overloaded
memberVMs. Suppose, at time T1 the BalancerVM determines the same virtual machine VMi as
underloadedVM and therefore it may select the VMi as an endpoint for load balancing. Because of
(i) the latency in process migration and (ii) the process scheduling policy on VMi, the migrated
process may resume on VMi after some time say T2. Here, T2 includes the waiting time in ready
queue say Tr and the time taken for actual migration say Tm i.e. T2 = Tr + Tm. As a result, during
the transitional time (i.e. T2 – T1), the VMi will appear as an underloadedVM to not only the
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
233
BalancerVM but also the other memberVMs; which in turn may encourage them to pick the VMi as
an endpoint for their further load balancing decisions; thereby causing overburdening of VMi which
was initially considered as an underloadedVM. The algorithm therefore assigns every memberVM
one of the three state flag values ACTIVE, PASSIVE and INACTIVE [11].
Figure 1: Architecture of Load Balancing in Cloud using Process Migration
The algorithm suggested here extends the work suggested in [10] & [11] in the context of
virtualization and cloud computing, and comprises of the following foremost steps:
1. Implement a module VMPortal which resides and continuously executes on participating
memberVM, periodically determines the workload information of the virtual machine, and
periodically sends the capacity vector and the workload details to the ServerVM.
2. The ServerVM module continuously executes and receives the capacity vectors and workload
information which are periodically sent by the VMPortal residing on all memberVMs in the
cloud. The module periodically updates the availability status of the memberVMs in its
repository to ACTIVE, PASSIVE or INACTIVE. One of its thread periodically (time interval
Tp) toggles the current status into ACTIVE state from PASSIVE state (i.e. PASSIVE-
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
234
>ACTIVE) of the VM which was earlier (i.e. before time interval Tp) picked up as an endpoint
for load balancing by the BalancerVM module.
3. The BalancerVM module runs in collaboration with the ServerVM module: it determines the
ACTIVE overloaded and ACTIVE under loaded virtual machines on the basis of the workload
information and the capacity vectors available, instructs the overloadedVM VMo to transfer
some of its workload to the underloadedVM VMu. Following the dispatch of migration
instruction, it immediately updates the status of the underloadedVM VMu to PASSIVE state.
4. The VMRequestDispatcher module runs on the memberVMs and periodically determines
whether the virtual machine has become overloaded or not. If the virtual machine is determined
as overloaded, then depending upon the SLA signed with the cloud service provider, it
dispatches load balancing request to either the BalancerVM or the peer memberVMs in the
cloud. In case of the request pertaining to the BalancerVM, the BalancerVM may indicate to it
about the underloadedVM as an endpoint to which it may transfer the workload. Otherwise, it
waits for the reply from the peer memberVMs. In case of an affirmative reply, it performs load
balancing by making process migration with the help of VMProcessMigrator module;
otherwise, it keeps on doing round robin policy for in turn memberVMs in the cloud.
5. The VMRequestListener module also runs on the peer memberVMs; it listens for incoming
requests for load balancing sent by the VMRequestDispatcher module. After receiving the
request, the module decides whether to accept it or not and replies the same to the source
VMRequestDispatcher module. If it decides to accept the load balancing request, then it toggles
its status as PASSIVE and informs the updated status to the ServerVM also.
6. The workload shifting workis carried out in the form of process migration from the
overloadedVM to the underloadedVM,via the send_migartion_order() function which is
performed by the VMProcessMigrator module [10], the module resides on all participating
member VMs in the cloud.
The outline of the BalancerVM module includeing some of the foremost data structures and
functionsare described here.
Module BalancerVM
{
struct VMCapacityVector {
int nCPU,
float ghz,
long tot_ram, free_ram,
long free_disk_space;
int bandwidth;
};
enum vm_stat {INACTIVE=0, ACTIVE=1, PASSIVE=2};
struct VMLoad {
char ip_address[16]; //IP address associated with the VM
double load; //VM’s current load history
int current_status; // VM is ACTIVE or PASSIVE or INACTIVE
unsigned long time_of_passive_set; //time when current status is set to PASSIVE
…
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
235
};
void BalancerVM()
{
struct VMLoad* p_overloadedVM; //represents overloaded VM
struct VMLoad* p_underloadedVM; //represents under loaded VM
int seep_t=10; //indicates sleeping time interval for this function
while(1) //run continuously
{
sleep(sleep_t);
//find out the underloadedVM in the cloud
p_underloadedVM = find_underloaded_VM();
if(!p_underloadedVM) //if no underloadedVM is available
continue;
//find out the overloadedVM in the cloud
p_overloadedVM = find_overloaded_VM();
if(!p_overloadedVM)
continue;
//verify the capacities of the source and destination
if(capacity_vector of underloadedVM >= capacity_vector of overloadedVM)
{
//begin transaction by setting semaphore
//toggle status of underloadedVM
p_underloadedVM->status = PASSIVE;
/* also askthe selected underloadedVM to update its status */
//process migration from overloadedVM to underloadedVM
send_migration_order(p_overloadedVM, p_underloadedVM);
//end transaction by resetting semaphore
}
}
…
}//end of funciton
…
} //end of module
5. OUTCOMES
The behavior of the suggested load balancing algorithm is discussed here:
The figure 2 depicts the snapshot representing the overloaded virtual machine having
workload 1.240 at IP 169.254.254.49.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
236
Figure 2: Before load balancing
The figure 3 depicts the snapshot representing reduction in the workload of the virtual
machine 169.254.254.49 after application of the suggested load balancing algorithm which migrates
its workload to the underloadedVM 169.254.254.50.
An important advantage of the suggestedload balancing technique for cloud environment is
that the proposed algorithm performs the task of load sharing by shifting the desired process instead
of the whole VM among virtual machines by means of the process migration mechanism. Thereby
the technique avoids the need of migration of an entire virtual machine among the physical nodes in
the cloud. Moreover, if desired, the suggested load balancing mechanism may also act across
multiple physical nodes in the cloud environment, thereby allowing process migration from one
physical node to another physical node.
Figure 3: After load balancing using process migration
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
237
6. IMPLEMENTATION ISSUES
The suggested algorithm takes the service of process migration mechanism to carry out the
transfer of workload between the member virtual machines. A coupleof issues need to be addressed
on the aspect of implementation of process migration mechanism in the cloud computing
environment.
One of the implementation issue is fault tolerance. The algorithm assumes the availability of
the dedicated controlling systems including the ServerVM and the BalancerVM. However, the
suggested steps have taken care about the issue of fault tolerant load balancing – unavailability of the
ServerVM and the BalancerVM will not at all bring down the load balancing mechanism, instead the
peer member virtual machines will keep on doing load shifting themselves without requiring
consultation from the ServerVM and the BalancerVM.
Another implementation issue is security in the process migration mechanism and the cloud
computing environment. The source and destination virtual machines need to have very strong
confidence on each other. Here we assume that the source virtual machine trusts that the destination
virtual machine will not disturb the execution of migrated process. Vice versa, the destination virtual
machine also assumes that the migrated process sent by the source virtual machine is trustable and
not harmful for the destination virtual machine environment. However, the suggested mechanism
focuses on the accomplishment of the load balancing functionality by means of the process migration
mechanism, and leaves various security issues including the one discussed above, on the service
level agreements and the practice of signing up for the membership for availing the load balancing
among virtual machines in the cloud computing environment.
7. CONCLUDING REMARKS
A novel idea representing the task of load balancing in cloud computing environment by
means of the process migration mechanism is suggested in this paper. Our future aim is to minimize
the migration latency. Moreover, as justified in the implementation issues section above, future work
may be carried out for redesigning the policy documents which are required for the service level
agreements due to the presence of load balancing facility. Furthermore, we intend to carry out further
work to frame and suggest a policy document which will be required for signing up an additional
agreement for [becoming a member for]availing the load balancing service by means of process
migration from the cloud service provider.
REFERENCES
1. B. Radojevic and M. Zagar (2011), "Analysis of issues with load balancing algorithms in
hosted (cloud) environments." In proceecings of 34th International Convention on MIPRO,
IEEE.
2. B. Rochwerger, D. Breitgand, E. Levy, A. Galis, K. Nagin, I. M. Llorente, R. Montero, Y.
Wolfsthal, E. Elmroth, J. Caceres, M. Ben-Yehuda, W. Emmerich, and F. Galan (2009), “The
Reservoir model and architecture for open federated Cloud computing,” IBM Journal of
Research and Development, vol. 53, no. 4, pp. 1–11, July.
3. B. Sotomayor, R. Montero, I. Llorente, and I. Foster (2009), "Virtual infrastructure
management in private and hybrid clouds," in IEEE Internet Computing, Vol. 13, No. 5,
pp: 14-22.
4. H. Qian, H. Zu, C. Cao, and Q. Wang (2013), “Css: Facilitate the cloud service selection in
IaaS platforms,” Proceeding of IEEE International Conference on Collaboration Technologies
and Systems.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME
238
5. J. C. Sancho, F. Petrini, K. Davis, R. Gioiosa and S. Jiang (2005), “Current Practice and a
Direction forward in checkpoint/restart implementations for fault tolerance”, Proceedings of 19th
IEEE International Symposium on Parallel and Distributed Processing.
6. J. Gasior and F. Seredynski (2012), “Load balancing in cloud computing systems through
formation of coalitions in a spatially generalized prisoner’s dilemma game,” in Cloud Computing
2012, Third International Conference on Cloud Computing, GRIDs, and Virtualization,
pp. 201–205.
7. K. Nishant, P. Sharma, V. Krishna, C. Gupta, KP. Singh, N. Nitin and R. Rastogi (2012), "Load
Balancing of Nodes in Cloud Using Ant Colony Optimization." In proc. 14th International
Conference on Computer Modelling and Simulation (UKSim), IEEE, pp. 3-8, March.
8. K. Patel and A. Sarje (2012), “VM Provisioning Method to Improve the Profit and SLA Violation
of Cloud Service Providers,” IEEE International Conference on Cloud Computing in Emerging
Markets, October.
9. N. Joshi and D. Choksi (2011), “Checkpointing Process VMA for Process Migration”, Journal of
Emerging Trends in Computing and Information Sciences, ISSN- 2079-8407, Vol.2 Special Issue,
pp. 7-10.
10. N. Joshi and D. Choksi (2012), “Mechanism for Implementation of Load Balancing using Process
Migration”, International Journal of Computer Applications, ISSN- 0975-8887, Vol.-40 No.-9, pp.
16-18, February.
11. N. Joshi and D. Choksi (2013), “Balancing the Load of Networked Workstations”, Journal of
Information, Knowledge and Research in Computer Science and Applications, ISSN: 0975-6728,
Vol.-2 Issue-2, pp. 119-122, February.
12. N. Vasudevan, P. Venkatesh (2006), “Design and Implementation of a Process Migration System
for Linux Environment”, 3rd
International Conference on Neural, Parallel and Scientific
Computations, Atalanta, USA.
13. R. Buyya, C.S. Yeo & S.Venugopal (2009), "Market-oriented Cloud computing: Vision, hype, and
reality of delivering IT services as computing utilities," 10th IEEE International Conference on
High Performance Computing, pp. 5–13.
14. R. Lee and B. Jeng (2011), “Load-balancing tactics in cloud,” in Proceedings of the International
Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery, IEEE Computer
Society, pp. 447–454.
15. S. Ristov, G. Velkoski, M. Gusev, and K. Kjiroski (2013), “Compute and memory intensive web
service performance in the cloud,” in ICT Innovations 2012,Springer Berlin, vol. AISC 257,
pp. 215–224.
16. X. Ren, R. Lin and H. Zou (2011), "A dynamic load balancing strategy for cloud computing
platform based on exponential smoothing forecast" in proceedings of International Conference on
Cloud Computing and Intelligent Systems, IEEE, pp. 220-224, September.
17. Z. Zhang and X. Zhang (2010), "A load balancing mechanism based on ant colony and complex
network theory in open cloud computing federation", in proceedings of 2nd International
Conference on. Industrial Mechatronics and Automation, IEEE, Vol. 2, pp. 240-243, May.
18. D.Asir, Shamila Ebenezer and Daniel.D, “Adaptive Load Balancing Techniques in Global Scale
Grid Environment”, International Journal of Computer Engineering & Technology (IJCET),
Volume 1, Issue 2, 2010, pp. 85 - 96, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
19. Priya Deshpande and Sunayna Giroti, “Priority Based Dynamic Adaptive Checkpointing Strategy
in Distributed Environment”, International Journal of Computer Engineering & Technology
(IJCET), Volume 4, Issue 6, 2013, pp. 378 - 385, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.
20. M. A. Mahajan and G. T. Chavan, “Use of Multiple Ant Colony Optimization for Load Balancing
in Peer to Peer Networks”, International Journal of Computer Engineering & Technology (IJCET),
Volume 4, Issue 3, 2013, pp. 419 - 425, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

More Related Content

What's hot

LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMEijccsa
 
Migration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA ViolationMigration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA Violationrahulmonikasharma
 
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...Ericsson
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTDYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTIJCNCJournal
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesIJSRD
 
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server EnvironmentTime Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environmentrahulmonikasharma
 
(5 10) chitra natarajan
(5 10) chitra natarajan(5 10) chitra natarajan
(5 10) chitra natarajanIISRTJournals
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDijccsa
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time IJECEIAES
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computingtheijes
 
IRJET- Load Balancing and Crash Management in IoT Environment
IRJET-  	  Load Balancing and Crash Management in IoT EnvironmentIRJET-  	  Load Balancing and Crash Management in IoT Environment
IRJET- Load Balancing and Crash Management in IoT EnvironmentIRJET Journal
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...idescitation
 
A Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingA Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingIRJET Journal
 
A Novel Switch Mechanism for Load Balancing in Public Cloud
A Novel Switch Mechanism for Load Balancing in Public CloudA Novel Switch Mechanism for Load Balancing in Public Cloud
A Novel Switch Mechanism for Load Balancing in Public CloudIJMER
 
Load Balancing in Auto Scaling Enabled Cloud Environments
Load Balancing in Auto Scaling Enabled Cloud EnvironmentsLoad Balancing in Auto Scaling Enabled Cloud Environments
Load Balancing in Auto Scaling Enabled Cloud Environmentsneirew J
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudEditor IJCATR
 
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...rahulmonikasharma
 

What's hot (20)

LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIMELOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
LOAD BALANCING ALGORITHM ON CLOUD COMPUTING FOR OPTIMIZE RESPONE TIME
 
Migration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA ViolationMigration Control in Cloud Computing to Reduce the SLA Violation
Migration Control in Cloud Computing to Reduce the SLA Violation
 
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...
Conference Paper: Simulating High Availability Scenarios in Cloud Data Center...
 
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENTDYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
DYNAMIC TASK SCHEDULING BASED ON BURST TIME REQUIREMENT FOR CLOUD ENVIRONMENT
 
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division RulesPublic Cloud Partition Using Load Status Evaluation and Cloud Division Rules
Public Cloud Partition Using Load Status Evaluation and Cloud Division Rules
 
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server EnvironmentTime Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
Time Efficient VM Allocation using KD-Tree Approach in Cloud Server Environment
 
(5 10) chitra natarajan
(5 10) chitra natarajan(5 10) chitra natarajan
(5 10) chitra natarajan
 
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUDMCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
MCCVA: A NEW APPROACH USING SVM AND KMEANS FOR LOAD BALANCING ON CLOUD
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
 
An Efficient Queuing Model for Resource Sharing in Cloud Computing
	An Efficient Queuing Model for Resource Sharing in Cloud Computing	An Efficient Queuing Model for Resource Sharing in Cloud Computing
An Efficient Queuing Model for Resource Sharing in Cloud Computing
 
G216063
G216063G216063
G216063
 
IRJET- Load Balancing and Crash Management in IoT Environment
IRJET-  	  Load Balancing and Crash Management in IoT EnvironmentIRJET-  	  Load Balancing and Crash Management in IoT Environment
IRJET- Load Balancing and Crash Management in IoT Environment
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
 
A Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingA Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud Computing
 
A 01
A 01A 01
A 01
 
A Novel Switch Mechanism for Load Balancing in Public Cloud
A Novel Switch Mechanism for Load Balancing in Public CloudA Novel Switch Mechanism for Load Balancing in Public Cloud
A Novel Switch Mechanism for Load Balancing in Public Cloud
 
N1803048386
N1803048386N1803048386
N1803048386
 
Load Balancing in Auto Scaling Enabled Cloud Environments
Load Balancing in Auto Scaling Enabled Cloud EnvironmentsLoad Balancing in Auto Scaling Enabled Cloud Environments
Load Balancing in Auto Scaling Enabled Cloud Environments
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in Cloud
 
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...
Challenges in Dynamic Resource Allocation and Task Scheduling in Heterogeneou...
 

Viewers also liked (20)

30120130405028
3012013040502830120130405028
30120130405028
 
10120130405010
1012013040501010120130405010
10120130405010
 
50120140503016
5012014050301650120140503016
50120140503016
 
20120140504001
2012014050400120120140504001
20120140504001
 
30320140501001
3032014050100130320140501001
30320140501001
 
20320140501015
2032014050101520320140501015
20320140501015
 
Fotosquenovesenlacnn
FotosquenovesenlacnnFotosquenovesenlacnn
Fotosquenovesenlacnn
 
Agenda biografia junio 18
Agenda biografia junio 18Agenda biografia junio 18
Agenda biografia junio 18
 
200610 a 224 yessica acosta
200610 a 224 yessica acosta200610 a 224 yessica acosta
200610 a 224 yessica acosta
 
HAASTEC Open House 2011
HAASTEC Open House 2011HAASTEC Open House 2011
HAASTEC Open House 2011
 
Surah yusuf
Surah yusufSurah yusuf
Surah yusuf
 
Rhy Marketing Mobile
Rhy Marketing MobileRhy Marketing Mobile
Rhy Marketing Mobile
 
B.ing anggun
B.ing anggunB.ing anggun
B.ing anggun
 
лекция 4
лекция 4лекция 4
лекция 4
 
Nightingale
NightingaleNightingale
Nightingale
 
1 a 50
1 a 501 a 50
1 a 50
 
Lucholucero
LucholuceroLucholucero
Lucholucero
 
Mente humana y la estructura psicologica
Mente humana y la estructura psicologicaMente humana y la estructura psicologica
Mente humana y la estructura psicologica
 
Tensións e conflitos (1914 1939)
Tensións e conflitos (1914 1939)Tensións e conflitos (1914 1939)
Tensións e conflitos (1914 1939)
 
Informe de huerto
Informe de huertoInforme de huerto
Informe de huerto
 

Similar to 20120140504025

Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...Susheel Thakur
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Reviewijtsrd
 
Resource provisioning for video on demand in saas
Resource provisioning for video on demand in saasResource provisioning for video on demand in saas
Resource provisioning for video on demand in saasIAEME Publication
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...Souvik Pal
 
Multi-objective load balancing in cloud infrastructure through fuzzy based de...
Multi-objective load balancing in cloud infrastructure through fuzzy based de...Multi-objective load balancing in cloud infrastructure through fuzzy based de...
Multi-objective load balancing in cloud infrastructure through fuzzy based de...IAESIJAI
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Cloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyCloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyINFOGAIN PUBLICATION
 
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...IJCNCJournal
 
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...IJCNCJournal
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGAIRCC Publishing Corporation
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGijcsit
 
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Editor IJCATR
 
Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...IAEME Publication
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...ijccsa
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentIRJET Journal
 
On the Optimal Allocation of VirtualResources in Cloud Compu.docx
On the Optimal Allocation of VirtualResources in Cloud Compu.docxOn the Optimal Allocation of VirtualResources in Cloud Compu.docx
On the Optimal Allocation of VirtualResources in Cloud Compu.docxhopeaustin33688
 

Similar to 20120140504025 (20)

Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...Performance Analysis of Server Consolidation Algorithms in  Virtualized Cloud...
Performance Analysis of Server Consolidation Algorithms in Virtualized Cloud...
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Review
 
Resource provisioning for video on demand in saas
Resource provisioning for video on demand in saasResource provisioning for video on demand in saas
Resource provisioning for video on demand in saas
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
 
Multi-objective load balancing in cloud infrastructure through fuzzy based de...
Multi-objective load balancing in cloud infrastructure through fuzzy based de...Multi-objective load balancing in cloud infrastructure through fuzzy based de...
Multi-objective load balancing in cloud infrastructure through fuzzy based de...
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Cloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based SurveyCloud Computing Load Balancing Algorithms Comparison Based Survey
Cloud Computing Load Balancing Algorithms Comparison Based Survey
 
1732 1737
1732 17371732 1737
1732 1737
 
1732 1737
1732 17371732 1737
1732 1737
 
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
PROPOSED LOAD BALANCING ALGORITHM TO REDUCE RESPONSE TIME AND PROCESSING TIME...
 
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
AN OPEN JACKSON NETWORK MODEL FOR HETEROGENEOUS INFRASTRUCTURE AS A SERVICE O...
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
 
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTINGGROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
GROUP BASED RESOURCE MANAGEMENT AND PRICING MODEL IN CLOUD COMPUTING
 
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
Profit Maximization for Service Providers using Hybrid Pricing in Cloud Compu...
 
Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...Cloud partitioning with load balancing a new load balancing technique for pub...
Cloud partitioning with load balancing a new load balancing technique for pub...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud Environment
 
On the Optimal Allocation of VirtualResources in Cloud Compu.docx
On the Optimal Allocation of VirtualResources in Cloud Compu.docxOn the Optimal Allocation of VirtualResources in Cloud Compu.docx
On the Optimal Allocation of VirtualResources in Cloud Compu.docx
 

More from IAEME Publication

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

More from IAEME Publication (20)

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

Recently uploaded

Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

20120140504025

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 230 LOAD BALANCING IN CLOUD USING PROCESS MIGRATION Dr. Narayan A. Joshi Associate Professor, CSE Department NIRMA University Ahmedabad, Gujarat, India. ABSTRACT Advancements in processing, storage and networking technologies have stimulated enhancements and acceptance of virtualization and cloud computing technologies. Due to rapid innovations and availability of the state of the art computing technology and growing market competition, it has become essential for service providers to serve the cloud based services in proficient manner. The day by day growing demands for cloud-based resources have made the resource allocation task very challenging for the cloud service providers to keep up with the SLAs. To earn customer satisfaction and more revenue, the service providers are forced to efficiently organize and manage the cloud infrastructural resources. The concept of load sharing can be a solution for optimized resource allocation in such scenarios. The paper describes a load balancing algorithm by means of the process migration mechanism. The behavior of suggested implementation is shown in the paper. Keywords: Cloud Computing, Virtualization, Load Balancing, Load Sharing, Process Migration. 1. INTRODUCTION The developments in microelectronic semiconductor technology have given rise to the availability of high-speed inexpensive storage and processing units. In addition to such evolutions, the improvements in internetworking technology have become one of the major driving forces in the innovation of not only loosely-coupled distributed systems but also the virtualization and cloud computing technologies [9]. Moreover, it is seen that the loosely-coupled distributed systems and cloud computing technologies have been widely accepted by the IT solution providers for implementation of modern computing solutions. Several key features including tolerance, higher scalability and better reliability, better resource utilization and sharing, flexibility, on-demand INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME: www.iaeme.com/ijaret.asp Journal Impact Factor (2014): 7.8273 (Calculated by GISI) www.jifactor.com IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 231 availability are the motivating factors behind acceptance of the distributed and cloud computing environments. In general, the cumulative computational capability of the interconnected workstations and the virtual machines across the distributed and the cloud computing environment, theoretically appears much larger than the capability of an individual virtual machine or an isolated computer system. However, it is common that in a distributed and cloud computing environments with a number of networked virtual machines and workstations, some of them may be overloaded while other of them may be left almost idle which resulting into wastage of the computing power that goes unused. This means, there are chances that some of the nodes are heavily loaded, while others are left under loaded; which in effect causes utilization of only a fraction of overall theoretical computing power. However, performance gains and the optimum resource utilization may be achieved by transferring processes from the heavily loaded virtual machines to the lightly loaded or idle virtual machines known as load balancing [10] Section 2 of the paper describes related work and existing approaches towards load balancing in cloud and distributed systems. Section 3 focuses on the process migration mechanism. The suggested load balancing mechanism is described in section 4. Section 5 focuses on the outcomes of the algorithm suggested in the section 4. Some of the implementation issues and assumptions are mentioned in section 6. Finally, the concluding remarks and further scope of research are summarized in section 7. 2. RELATED WORK The cloud computing environment comprises of the building blocks such as – data centers, distributed servers and users. Well-designed implementation and usage of cloud computing environments may help in solving several having different operational and behavioral demands such as- on-demand availability, flexibility, fault tolerance, scalability, reduced cost of ownership and effective utilization and sharing of resources [4][13]. However, sometimes the implementation of cloud computing environments using virtualization technology may result into performance reduction for the processor centric and memory crunching computational jobs [15]. The resource management mechanisms sometimes also associate with the load balancing mechanisms not only to improve utilization and response time but also to avoid situations where some of the virtual machines are overloaded while others are lightly loaded or sitting idle. Accordingly, the load balancing mechanism sees that all the networked virtual machines perform nearly the equal amount of jobs [6], [14]. Difficulties faced in joining different cloud computing environments are discussed in [2]. The load balancing work suggested in [3], is based on the number of connections. It determines the nodes having least number of connections first and then sends requests to such nodes. Reference [1] has proposed an improved implementation of [3]; he has focused on session switching at the application layer. Additionally, it calculates the connection time between the client and the node. Availability of unlimited virtual resources is an important characteristic of cloud-based infrastructures. However, it may always not be feasible for providers to guarantee the allocation of all the demanded resources [8]. They have suggested significant work showing reduction in SLA violation in federated clouds environment. Reference [17] suggests a load balancing technique which collects the workload information of nodes using the ants behavior and accordingly assigns the job-request to appropriate node. An effort has been suggested in [7] has to solve the synchronization issue of [17]. The suggested work is based on committing suicide by an ant however. The work suggested in [13], aims to provide dynamic load balancing by reducing duplication of data by suggesting the Index Name Server algorithm. The work presented in [14] suggests load balancing efforts by allocating the job requests to the node which is having the least number of connections. Moreover, [11] and [10] present work related to centralized and distributed
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 232 load balancing mechanisms for homogeneous networked systems. A resource aware load balancing work which provides better results using exponential smoothing forecast is presented in [16]. However, the discussion made so far shows that there is a scope for the betterment in the existing work. Here we focus on efficient resource allocation using load balancing by means of the process migration mechanism. Though there are huge scopes in adoption of cloud based computing services, there is a lack of standardization in the development and application of process migration mechanism and open source cloud computing services. 3. PROCESS MIGRATION The issue of efficient resource utilization in cloud computing environments can be addressed by distributing workload of a virtual machine among other virtual machines in the cloud using process migration. The implementation of process migration technique may result into efficient overall system utilization by making use of the idle virtual machines [12]. The technique involves transfer of a process from one virtual machine to another virtual machine in the cloud. The dynamic process migration technique involves critical operations such as collecting the current state information of the desired process running on the source virtual machine, move the collected information to the desired destination virtual machine, restore the process state on the destination virtual machine and resume the restored process for execution [5]. 4. MECHANISM The architecture of suggested load balancing algorithm and comprising modules are described here and depicted in figure1. The cloud provider maintains a dedicated virtual machine or a physical machineand designates it as a ServerVM; for simplicity and cost-cutting reasons, the cloud controller itself may be made to act as a ServerVM. The virtual machines in the cloud other than the ServerVM which have signed the contract for availing load balancing facility provided by the cloud service provider, we name them as member virtual machines or memberVMs. The ServerVM is assigned a role to handle and retain the workload measurements of the member virtual machines. Additionally, the cloud service provider reserves one more virtual machine or physical machine, say BalancerVM, which is dedicated to the job of balancing the workload of member virtual machines. In order to carry out the assigned role, the BalancerVM determines the overloaded member virtual machines, the idle member virtual machines (or the under loaded member virtual machines) and with the help of the VMProcessMigrator module, it performs load balancing between the overloadedVM and the underloadedVM. Moreover, the suggested algorithm facilitates the overloaded member virtual machine to take load balancing decisions by itself instead of relying upon the load balancing decisions given by the BalancerVM; the overloaded memberVM may make load balancing requests to other under loaded memberVMs in the cloud. However, the algorithm prevents the underloadedVM from receiving consecutive load balancing requests, thereby preventing such memberVMs from spontaneous overstretching. Sometimes, it may inadvertently happen that the BalancerVM consecutively picks the same underloadedVM as a destination for redirecting the surplus workload from multiple overloaded memberVMs. Suppose, at time T1 the BalancerVM determines the same virtual machine VMi as underloadedVM and therefore it may select the VMi as an endpoint for load balancing. Because of (i) the latency in process migration and (ii) the process scheduling policy on VMi, the migrated process may resume on VMi after some time say T2. Here, T2 includes the waiting time in ready queue say Tr and the time taken for actual migration say Tm i.e. T2 = Tr + Tm. As a result, during the transitional time (i.e. T2 – T1), the VMi will appear as an underloadedVM to not only the
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 233 BalancerVM but also the other memberVMs; which in turn may encourage them to pick the VMi as an endpoint for their further load balancing decisions; thereby causing overburdening of VMi which was initially considered as an underloadedVM. The algorithm therefore assigns every memberVM one of the three state flag values ACTIVE, PASSIVE and INACTIVE [11]. Figure 1: Architecture of Load Balancing in Cloud using Process Migration The algorithm suggested here extends the work suggested in [10] & [11] in the context of virtualization and cloud computing, and comprises of the following foremost steps: 1. Implement a module VMPortal which resides and continuously executes on participating memberVM, periodically determines the workload information of the virtual machine, and periodically sends the capacity vector and the workload details to the ServerVM. 2. The ServerVM module continuously executes and receives the capacity vectors and workload information which are periodically sent by the VMPortal residing on all memberVMs in the cloud. The module periodically updates the availability status of the memberVMs in its repository to ACTIVE, PASSIVE or INACTIVE. One of its thread periodically (time interval Tp) toggles the current status into ACTIVE state from PASSIVE state (i.e. PASSIVE-
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 234 >ACTIVE) of the VM which was earlier (i.e. before time interval Tp) picked up as an endpoint for load balancing by the BalancerVM module. 3. The BalancerVM module runs in collaboration with the ServerVM module: it determines the ACTIVE overloaded and ACTIVE under loaded virtual machines on the basis of the workload information and the capacity vectors available, instructs the overloadedVM VMo to transfer some of its workload to the underloadedVM VMu. Following the dispatch of migration instruction, it immediately updates the status of the underloadedVM VMu to PASSIVE state. 4. The VMRequestDispatcher module runs on the memberVMs and periodically determines whether the virtual machine has become overloaded or not. If the virtual machine is determined as overloaded, then depending upon the SLA signed with the cloud service provider, it dispatches load balancing request to either the BalancerVM or the peer memberVMs in the cloud. In case of the request pertaining to the BalancerVM, the BalancerVM may indicate to it about the underloadedVM as an endpoint to which it may transfer the workload. Otherwise, it waits for the reply from the peer memberVMs. In case of an affirmative reply, it performs load balancing by making process migration with the help of VMProcessMigrator module; otherwise, it keeps on doing round robin policy for in turn memberVMs in the cloud. 5. The VMRequestListener module also runs on the peer memberVMs; it listens for incoming requests for load balancing sent by the VMRequestDispatcher module. After receiving the request, the module decides whether to accept it or not and replies the same to the source VMRequestDispatcher module. If it decides to accept the load balancing request, then it toggles its status as PASSIVE and informs the updated status to the ServerVM also. 6. The workload shifting workis carried out in the form of process migration from the overloadedVM to the underloadedVM,via the send_migartion_order() function which is performed by the VMProcessMigrator module [10], the module resides on all participating member VMs in the cloud. The outline of the BalancerVM module includeing some of the foremost data structures and functionsare described here. Module BalancerVM { struct VMCapacityVector { int nCPU, float ghz, long tot_ram, free_ram, long free_disk_space; int bandwidth; }; enum vm_stat {INACTIVE=0, ACTIVE=1, PASSIVE=2}; struct VMLoad { char ip_address[16]; //IP address associated with the VM double load; //VM’s current load history int current_status; // VM is ACTIVE or PASSIVE or INACTIVE unsigned long time_of_passive_set; //time when current status is set to PASSIVE …
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 235 }; void BalancerVM() { struct VMLoad* p_overloadedVM; //represents overloaded VM struct VMLoad* p_underloadedVM; //represents under loaded VM int seep_t=10; //indicates sleeping time interval for this function while(1) //run continuously { sleep(sleep_t); //find out the underloadedVM in the cloud p_underloadedVM = find_underloaded_VM(); if(!p_underloadedVM) //if no underloadedVM is available continue; //find out the overloadedVM in the cloud p_overloadedVM = find_overloaded_VM(); if(!p_overloadedVM) continue; //verify the capacities of the source and destination if(capacity_vector of underloadedVM >= capacity_vector of overloadedVM) { //begin transaction by setting semaphore //toggle status of underloadedVM p_underloadedVM->status = PASSIVE; /* also askthe selected underloadedVM to update its status */ //process migration from overloadedVM to underloadedVM send_migration_order(p_overloadedVM, p_underloadedVM); //end transaction by resetting semaphore } } … }//end of funciton … } //end of module 5. OUTCOMES The behavior of the suggested load balancing algorithm is discussed here: The figure 2 depicts the snapshot representing the overloaded virtual machine having workload 1.240 at IP 169.254.254.49.
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 236 Figure 2: Before load balancing The figure 3 depicts the snapshot representing reduction in the workload of the virtual machine 169.254.254.49 after application of the suggested load balancing algorithm which migrates its workload to the underloadedVM 169.254.254.50. An important advantage of the suggestedload balancing technique for cloud environment is that the proposed algorithm performs the task of load sharing by shifting the desired process instead of the whole VM among virtual machines by means of the process migration mechanism. Thereby the technique avoids the need of migration of an entire virtual machine among the physical nodes in the cloud. Moreover, if desired, the suggested load balancing mechanism may also act across multiple physical nodes in the cloud environment, thereby allowing process migration from one physical node to another physical node. Figure 3: After load balancing using process migration
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 237 6. IMPLEMENTATION ISSUES The suggested algorithm takes the service of process migration mechanism to carry out the transfer of workload between the member virtual machines. A coupleof issues need to be addressed on the aspect of implementation of process migration mechanism in the cloud computing environment. One of the implementation issue is fault tolerance. The algorithm assumes the availability of the dedicated controlling systems including the ServerVM and the BalancerVM. However, the suggested steps have taken care about the issue of fault tolerant load balancing – unavailability of the ServerVM and the BalancerVM will not at all bring down the load balancing mechanism, instead the peer member virtual machines will keep on doing load shifting themselves without requiring consultation from the ServerVM and the BalancerVM. Another implementation issue is security in the process migration mechanism and the cloud computing environment. The source and destination virtual machines need to have very strong confidence on each other. Here we assume that the source virtual machine trusts that the destination virtual machine will not disturb the execution of migrated process. Vice versa, the destination virtual machine also assumes that the migrated process sent by the source virtual machine is trustable and not harmful for the destination virtual machine environment. However, the suggested mechanism focuses on the accomplishment of the load balancing functionality by means of the process migration mechanism, and leaves various security issues including the one discussed above, on the service level agreements and the practice of signing up for the membership for availing the load balancing among virtual machines in the cloud computing environment. 7. CONCLUDING REMARKS A novel idea representing the task of load balancing in cloud computing environment by means of the process migration mechanism is suggested in this paper. Our future aim is to minimize the migration latency. Moreover, as justified in the implementation issues section above, future work may be carried out for redesigning the policy documents which are required for the service level agreements due to the presence of load balancing facility. Furthermore, we intend to carry out further work to frame and suggest a policy document which will be required for signing up an additional agreement for [becoming a member for]availing the load balancing service by means of process migration from the cloud service provider. REFERENCES 1. B. Radojevic and M. Zagar (2011), "Analysis of issues with load balancing algorithms in hosted (cloud) environments." In proceecings of 34th International Convention on MIPRO, IEEE. 2. B. Rochwerger, D. Breitgand, E. Levy, A. Galis, K. Nagin, I. M. Llorente, R. Montero, Y. Wolfsthal, E. Elmroth, J. Caceres, M. Ben-Yehuda, W. Emmerich, and F. Galan (2009), “The Reservoir model and architecture for open federated Cloud computing,” IBM Journal of Research and Development, vol. 53, no. 4, pp. 1–11, July. 3. B. Sotomayor, R. Montero, I. Llorente, and I. Foster (2009), "Virtual infrastructure management in private and hybrid clouds," in IEEE Internet Computing, Vol. 13, No. 5, pp: 14-22. 4. H. Qian, H. Zu, C. Cao, and Q. Wang (2013), “Css: Facilitate the cloud service selection in IaaS platforms,” Proceeding of IEEE International Conference on Collaboration Technologies and Systems.
  • 9. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 4, April (2014), pp. 230-238 © IAEME 238 5. J. C. Sancho, F. Petrini, K. Davis, R. Gioiosa and S. Jiang (2005), “Current Practice and a Direction forward in checkpoint/restart implementations for fault tolerance”, Proceedings of 19th IEEE International Symposium on Parallel and Distributed Processing. 6. J. Gasior and F. Seredynski (2012), “Load balancing in cloud computing systems through formation of coalitions in a spatially generalized prisoner’s dilemma game,” in Cloud Computing 2012, Third International Conference on Cloud Computing, GRIDs, and Virtualization, pp. 201–205. 7. K. Nishant, P. Sharma, V. Krishna, C. Gupta, KP. Singh, N. Nitin and R. Rastogi (2012), "Load Balancing of Nodes in Cloud Using Ant Colony Optimization." In proc. 14th International Conference on Computer Modelling and Simulation (UKSim), IEEE, pp. 3-8, March. 8. K. Patel and A. Sarje (2012), “VM Provisioning Method to Improve the Profit and SLA Violation of Cloud Service Providers,” IEEE International Conference on Cloud Computing in Emerging Markets, October. 9. N. Joshi and D. Choksi (2011), “Checkpointing Process VMA for Process Migration”, Journal of Emerging Trends in Computing and Information Sciences, ISSN- 2079-8407, Vol.2 Special Issue, pp. 7-10. 10. N. Joshi and D. Choksi (2012), “Mechanism for Implementation of Load Balancing using Process Migration”, International Journal of Computer Applications, ISSN- 0975-8887, Vol.-40 No.-9, pp. 16-18, February. 11. N. Joshi and D. Choksi (2013), “Balancing the Load of Networked Workstations”, Journal of Information, Knowledge and Research in Computer Science and Applications, ISSN: 0975-6728, Vol.-2 Issue-2, pp. 119-122, February. 12. N. Vasudevan, P. Venkatesh (2006), “Design and Implementation of a Process Migration System for Linux Environment”, 3rd International Conference on Neural, Parallel and Scientific Computations, Atalanta, USA. 13. R. Buyya, C.S. Yeo & S.Venugopal (2009), "Market-oriented Cloud computing: Vision, hype, and reality of delivering IT services as computing utilities," 10th IEEE International Conference on High Performance Computing, pp. 5–13. 14. R. Lee and B. Jeng (2011), “Load-balancing tactics in cloud,” in Proceedings of the International Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery, IEEE Computer Society, pp. 447–454. 15. S. Ristov, G. Velkoski, M. Gusev, and K. Kjiroski (2013), “Compute and memory intensive web service performance in the cloud,” in ICT Innovations 2012,Springer Berlin, vol. AISC 257, pp. 215–224. 16. X. Ren, R. Lin and H. Zou (2011), "A dynamic load balancing strategy for cloud computing platform based on exponential smoothing forecast" in proceedings of International Conference on Cloud Computing and Intelligent Systems, IEEE, pp. 220-224, September. 17. Z. Zhang and X. Zhang (2010), "A load balancing mechanism based on ant colony and complex network theory in open cloud computing federation", in proceedings of 2nd International Conference on. Industrial Mechatronics and Automation, IEEE, Vol. 2, pp. 240-243, May. 18. D.Asir, Shamila Ebenezer and Daniel.D, “Adaptive Load Balancing Techniques in Global Scale Grid Environment”, International Journal of Computer Engineering & Technology (IJCET), Volume 1, Issue 2, 2010, pp. 85 - 96, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 19. Priya Deshpande and Sunayna Giroti, “Priority Based Dynamic Adaptive Checkpointing Strategy in Distributed Environment”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 6, 2013, pp. 378 - 385, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 20. M. A. Mahajan and G. T. Chavan, “Use of Multiple Ant Colony Optimization for Load Balancing in Peer to Peer Networks”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 419 - 425, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.