Energy-efficient Scheduling Policy for Collaborative Execution in Mobile Cloud Computing

Size: px
Start display at page:

Download "Energy-efficient Scheduling Policy for Collaborative Execution in Mobile Cloud Computing"

Transcription

1 23 Proceedings IEEE INFOCOM Energy-efficient Scheduling Policy for Collaborative Execution in Mobile Cloud Computing Weiwen Zhang, Yonggang Wen, and Dapeng Oliver Wu 2 School of Computer Engineering, Nanyang Technological University, Singapore 2 Department of Electrical and Computer Engineering, University of Florida, Gainesville, Florida {wzhang9, ygwen}@ntu.edu.sg, wu@ece.ufl.edu Abstract In this paper, we investigate the scheduling policy for collaborative execution in mobile cloud computing. A mobile application is represented by a sequence of fine-grained tasks formulating a linear topology, and each of them is executed either on the mobile device or offloaded onto the cloud side for execution. The design objective is to minimize the energy consumed by the mobile device, while meeting a time deadline. We formulate this minimum-energy task scheduling problem as a constrained shortest path problem on a directed acyclic graph, and adapt the canonical LARAC algorithm to solving this problem approximately. Numerical simulation suggests that a one-climb offloading policy is energy efficient for the Markovian stochastic channel, in which at most one migration from mobile device to the cloud is taken place for the collaborative task execution. Moreover, compared to standalone mobile execution and cloud execution, the optimal collaborative execution strategy can significantly save the energy consumed on the mobile device. Index Terms collaborative execution, mobile cloud computing, scheduling policy. I. INTRODUCTION Mobile devices, owing to the latest technology advances in wireless communication and computer architecture, are being transformed into a ubiquitous computing platform. Cisco VNI report [] predicts that mobile users will grow from 3.7 billion in 2 to 4.5 billion by 26. New mobile applications with advanced features (e.g., video capturing and mining) are being created everyday and finding their way into our lives. However, this trend toward omnipotent mobile Internet is hampered by the fact that mobile devices, compared to their desktop counterparts, are inherently resource-poor, due to limited computing power and battery lifetime [2]. Particularly, the limited battery lifetime has been one of the biggest complaints by the mobile users [3]. As a result, there exists a tussle between the computation-intensive application and the resource-poor mobile device. The emerging cloud computing technology [4] offers a natural solution to extend the capabilities of mobile devices, by providing extra resources (e.g., computing, storage and bandwidth) in an on-demand manner. Various cloud-assisted mobile platforms have been proposed for remote task execution, for example, MAUI [5], CloneCloud [6] and Cloudlets [7]. Nevertheless, these schemes focused on implementing application offloading mechanism from the mobile device to the cloud infrastructure. Research effort about making for application offloading is rather limited, especially without QoS concerns. For example, MAUI [5] decides at runtime which methods should be remotely executed, but providing no guarantee of the application completion time. In our previous work [8], the entire application is an atomic unit offloaded to the cloud if needed. Although we presented the optimal energy policy of offloading a mobile application under the time constraint, it did not take the benefits of offloading with a smaller granularity of the application. We extend that work by representing a mobile application as a sequence of tasks in a linear topology. Up to our knowledge, this approach has not been investigated previously. In this paper, we consider the collaborative application execution between the mobile device and the cloud by task offloading to conserve the energy consumed by the mobile device. Specifically, each task can be executed on the mobile device or offloaded to the cloud for execution. We aim to develop the energy-efficient task scheduling policy to conserve the energy on the mobile device under a Markovian stochastic channel. Mathematically, we model the minimum-energy task scheduling problem as a constrained stochastic shortest path problem on a directed acyclic graph. Then, we adopt the classical LARAC (Lagrangian Relaxation Based Aggregated Cost) algorithm to obtain the approximate solution of this constrained optimization problem. We show, via simulations with inputs from existing measurement that, a one-climb offloading policy (i.e., the execution only migrates once from the mobile device to the cloud if ever) is optimal under the Markovian stochastic channel. Moreover, compared to standalone mobile or cloud execution, the collaborative task execution can significantly save the energy on the mobile device, thus prolonging its lifetime. The rest of the paper is organized as follows. Section II presents the system model. In Section III, the collaborative execution problem is formulated as a constrained shortest path problem. Section IV provides an approximate solution for the collaborative execution problem under Markovian stochastic channel model. Numerical simulations are given in Section V. Section VI concludes the paper and suggests future work. II. SYSTEM MODEL In this section, we present the models for the collaborative application execution on mobile cloud computing, including /3/$3. 23 IEEE 9

2 23 Proceedings IEEE INFOCOM Fig.. Illustration of task model in a linear topology. task model, channel model and execution model. A. Task Model We assume that a mobile application is presented by a sequence of tasks with a linear topology, in the granularity of either a method [5] or a module [9]. Each task is sequentially executed, with output generated by one task as the input of the next one. The entire application is associated with a completion deadline of T d. Note that other task topologies are possible and will be addressed in our future work. Fig. illustrates the task model in a linear topology. Suppose there are n tasks in the mobile application. Denote the computing of task k as ω k,wherek =, 2,..., n. As such, the total computing of the application is n k= ω k. In addition, we denote the input and output sizes of task k as α k and β k, respectively. Notice that the output of task k is the input of task k, i.e., α k = β k. B. Channel Model We adopt the Gilbert-Elliott (GE) channel model [], where there are two states: good and bad channel conditions for each discrete time slot, denoted as G and B, respectively. The two states correspond to a two-level quantization of the channel gain g t for time t. Denote g G and g B channel gain for good state and bad state, respectively. The state transition matrix is given by ( ) pgg p P = GB. p BG p BB In this paper, we assume that the transmission power on the mobile device is fixed. As a result, the rate R t is fully determined by the channel state g t. Our results obtained in this simple model would shed lights onto more realistic case when power adaptation is available. In this case, the rate only takes two values, R G and R B, for the good and bad channel state, respectively, i.e., R t = R G if g t = g G ; R t = R B if g t = g B. Since the steady-state probability of being in good state and p bad state is BG p p BG+p GB and GB p BG+p GB, respectively, the expected rate is p BG p GB R = R G + R B. () p BG + p GB p BG + p GB C. Execution Model We consider the following four atomic modules involved in collaborative execution. Mobile Execution (ME). Ifthekth task is executed on the mobile device, the completion time is given by d m (k) = ω k fm, and the energy consumption is given by e m(k) = ω k p m fm,wheref m is the clock frequency of the mobile Fig. 2. The representation of the task execution flow. device, and p m is the power consumption of the mobile device executing a task. We assume p m is fixed and does not change during task execution. Cloud Execution (CE). If the kth task is executed on the cloud, the mobile device is idle during cloud execution phase. We denote d c (k) as the completion time of the kth,where f c is the clock frequency of the processing unit in the cloud, assumed to be faster than the CPU of the mobile device, i.e., f c >f m. In this case, the energy consumption e c (k) on the task executed on the cloud, given by d c (k) =ω k f c mobile device is given by e c (k) =ω k p i fc power consumption of the mobile device being idle.,wherep i is the Sending Input Data (SID). Ifthekth task is offloaded to the cloud for execution, the input α k is sent to the cloud before the execution. We denote d s (k) as the transmission time. Suppose the current time slot is i, we have d s (k) =min{j : i+j t=i R t α k }. In this case, the energy consumption e s (k) by the mobile device is given by e s (k) =d s (k)p s,wherep s is the transmission power of the mobile device. Receiving Output Data (ROD). If the next task (k +) is executed on the mobile device while task k is executed on the cloud, the output of task k, β k, should be received by the mobile device before the commencement of executing task k +. We denote d r (k) as the completion time of receiving the output for task k. Suppose the current time slot is i, wehaved r (k) =min{j : i+j t=i R t β k }. In this case, the energy consumption e r (k) by the mobile device is given by e r (k) =d r (k)p r,wherep r is the power consumption of the mobile device when receiving. The following assumptions are made in this paper to model practical issues in collaborative task execution. First, the tasks of the application have been replicated on the cloud side before the application execution. Second, we assume that p i <p r <p s <p m, according to the measurement results in []. Finally, the output of the application (i.e., the output of the last task) must be displayed on the mobile device. III. PROBLEM FORMULATION FOR COLLABORATIVE EXECUTION The collaborative execution between the mobile device and the cloud can be modeled by a directed acyclic graph G =(V,A), with the finite node set V and arc set A, shown in Fig. 2. We introduce two dummy nodes: node S as the source node and node D as the destination node. The node k represents that task k is completed on the mobile device, 9

3 23 Proceedings IEEE INFOCOM while the node k represents that task k is completed on the cloud side, where k =, 2,..., n. The arc of the adjacent nodes, u and v, is associated with the nonnegative cost for a corresponding task, i.e., the energy consumption e u,v and the completion time d u,v. The costs, including the energy consumption e and the time delay d, are generalized as C in Fig. 2, bracketed by the module involved. Specifically, first, starting at node S, if task is executed on the mobile device, module ME is involved; if it is offloaded to the cloud, the module SID will get involved, followed by CE. Second, from node k to node k +, the module SID will be invoked, followed by CE, with the cost of e k,k+ and d k,k+ for energy consumption and time delay, respectively. Third, from k to k +, the module ROD will be invoked, followed by ME, with the cost of e k,k+ and d k,k+ for energy consumption and time delay, respectively. Finally, the cost between n and D is zero, while from n to D, costis incurred by module ROD. Under this framework, we can transform the task scheduling problem to finding the shortest path in terms of energy consumption between S and D in the graph, subject to the constraint that the total completion time of that path should be less than or equal to the time deadline, T d.apathp is feasible if the total completion time satisfies the delay constraint. A feasible path p with the minimum energy consumption is the optimal solution among all the feasible paths. Mathematically, it can be formulated as a constrained shortest path problem, E[e(p)] = E{ e u,v } min p P s.t. (u,v) p E[d(p)] = E{ (u,v) p d u,v } T d, (2) where P is the set of all possible paths. Note that the expectation is taken over the channel state. Since we have two choices for each task, offloading to the cloud or not, there are 2 n possible options for the solution. This constrained optimization problem has been shown to be NP-complete [2]. IV. OPTIMAL TASK SCHEDULING POLICY FOR COLLABORATIVE EXECUTION In this section, we provide an approximate solution to Eq. (2) by relaxation, and develop energy-efficient task scheduling policy under the Markovian stochastic channel. A. Relaxation and LARAC Algorithm It was previously suggested that this constrained shortest path problem Eq. (2) can be approximatively solved by the LARAC algorithm [3]. Specifically, we can first define a Lagrangian function L(λ) = min E[e λ(p)] λt d, (3) p P (S,D) where e λ (p) =e(p)+λd(p) and λ is the Lagrangian multiplier. Using Lagrange duality principle, we obtain L(λ) E[e(p )]. Next, we apply Algorithm to find an e λ -minimum path between S and D. In Algorithm, ShortestPath(S, D, C) is a procedure (e.g., Dijkstra s algorithm [4]) that finds a shortest path from S to D in terms of cost C. If we can find a minimum-energy path that meets the deadline, this path is the solution. If the minimum-delay path violates the deadline, there is no solution; otherwise, we repeatedly update p e and p d to find the optimal λ. Although this algorithm cannot guarantee to find the optimal path, it can give a lower bound for the optimal solution. Moreover, its running time is shown to be polynomial [3]. Algorithm Finding e λ -minimum task scheduling policy for collaborative execution Input: S, D and T d Output: p λ p e = ShortestPath(S, D, e) if d(p e ) T d then return p e p d = ShortestPath(S, D, d) if d(p d ) >T d then return There is no feasible solution. while true do λ = e(pe) e(p d) d(p d ) d(p e) p λ = ShortestPath(S, D, e λ ) if e λ (p λ )=e λ (p e ) then return p d else if d(p λ ) T d then p d = p λ else p e = p λ end while B. Task Scheduling Policy for Markovian Stochastic Channel The task scheduling policy for energy-efficient execution under the Markovian stochastic channel model can be obtained by Markov process. If we observe that the initial channel state is good, we can have the state transition of the collaborative execution in Fig. 3. Stage and stage n +2 represent the beginning and the end of the application execution, respectively. Stage k (k =, 2,..., n) represents that task k has been executed. We define x k =(l k,m k ) as the system state, where l k is a location indicator that denotes the location where task k has been executed, and m k is the channel state of the next time slot we observe when task k has been completed. Particularly, l k keeps track of the location of the application, with o for mobile device and for cloud side. Note that the application execution starts on the mobile device and the output results reside on the mobile device as well. As such, we have l =and l n+ = for the beginning and the end of the application execution. The destination node D is connected by the nodes (, G)and(,B) 92

4 23 Proceedings IEEE INFOCOM such that the expected energy cost from state from state x k to x n+2 can be minimized. The value iteration is given by, f k (x k ) = min P (x k+ x k,u k+ ) u k+ x k+ [e k+ (x k,u k+ )+f k+ (x k+ )], f n+ (x n+ ) =. (5) Fig. 3. The schematic illustration of the state transition of the system. when the final task has been completed, with costs to be zero. We can observe that the costs of the link between state x k and x k+ with the same location indicator are deterministic, while the ones with different location indicator are stochastic. We define u k as the variable at stage k that denotes the choice of execution of task k, i.e., u k =for mobile execution and u k = for cloud execution, where k =,,n. Based on the current state x k,wemakethe u k such that we move to the system state x k+.since the output of the last task should be resided on the mobile device, we have u n+ =. The goal is to find an optimal scheduling policy {u k } (k =,,n). We denote h k (x k ) as the minimum expected execution time from state x k to x n+2. Then, h (x ) is the minimum expected time delay to complete the entire application. Given h k+ (x k+ ) at stage k + for state x k+, we can find out the for each state at stage k such that the expected time delay from state from state x k to x n+2 can be minimized. The value iteration is given by, h k (x k ) = min P (x k+ x k,u k+ ) u k+ x k+ [d k+ (x k,u k+ )+h k+ (x k+ )], h n+ (x n+ ) =, (4) where P (x k+ x k,u k+ ) is the transition probability from state x k to state x k+. Since the channel state is not affected by the u k, the transition probability in the system equals to the transition probability of the channel state. It is expensive to compute this probability by the power of the transition matrix P if the completion from task k to task k + requires many time slots. Therefore, we approximate the transition probability by using the probability of the steady state. The approximation of the transmission time is as follows: at the beginning of the transmission, if we observe the channel state to be good, then the transmission time can be approximated by E(d s (k)) = + α k R G and E(d R r (k)) = + β k R G ; R otherwise, the transmission time can be approximated by E(d s (k)) = + α k R B and E(d R r (k)) = + β k R B. R Similarly, we denote f k (x k ) as the minimum expected energy consumption from state x k to x n+2. Then, f (x ) is the minimum expected energy consumption to complete the entire application. Given f k+ (x k+ ) at stage k +for state x k+, we can find out the for each state at stage k Moreover, we denote J k (x k ) as the minimum expected aggregated cost from state x k to x n+2. Using value iteration, we have J k (x k )=min P (x k+ x k,u k+ )[e k+ (x k,u k+ ) u k+ x k+ +λd k+ (x k,u k+ )+J k+ (x k+ )], J n+ (x n+ )=, (6) where k = n, n,...,. We can use the iterative equations (4), (5) and (6) to implement the procedure ShortestPath in Algorithm to find a path with expected minimum time delay, expected minimum energy consumption and expected minimum aggregated cost, respectively, and finally obtain the energy-efficient task scheduling policy. V. NUMERICAL PERFORMANCE EVALUATION In this section, we evaluate the performance for the task scheduling policy under the Markovian stochastic channel. A. Application Profile We adopt from real system measurements in [] with the parameters of the mobile device and the cloud as follows: p s =.W, p r =.5W, p m =.5W, p i =.W, f m = 5MHz and f c = 5MHz. B. Energy-Efficient Policy for Markov Channel We plot the scheduling policy for a mobile application that consists of tasks in Fig. 4. Specifically, in Fig. 4(a), the of the application are very small, while the input and output sizes are large. This restricts the entire application to be executed on the mobile device, because transmitting large will incur high transmission energy consumption. In Fig. 4(b), the to be transmitted is not large and all the tasks are executed on the cloud. In Fig. 4(c), the first two tasks have large input, hence the task offloading is deferred until task 3. In Fig. 4(d), the last three tasks (with small ratio of work load to the output size) are executed on the mobile device so as to avoid transmitting large back to the mobile device. These cases suggest a one-climb policy: at most one migration from the mobile device to the cloud occurs. When there is a task offloaded to the cloud, the difference between its input -computing load ratio and its output -computing load ratio should be less than a threshold; when there is a task returned to the mobile device, the difference between its input -computing load ratio and its output -computing load ratio should be less than a threshold. We will characterize the solution and find the thresholds in the future. 93

5 23 Proceedings IEEE INFOCOM (a) (c) (b) Fig. 4. Task scheduling policy under the Markov channel model with p GG =.995, p BB =.96, R G = kb/s and R B =kb/s, andt d =.7s. Expected energy(j) (d) Time delay(s) mobile execution cloud execution collaborative execution Fig. 5. Energy consumption vs. time delay with p GG =.995, p BB =.96, R G = kb/s and R B = kb/s, {ω k } = {, 2, 3, 2,, 4, 2, 2,, 2} M cycles, {α k } = {, 4, 2,, 2, 2, 4, 2, 2, }kb and {β k } =4, 2,, 2, 2, 4, 2, 2,, }kb. C. Energy Comparison of the Execution Mode We compare three execution modes, i.e., mobile execution, cloud execution, and collaborative execution, and plot in Fig. 5 the energy consumption as a function of the application completion time constraint under the Markovian channel model. First, collaborative execution can save energy consumption significantly, compared to mobile execution. More than times of energy can be saved by collaborative execution for most delay constraints. Second, collaborative execution is more flexible than cloud execution. If the rate on the wireless network is low, cloud execution incurs a large delay for transmission, thereby increasing the probability of violating the delay constraint. Third, only collaborative execution is applicable for the application under the delay bound of.2s. In addition, as the delay bound increases, the energy consumption of collaborative execution is the same as that of cloud execution. We observe that the scheduling policies of collaborative execution and cloud execution overlap; this is because the delay bound is large enough to have the application run on the cloud. VI. CONCLUSION In this paper we investigated the problem of how to conserve energy for executing mobile application by task offloading to the cloud. We formulated the task scheduling problem as a constrained stochastic shortest path problem over an acyclic graph. We applied the LARAC algorithm to obtain the task scheduling policy for Markovian chain model. Our investigation suggested a one-climb policy, in which there exists at most one time migration from the mobile device to the cloud. In addition, collaborative execution can significantly reduce energy consumption on a mobile device. In the future, the task topology can be extended into more generic graphs (e.g., tree, grid, etc). We will also establish structural properties for optimal task scheduling policy. ACKNOWLEDGMENT The authors would like to thank Dr. Kyle C. Guan and Dr. Dan Kilper at Bell Laboratories, and Dr. Tay Wee Peng at Nanyang Technological University for their insightful discussions. This work was supported under grant SUG and Tier- RG3/, and also in part by National Science Foundation under grant CNS and CNS-697. REFERENCES [] Cisco, Cisco Visual Networking Index: Forecast and Methodology, 2-26, 22. [2] M. Satyanarayanan, Fundamental challenges in mobile computing, in Proc. ACM Symp. Principles of Distributed Computing, pp. 7, 996. [3] K. Kumar and Y. H. Lu, Cloud computing for mobile users: Can offloading computation save energy?, IEEE Computer, vol. 43, no. 4, pp. 5 56, 2. [4] M. Armbrust, A. Fox, R. Griffith, A. Joseph, R. Katz, A. Konwinski, G. Lee, D. Patterson, A. Rabkin, I. Stoica, and M. Zaharia, A view of cloud computing, Communication of the ACM, vol. 53, no. 4, pp. 5 58, 2. [5] E. Cuervo, A. Balasubramanian, D. Cho, A. Wolman, S. Saroiu, R. Chandra, and P. Bahl, MAUI: Making smartphones last longer with code offload, in International conference on Mobile systems, applications, and services, p. 4962, 2. [6] B. G. Chun, S. Ihm, P. Maniatis, M. Naik, and A. Patti, Clonecloud: Elastic execution between mobile device and cloud, in Proceedings of the 6th European Conference on Computer Systems (EuroSys 2), pp. 3 34, 2. [7] M. Satyanarayanan, R. C. P. Bahl, and N. Davies, The case for vmbased cloudlets in mobile computing, IEEE Pervasive Computing, vol. 8, no. 4, pp. 4 23, 29. [8] Y. Wen, W. Zhang, and H. Luo, Energy-optimal mobile application execution: Taming resource-poor mobile devices with cloud clones, in Proceedings of IEEE INFOCOM 22, pp , 22. [9] I. Giurgiu, O. Riva, D. Juric, I. Krivulev, and G. Alonso, Calling the cloud: enabling mobile phones as interfaces to cloud applications, in Proceedings of the th ACM/IFIP/USENIX International Conference on Middleware, 29. [] M. Zafer and E. Modiano, Minimum energy transmission over a wireless fading channel with packet deadlines, in Proceedings of IEEE Conference on Decision and Control (CDC), pp , 27. [] A. P. Miettinen and J. K. Nurminen, Energy efficiency of mobile clients in cloud computing, in Proceedings of the 2nd USENIX conference on hot topics in cloud computing, 2. [2] Z. Wang and J. Crowcroft, Quality-of-service routing for supporting multimedia applications, IEEE Journal on Selected Areas in Communications, vol. 4, no. 7, pp , 996. [3] A. Juttner, B. Szviatovski, I. Mécs, and Z. Rajkó, Lagrange relaxation based method for the qos routing problem, in Proceedings of IEEE INFOCOM 2, vol. 2, pp [4] E. W. Dijkstra, A note on two problems in connexion with graphs, Numerische Mathematik, vol., pp ,

Toward a Unified Elastic Computing Platform for Smartphones with Cloud Support

Toward a Unified Elastic Computing Platform for Smartphones with Cloud Support Toward a Unified Elastic Computing Platform for Smartphones with Cloud Support Weiwen Zhang and Yonggang Wen, Nanyang Technological University Jun Wu, Tongji University Hui Li, Sichuan University Abstract

More information

Energy-Optimal Mobile Application Execution: Taming Resource-Poor Mobile Devices with Cloud Clones

Energy-Optimal Mobile Application Execution: Taming Resource-Poor Mobile Devices with Cloud Clones Energy-Optimal Mobile Application Execution: Taming Resource-Poor Mobile Devices with Cloud Clones Yonggang Wen and Weiwen Zhang School of Computer Engineering Nanyang Technological Unviersity Nanyang

More information

Task Allocation for Mobile Cloud Computing in Heterogeneous Wireless Networks

Task Allocation for Mobile Cloud Computing in Heterogeneous Wireless Networks Task Allocation for Mobile Cloud Computing in Heterogeneous Wireless Networks Zongqing Lu, Jing Zhao, Yibo Wu and Guohong Cao Department of Computer Science and Engineering The Pennsylvania State University

More information

A Computation Offloading Framework to Optimize Energy Utilisation in Mobile Cloud Computing Environment

A Computation Offloading Framework to Optimize Energy Utilisation in Mobile Cloud Computing Environment A Computation Offloading Framework to Optimize Energy Utilisation in Mobile Cloud Computing Environment Nitesh Kaushik Computer Science and Engg. Department, DCRUST, Murthal Jitender Kumar Computer Science

More information

Mobile Cloud Middleware: A New Service for Mobile Users

Mobile Cloud Middleware: A New Service for Mobile Users Mobile Cloud Middleware: A New Service for Mobile Users K. Akherfi, H. Harroud Abstract Cloud computing (CC) and mobile cloud computing (MCC) have advanced rapidly the last few years. Today, MCC undergoes

More information

ENDA: Embracing Network Inconsistency for Dynamic Application Offloading in Mobile Cloud Computing

ENDA: Embracing Network Inconsistency for Dynamic Application Offloading in Mobile Cloud Computing ENDA: Embracing Network Inconsistency for Dynamic Application Offloading in Mobile Cloud Computing Jiwei Li Kai Bu Xuan Liu Bin Xiao Department of Computing The Hong Kong Polytechnic University {csjili,

More information

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 12, NO. 9, SEPTEMBER 2013 4569

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 12, NO. 9, SEPTEMBER 2013 4569 IEEE RANSACIONS ON WIRELESS COMMUNICAIONS, VOL. 2, NO. 9, SEPEMBER 23 4569 Energy-Optimal Mobile Cloud Computing under Stochastic Wireless Channel Weiwen Zhang, Yonggang Wen, Member, IEEE, Kyle Guan, Member,

More information

A Hybrid Load Balancing Policy underlying Cloud Computing Environment

A Hybrid Load Balancing Policy underlying Cloud Computing Environment A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349

More information

Parametric Analysis of Mobile Cloud Computing Frameworks using Simulation Modeling

Parametric Analysis of Mobile Cloud Computing Frameworks using Simulation Modeling Parametric Analysis of Mobile Cloud Computing Frameworks using Simulation Modeling Arani Bhattacharya Department of Computer Science, Stony Brook University, Department of Computer Science, SUNY Korea,

More information

Offloading file search operation for performance improvement of smart phones

Offloading file search operation for performance improvement of smart phones Offloading file search operation for performance improvement of smart phones Ashutosh Jain mcs112566@cse.iitd.ac.in Vigya Sharma mcs112564@cse.iitd.ac.in Shehbaz Jaffer mcs112578@cse.iitd.ac.in Kolin Paul

More information

A Network Flow Approach in Cloud Computing

A Network Flow Approach in Cloud Computing 1 A Network Flow Approach in Cloud Computing Soheil Feizi, Amy Zhang, Muriel Médard RLE at MIT Abstract In this paper, by using network flow principles, we propose algorithms to address various challenges

More information

To Cloud or Not to Cloud: A Mobile Device Perspective on Energy Consumption of Applications

To Cloud or Not to Cloud: A Mobile Device Perspective on Energy Consumption of Applications To Cloud or Not to Cloud: A Mobile Device Perspective on Energy Consumption of Applications Vinod Namboodiri, Toolika Ghose Department of Electrical Engineering and Computer Science Wichita State University

More information

COST OPTIMAL VIDEO TRANSCODING IN MEDIA CLOUD: INSIGHTS FROM USER VIEWING PATTERN

COST OPTIMAL VIDEO TRANSCODING IN MEDIA CLOUD: INSIGHTS FROM USER VIEWING PATTERN COST OPTIMAL VIDEO TRANSCODING IN MEDIA CLOUD: INSIGHTS FROM USER VIEWING PATTERN Guanyu Gao 1, Weiwen Zhang 1, Yonggang Wen 1, Zhi Wang 2, Wenwu Zhu 3, Yap Peng Tan 1 1 Nanyang Technological University,

More information

Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud

Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud Content Distribution Scheme for Efficient and Interactive Video Streaming Using Cloud Pramod Kumar H N Post-Graduate Student (CSE), P.E.S College of Engineering, Mandya, India Abstract: Now days, more

More information

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks Didem Gozupek 1,Symeon Papavassiliou 2, Nirwan Ansari 1, and Jie Yang 1 1 Department of Electrical and Computer Engineering

More information

Reducing Operational Costs in Cloud Social TV: An Opportunity for Cloud Cloning

Reducing Operational Costs in Cloud Social TV: An Opportunity for Cloud Cloning IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 16, NO. 6, OCTOBER 2014 1739 Reducing Operational Costs in Cloud Social TV: An Opportunity for Cloud Cloning Yichao Jin, Yonggang Wen, Senior Member, IEEE, Han Hu,

More information

perform computations on stored data (Elastic Compute Cloud (EC2). )

perform computations on stored data (Elastic Compute Cloud (EC2). ) Karthik Kumar and Yung-Hsiang Lu, Purdue University Presenter Yifei Sun Take Amazon cloud for example. store personal data (Simple Storage Service (S3) ) perform computations on stored data (Elastic Compute

More information

Mobile Image Offloading Using Cloud Computing

Mobile Image Offloading Using Cloud Computing Mobile Image Offloading Using Cloud Computing Chintan Shah, Aruna Gawade Student, Dept. of Computer., D.J.Sanghvi College of Engineering, Mumbai University, Mumbai, India Assistant Professor, Dept. of

More information

Mobile Cloud Computing: Survey & Discussion. Jianting Yue Sep 27, 2013

Mobile Cloud Computing: Survey & Discussion. Jianting Yue Sep 27, 2013 Mobile Cloud Computing: Survey & Discussion Jianting Yue Sep 27, 2013 1 Outline Lead-in Definition Main Functions Architecture Computation Offloading: an example Challenges Potential Ideas Summary 2 3

More information

A Context Sensitive Offloading Scheme for Mobile Cloud Computing Service

A Context Sensitive Offloading Scheme for Mobile Cloud Computing Service 2015 IEEE 8th International Conference on Cloud Computing A Context Sensitive Offloading Scheme for Mobile Cloud Computing Service Bowen Zhou, Amir Vahid Dastjerdi, Rodrigo N. Calheiros, Satish Narayana

More information

Adaptive Workload Offloading For Efficient Mobile Cloud Computing Jayashree Lakade Venus Sarode

Adaptive Workload Offloading For Efficient Mobile Cloud Computing Jayashree Lakade Venus Sarode Summer 13 Adaptive Workload Offloading For Efficient Mobile Cloud Computing Jayashree Lakade Venus Sarode COEN283 Table of Contents 1 Introduction... 3 1.1 Objective... 3 1.2 Problem Description... 3 1.3

More information

Mobile Cloud Computing: A Comparison of Application Models

Mobile Cloud Computing: A Comparison of Application Models Volume 1, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Mobile Cloud Computing: A Comparison of Application Models Nidhi

More information

Practical Guide to the Simplex Method of Linear Programming

Practical Guide to the Simplex Method of Linear Programming Practical Guide to the Simplex Method of Linear Programming Marcel Oliver Revised: April, 0 The basic steps of the simplex algorithm Step : Write the linear programming problem in standard form Linear

More information

Risk Management for IT Security: When Theory Meets Practice

Risk Management for IT Security: When Theory Meets Practice Risk Management for IT Security: When Theory Meets Practice Anil Kumar Chorppath Technical University of Munich Munich, Germany Email: anil.chorppath@tum.de Tansu Alpcan The University of Melbourne Melbourne,

More information

Survey on Application Models using Mobile Cloud Technology

Survey on Application Models using Mobile Cloud Technology Survey on Application Models using Mobile Cloud Technology Vinayak D. Shinde 1, Usha S Patil 2, Anjali Dwivedi 3 H.O.D., Dept of Computer Engg, Shree L.R. Tiwari College of Engineering, Mira Road, Mumbai,

More information

Optimization of IP Load-Balanced Routing for Hose Model

Optimization of IP Load-Balanced Routing for Hose Model 2009 21st IEEE International Conference on Tools with Artificial Intelligence Optimization of IP Load-Balanced Routing for Hose Model Invited Paper Eiji Oki Ayako Iwaki The University of Electro-Communications,

More information

The Cloud Personal Assistant for Providing Services to Mobile Clients

The Cloud Personal Assistant for Providing Services to Mobile Clients 2013 IEEE Seventh International Symposium on Service-Oriented System Engineering The Cloud Personal Assistant for Providing Services to Mobile Clients Michael J. O Sullivan, Dan Grigoras Department of

More information

The Unheralded Power of Cloudlet Computing in the Vicinity of Mobile Devices

The Unheralded Power of Cloudlet Computing in the Vicinity of Mobile Devices The Unheralded Power of Cloudlet Computing in the Vicinity of Mobile Devices Yujin Li and Wenye Wang Department of Electrical and Computer Engineering North Carolina State University, Raleigh, NC, USA

More information

Load Balancing Routing Algorithm for Data Gathering Sensor Network

Load Balancing Routing Algorithm for Data Gathering Sensor Network Load Balancing Routing Algorithm for Data Gathering Sensor Network Evgeny Bakin, Grigory Evseev State University of Aerospace Instrumentation Saint-Petersburg, Russia {jenyb, egs}@vu.spb.ru Denis Dorum

More information

Empowering Mobile Service Provisioning Through Cloud Assistance

Empowering Mobile Service Provisioning Through Cloud Assistance 2013 IEEE/ACM 6th International Conference on Utility and Cloud Computing Empowering Mobile Service Provisioning Through Cloud Assistance Khalid Elgazzar, Patrick Martin, Hossam S. Hassanein School of

More information

Mobile Computing - A Green Computing Resource

Mobile Computing - A Green Computing Resource 2013 IEEE Wireless Communications and Networking Conference (WCNC): SERVICES & APPLICATIONS Mobile Computing - A Green Computing Resource He Ba, Wendi Heinzelman Department of Electrical and Computer Engineering

More information

Evaluating Computation Offloading Trade-offs in Mobile Cloud Computing: A Sample. Application

Evaluating Computation Offloading Trade-offs in Mobile Cloud Computing: A Sample. Application CLOUD COMPUTING 213 : The Fourth International Conference on Cloud Computing, GRIDs, and Virtualization Evaluating Computation Offloading Trade-offs in Mobile Cloud Computing: A Sample Application Jorge

More information

Cloudlets: Bringing the cloud to the mobile user

Cloudlets: Bringing the cloud to the mobile user Cloudlets: Bringing the cloud to the mobile user Tim Verbelen, Pieter Simoens, Filip De Turck, Bart Dhoedt Ghent University - IBBT, Department of Information Technology Ghent University College, Department

More information

Parametric Analysis of Mobile Cloud Computing using Simulation Modeling

Parametric Analysis of Mobile Cloud Computing using Simulation Modeling Parametric Analysis of Mobile Cloud Computing using Simulation Modeling Arani Bhattacharya Pradipta De Mobile System and Solutions Lab (MoSyS) The State University of New York, Korea (SUNY Korea) StonyBrook

More information

Load Balanced Optical-Network-Unit (ONU) Placement Algorithm in Wireless-Optical Broadband Access Networks

Load Balanced Optical-Network-Unit (ONU) Placement Algorithm in Wireless-Optical Broadband Access Networks Load Balanced Optical-Network-Unit (ONU Placement Algorithm in Wireless-Optical Broadband Access Networks Bing Li, Yejun Liu, and Lei Guo Abstract With the broadband services increasing, such as video

More information

Dynamic Resource Pricing on Federated Clouds

Dynamic Resource Pricing on Federated Clouds Dynamic Resource Pricing on Federated Clouds Marian Mihailescu and Yong Meng Teo Department of Computer Science National University of Singapore Computing 1, 13 Computing Drive, Singapore 117417 Email:

More information

Mobile Hybrid Cloud Computing Issues and Solutions

Mobile Hybrid Cloud Computing Issues and Solutions , pp.341-345 http://dx.doi.org/10.14257/astl.2013.29.72 Mobile Hybrid Cloud Computing Issues and Solutions Yvette E. Gelogo *1 and Haeng-Kon Kim 1 1 School of Information Technology, Catholic University

More information

A Virtual Machine Placement Algorithm in Mobile Cloud Computing Environment by Considering Network Features

A Virtual Machine Placement Algorithm in Mobile Cloud Computing Environment by Considering Network Features A Virtual Machine Placement Algorithm in Mobile Cloud Computing Environment by Considering Network Features Chaitra Sathyampet M.E. Scholar Department of Computer Science & Engineering APPA Institute Of

More information

Computation off loading to Cloud let and Cloud in Mobile Cloud Computing

Computation off loading to Cloud let and Cloud in Mobile Cloud Computing Computation off loading to Cloud let and Cloud in Mobile Cloud Computing Rushi Phutane Department of Information Technology, PICT, Pune 411043, Maharshtra,India, phutane_rushi@yahoo.co.in Prof. Tushar

More information

Mobile Cloud Computing: Critical Analysis of Application Deployment in Virtual Machines

Mobile Cloud Computing: Critical Analysis of Application Deployment in Virtual Machines 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Mobile Cloud Computing: Critical Analysis of Application Deployment

More information

Challenges in Securing the Interface Between the Cloud and Pervasive Systems

Challenges in Securing the Interface Between the Cloud and Pervasive Systems Challenges in Securing the Interface Between the Cloud and Pervasive Systems Brent Lagesse Cyberspace Science and Information Intelligence Research Computational Sciences and Engineering Oak Ridge National

More information

Dynamic Programming 11.1 AN ELEMENTARY EXAMPLE

Dynamic Programming 11.1 AN ELEMENTARY EXAMPLE Dynamic Programming Dynamic programming is an optimization approach that transforms a complex problem into a sequence of simpler problems; its essential characteristic is the multistage nature of the optimization

More information

Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network

Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network Jyoti P.Desai 1, Prof Abhijit Patil 2 1 Student, ME Computer Engineering, Yadavrao Tasgaonkar college of Engineering and

More information

A novel approach on weight based optimized routing for mobile cloud computing

A novel approach on weight based optimized routing for mobile cloud computing DOI 10.1186/s40552-015-0008-x RESEARCH Open Access A novel approach on weight based optimized routing for mobile cloud computing Debabrata Sarddar, Rajesh Bose and Sudipta Sahana * *Correspondence: ss.jisce@gmail.com

More information

FemtoClouds: Leveraging Mobile Devices to Provide Cloud Service at the Edge

FemtoClouds: Leveraging Mobile Devices to Provide Cloud Service at the Edge s: Leveraging Mobile Devices to Provide Cloud Service at the Edge Karim Habak *, Mostafa Ammar *, Khaled A. Harras, Ellen Zegura * * School of Computer Science, College of Computing, Georgia Institute

More information

Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks

Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks Quality Optimal Policy for H.264 Scalable Video Scheduling in Broadband Multimedia Wireless Networks Vamseedhar R. Reddyvari Electrical Engineering Indian Institute of Technology Kanpur Email: vamsee@iitk.ac.in

More information

Performance Evaluation of The Split Transmission in Multihop Wireless Networks

Performance Evaluation of The Split Transmission in Multihop Wireless Networks Performance Evaluation of The Split Transmission in Multihop Wireless Networks Wanqing Tu and Vic Grout Centre for Applied Internet Research, School of Computing and Communications Technology, Glyndwr

More information

Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee

Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee International Journal of Science and Engineering Vol.4 No.2(2014):251-256 251 Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee Yu-Jia Chen, Feng-Yi Lin and Li-Chun Wang Department of

More information

New Cloud Computing Network Architecture Directed At Multimedia

New Cloud Computing Network Architecture Directed At Multimedia 2012 2 nd International Conference on Information Communication and Management (ICICM 2012) IPCSIT vol. 55 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V55.16 New Cloud Computing Network

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0047 ISSN (Online): 2279-0055 International

More information

QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data

QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data Md. Golam Shagadul Amin Talukder and Al-Mukaddim Khan Pathan* Department of Computer Science and Engineering, Metropolitan University, Sylhet,

More information

An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks

An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks Ayon Chakraborty 1, Swarup Kumar Mitra 2, and M.K. Naskar 3 1 Department of CSE, Jadavpur University, Kolkata, India 2 Department of

More information

A Virtual Cloud Computing Provider for Mobile Devices

A Virtual Cloud Computing Provider for Mobile Devices A Virtual Cloud Computing Provider for Mobile Devices Gonzalo Huerta-Canepa KAIST 335 Gwahak-ro, Yuseong-gu Daejeon, South Korea +82-42-350-7759 ghuerta@kaist.ac.kr Dongman Lee KAIST 335 Gwahak-ro, Yuseong-gu

More information

A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers

A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers A Sequential Game Perspective and Optimization of the Smart Grid with Distributed Data Centers Yanzhi Wang, Xue Lin, and Massoud Pedram Department of Electrical Engineering University of Southern California

More information

Factors to Consider When Designing a Network

Factors to Consider When Designing a Network Quality of Service Routing for Supporting Multimedia Applications Zheng Wang and Jon Crowcroft Department of Computer Science, University College London Gower Street, London WC1E 6BT, United Kingdom ABSTRACT

More information

Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network

Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Chandrakant N Bangalore, India nadhachandra@gmail.com Abstract Energy efficient load balancing in a Wireless Sensor

More information

Rollout Algorithms for Topology Control and Routing of Unsplittable Flows in Wireless Optical Backbone Networks*

Rollout Algorithms for Topology Control and Routing of Unsplittable Flows in Wireless Optical Backbone Networks* Rollout Algorithms for Topology Control and Routing of Unsplittable Flows in Wireless Optical Backbone Networks* Abhishek Kashyap, Mehdi Kalantari, Kwangil Lee and Mark Shayman Department of Electrical

More information

Generating Future Systems through Mobile Cloud Computing and Approaches to Cyber Foraging

Generating Future Systems through Mobile Cloud Computing and Approaches to Cyber Foraging Generating Future Systems through Mobile Cloud Computing and Approaches to Cyber Foraging Dhwani Sanghavi 1, Prof Jignesh Vania 2 1 Masters of Computer Engg,LJ.Institute Of Engg and Tech,Gujarat Technological

More information

A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems

A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems A Hybrid Scheduling Approach for Scalable Heterogeneous Hadoop Systems Aysan Rasooli Department of Computing and Software McMaster University Hamilton, Canada Email: rasooa@mcmaster.ca Douglas G. Down

More information

Load Balancing and Switch Scheduling

Load Balancing and Switch Scheduling EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: liuxh@systems.stanford.edu Abstract Load

More information

Optimizing Server Power Consumption in Cross-Domain Content Distribution Infrastructures

Optimizing Server Power Consumption in Cross-Domain Content Distribution Infrastructures Optimizing Server Power Consumption in Cross-Domain Content Distribution Infrastructures Chang Ge, Ning Wang, Zhili Sun Centre for Communication Systems Research University of Surrey, Guildford, UK {C.Ge,

More information

Cloud Computing for hand-held Devices:Enhancing Smart phones viability with Computation Offload

Cloud Computing for hand-held Devices:Enhancing Smart phones viability with Computation Offload IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 01-06 Cloud Computing for hand-held Devices:Enhancing Smart phones viability

More information

A Comparative Study on Load Balancing Algorithms with Different Service Broker Policies in Cloud Computing

A Comparative Study on Load Balancing Algorithms with Different Service Broker Policies in Cloud Computing A Comparative Study on Load Balancing Algorithms with Different Service Broker Policies in Cloud Computing Sonia Lamba, Dharmendra Kumar United College of Engineering and Research,Allahabad, U.P, India.

More information

Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment

Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment Agent-Based Pricing Determination for Cloud Services in Multi-Tenant Environment Masnida Hussin, Azizol Abdullah, and Rohaya Latip deployed on virtual machine (VM). At the same time, rental cost is another

More information

Prediction System for Reducing the Cloud Bandwidth and Cost

Prediction System for Reducing the Cloud Bandwidth and Cost ISSN (e): 2250 3005 Vol, 04 Issue, 8 August 2014 International Journal of Computational Engineering Research (IJCER) Prediction System for Reducing the Cloud Bandwidth and Cost 1 G Bhuvaneswari, 2 Mr.

More information

Randomization Approaches for Network Revenue Management with Customer Choice Behavior

Randomization Approaches for Network Revenue Management with Customer Choice Behavior Randomization Approaches for Network Revenue Management with Customer Choice Behavior Sumit Kunnumkal Indian School of Business, Gachibowli, Hyderabad, 500032, India sumit kunnumkal@isb.edu March 9, 2011

More information

An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment

An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment An Efficient Checkpointing Scheme Using Price History of Spot Instances in Cloud Computing Environment Daeyong Jung 1, SungHo Chin 1, KwangSik Chung 2, HeonChang Yu 1, JoonMin Gil 3 * 1 Dept. of Computer

More information

Tactical Cloudlets: Moving Cloud Computing to the Edge

Tactical Cloudlets: Moving Cloud Computing to the Edge Tactical Cloudlets: Moving Cloud Computing to the Edge Grace Lewis, Sebastián Echeverría, Soumya Simanta, Ben Bradshaw, James Root Carnegie Mellon Software Engineering Institute Pittsburgh, PA USA {glewis,

More information

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer.

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer. RESEARCH ARTICLE ISSN: 2321-7758 GLOBAL LOAD DISTRIBUTION USING SKIP GRAPH, BATON AND CHORD J.K.JEEVITHA, B.KARTHIKA* Information Technology,PSNA College of Engineering & Technology, Dindigul, India Article

More information

Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load

Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load Pooja.B. Jewargi Prof. Jyoti.Patil Department of computer science and engineering,

More information

A Comparative Study of Applying Real- Time Encryption in Cloud Computing Environments

A Comparative Study of Applying Real- Time Encryption in Cloud Computing Environments A Comparative Study of Applying Real- Time Encryption in Cloud Computing Environments Faraz Fatemi Moghaddam (f.fatemi@ieee.org) Omidreza Karimi (omid@medicatak.com.my) Dr. Ma en T. Alrashdan (dr.maen@apu.edu.my)

More information

Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing

Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing Pietro Belotti, Antonio Capone, Giuliana Carello, Federico Malucelli Tepper School of Business, Carnegie Mellon University, Pittsburgh

More information

Can Offloading Save Energy for Popular Apps?

Can Offloading Save Energy for Popular Apps? Can Offloading Save Energy for Popular Apps? Aki Saarinen, Matti Siekkinen, Yu Xiao, Jukka K. Nurminen, Matti Kemppainen Aalto University, School of Science, Finland aki@akisaarinen.fi, {matti.siekkinen,

More information

Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information

Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information Hungjen Wang, Eytan Modiano, Muriel Médard Laboratory for Information and Decision Systems Massachusetts Institute

More information

Power Efficiency Metrics for Geographical Routing In Multihop Wireless Networks

Power Efficiency Metrics for Geographical Routing In Multihop Wireless Networks Power Efficiency Metrics for Geographical Routing In Multihop Wireless Networks Gowthami.A, Lavanya.R Abstract - A number of energy-aware routing protocols are proposed to provide the energy efficiency

More information

On-line Scheduling of Real-time Services for Cloud Computing

On-line Scheduling of Real-time Services for Cloud Computing On-line Scheduling of Real-time Services for Cloud Computing Shuo Liu Gang Quan Electrical and Computer Engineering Department Florida International University Miami, FL, 33174 {sliu5, gang.quan}@fiu.edu

More information

Energy Benefit of Network Coding for Multiple Unicast in Wireless Networks

Energy Benefit of Network Coding for Multiple Unicast in Wireless Networks Energy Benefit of Network Coding for Multiple Unicast in Wireless Networks Jasper Goseling IRCTR/CWPC, WMC Group Delft University of Technology The Netherlands j.goseling@tudelft.nl Abstract Jos H. Weber

More information

Protocol Design for Neighbor Discovery in AD-HOC Network

Protocol Design for Neighbor Discovery in AD-HOC Network International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 915-922 International Research Publication House http://www.irphouse.com Protocol Design for

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

Scheduling Manager for Mobile Cloud Using Multi-Agents

Scheduling Manager for Mobile Cloud Using Multi-Agents Scheduling for Mobile Cloud Using Multi-Agents Naif Aljabri* *naifkau {at} gmail.com Fathy Eassa Abstract- Mobile Cloud Computing (MCC) is emerging as one of the most important branches of cloud computing.

More information

CLOUD COMPUTING FOR MOBILE USERS: CAN OFFLOADING COMPUTATION SAVE ENERGY?

CLOUD COMPUTING FOR MOBILE USERS: CAN OFFLOADING COMPUTATION SAVE ENERGY? CLOUD COMPUTING FOR MOBILE USERS: CAN OFFLOADING COMPUTATION SAVE ENERGY? Appears in: 2010, Computer, IEEE Computer Society Authors: Karthik Kumar and Yung-Hsiang Lu Electrical and Computer Engineering,

More information

Heterogeneity-Aware Resource Allocation and Scheduling in the Cloud

Heterogeneity-Aware Resource Allocation and Scheduling in the Cloud Heterogeneity-Aware Resource Allocation and Scheduling in the Cloud Gunho Lee, Byung-Gon Chun, Randy H. Katz University of California, Berkeley, Yahoo! Research Abstract Data analytics are key applications

More information

A Fast Path Recovery Mechanism for MPLS Networks

A Fast Path Recovery Mechanism for MPLS Networks A Fast Path Recovery Mechanism for MPLS Networks Jenhui Chen, Chung-Ching Chiou, and Shih-Lin Wu Department of Computer Science and Information Engineering Chang Gung University, Taoyuan, Taiwan, R.O.C.

More information

Mobile Cloud Computing Challenges

Mobile Cloud Computing Challenges Mobile Cloud Computing Challenges by Kyung Mun - Tuesday, September 21, 2010 http://www2.alcatel-lucent.com/techzine/mobile-cloud-computing-challenges/ Application usage on mobile devices has exploded

More information

MOBILE CLOUD COMPUTING: OPEN ISSUES Pallavi 1, Pardeep Mehta 2

MOBILE CLOUD COMPUTING: OPEN ISSUES Pallavi 1, Pardeep Mehta 2 MOBILE CLOUD COMPUTING: OPEN ISSUES Pallavi 1, Pardeep Mehta 2 1 Asst Prof,Dept of Computer Science, Apeejay College of Fine Arts, Jalandhar 144001 2 Asst Prof,Dept of Computer Science,HMV,Jalandhar 144001

More information

Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method

Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method Lecture 3 3B1B Optimization Michaelmas 2015 A. Zisserman Linear Programming Extreme solutions Simplex method Interior point method Integer programming and relaxation The Optimization Tree Linear Programming

More information

Elastic Calculator : A Mobile Application for windows mobile using Mobile Cloud Services

Elastic Calculator : A Mobile Application for windows mobile using Mobile Cloud Services Elastic Calculator : A Mobile Application for windows mobile using Mobile Cloud Services K.Lakshmi Narayanan* & Nadesh R.K # School of Information Technology and Engineering, VIT University Vellore, India

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK IMPLEMENTATION OF AN APPROACH TO ENHANCE QOS AND QOE BY MIGRATING SERVICES IN CLOUD

More information

Cost-effective Partial Migration of VoD Services to Content Clouds

Cost-effective Partial Migration of VoD Services to Content Clouds 211 IEEE 4th International Conference on Cloud Computing Cost-effective Partial Migration of VoD Services to Content Clouds Haitao Li, Lili Zhong, Jiangchuan Liu,BoLi,KeXu, Simon Fraser University, Email:

More information

A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks

A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks 1 A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks Yang Song, Bogdan Ciubotaru, Member, IEEE, and Gabriel-Miro Muntean, Member, IEEE Abstract Limited battery capacity

More information

Cooperative Virtual Machine Management for Multi-Organization Cloud Computing Environment

Cooperative Virtual Machine Management for Multi-Organization Cloud Computing Environment Cooperative Virtual Machine Management for Multi-Organization Cloud Computing Environment Dusit Niyato, Zhu Kun, and Ping Wang School of Computer Engineering, Nanyang Technological University (NTU), Singapore

More information

Minimal Cost Data Sets Storage in the Cloud

Minimal Cost Data Sets Storage in the Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.1091

More information

On the Interaction and Competition among Internet Service Providers

On the Interaction and Competition among Internet Service Providers On the Interaction and Competition among Internet Service Providers Sam C.M. Lee John C.S. Lui + Abstract The current Internet architecture comprises of different privately owned Internet service providers

More information

Advanced Task Scheduling for Cloud Service Provider Using Genetic Algorithm

Advanced Task Scheduling for Cloud Service Provider Using Genetic Algorithm IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 7(July 2012), PP 141-147 Advanced Task Scheduling for Cloud Service Provider Using Genetic Algorithm 1 Sourav Banerjee, 2 Mainak Adhikari,

More information

Performance Analysis of VM Scheduling Algorithm of CloudSim in Cloud Computing

Performance Analysis of VM Scheduling Algorithm of CloudSim in Cloud Computing IJECT Vo l. 6, Is s u e 1, Sp l-1 Ja n - Ma r c h 2015 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Performance Analysis Scheduling Algorithm CloudSim in Cloud Computing 1 Md. Ashifuddin Mondal,

More information

Performance Analysis of a Telephone System with both Patient and Impatient Customers

Performance Analysis of a Telephone System with both Patient and Impatient Customers Performance Analysis of a Telephone System with both Patient and Impatient Customers Yiqiang Quennel Zhao Department of Mathematics and Statistics University of Winnipeg Winnipeg, Manitoba Canada R3B 2E9

More information

Functional Optimization Models for Active Queue Management

Functional Optimization Models for Active Queue Management Functional Optimization Models for Active Queue Management Yixin Chen Department of Computer Science and Engineering Washington University in St Louis 1 Brookings Drive St Louis, MO 63130, USA chen@cse.wustl.edu

More information

A hierarchical multicriteria routing model with traffic splitting for MPLS networks

A hierarchical multicriteria routing model with traffic splitting for MPLS networks A hierarchical multicriteria routing model with traffic splitting for MPLS networks João Clímaco, José Craveirinha, Marta Pascoal jclimaco@inesccpt, jcrav@deecucpt, marta@matucpt University of Coimbra

More information

Multiobjective Multicast Routing Algorithm

Multiobjective Multicast Routing Algorithm Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py

More information

Keywords Ad hoc-network protocol, ad hoc cloud computing, performance analysis, simulation models, OPNET 14.5

Keywords Ad hoc-network protocol, ad hoc cloud computing, performance analysis, simulation models, OPNET 14.5 Volume 6, Issue 4, April 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Study

More information