Parametric Analysis of Mobile Cloud Computing using Simulation Modeling

Size: px
Start display at page:

Download "Parametric Analysis of Mobile Cloud Computing using Simulation Modeling"

Transcription

1 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 University Ansuman Banerjee Indian Statistical Institute

2 Mobile Cloud Computing Source: Shiraz, Muhammad, et al. "A review on distributed application processing frameworks in smart mobile devices for mobile cloud computing." Communications Surveys & Tutorials, IEEE 15.3 (2013): Mobile Cloud Computing is a framework to augment a resource constrained mobile device to execute resource intensive applications by using cloud based server resources Pros: - Saves battery power - Makes execution faster Cons: - Must send the program states (data) to the cloud server consumes battery - Network latency can lead to execution delay

3 Prototype MCC Systems MAUI (2010) Showed up to 80% energy savings on computationally intensive applications Required source code annotations CloneCloud (2011) Showed up to 20x energy savings on computationally intensive applications working on unmodified application binaries COMET (2012) Showed up to 15x speed up on unmodified application binaries ThinkAir (2012) Showed that the execution time and energy consumption decrease two orders of magnitude for a N-queens puzzle application and one order of magnitude for a face detection and a virus scan application

4 Are MCC Systems Ready for Use? MAUI CloneCloud ThinkAir COMET Bandwidth Parallelism Mobile processors Cloud speed Practical MCC system must adapt to all possible operating environment variations

5 Sources of Variation Application level Degree of Concurrency Workload Real-time constraints Network Bandwidth variation Latency variation Multiple interfaces Mobility Execution Platform Mobile platform (number of processors, GPU) Cloud Architecture Energy / Time profile diversity due to platform

6 Practical MCC Design Requirement We need a controlled MCC experiment environment Prototype system with fine control over the variable parameters Complexity of implementation very high Simulation environment Models that can represent environmental parameters

7 Presentation Outline Motivation Simulation Model Results Open Questions

8 Choice of Simulation Models Finite state automaton Combination of variable parameters represent a state State transition on change of any variable State space explosion difficult to analyze Integer Linear Program Optimization objective is to minimize energy usage or time to execute an application Represent the other parameters as constraints Our Objective Analyze the impact of various parameters on the energy savings and/or time to completion Understand the interplay of parameters and their importance

9 Application Model Directed Acyclic Graph: represents application call graph Task type: native and remoteable tasks Concurrency: Call graph represents multi-threaded apps Time/Energy Profile: Each task incurs fixed time and energy represented as task attributes Network Overhead: Each edge has an attribute representing the amount of data to be transferred Start Time Constraint: Ensures that a successor method cannot begin before all its predecessors have completed execution

10 Execution Platform Mobile System: Limited number of processors Enforced using concurrency constraint Cloud System: Unlimited number of processors Faster than mobile processor (by F times) Each task can be executed either on mobile or cloud system Decision engine treats execution location as a binary decision variable (xi)

11 Application Execution Model Precedence Constraint One task can start execution only when preceding tasks have completed Execution Time Constraint Total time is sum of migration and execution times Deadline Constraint Application must complete within time Energy Budget Constraint Total energy consumed must be limited

12 Decision Engine System Model Tunable to optimize for energy savings or time to execute an application A scale factor (λ) is used to tradeoff energy saved and time to complete execution Network Parameters Depends on choice of network interface 3G, LTE, WiFi

13 Summary of the Model Variable Parameter Execution time of each method Energy consumed by each method Data associated with each migration Bandwidth (restricted variation) Latency (restricted variation) Number of mobile processors Speed of cloud compared to mobile Constraint Execution Time, Precedence Energy Budget Execution Time Execution Time Execution Time Concurrency Execution Time

14 Limitations Monetary cost of executing on server is not modeled No network transmission error Network properties do not change during execution Mobile processors are assumed to be homogeneous

15 Simulation Results

16 Simulation Settings Parameter Values Execution time of each method ms Energy of each method 1 20 J Data associated with each migration KB Bandwidth 1 10 Mbps Latency 2-70 ms Native methods in call graph 30% Number of mobile processors 1-8 Number of threads spawned at each task 1-3 Speed of cloud compared to mobile 2-50

17 Scaling Factor vs Execution Time Scaling factor determines the tradeoff between energy saved and time to completion in the objective function Scaling Factor: Value of 0: minimize energy Value of 1: minimize time Gain (Execution Time): Comparison using cloud system versus only mobile system Execution time increases when only energy is minimized

18 Scaling Factor vs Energy Scaling Factor: Value of 0: minimize energy Value of 1: minimize time Gain (Energy): Comparison using cloud system versus only mobile system Energy increases when only time is minimized Energy and time objectives are often conflicting

19 Native Methods vs Performance Native Methods: Must be executed on mobile device High number of native tasks Lower advantage of using cloud system No improvement when half the tasks are native

20 Amount of Parallelism vs Performance Max Degree of Parallelism: Represents maximum number of threads spawned at one task Observation: High parallelism reduces gain in energy and time Conclusion: Time not affected by parallelism Migration cost increases with more threads

21 Speed of cloud vs Time Speed of Cloud: Compared to speed of mobile device Observation: At high bandwidth, faster server reduces time At low bandwidth, cloud speed not significant

22 Cloud response Time vs Time Cloud Response Time: Propagation delay between mobile and cloud Observation: At high bandwidth, effect of propagation delay is greater

23 Mobile processors vs time Offloading decision not affected by increasing the number of processors in the mobile device Cloud system has unlimited processors, therefore, more mobile processors do not help

24 Bandwidth Variation vs Time High bandwidth variation increases execution time If bandwidth variation pattern is known in advance, then this effect can be reduced Allows offloading framework to schedule migration at moments of high bandwidth

25 Inferences Energy and execution time are conflicting objectives The decision should be more context sensitive If mobile workload increases, then time objective can be relaxed If application requires hard real time constraint, then energy objective may need to be relaxed Speed of cloud plays a significant role only when network bandwidth is high When network bandwidth is low, energy consumption and time to transfer program state override the benefits of offloading Increasing the number of mobile processors does not impact MCC performance significantly

26 Open Questions Modeling every parameter requires a model on how each parameter varies May require a stochastic model stochastic optimization Bandwidth variations are hard to model Several heuristics have been proposed that adapt to bandwidth variations, but a closed form solution for modeling bandwidth variation is ideal How to validate the model under realistic settings

27 arani@sunykorea.ac.kr pradipta.de@sunykorea.ac.kr ansuman@isical.ac.in

IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications

IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications Open System Laboratory of University of Illinois at Urbana Champaign presents: Outline: IMCM: A Flexible Fine-Grained Adaptive Framework for Parallel Mobile Hybrid Cloud Applications A Fine-Grained Adaptive

More information

Mobile Cloud Computing Architectures Algorithms - Applications

Mobile Cloud Computing Architectures Algorithms - Applications Mobile Cloud Computing Architectures Algorithms - Applications Pradipta De The State University of New York, Korea (SUNY Korea) StonyBrook University pradipta.de@sunykorea.ac.kr Parts of the research material

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

CSci 8980 Mobile Cloud Computing. MCC Overview

CSci 8980 Mobile Cloud Computing. MCC Overview CSci 8980 Mobile Cloud Computing MCC Overview Papers Students can do: 1 long paper or 2 short papers Extra credit: add another By 8am tomorrow, I will randomly assign papers unless I hear from you Protocol:

More information

MAUI: Dynamically Splitting Apps Between the Smartphone and Cloud

MAUI: Dynamically Splitting Apps Between the Smartphone and Cloud MAUI: Dynamically Splitting Apps Between the Smartphone and Cloud Brad Karp UCL Computer Science CS M038 / GZ06 28 th February 2012 Limited Smartphone Battery Capacity iphone 4 battery: 1420 mah (@ 3.7

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

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

Efficient Monitoring in Actor-based Mobile Hybrid Cloud Framework. Kirill Mechitov, Reza Shiftehfar, and Gul Agha

Efficient Monitoring in Actor-based Mobile Hybrid Cloud Framework. Kirill Mechitov, Reza Shiftehfar, and Gul Agha Efficient Monitoring in Actor-based Mobile Hybrid Cloud Framework Kirill Mechitov, Reza Shiftehfar, and Gul Agha Motivation: mobile cloud Mobile apps Huge variety Many developers/organizations Increasingly

More information

Clonecloud: Elastic execution between mobile device and cloud [1]

Clonecloud: Elastic execution between mobile device and cloud [1] Clonecloud: Elastic execution between mobile device and cloud [1] ACM, Intel, Berkeley, Princeton 2011 Cloud Systems Utility Computing Resources As A Service Distributed Internet VPN Reliable and Secure

More information

Towards Wearable Cognitive Assistance

Towards Wearable Cognitive Assistance Towards Wearable Cognitive Assistance Kiryong Ha, Zhuo Chen, Wenlu Hu, Wolfgang Richter, Padmanabhan Pillaiy, and Mahadev Satyanarayanan Carnegie Mellon University and Intel Labs Presenter: Saurabh Verma

More information

Overview of Offloading in Smart Mobile Devices for Mobile Cloud Computing

Overview of Offloading in Smart Mobile Devices for Mobile Cloud Computing Overview of Offloading in Smart Mobile Devices for Mobile Cloud Computing Roopali, Rajkumari Dep t of IT, UIET, PU Chandigarh, India Abstract- The recent advancement in cloud computing is leading to an

More information

A Lightweight Distributed Framework for Computational Offloading in Mobile Cloud Computing

A Lightweight Distributed Framework for Computational Offloading in Mobile Cloud Computing A Lightweight Distributed Framework for Computational Offloading in Mobile Cloud Computing Muhammad Shiraz 1 *, Abdullah Gani 1, Raja Wasim Ahmad 1, Syed Adeel Ali Shah 1, Ahmad Karim 1, Zulkanain Abdul

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

Mobile Performance Testing Approaches and Challenges

Mobile Performance Testing Approaches and Challenges NOUS INFOSYSTEMS LEVERAGING INTELLECT Mobile Performance Testing Approaches and Challenges ABSTRACT Mobile devices are playing a key role in daily business functions as mobile devices are adopted by most

More information

Dynamically Partitioning Applications between Weak Devices and Clouds

Dynamically Partitioning Applications between Weak Devices and Clouds Dynamically Partitioning Applications between Weak Devices and Clouds Mobile Cloud Computing and Services Workshop 2010 Byung-Gon Chun, Petros Maniatis Intel Labs Berkeley Weak devices Weak devices» Smartphones»

More information

Mobile Cloud Computing. Chamitha de Alwis, PhD Senior Lecturer University of Sri Jayewardenepura chamitha@sjp.ac.lk

Mobile Cloud Computing. Chamitha de Alwis, PhD Senior Lecturer University of Sri Jayewardenepura chamitha@sjp.ac.lk Mobile Cloud Computing Chamitha de Alwis, PhD Senior Lecturer University of Sri Jayewardenepura chamitha@sjp.ac.lk Mobile Computing Rapid progress of mobile computing have become a powerful trend in the

More information

Analysis of Cloud Computing Architectures

Analysis of Cloud Computing Architectures Analysis of Cloud Computing Architectures Ritika Mittal 1, Kritika Soni 2 Assistant professor, Dept of CSE, Manav Rachna International University, Faridabad, India 1 Student of M Tech., Dept of CSE, Manav

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

How To Create An Ad Hoc Cloud On A Cell Phone

How To Create An Ad Hoc Cloud On A Cell Phone Ad Hoc Cloud Computing using Mobile Devices Gonzalo Huerta-Canepa and Dongman Lee KAIST MCS Workshop @ MobiSys 2010 Agenda Smart Phones are not just phones Desire versus reality Why using mobile devices

More information

1294 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 15, NO. 3, THIRD QUARTER 2013

1294 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 15, NO. 3, THIRD QUARTER 2013 1294 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 15, NO. 3, THIRD QUARTER 2013 A Review on Distributed Application Processing Frameworks in Smart Mobile Devices for Mobile Cloud Computing Muhammad Shiraz,

More information

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Optical switch WC-Pool (in a data centre) BBU-pool RAT 1 BBU-pool RAT 2 BBU-pool RAT N Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Dominique Pichon (Orange) 4th Workshop

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

CS423 Spring 2015 MP4: Dynamic Load Balancer Due April 27 th at 9:00 am 2015

CS423 Spring 2015 MP4: Dynamic Load Balancer Due April 27 th at 9:00 am 2015 CS423 Spring 2015 MP4: Dynamic Load Balancer Due April 27 th at 9:00 am 2015 1. Goals and Overview 1. In this MP you will design a Dynamic Load Balancer architecture for a Distributed System 2. You will

More information

Towards Elastic Application Model for Augmenting Computing Capabilities of Mobile Platforms. Mobilware 2010

Towards Elastic Application Model for Augmenting Computing Capabilities of Mobile Platforms. Mobilware 2010 Towards lication Model for Augmenting Computing Capabilities of Mobile Platforms Mobilware 2010 Xinwen Zhang, Simon Gibbs, Anugeetha Kunjithapatham, and Sangoh Jeong Computer Science Lab. Samsung Information

More information

The Matrix - A framework for real-time resource management for video streaming in networks of heterogenous devices

The Matrix - A framework for real-time resource management for video streaming in networks of heterogenous devices The Matrix - A framework for real-time resource management for video streaming in networks of heterogenous devices Larisa Rizvanovic Mälardalen University Department of Computer Science and Electronics

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

Cloud Based E-Learning Platform Using Dynamic Chunk Size

Cloud Based E-Learning Platform Using Dynamic Chunk Size Cloud Based E-Learning Platform Using Dynamic Chunk Size Dinoop M.S #1, Durga.S*2 PG Scholar, Karunya University Assistant Professor, Karunya University Abstract: E-learning is a tool which has the potential

More information

Proactive, Resource-Aware, Tunable Real-time Fault-tolerant Middleware

Proactive, Resource-Aware, Tunable Real-time Fault-tolerant Middleware Proactive, Resource-Aware, Tunable Real-time Fault-tolerant Middleware Priya Narasimhan T. Dumitraş, A. Paulos, S. Pertet, C. Reverte, J. Slember, D. Srivastava Carnegie Mellon University Problem Description

More information

Data sharing in the Big Data era

Data sharing in the Big Data era www.bsc.es Data sharing in the Big Data era Anna Queralt and Toni Cortes Storage System Research Group Introduction What ignited our research Different data models: persistent vs. non persistent New storage

More information

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing STeP-IN SUMMIT 2014 11 th International Conference on Software Testing June 2014 at Bangalore, Hyderabad, Pune - INDIA Mobile Performance Testing by Sahadevaiah Kola, Senior Test Lead and Sachin Goyal

More information

On Exploiting Dynamic Execution Patterns for Workload Offloading in Mobile Cloud Applications

On Exploiting Dynamic Execution Patterns for Workload Offloading in Mobile Cloud Applications On Exploiting Dynamic Execution Patterns for Workload Offloading in Mobile Cloud Applications Wei Gao, Yong i, Haoyang u, Ting Wang and Cong iu Department of Electrical Engineering and Computer Science,

More information

Managing large clusters resources

Managing large clusters resources Managing large clusters resources ID2210 Gautier Berthou (SICS) Big Processing with No Locality Job( /crawler/bot/jd.io/1 ) submi t Workflow Manager Compute Grid Node Job This doesn t scale. Bandwidth

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

Parallel Computing: Strategies and Implications. Dori Exterman CTO IncrediBuild.

Parallel Computing: Strategies and Implications. Dori Exterman CTO IncrediBuild. Parallel Computing: Strategies and Implications Dori Exterman CTO IncrediBuild. In this session we will discuss Multi-threaded vs. Multi-Process Choosing between Multi-Core or Multi- Threaded development

More information

Following statistics will show you the importance of mobile applications in this smart era,

Following statistics will show you the importance of mobile applications in this smart era, www.agileload.com There is no second thought about the exponential increase in importance and usage of mobile applications. Simultaneously better user experience will remain most important factor to attract

More information

Opportunism and Symbiosis in Mobile Cloud Computing: The Promise and the Challenges

Opportunism and Symbiosis in Mobile Cloud Computing: The Promise and the Challenges Opportunism and Symbiosis in Mobile Cloud Computing: The Promise and the Challenges Mostafa Ammar School of Computer Science Georgia Institute of Technology Atlanta, GA In Collaboration with: Ellen Zegura,

More information

Cost-Benefit Analysis of Cloud Computing versus Desktop Grids

Cost-Benefit Analysis of Cloud Computing versus Desktop Grids Cost-Benefit Analysis of Cloud Computing versus Desktop Grids Derrick Kondo, Bahman Javadi, Paul Malécot, Franck Cappello INRIA, France David P. Anderson UC Berkeley, USA Cloud Background Vision Hide complexity

More information

CLOUD computing is a coalesce of many computing fields

CLOUD computing is a coalesce of many computing fields IEEE COMMUNICATIONS SURVEYS & TUTORIALS, ACCEPTED FOR PUBLICATION 1 A Survey of Mobile Cloud Computing Application Models Atta ur Rehman Khan, Mazliza Othman, Sajjad Ahmad Madani, IEEE Member, and Samee

More information

A Comparative Study of cloud and mcloud Computing

A Comparative Study of cloud and mcloud Computing A Comparative Study of cloud and mcloud Computing Ms.S.Gowri* Ms.S.Latha* Ms.A.Nirmala Devi* * Department of Computer Science, K.S.Rangasamy College of Arts and Science, Tiruchengode. s.gowri@ksrcas.edu

More information

Embedded Systems 20 BF - ES

Embedded Systems 20 BF - ES Embedded Systems 20-1 - Multiprocessor Scheduling REVIEW Given n equivalent processors, a finite set M of aperiodic/periodic tasks find a schedule such that each task always meets its deadline. Assumptions:

More information

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical Identify a problem Review approaches to the problem Propose a novel approach to the problem Define, design, prototype an implementation to evaluate your approach Could be a real system, simulation and/or

More information

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

Embedded Systems 20 REVIEW. Multiprocessor Scheduling

Embedded Systems 20 REVIEW. Multiprocessor Scheduling Embedded Systems 0 - - Multiprocessor Scheduling REVIEW Given n equivalent processors, a finite set M of aperiodic/periodic tasks find a schedule such that each task always meets its deadline. Assumptions:

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

CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT

CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT 81 CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT 5.1 INTRODUCTION Distributed Web servers on the Internet require high scalability and availability to provide efficient services to

More information

.:!II PACKARD. Performance Evaluation ofa Distributed Application Performance Monitor

.:!II PACKARD. Performance Evaluation ofa Distributed Application Performance Monitor r~3 HEWLETT.:!II PACKARD Performance Evaluation ofa Distributed Application Performance Monitor Richard J. Friedrich, Jerome A. Rolia* Broadband Information Systems Laboratory HPL-95-137 December, 1995

More information

Energy Fair Cloud Server Scheduling in Mobile. Computation Offloading

Energy Fair Cloud Server Scheduling in Mobile. Computation Offloading Energy Fair Cloud Server Scheduling in Mobile Computation Offloading ENERGY FAIR CLOUD SERVER SCHEDULING IN MOBILE COMPUTATION OFFLOADING BY JIANTING YUE, B.Eng. a thesis submitted to the department of

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 GEARING THE RESOURCE POOR MOBILE DEVICES INTO RESOURCEFULL BY USING THE MOBILE

More information

Muse Server Sizing. 18 June 2012. Document Version 0.0.1.9 Muse 2.7.0.0

Muse Server Sizing. 18 June 2012. Document Version 0.0.1.9 Muse 2.7.0.0 Muse Server Sizing 18 June 2012 Document Version 0.0.1.9 Muse 2.7.0.0 Notice No part of this publication may be reproduced stored in a retrieval system, or transmitted, in any form or by any means, without

More information

Fault-Tolerant Application Placement in Heterogeneous Cloud Environments. Bart Spinnewyn, prof. Steven Latré

Fault-Tolerant Application Placement in Heterogeneous Cloud Environments. Bart Spinnewyn, prof. Steven Latré Fault-Tolerant Application Placement in Heterogeneous Cloud Environments Bart Spinnewyn, prof. Steven Latré Cloud Application Placement Problem (CAPP) Application Placement admission control: decide on

More information

Cloud App Anatomy. Tanj Bennett Applications and Services Group Microsoft Corps. 5/15/2015 Cloud Apps

Cloud App Anatomy. Tanj Bennett Applications and Services Group Microsoft Corps. 5/15/2015 Cloud Apps Cloud App Anatomy Tanj Bennett Applications and Services Group Microsoft Corps Cloud Apps Are Personal Personal applications have a display, means of input, and computational devices which execute them.

More information

Real-time Process Network Sonar Beamformer

Real-time Process Network Sonar Beamformer Real-time Process Network Sonar Gregory E. Allen Applied Research Laboratories gallen@arlut.utexas.edu Brian L. Evans Dept. Electrical and Computer Engineering bevans@ece.utexas.edu The University of Texas

More information

Chapter 19 Cloud Computing for Multimedia Services

Chapter 19 Cloud Computing for Multimedia Services Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5

More information

Lecture Outline Overview of real-time scheduling algorithms Outline relative strengths, weaknesses

Lecture Outline Overview of real-time scheduling algorithms Outline relative strengths, weaknesses Overview of Real-Time Scheduling Embedded Real-Time Software Lecture 3 Lecture Outline Overview of real-time scheduling algorithms Clock-driven Weighted round-robin Priority-driven Dynamic vs. static Deadline

More information

RAID. RAID 0 No redundancy ( AID?) Just stripe data over multiple disks But it does improve performance. Chapter 6 Storage and Other I/O Topics 29

RAID. RAID 0 No redundancy ( AID?) Just stripe data over multiple disks But it does improve performance. Chapter 6 Storage and Other I/O Topics 29 RAID Redundant Array of Inexpensive (Independent) Disks Use multiple smaller disks (c.f. one large disk) Parallelism improves performance Plus extra disk(s) for redundant data storage Provides fault tolerant

More information

Enabling the Use of Data

Enabling the Use of Data Enabling the Use of Data Michael Kagan, CTO June 1, 2015 - Technion Computer Engineering Conference Safe Harbor Statement These slides and the accompanying oral presentation contain forward-looking statements

More information

Decision Support for Mobile Cloud Computing Applications via Model Checking

Decision Support for Mobile Cloud Computing Applications via Model Checking Decision Support for Mobile Cloud Computing Applications via Model Checking Luca Aceto Reykjavik University, Iceland Andrea Morichetta, Francesco Tiezzi IMT Institute for Advanced Studies Lucca, Italy

More information

Cisco Application Networking for Citrix Presentation Server

Cisco Application Networking for Citrix Presentation Server Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address

More information

Copyright www.agileload.com 1

Copyright www.agileload.com 1 Copyright www.agileload.com 1 INTRODUCTION Performance testing is a complex activity where dozens of factors contribute to its success and effective usage of all those factors is necessary to get the accurate

More information

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age. Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement

More information

A Fine-Grained Adaptive Middleware Framework for Parallel Mobile Hybrid Cloud Applications

A Fine-Grained Adaptive Middleware Framework for Parallel Mobile Hybrid Cloud Applications A Fine-Grained Adaptive Middleware Framework for Parallel Mobile Hybrid Cloud Applications Reza Shiftehfar Department of Computer Science U. of Illinois at Urbana-Champaign Email: sshifte2@illinois.edu

More information

Network Infrastructure Services CS848 Project

Network Infrastructure Services CS848 Project Quality of Service Guarantees for Cloud Services CS848 Project presentation by Alexey Karyakin David R. Cheriton School of Computer Science University of Waterloo March 2010 Outline 1. Performance of cloud

More information

Cisco Cloud Web Security Key Functionality [NOTE: Place caption above figure.]

Cisco Cloud Web Security Key Functionality [NOTE: Place caption above figure.] Cisco Cloud Web Security Cisco IT Methods Introduction Malicious scripts, or malware, are executable code added to webpages that execute when the user visits the site. Many of these seemingly harmless

More information

Chapter 18: Database System Architectures. Centralized Systems

Chapter 18: Database System Architectures. Centralized Systems Chapter 18: Database System Architectures! Centralized Systems! Client--Server Systems! Parallel Systems! Distributed Systems! Network Types 18.1 Centralized Systems! Run on a single computer system and

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

Lecture 8 Performance Measurements and Metrics. Performance Metrics. Outline. Performance Metrics. Performance Metrics Performance Measurements

Lecture 8 Performance Measurements and Metrics. Performance Metrics. Outline. Performance Metrics. Performance Metrics Performance Measurements Outline Lecture 8 Performance Measurements and Metrics Performance Metrics Performance Measurements Kurose-Ross: 1.2-1.4 (Hassan-Jain: Chapter 3 Performance Measurement of TCP/IP Networks ) 2010-02-17

More information

The State of Cloud Storage

The State of Cloud Storage 205 Industry Report A Benchmark Comparison of Speed, Availability and Scalability Executive Summary Both 203 and 204 were record-setting years for adoption of cloud services in the enterprise. More than

More information

IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS

IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS M.surendra 1, T.Sujilatha 2, #1 Student of M.Tech (C.S) and Department Of CSE, GOKULA KRISHNA COLLEGE OF ENGINEERING

More information

DYNAMIC LOAD BALANCING IN CLOUD AD-HOC NETWORK

DYNAMIC LOAD BALANCING IN CLOUD AD-HOC NETWORK DYNAMIC LOAD BALANCING IN CLOUD AD-HOC NETWORK Anuja Dhotre 1, Sonal Dudhane 2, Pranita Kedari 3, Utkarsha Dalve 4 1,2,3,4 Computer Engineering, MMCOE, SPPU, (India) ABSTRACT Cloud computing is a latest

More information

Making Multicore Work and Measuring its Benefits. Markus Levy, president EEMBC and Multicore Association

Making Multicore Work and Measuring its Benefits. Markus Levy, president EEMBC and Multicore Association Making Multicore Work and Measuring its Benefits Markus Levy, president EEMBC and Multicore Association Agenda Why Multicore? Standards and issues in the multicore community What is Multicore Association?

More information

SharePoint Impact Analysis. AgilePoint BPMS v5.0 SP2

SharePoint Impact Analysis. AgilePoint BPMS v5.0 SP2 SharePoint Impact Analysis Document Revision r5.1.4 November 2011 Contents 2 Contents Preface...4 Disclaimer of Warranty...4 Copyright...4 Trademarks...4 Government Rights Legend...4 Virus-free software

More information

Desktop Virtualization and Storage Infrastructure Optimization

Desktop Virtualization and Storage Infrastructure Optimization Desktop Virtualization and Storage Infrastructure Optimization Realizing the Most Value from Virtualization Investment Contents Executive Summary......................................... 1 Introduction.............................................

More information

Volunteer Computing, Grid Computing and Cloud Computing: Opportunities for Synergy. Derrick Kondo INRIA, France

Volunteer Computing, Grid Computing and Cloud Computing: Opportunities for Synergy. Derrick Kondo INRIA, France Volunteer Computing, Grid Computing and Cloud Computing: Opportunities for Synergy Derrick Kondo INRIA, France Outline Cloud Grid Volunteer Computing Cloud Background Vision Hide complexity of hardware

More information

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE 1 W W W. F U S I ON I O.COM Table of Contents Table of Contents... 2 Executive Summary... 3 Introduction: In-Memory Meets iomemory... 4 What

More information

CRM Magic with Data Migration & Integration

CRM Magic with Data Migration & Integration CRM Magic with Data Migration & Integration Daniel Cai http://www.kingswaysoft.com http://danielcai.blogspot.com About me Daniel Cai Principal Developer @KingswaySoft An independent software company offering

More information

Experiments on cost/power and failure aware scheduling for clouds and grids

Experiments on cost/power and failure aware scheduling for clouds and grids Experiments on cost/power and failure aware scheduling for clouds and grids Jorge G. Barbosa, Al0no M. Sampaio, Hamid Harabnejad Universidade do Porto, Faculdade de Engenharia, LIACC Porto, Portugal, jbarbosa@fe.up.pt

More information

Ensuring Mobile Application Quality Across Your Application Lifecycle

Ensuring Mobile Application Quality Across Your Application Lifecycle Test on Real Devices with Melillo s Managed Cloud Platform (MCP ) Powered by HP Mobile Center, MCP supplies a flexible foundation that includes all common infrastructure needed to enable organizations

More information

How To Build A Cloud Computer

How To Build A Cloud Computer Introducing the Singlechip Cloud Computer Exploring the Future of Many-core Processors White Paper Intel Labs Jim Held Intel Fellow, Intel Labs Director, Tera-scale Computing Research Sean Koehl Technology

More information

Stream Processing on GPUs Using Distributed Multimedia Middleware

Stream Processing on GPUs Using Distributed Multimedia Middleware Stream Processing on GPUs Using Distributed Multimedia Middleware Michael Repplinger 1,2, and Philipp Slusallek 1,2 1 Computer Graphics Lab, Saarland University, Saarbrücken, Germany 2 German Research

More information

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

OpenCL Optimization. San Jose 10/2/2009 Peng Wang, NVIDIA

OpenCL Optimization. San Jose 10/2/2009 Peng Wang, NVIDIA OpenCL Optimization San Jose 10/2/2009 Peng Wang, NVIDIA Outline Overview The CUDA architecture Memory optimization Execution configuration optimization Instruction optimization Summary Overall Optimization

More information

T-110.5121 Mobile Cloud Computing (5 cr)

T-110.5121 Mobile Cloud Computing (5 cr) T-110.5121 Mobile Cloud Computing (5 cr) Assignment 1 details 18 th September 2013 M.Sc. Olli Mäkinen, course assistant Targets The main objective is to understand the cost differences between public,

More information

Capstone Overview Architecture for Big Data & Machine Learning. Debbie Marr ICRI-CI 2015 Retreat, May 5, 2015

Capstone Overview Architecture for Big Data & Machine Learning. Debbie Marr ICRI-CI 2015 Retreat, May 5, 2015 Capstone Overview Architecture for Big Data & Machine Learning Debbie Marr ICRI-CI 2015 Retreat, May 5, 2015 Accelerators Memory Traffic Reduction Memory Intensive Arch. Context-based Prefetching Deep

More information

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com

White Paper. Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge. citrix.com Optimizing the video experience for XenApp and XenDesktop deployments with CloudBridge Video content usage within the enterprise is growing significantly. In fact, Gartner forecasted that by 2016, large

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

Cisco WAAS Optimized for Citrix XenDesktop

Cisco WAAS Optimized for Citrix XenDesktop White Paper Cisco WAAS Optimized for Citrix XenDesktop Cisco Wide Area Application Services (WAAS) provides high performance delivery of Citrix XenDesktop and Citrix XenApp over the WAN. What ou Will Learn

More information

Security & Privacy Issues in Mobile Cloud Computing

Security & Privacy Issues in Mobile Cloud Computing Security & Privacy Issues in Mobile Cloud Computing Manmohan Chaturvedi,1, Sapna Malik, Preeti Aggarwal and Shilpa Bahl Ansal University, Gurgaon- 122011, India 1 mmchaturvedi@ansaluniversity.edu.in Indian

More information

Cisco PIX vs. Checkpoint Firewall

Cisco PIX vs. Checkpoint Firewall Cisco PIX vs. Checkpoint Firewall Introduction Firewall technology ranges from packet filtering to application-layer proxies, to Stateful inspection; each technique gleaning the benefits from its predecessor.

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

Importance of Data locality

Importance of Data locality Importance of Data Locality - Gerald Abstract Scheduling Policies Test Applications Evaluation metrics Tests in Hadoop Test environment Tests Observations Job run time vs. Mmax Job run time vs. number

More information

Achieving Adaptation Through Live Virtual Machine Migration in Two-tier Clouds. Hongbin Lu Supervisor: Marin Litoiu

Achieving Adaptation Through Live Virtual Machine Migration in Two-tier Clouds. Hongbin Lu Supervisor: Marin Litoiu Achieving Adaptation Through Live Virtual Machine Migration in Two-tier Clouds Hongbin Lu Supervisor: Marin Litoiu Outline Introduction. Background. Multi-cloud deployment. Architecture. Implementation.

More information

Detailed Lab Report DR101115D. Citrix XenDesktop 4 vs. VMware View 4 using Citrix Branch Repeater and Riverbed Steelhead

Detailed Lab Report DR101115D. Citrix XenDesktop 4 vs. VMware View 4 using Citrix Branch Repeater and Riverbed Steelhead Detailed Lab Report Citrix XenDesktop 4 vs. VMware View 4 using Citrix Branch Repeater and Riverbed Steelhead February 11, 2011 Miercom www.miercom.com Table of Contents 1.0 Executive Summary... 3 2.0

More information

Distributed applications monitoring at system and network level

Distributed applications monitoring at system and network level Distributed applications monitoring at system and network level Monarc Collaboration 1 Abstract Most of the distributed applications are presently based on architectural models that don t involve real-time

More information

Parallel Firewalls on General-Purpose Graphics Processing Units

Parallel Firewalls on General-Purpose Graphics Processing Units Parallel Firewalls on General-Purpose Graphics Processing Units Manoj Singh Gaur and Vijay Laxmi Kamal Chandra Reddy, Ankit Tharwani, Ch.Vamshi Krishna, Lakshminarayanan.V Department of Computer Engineering

More information

LTE License Assisted Access

LTE License Assisted Access LTE License Assisted Access Mobility Demand 41% mobile users highly satisfied with indoor mobility users will pay more for better service Willingness to pay: Indoor vs. Outdoor 8x Growth in Smartphone

More information

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015 DOCUMENT REFERENCE: SQ312-003-EN SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper May 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 312 003 EN FINAL JP

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Capacity Management for Cloud Computing Chris Molloy Distinguished Engineer Member, IBM Academy of Technology October 2009 1 Is a cloud like touching an elephant? 2 Gartner defines cloud computing as a

More information

Analyzing Mission Critical Voice over IP Networks. Michael Todd Gardner

Analyzing Mission Critical Voice over IP Networks. Michael Todd Gardner Analyzing Mission Critical Voice over IP Networks Michael Todd Gardner Organization What is Mission Critical Voice? Why Study Mission Critical Voice over IP? Approach to Analyze Mission Critical Voice

More information

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Enhancing Performance Test Strategy for Mobile Applications

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Enhancing Performance Test Strategy for Mobile Applications STeP-IN SUMMIT 2013 10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA Enhancing Performance Test Strategy for Mobile Applications by Nikita Kakaraddi, Technical Lead,

More information