A Virtual Cloud Computing Provider for Mobile Devices

Similar documents
A Virtual Cloud Computing Provider for Mobile Devices

How To Create An Ad Hoc Cloud On A Cell Phone

MOBILE APPLICATION WITH CLOUD COMPUTING

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series

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

What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos

A Novel Cloud Based Elastic Framework for Big Data Preprocessing

Distribution transparency. Degree of transparency. Openness of distributed systems

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

Cloud Computing Summary and Preparation for Examination

Mobile Cloud Computing: A Comparison of Application Models

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

How To Understand Cloud Computing

Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战

Chapter 19 Cloud Computing for Multimedia Services

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

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

Overview of Offloading in Smart Mobile Devices for Mobile Cloud Computing

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

Assignment # 1 (Cloud Computing Security)

Mobile Cloud Computing for Data-Intensive Applications

Cloud Computing Training

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration

Cisco Prime Data Center Network Manager Release 7.0: Fabric Management for Cisco Dynamic Fabric Automation

Cloud Computing. Lecture 24 Cloud Platform Comparison

preliminary experiment conducted on Amazon EC2 instance further demonstrates the fast performance of the design.

Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad

Mobile Devices: Server and Management Lesson 05 Service Discovery

A Cost-Evaluation of MapReduce Applications in the Cloud

Apache Hama Design Document v0.6

Hadoop-based Open Source ediscovery: FreeEed. (Easy as popcorn)

Apache Hadoop. Alexandru Costan

Cloud Courses Description

Understanding the Platform

Emerging Technology for the Next Decade

Mobile cloud computing open issues and solutions

Cloud Courses Description

Privacy & Security of Mobile Cloud Computing (MCC)

The Cloud Personal Assistant for Providing Services to Mobile Clients

Figure 1 Cloud Computing. 1.What is Cloud: Clouds are of specific commercial interest not just on the acquiring tendency to outsource IT

Cloud Computing Trends

Hadoop Parallel Data Processing

Accelerating Hadoop MapReduce Using an In-Memory Data Grid

Written examination in Cloud Computing

Big Data Visualization with JReport

Code and Process Migration! Motivation!

MOBILE VIDEO WITH MOBILE IPv6

A Service for Data-Intensive Computations on Virtual Clusters

Resource Scalability for Efficient Parallel Processing in Cloud

SMART Solutions for Active Directory Migrations

Li Sheng. Nowadays, with the booming development of network-based computing, more and more

Certified Cloud Computing Professional VS-1067

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

Security Infrastructure for Trusted Offloading in Mobile Cloud Computing

CloudFTP: A free Storage Cloud

Open Cloud System. (Integration of Eucalyptus, Hadoop and AppScale into deployment of University Private Cloud)

Practical Data Integrity Protection in Network-Coded Cloud Storage

CLEVER: a CLoud-Enabled Virtual EnviRonment

Jeffrey D. Ullman slides. MapReduce for data intensive computing

Monitis Project Proposals for AUA. September 2014, Yerevan, Armenia

ur skills.com

Final Project Proposal. CSCI.6500 Distributed Computing over the Internet

FREE computing using Amazon EC2

Chapter 27 Aneka Cloud Application Platform and Its Integration with Windows Azure

Cooperative Caching Framework for Mobile Cloud Computing

Cloud Computing: Making the right choices

Cloud Computing using MapReduce, Hadoop, Spark

A Survey on Cloud Storage Systems

HYBRID CLOUD SUPPORT FOR LARGE SCALE ANALYTICS AND WEB PROCESSING. Navraj Chohan, Anand Gupta, Chris Bunch, Kowshik Prakasam, and Chandra Krintz

Network performance in virtual infrastructures

A programming model in Cloud: MapReduce

Sriram Krishnan, Ph.D.

BLOOMBERG ANYWHERE FOR MOBILE CUSTOMERS

Data Sharing Options for Scientific Workflows on Amazon EC2

The Quest for Conformance Testing in the Cloud

Use of Hadoop File System for Nuclear Physics Analyses in STAR

Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications

Bandwidth consumption: Adaptive Defense and Adaptive Defense 360

Putchong Uthayopas, Kasetsart University

Transcription:

A Virtual Cloud Computing Provider for Gonzalo Huerta-Canepa, Dongman Lee 1st ACM Workshop on Mobile Cloud Computing & Services Presented by: Daniel Ogleja Vrije Universiteit Amsterdam Faculty of Sciences March 21.03.2012

Problem Smart phones are still resource constrained are becoming pervasive battery life still a problem Applications demand more resources Cloud computing platforms access is not guaranteed could be too expensive 2

Outline Solutions Existing cloud computing platforms New framework Related work - a virtual cloud computing provider Motivation & Scenario Design consideration Architecture Implementation Evaluation ConclusionsSolutions 3

One way Cloud computing platforms Amazon EC2, Microsoft Azure, Google Appengine Mobile device Client or/and resource provider Need a coordinator to manage the mobile divicess and jobs Problem Conection to the cloud 4

The other way A framework to create virtual mobile cloud computing providers Detect nearby nodes Stable nodes Create on the fly connection Avoid a connection to infrastructure-based cloud Maintain the main benefits of offloading 5

Motivation - on economic basis 2 costs for cloud computing providers Networking cost More than 200 USD for 1 GB downloaded 3G connection consumes battery 3G slower than Wi-Fi Providers resources cost 5 USD/month for small on-demand server for 2hours/day 6

Motivation - on technical basis Benefits: preserve conventional offloading benefits increase performance by increasing the level of parallelism communication overhead must not affect the overall performance save energy 7

Scenario A group of people visiting South Korea Jim need to translate a text on a sign or from a museum Take a picture with the text 1) Connect to internet roaming costs 2) Find other users interested in that text 3) Create an ad-hoc network and process the images 8

Design features Resource monitoring and management Ex. A task can be executed locally? Seamless integration with the existing cloud APIs mimic the same API on top of the ad hoc mobile P2P cloud A partition and offloading scheme suitable for mobile devices Job splitting Activity detection to find users of the same or similar goals Minimize potential disconnections Spontaneous interaction network support discovery and selection of mobile devices A memory cache scheme to save intermediate results Lightweight and resource friendly architecture 9

Architecture The process for the creation and usage of a virtual cloud provider: User must be at a stable place Need more resources for a task The system listens for nodes in vecinity If available, the system intercepts the application loading and modifies the application in order to use the virtual cloud 10

Architecture 5 main feature Application Manager Resource Manager Context Manager P2P Component Offloading Manager 11

Application Manager Launching and intercepting an application at loading time Modify the application to add features required for offloading Proxy creation, RPC support modifying the reference to that provider with a reference to the virtual provider 12

Resource Manager In charge of application profiling and resource monitoring on a local device Creates a profile Number of remote devices Sensibility to privacy Amount of resources needed for the migration 13

Context manager wields and synchronizes contextual information from context widgets Subcomponents context widgets context manager social manager 14

P2P Component it sends events to the context manager in case a new device enters the space Ad hoc discovery mechanism groups the nodes using a P2P scheme 15

Offloading manager in charge of sending and managing jobs receiving and processing jobs in charge of detecting failures in the execution and to re-emit them 16

General architecture for the ad hoc mobile cloud 17

Current Implementation Two sub-implementations: Cloud computing provider client Ad Hoc mobile cloud framework Retroweaver port Hadoop client to Java 1.4 PhoneME, Mysafu, JamVM the map/reduce framework calls were replaced to RPC methods implemented using the Jabber RPC 18

Current Implementation Communication Extensible Messaging and Presence Protocol (XMPP) Modified Yaja! (java XMPP client) Serverless Messaging Jabber RPC9 discovery and messaging among devices 19

Evaluation settings Input data - less than 100kb mobile devices with PhoneME and Mysaifu lack of needed APIs jailbroken Ipod Touch with JamVM as the Java VM Hadoop 1.8 four servers (OpenJDK VM 6) Communication - Ad Hoc WIFI, Access Point Korean OCR for tests 20

Results Execution of tasks slower (less 1%) offloading preparation and waiting time 44% of the execution time Processing time is approx. 56% Good performance with small files Saving processing time = saving energy 21

Problems Hadoop low performance small files mapred.job.reuse.jvm.num.tasks modified (infinit number of reuse) 2-3% improovement Concatanation of input files Not always possible pictures 22

Performance of Mobile Offloading compared to local execution. Results are normalized to local execution (value 1). 23

Conclusion Mobile devices can be a virtual cloud computing provider 24