Using approximate dynamic programming to optimize admission control in cloud computing environment
Zohar Feldman,Michael Masin,Asser N. Tantawi,Diana J. Arroyo,Malgorzata Steinder +4 more
- 11 Dec 2011
- pp 3158-3169
TL;DR: This work uses the Markov Decision Process (MDP) framework, and draws upon the Approximate Dynamic Programming (ADP) paradigm to devise optimized admission policies, and shows that these algorithms achieve substantial revenue improvements, and they are scalable to large centers.
read more
Abstract: In this work, we optimize the admission policy of application deployment requests submitted to data centers. Data centers are typically comprised of many physical servers. However, their resources are limited, and occasionally demand can be higher than what the system can handle, resulting with lost opportunities. Since different requests typically have different revenue margins and resource requirements, the decision whether to admit a deployment, made on time of submission, is not trivial. We use the Markov Decision Process (MDP) framework to model this problem, and draw upon the Approximate Dynamic Programming (ADP) paradigm to devise optimized admission policies. We resort to approximate methods because typical data centers are too large to solve by standard methods. We show that our algorithms achieve substantial revenue improvements, and they are scalable to large centers.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Admission control in cloud computing using game theory
TL;DR: A model for game theory in admission control for Cloud requests is proposed and its performance study is done by simulating it in CloudSim simulator, which may suggest for its possible inclusion in the Cloud middleware.
27
Configuring Cloud Admission Policies under Dynamic Demand
Merve Unuvar,Yurdaer N. Doganata,Asser N. Tantawi +2 more
- 14 Aug 2013
TL;DR: This work introduces a method which relies on approximating the probability distribution of the total resource demand on PMs and estimating the probability of over-utilization, and investigates the efficiency of the results on a simulated Cloud environment where the effects of various parameters on the solution for highly variate demands are analyzed.
5
Task filtering as a task admission control policy in cloud server pools
Haleh Khojasteh,Jelena Misic,Vojislav B. Misic +2 more
- 05 Oct 2015
TL;DR: This paper develops two task admission control algorithms which are based on a random task filtering policy and introduces a task admission algorithm which is efficient for highly dynamic systems and is based on instantaneous utilization.
4
Task admission control policy in cloud server pools based on task arrival dynamics
Haleh Khojasteh,Jelena Misic +1 more
- 10 Aug 2016
TL;DR: Two task admission control algorithms that utilize random task filtering are proposed: a lightweight algorithm based on long-term estimates of average utilization and offered load, and a more complex algorithmbased on instantaneous utilization.
4
BN-Based Approach for Predictive Admission Control of Cloud Services
Abul Bashar
- 01 Jan 2017
TL;DR: This paper proposes, implements and evaluates a Bayesian Networks based predictive modeling framework (termed as BNSAC) to provide an autonomic Admission Control of cloud service requests to improve the Quality of Service (QoS) in the cloud computing setup.
3
References
•Book
Markov Decision Processes: Discrete Stochastic Dynamic Programming
Martin L. Puterman
- 15 Apr 1994
TL;DR: Puterman as discussed by the authors provides a uniquely up-to-date, unified, and rigorous treatment of the theoretical, computational, and applied research on Markov decision process models, focusing primarily on infinite horizon discrete time models and models with discrete time spaces while also examining models with arbitrary state spaces, finite horizon models, and continuous time discrete state models.
12.3K
Neuro-Dynamic Programming.
Dimitri P. Bertsekas
- 01 Jan 2009
TL;DR: In this article, the authors present the first textbook that fully explains the neuro-dynamic programming/reinforcement learning methodology, which is a recent breakthrough in the practical application of neural networks and dynamic programming to complex problems of planning, optimal decision making, and intelligent control.
4.7K
Adaptive Control Processes: A Guided Tour
Richard Bellman
- 01 Jan 1962
TL;DR: Adaptive Control Processes: A Guided Tour as mentioned in this paper is a guidebook for guided tours of control processes, with a focus on adaptive control processes, and a description of the tour.
2.9K
•Book
Adaptive Control Processes: A Guided Tour
Richard Bellman
- 08 Dec 2015
TL;DR: Adaptive Control Processes: A Guided Tour as mentioned in this paper is a guidebook for guided tours of control processes, with a focus on adaptive control processes, and a description of the tour.
2.7K
Least-squares policy iteration
TL;DR: The new algorithm, least-squares policy iteration (LSPI), learns the state-action value function which allows for action selection without a model and for incremental policy improvement within a policy-iteration framework.