20
ECOS: Practical Mobile Application Offloading for Enterprises Aaron Gember, Chris Dragga, Aditya Akella University of Wisconsin-Madison 1

ECOS: Practical Mobile Application Offloading for Enterprises

  • Upload
    denzel

  • View
    28

  • Download
    0

Embed Size (px)

DESCRIPTION

ECOS: Practical Mobile Application Offloading for Enterprises. Aaron Gember , Chris Dragga , Aditya Akella University of Wisconsin-Madison. Mobile Device Trends. More mobile device usage in enterprises Need to run complex applications - PowerPoint PPT Presentation

Citation preview

Page 1: ECOS: Practical Mobile Application Offloading for Enterprises

1

ECOS: Practical Mobile Application Offloading for Enterprises

Aaron Gember, Chris Dragga, Aditya AkellaUniversity of Wisconsin-Madison

Page 2: ECOS: Practical Mobile Application Offloading for Enterprises

2

Mobile Device Trends

• More mobile device usage in enterprises– Need to run complex applications

• Complex mobile applications have significant CPU, memory, and energy demands

Need to reconcile application demands and device capabilities

Page 3: ECOS: Practical Mobile Application Offloading for Enterprises

3

Designing for Remote Computation

• Mobile apps designed to use remote services– e.g., Google Voice Search, Apple’s Siri, Amazon Silk

Requires developers to use this paradigm

• Remote desktop / VNCUser interface not designed for mobile devices

Page 4: ECOS: Practical Mobile Application Offloading for Enterprises

4

Application-Independent Offloading

• Dynamically divide execution between mobile device and compute resource– Application code unmodified– Informed by model and/or runtime monitoring

• Several proposed systems – Chroma [Balan et al. 2003], MAUI [Cuervo et al. 2011], CloneCloud [Chun et al. 2011]

Page 5: ECOS: Practical Mobile Application Offloading for Enterprises

5

Roadblocks to Offloading Adoption

• Privacy and trust– Proposed systems largely ignore privacy– Privacy is paramount in enterprises

• Resource sharing and churn– Proposed systems consider one device,

plus a dedicated resource– Enterprises have many devices and many resources

Page 6: ECOS: Practical Mobile Application Offloading for Enterprises

6

Enterprise-Centric Offload Systemallows many devices to opportunistically

leverage diverse compute resources, while controlling where applications

offload depending on privacy, performance, and energy constraints of users and apps.

Augment offloading decisions with privacy and resource considerations

Page 7: ECOS: Practical Mobile Application Offloading for Enterprises

7

Outline

Offloading benefits and roadblocks• Privacy and trust• Resource sharing and churn• ECOS Prototype• Evaluation for small enterprise

Page 8: ECOS: Practical Mobile Application Offloading for Enterprises

8

Privacy and Trust

• Data may leave device without explicit actions

• Sufficient privacy requires– Protecting execution state in transit– Executing on trusted compute resources

Offloading benefits and opportunities should not be significantly diminished

Page 9: ECOS: Practical Mobile Application Offloading for Enterprises

9

Overhead of Privacy Protection

• Encrypting state in transit with TLSHigh latency and energy overhead

• Limited number of trusted compute resourcesReduced offloading opportunities

Encrypted

Unencrypted

Page 10: ECOS: Practical Mobile Application Offloading for Enterprises

10

Data-Driven Privacy ProtectionData

PrivacyResources

TrustedCommunication

Protection

None Any None

Enterprise All internal resources None

User Select servers and desktops Encrypt always

Policy specifies labels for devices & applications

Page 11: ECOS: Practical Mobile Application Offloading for Enterprises

11

Resource Sharing and Churn

Systems consider one device and static resource

• Challenges– Devices with varying applications and objectives– Limited resources and diverse capabilities– Offload requests not know a priori

Enable many mobile devices to opportunistically leverage diverse compute resources

Page 12: ECOS: Practical Mobile Application Offloading for Enterprises

12

• Each offload assigned a dedicated resource

Dedicated CPU capacity -> faster performanceFewer “slots” -> reduced offload opportunitiesMore affected by trust constraints or reduced resource availability

One-to-One Scheduling

Page 13: ECOS: Practical Mobile Application Offloading for Enterprises

13

Multiplexing Based on Objective

• Offloads with same objective use same resource

• Performance improvement– Resources with unused CPU > mobile CPU speed

• Energy savings– Separate from performance seeking offloads

Page 14: ECOS: Practical Mobile Application Offloading for Enterprises

14

Resource Affinity

• Use same resource for subsequent offloadsCache state → less latency and energy overheadAssumes constant resource availability/capacity

• Resource not capable/available– Deny offloads until capacity increases– Assign a new resource, re-transfer or migrate state

Page 15: ECOS: Practical Mobile Application Offloading for Enterprises

15

Prototype

111010101100011010011101010110

Page 16: ECOS: Practical Mobile Application Offloading for Enterprises

16

Evaluation

• Small enterprise setting– 12 phones (Android emulator)– 4 to 6 desktops (2.4Ghz quad-core, 4GB RAM)

• Two applications – AI-decision making (Chess)– Speech-to-text (emulated)

• Varying objectives and privacy levels

Page 17: ECOS: Practical Mobile Application Offloading for Enterprises

17

Performance Improvement

1 2 3 4 5 6 7 8 9 10 11 120

50

100

150

200

250

300

350

400

No Offloading 4 Desktops 6 Desktops

Phones

Tim

e (s

ec)

Page 18: ECOS: Practical Mobile Application Offloading for Enterprises

18

Energy Savings

1 2 3 4 5 6 7 8 9 10 11 120

50000

100000

150000

200000

250000

No Offload 4 Desktops 6 Desktops

Phones

Ener

gy (m

W)

Page 19: ECOS: Practical Mobile Application Offloading for Enterprises

19

P1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P120

50

100

150

200

250

300

350

400

No Offloading One-to-One + Affinity Multiplexing No Affinity Multiplexing + Affinity

Phones

Tim

e (s

ec)

Resource Allocation Efficiency

Page 20: ECOS: Practical Mobile Application Offloading for Enterprises

20

Summary & Future Work

• Enterprise-Centric Offloading System– Considers privacy requirements/costs– Resources assigned based on user goals– Maximize latency and energy benefits

• Future Work– Dynamic privacy label assignment– Network path provisioning – mobility, bandwidth– Larger evaluation