SlideShare a Scribd company logo
1 of 37
MOBILE CLOUD
COMPUTING
Submitted By:
Pooja Sharma
162413
MOBILE USERS IN INDIA
Source: Report by Internet and Mobile Application of India
BUSINESSTHROUGH MOBILE DEVICES
RESEARCHTHROUGH MOBILE DEVICES
4- REASONS for Using Mobile Cloud
Computing
•The brain of your service is in Cloud
• Easier to share content and asset
• Easier to maintain the data
• More immune to crashes and deletions
What is Mobile Cloud Computing?
• Mobile cloud computing is the combination of cloud computing and mobile
networks to bring benefits for the mobile users, network providers as well as
cloud providers.
• MCC at its simplest , refers to an infrastructure where both the data storage and
data processing happen outside of the mobile device.
Why Mobile Cloud Computing?
• Mobile devices face many resource challenges(battery life, storage,
bandwidth etc.)
• Cloud computing offers advantages to users by allowing them to use
infrastructure, platforms and software by cloud providers at low cost and
elastically in an on-demand fashion.
• MCC provides mobile users with data storage and processing services in
clouds, obviating the need to have a powerful device configuration (e.g.
CPU speed, memory capacity etc.) , as all resource-intensive computing can
be performed in the cloud.
MCC Characteristics
• Scalability
• Reliability
• Security
• Reduced Cost
• Reduced Maintenance
Mobile Cloud Services
MCC Architecture
MCC Architecture
• Mobile devices are connected to the mobile networks via base stations that
establish and control the connections and functional interfaces between the
networks and mobile devices.
• Mobile users’ requests and information are transmitted to the central
processors that are connected to servers providing mobile network services.
• The subscribers’ requests are delivered to a cloud through the Internet.
• In the cloud, cloud controllers process the requests to provide mobile users
with the corresponding cloud services.
IBM Mobile Cloud Service
Amazon Mobile Cloud Service
Advantages
• Extending battery lifetime
• Improving data storage capacity and processing power
• Improving reliability and availability
• Dynamic Provisioning
• Scalability
• Multi-tenancy
• Ease of Integration
Advantages
• Extending battery lifetime:
• Computation offloading migrates large computations and complex processing from
resource-limited devices (i.e., mobile devices) to resourceful machines (i.e., servers in
clouds).
• Remote application execution can save energy significantly.
• Many mobile applications take advantages from task migration and remote
processing.
Advantages
• Improving data storage capacity and processing power:
• MCC enables mobile users to store/access large data on the cloud.
• MCC helps reduce the running cost for computation intensive applications.
• Mobile applications are not constrained by storage capacity on the devices because
their data now is stored on the cloud.
Advantages
• Improving reliability and availability:
• Keeping data and application in the clouds reduces the chance of lost on the mobile
devices.
• MCC can be designed as a comprehensive data security model for both service providers
and users:
• Protect copyrighted digital contents in clouds.
• Provide security services such as virus scanning, malicious code detection, authentication for
mobile users.
• With data and services in the clouds, then are always(almost) available even when the users
are moving.
Advantages
• Dynamic provisioning:
• Dynamic on-demand provisioning of resources on a fine-grained, self-service basis
• No need for advanced reservation
• Scalability:
• Mobile applications can be performed and scaled to meet the unpredictable user demands
• Service providers can easily add and expand a service
Advantages
• Multi-tenancy:
• Service providers can share the resources and costs to support a variety of applications
and large no. of users.
• Ease of Integration:
• Multiple services from different providers can be integrated easily through the cloud
and the Internet to meet the users’ demands.
MCC Applications
• Mobile Commerce:
• M-commerce allows business models for commerce using mobile devices.
• Examples: Mobile financial, mobile advertising, mobile shopping…
• M-commerce applications face various challenges (low bandwidth, high complexity of
devices, security, …)
• Integrated with cloud can help address these issues
• Example:Combining 3G and cloud to increase data processing speed and security level.
MCC Applications
• Mobile Learning:
• M-learning combines e-learning and mobility
• Traditional m-learning has limitations on high cost of devices/network, low
transmission rate, limited educational resources
• Cloud-based m-learning can solve these limitations
• Enhanced communication quality between students and teachers
• Help learners access remote learning resources
• A natural environment for collaborative learning
MCC Applications
• Mobile Healthcare:
• M-healthcare is to minimize the limitations of traditional medical treatment (eg. Small
storage, security/privacy, medical errors, …)
• M-healthcare provides mobile users with convenient access to resources(eg. medical
records)
• M-healthcare offers hospitals and healthcare organizations a variety of on-demand services
on clouds
• Examples:
• Comprehensive health monitoring services
• Intelligent emergency management system
• Health-aware mobile devices (detect pulse-rate, blood pressure, level of alcohol etc)
MCC Applications
• Assistive technologies:
• Pedestrian crossing guide for blind and visually-impaired
• Mobile currency reader for blind and visually impaired
• Lecture transcription for hearing impaired students
• Other applications:
• Sharing photos/videos
• Keyword-based, voice-based, tag-based searching
• Monitoring a house, smart home systems
MCC Issues
• Mobile communication issues:
• Low bandwidth:One of the biggest issues, because the radio resource for wireless
networks is much more scarce than wired networks
• Service availability: Mobile users may not be able to connect to the cloud to obtain a
service due to traffic congestion, network failures, mobile signal strength problems.
• Security & Privacy: Users are worried about the vulnerability to attacks, when
information and critical IT resources are outside the firewall.
MCC Issues
• Heterogeneity: Handling wireless connectivity with highly heterogeneous networks to
satisfy MCC requirements (always-on connectivity, on-demand scalability, energy
efficiency) is a difficult problem.To solve this problem IRNA(Intelligent Radio Network
Access) is built up.
MCC Issues
• Computing issues:
1. Computation offloading: It is critical to determine whether to offload and
which portions of the service codes to offload.
2. Security
3. Enhancing the efficiency of data access.
4. Context-aware mobile cloud services.
Types of offloading
• Depending on material being offloaded
1. Data Offloading: Data are migrated from one congested network to
another network.
2. Computational Offloading: An expensive computational process is
migrated from the mobile device to the server with cloud to improve
performance and battery life.
Types of offloading
• Depending On ApproachesToTime Reduction
1. Fine-Grained Offloading (Partial Offloading)
2. Coarse-Grained Offloading (Full Offloading)
Offloading Methods
• Current discusses offloading methods in three main directions:
1. Client-Server communication methods
2. Virtualization
3. Mobile Agents
Offloading Methods
MAUI
• MAUI (Mobile Assistance Using Infrastructure) is designed by Microsoft for
Windows phones, which uses the Microsoft .NET Common Language Runtime
(CLR).
• MAUI is a system that enables fine-grained energy-aware offload of mobile code
to the infrastructure.
• MAUI uses the benefits of a managed code environment to support fine-grained
code offload to maximize energy savings with minimal burden on the programmer.
• MAUI decides at runtime which methods should be remotely executed, driven by
an optimization engine that achieves the best energy savings possible under the
mobile device’s current connectivity constrains.
CloneCloud
• Mobile applications such as virus scanning, image search with face recognition and
privacy preserving advertisement are demanding more memory space and
processing power from cloud to speed up the system and reduce energy
consumption.
• CloneCloud applies primarily to application layer virtual machines (VMs), such as
the JavaVM, DalvikVM from the Android Platform, and Microsoft’s .NET. It chooses
application-layerVMs since they are widely used in mobile platforms.
• CloneCloud support one mobile device with one clone.To support full concurrency
between the mobile devices and clones, this will add new features such as thread
synchronization and on-demand object paging.
ThinkAir
• ThinkAir is a framework that makes it simple for developers to migrate their
smartphone applications to the cloud.ThinkAir exploits the concept of smartphone
virtualization in the cloud and provides method-level computation offloading.
• Advancing on previous work, it focuses on the elasticity and scalability of the cloud
and enhances the power of mobile cloud computing by parallelizing method
execution using multiple virtual machine (VM) images.
• ThinkAir has been developed for Java and has been based on Android. It eliminates
the limitations induced from CloneCloud by combining the approaches from MAUI
and CloneCloud. However, it does not eliminate the induced overhead due to the
provisioning of virtual machines.
Cloudlets
• A cloudlet is a mobility-enhanced small-scale cloud datacenter that is
located at the edge of the Internet.
• The main purpose of the cloudlet is supporting resource-intensive and
interactive mobile applications by providing powerful computing resources
to mobile devices with lower latency.
• It is a new architectural element that extends today’s cloud computing
infrastructure. It represents the middle tier of a 3-tier hierarchy: mobile
device - cloudlet - cloud.A cloudlet can be viewed as a data center in a box
whose goal is to bring the cloud closer.
Open Issues and Challenges
• Task Division
• Data delivery
• Low Bandwidth
• Energy-efficient transmission
• LiveVM migration issues
• Concurrency and Synchronization
Offloading in the Future
Forecast of mobile data growth (a) Mobile data traffic (b) Cellular traffic and offload traffic
Source: CiscoVNI Mobile, 2015
(a) (b)
References
• M. Satyanarayan, “Fundamental Challenges in MobileCloud Computing,” Proceedings ACM
Symposium Principles of distributed Computing, ACM Press, 1996.
• M. L. Powell, B.P. Miller (1983) Process migration in demos/mp. ACM SIGOPSOper Syst Rev
17(5):110–119
• M. Shanklin, “MobilE CLOUDCOMPUTing”
[Online].Available:http://www.cse.wustl.edu/_jain/cse574-10/ftp/cloud/index.html#sec32
• N. Kaushik et.al, A Literature Survey on Mobile Cloud Computing: Open Issues and Future
Directions, International Journal Of EngineeringAnd Computer Science ISSN:2319-7242
Volume 3 Issue 5 may, 2014 Page No. 6165-6172
• D. Sahu, “Cloud Computing in MobileApplications”, International Journal of Scientific and
Research Publications,Volume 2, Issue 8,August 2012 1 ISSN 2250-3153
• K. Ha et al, Cloud Offload in Hostile Environments, December 2011, CMU-CS-11-146
• M.Armbrust et al., “A view of cloud computing”, Mag. Commun. of the ACM, vol. 53, no. 4,
2010.

More Related Content

What's hot

Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Majid Hajibaba
 
Cloud computing & energy efficiency using cloud to decrease the energy use in...
Cloud computing & energy efficiency using cloud to decrease the energy use in...Cloud computing & energy efficiency using cloud to decrease the energy use in...
Cloud computing & energy efficiency using cloud to decrease the energy use in...Puru Agrawal
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingVineet Garg
 
Cloud of things (IoT + Cloud Computing)
Cloud of things (IoT + Cloud Computing)Cloud of things (IoT + Cloud Computing)
Cloud of things (IoT + Cloud Computing)Zakaria Hossain
 
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...Majid Hajibaba
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computingFatih Özlü
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)Prakash Honnur
 
Evolution of the cloud
Evolution of the cloudEvolution of the cloud
Evolution of the cloudsagaroceanic11
 
Io t system management with
Io t system management withIo t system management with
Io t system management withxyxz
 
Security Issues of Cloud Computing
Security Issues of Cloud ComputingSecurity Issues of Cloud Computing
Security Issues of Cloud ComputingFalgun Rathod
 

What's hot (20)

Mobile cloud computing.pptx
Mobile cloud computing.pptxMobile cloud computing.pptx
Mobile cloud computing.pptx
 
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
Cloud Computing Principles and Paradigms: 4 the enterprise cloud computing pa...
 
FOG COMPUTING
FOG COMPUTINGFOG COMPUTING
FOG COMPUTING
 
Unit 4
Unit 4Unit 4
Unit 4
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing & energy efficiency using cloud to decrease the energy use in...
Cloud computing & energy efficiency using cloud to decrease the energy use in...Cloud computing & energy efficiency using cloud to decrease the energy use in...
Cloud computing & energy efficiency using cloud to decrease the energy use in...
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud Computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud of things (IoT + Cloud Computing)
Cloud of things (IoT + Cloud Computing)Cloud of things (IoT + Cloud Computing)
Cloud of things (IoT + Cloud Computing)
 
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...
Cloud Computing Principles and Paradigms: 5 virtual machines provisioning and...
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
 
Seminar ppt fog comp
Seminar ppt fog compSeminar ppt fog comp
Seminar ppt fog comp
 
Evolution of the cloud
Evolution of the cloudEvolution of the cloud
Evolution of the cloud
 
Mobile computing
Mobile computing Mobile computing
Mobile computing
 
Cloud Infrastructure Mechanisms
Cloud Infrastructure MechanismsCloud Infrastructure Mechanisms
Cloud Infrastructure Mechanisms
 
Edge computing
Edge computingEdge computing
Edge computing
 
Io t system management with
Io t system management withIo t system management with
Io t system management with
 
Security Issues of Cloud Computing
Security Issues of Cloud ComputingSecurity Issues of Cloud Computing
Security Issues of Cloud Computing
 

Viewers also liked

Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud ComputingSimeon Oriko
 
Mobile Cloud Computing Challenges and Security
Mobile Cloud Computing Challenges and SecurityMobile Cloud Computing Challenges and Security
Mobile Cloud Computing Challenges and SecurityJohn Paul Prassanna
 
Mobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureMobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureReza Rahimi
 
Mobile Cloud Computing
Mobile Cloud Computing Mobile Cloud Computing
Mobile Cloud Computing Varun Vijay
 
Introduction of Cloud computing
Introduction of Cloud computingIntroduction of Cloud computing
Introduction of Cloud computingRkrishna Mishra
 
Cloud computing simple ppt
Cloud computing simple pptCloud computing simple ppt
Cloud computing simple pptAgarwaljay
 
Seminar on cloud computing by Prashant Gupta
Seminar on cloud computing by Prashant GuptaSeminar on cloud computing by Prashant Gupta
Seminar on cloud computing by Prashant GuptaPrashant Gupta
 
Research Seminar Presentation - A framework for partitioning and execution of...
Research Seminar Presentation - A framework for partitioning and execution of...Research Seminar Presentation - A framework for partitioning and execution of...
Research Seminar Presentation - A framework for partitioning and execution of...malinga2009
 
Data-Centric Protection: The Future of BYOD Security
Data-Centric Protection: The Future of BYOD SecurityData-Centric Protection: The Future of BYOD Security
Data-Centric Protection: The Future of BYOD SecurityBitglass
 
Social Business =Cloud + Big Data + Social Media + Mobile Computing
Social Business =Cloud + Big Data + Social Media + Mobile ComputingSocial Business =Cloud + Big Data + Social Media + Mobile Computing
Social Business =Cloud + Big Data + Social Media + Mobile ComputingWilliam Tanenbaum
 
Cloud Computing for Mobile Robots
Cloud Computing for Mobile RobotsCloud Computing for Mobile Robots
Cloud Computing for Mobile RobotsDarshan Rajagopal
 
Gearing up of resource poor mobile devices using cloud
Gearing up of resource poor mobile devices using cloudGearing up of resource poor mobile devices using cloud
Gearing up of resource poor mobile devices using cloudamelpakkath
 
An insight for Mobile Cloud Computing (MCC)
An insight for Mobile Cloud Computing (MCC)An insight for Mobile Cloud Computing (MCC)
An insight for Mobile Cloud Computing (MCC)Yuvaraj Ilangovan
 
Healthcare Statitsics - a Market Research Report by RapidValue Solutions
Healthcare Statitsics - a Market Research Report by RapidValue SolutionsHealthcare Statitsics - a Market Research Report by RapidValue Solutions
Healthcare Statitsics - a Market Research Report by RapidValue SolutionsRapidValue
 
Mobile Security Solution - Cloud Computing Major Project
Mobile Security Solution - Cloud Computing Major ProjectMobile Security Solution - Cloud Computing Major Project
Mobile Security Solution - Cloud Computing Major ProjectTarun Gupta
 
Mobile Cloud Computing 2012
Mobile Cloud Computing 2012 Mobile Cloud Computing 2012
Mobile Cloud Computing 2012 Bhavya Siddappa
 

Viewers also liked (20)

Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 
Mobile Cloud Computing Challenges and Security
Mobile Cloud Computing Challenges and SecurityMobile Cloud Computing Challenges and Security
Mobile Cloud Computing Challenges and Security
 
Mobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureMobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big Picture
 
Mobile Cloud Computing
Mobile Cloud Computing Mobile Cloud Computing
Mobile Cloud Computing
 
Introduction of Cloud computing
Introduction of Cloud computingIntroduction of Cloud computing
Introduction of Cloud computing
 
Cloud computing simple ppt
Cloud computing simple pptCloud computing simple ppt
Cloud computing simple ppt
 
Seminar on cloud computing by Prashant Gupta
Seminar on cloud computing by Prashant GuptaSeminar on cloud computing by Prashant Gupta
Seminar on cloud computing by Prashant Gupta
 
cloud computing ppt
cloud computing pptcloud computing ppt
cloud computing ppt
 
Cloud computing ppt
Cloud computing pptCloud computing ppt
Cloud computing ppt
 
Hematian seminar grid
Hematian seminar gridHematian seminar grid
Hematian seminar grid
 
Cloud Computing and It's Types in Mobile Network
Cloud Computing and It's Types in Mobile NetworkCloud Computing and It's Types in Mobile Network
Cloud Computing and It's Types in Mobile Network
 
Research Seminar Presentation - A framework for partitioning and execution of...
Research Seminar Presentation - A framework for partitioning and execution of...Research Seminar Presentation - A framework for partitioning and execution of...
Research Seminar Presentation - A framework for partitioning and execution of...
 
Data-Centric Protection: The Future of BYOD Security
Data-Centric Protection: The Future of BYOD SecurityData-Centric Protection: The Future of BYOD Security
Data-Centric Protection: The Future of BYOD Security
 
Social Business =Cloud + Big Data + Social Media + Mobile Computing
Social Business =Cloud + Big Data + Social Media + Mobile ComputingSocial Business =Cloud + Big Data + Social Media + Mobile Computing
Social Business =Cloud + Big Data + Social Media + Mobile Computing
 
Cloud Computing for Mobile Robots
Cloud Computing for Mobile RobotsCloud Computing for Mobile Robots
Cloud Computing for Mobile Robots
 
Gearing up of resource poor mobile devices using cloud
Gearing up of resource poor mobile devices using cloudGearing up of resource poor mobile devices using cloud
Gearing up of resource poor mobile devices using cloud
 
An insight for Mobile Cloud Computing (MCC)
An insight for Mobile Cloud Computing (MCC)An insight for Mobile Cloud Computing (MCC)
An insight for Mobile Cloud Computing (MCC)
 
Healthcare Statitsics - a Market Research Report by RapidValue Solutions
Healthcare Statitsics - a Market Research Report by RapidValue SolutionsHealthcare Statitsics - a Market Research Report by RapidValue Solutions
Healthcare Statitsics - a Market Research Report by RapidValue Solutions
 
Mobile Security Solution - Cloud Computing Major Project
Mobile Security Solution - Cloud Computing Major ProjectMobile Security Solution - Cloud Computing Major Project
Mobile Security Solution - Cloud Computing Major Project
 
Mobile Cloud Computing 2012
Mobile Cloud Computing 2012 Mobile Cloud Computing 2012
Mobile Cloud Computing 2012
 

Similar to Mobile cloud Computing

Cloud_Computing.pptx
Cloud_Computing.pptxCloud_Computing.pptx
Cloud_Computing.pptxYash771676
 
Mobile computing.pptx
Mobile computing.pptxMobile computing.pptx
Mobile computing.pptxssuser6063b0
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud ComputingPranav Sharma
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing402chandan
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture materialAnkit Gupta
 
MOBILE CLOUD COMPUTING fundamental and basic
MOBILE CLOUD COMPUTING fundamental and basicMOBILE CLOUD COMPUTING fundamental and basic
MOBILE CLOUD COMPUTING fundamental and basicranjana dalwani
 
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIES
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIESMOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIES
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIESOgunlana Kunle
 
Mobile Cloud Comuting
Mobile Cloud Comuting Mobile Cloud Comuting
Mobile Cloud Comuting ines beltaief
 
MOBILE CLOUD COMPUTING.pptx
MOBILE CLOUD COMPUTING.pptxMOBILE CLOUD COMPUTING.pptx
MOBILE CLOUD COMPUTING.pptxChiku75
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud ComputingBhaktiKarale
 
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...IOSR Journals
 
Details About Mobile Cloud Computing
Details About Mobile Cloud ComputingDetails About Mobile Cloud Computing
Details About Mobile Cloud Computingvaishnavi_sv
 
Cloud Computing in the Real-World 1.pptx
Cloud Computing in the Real-World 1.pptxCloud Computing in the Real-World 1.pptx
Cloud Computing in the Real-World 1.pptxArifKhursheedAcademi
 
final-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdffinal-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdfSamiksha880257
 
An Overview on Security Issues in Cloud Computing
An Overview on Security Issues in Cloud ComputingAn Overview on Security Issues in Cloud Computing
An Overview on Security Issues in Cloud ComputingIOSR Journals
 
Cloud computing for mobile users can offloading computation save energy
Cloud computing for mobile users can offloading computation save energyCloud computing for mobile users can offloading computation save energy
Cloud computing for mobile users can offloading computation save energyIEEEFINALYEARPROJECTS
 

Similar to Mobile cloud Computing (20)

Cloud_Computing.pptx
Cloud_Computing.pptxCloud_Computing.pptx
Cloud_Computing.pptx
 
Mobile computing.pptx
Mobile computing.pptxMobile computing.pptx
Mobile computing.pptx
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 
Mcc
MccMcc
Mcc
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
 
MOBILE CLOUD COMPUTING fundamental and basic
MOBILE CLOUD COMPUTING fundamental and basicMOBILE CLOUD COMPUTING fundamental and basic
MOBILE CLOUD COMPUTING fundamental and basic
 
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIES
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIESMOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIES
MOBILE CLOUD COMPUTING: ISSUE AND OPPORTUNITIES IN LIBRARIES
 
Mobile Cloud Comuting
Mobile Cloud Comuting Mobile Cloud Comuting
Mobile Cloud Comuting
 
MOBILE CLOUD COMPUTING.pptx
MOBILE CLOUD COMPUTING.pptxMOBILE CLOUD COMPUTING.pptx
MOBILE CLOUD COMPUTING.pptx
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 
Cloud-Computing.pptx
Cloud-Computing.pptxCloud-Computing.pptx
Cloud-Computing.pptx
 
The cloud ecosystem
The cloud ecosystemThe cloud ecosystem
The cloud ecosystem
 
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...
Cloud Computing for hand-held Devices:Enhancing Smart phones viability with C...
 
Details About Mobile Cloud Computing
Details About Mobile Cloud ComputingDetails About Mobile Cloud Computing
Details About Mobile Cloud Computing
 
Cloud computing ppt
Cloud computing pptCloud computing ppt
Cloud computing ppt
 
Cloud Computing in the Real-World 1.pptx
Cloud Computing in the Real-World 1.pptxCloud Computing in the Real-World 1.pptx
Cloud Computing in the Real-World 1.pptx
 
final-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdffinal-unit-i-cc cloud computing-2022.pdf
final-unit-i-cc cloud computing-2022.pdf
 
An Overview on Security Issues in Cloud Computing
An Overview on Security Issues in Cloud ComputingAn Overview on Security Issues in Cloud Computing
An Overview on Security Issues in Cloud Computing
 
Cloud computing for mobile users can offloading computation save energy
Cloud computing for mobile users can offloading computation save energyCloud computing for mobile users can offloading computation save energy
Cloud computing for mobile users can offloading computation save energy
 

Recently uploaded

Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...kajalverma014
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...SUHANI PANDEY
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrHenryBriggs2
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...SUHANI PANDEY
 
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋nirzagarg
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC
 

Recently uploaded (20)

Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
 
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 

Mobile cloud Computing

  • 2. MOBILE USERS IN INDIA Source: Report by Internet and Mobile Application of India
  • 5. 4- REASONS for Using Mobile Cloud Computing •The brain of your service is in Cloud • Easier to share content and asset • Easier to maintain the data • More immune to crashes and deletions
  • 6. What is Mobile Cloud Computing? • Mobile cloud computing is the combination of cloud computing and mobile networks to bring benefits for the mobile users, network providers as well as cloud providers. • MCC at its simplest , refers to an infrastructure where both the data storage and data processing happen outside of the mobile device.
  • 7. Why Mobile Cloud Computing? • Mobile devices face many resource challenges(battery life, storage, bandwidth etc.) • Cloud computing offers advantages to users by allowing them to use infrastructure, platforms and software by cloud providers at low cost and elastically in an on-demand fashion. • MCC provides mobile users with data storage and processing services in clouds, obviating the need to have a powerful device configuration (e.g. CPU speed, memory capacity etc.) , as all resource-intensive computing can be performed in the cloud.
  • 8. MCC Characteristics • Scalability • Reliability • Security • Reduced Cost • Reduced Maintenance
  • 11. MCC Architecture • Mobile devices are connected to the mobile networks via base stations that establish and control the connections and functional interfaces between the networks and mobile devices. • Mobile users’ requests and information are transmitted to the central processors that are connected to servers providing mobile network services. • The subscribers’ requests are delivered to a cloud through the Internet. • In the cloud, cloud controllers process the requests to provide mobile users with the corresponding cloud services.
  • 12. IBM Mobile Cloud Service
  • 14. Advantages • Extending battery lifetime • Improving data storage capacity and processing power • Improving reliability and availability • Dynamic Provisioning • Scalability • Multi-tenancy • Ease of Integration
  • 15. Advantages • Extending battery lifetime: • Computation offloading migrates large computations and complex processing from resource-limited devices (i.e., mobile devices) to resourceful machines (i.e., servers in clouds). • Remote application execution can save energy significantly. • Many mobile applications take advantages from task migration and remote processing.
  • 16. Advantages • Improving data storage capacity and processing power: • MCC enables mobile users to store/access large data on the cloud. • MCC helps reduce the running cost for computation intensive applications. • Mobile applications are not constrained by storage capacity on the devices because their data now is stored on the cloud.
  • 17. Advantages • Improving reliability and availability: • Keeping data and application in the clouds reduces the chance of lost on the mobile devices. • MCC can be designed as a comprehensive data security model for both service providers and users: • Protect copyrighted digital contents in clouds. • Provide security services such as virus scanning, malicious code detection, authentication for mobile users. • With data and services in the clouds, then are always(almost) available even when the users are moving.
  • 18. Advantages • Dynamic provisioning: • Dynamic on-demand provisioning of resources on a fine-grained, self-service basis • No need for advanced reservation • Scalability: • Mobile applications can be performed and scaled to meet the unpredictable user demands • Service providers can easily add and expand a service
  • 19. Advantages • Multi-tenancy: • Service providers can share the resources and costs to support a variety of applications and large no. of users. • Ease of Integration: • Multiple services from different providers can be integrated easily through the cloud and the Internet to meet the users’ demands.
  • 20. MCC Applications • Mobile Commerce: • M-commerce allows business models for commerce using mobile devices. • Examples: Mobile financial, mobile advertising, mobile shopping… • M-commerce applications face various challenges (low bandwidth, high complexity of devices, security, …) • Integrated with cloud can help address these issues • Example:Combining 3G and cloud to increase data processing speed and security level.
  • 21. MCC Applications • Mobile Learning: • M-learning combines e-learning and mobility • Traditional m-learning has limitations on high cost of devices/network, low transmission rate, limited educational resources • Cloud-based m-learning can solve these limitations • Enhanced communication quality between students and teachers • Help learners access remote learning resources • A natural environment for collaborative learning
  • 22. MCC Applications • Mobile Healthcare: • M-healthcare is to minimize the limitations of traditional medical treatment (eg. Small storage, security/privacy, medical errors, …) • M-healthcare provides mobile users with convenient access to resources(eg. medical records) • M-healthcare offers hospitals and healthcare organizations a variety of on-demand services on clouds • Examples: • Comprehensive health monitoring services • Intelligent emergency management system • Health-aware mobile devices (detect pulse-rate, blood pressure, level of alcohol etc)
  • 23. MCC Applications • Assistive technologies: • Pedestrian crossing guide for blind and visually-impaired • Mobile currency reader for blind and visually impaired • Lecture transcription for hearing impaired students • Other applications: • Sharing photos/videos • Keyword-based, voice-based, tag-based searching • Monitoring a house, smart home systems
  • 24. MCC Issues • Mobile communication issues: • Low bandwidth:One of the biggest issues, because the radio resource for wireless networks is much more scarce than wired networks • Service availability: Mobile users may not be able to connect to the cloud to obtain a service due to traffic congestion, network failures, mobile signal strength problems. • Security & Privacy: Users are worried about the vulnerability to attacks, when information and critical IT resources are outside the firewall.
  • 25. MCC Issues • Heterogeneity: Handling wireless connectivity with highly heterogeneous networks to satisfy MCC requirements (always-on connectivity, on-demand scalability, energy efficiency) is a difficult problem.To solve this problem IRNA(Intelligent Radio Network Access) is built up.
  • 26. MCC Issues • Computing issues: 1. Computation offloading: It is critical to determine whether to offload and which portions of the service codes to offload. 2. Security 3. Enhancing the efficiency of data access. 4. Context-aware mobile cloud services.
  • 27. Types of offloading • Depending on material being offloaded 1. Data Offloading: Data are migrated from one congested network to another network. 2. Computational Offloading: An expensive computational process is migrated from the mobile device to the server with cloud to improve performance and battery life.
  • 28. Types of offloading • Depending On ApproachesToTime Reduction 1. Fine-Grained Offloading (Partial Offloading) 2. Coarse-Grained Offloading (Full Offloading)
  • 29. Offloading Methods • Current discusses offloading methods in three main directions: 1. Client-Server communication methods 2. Virtualization 3. Mobile Agents
  • 31. MAUI • MAUI (Mobile Assistance Using Infrastructure) is designed by Microsoft for Windows phones, which uses the Microsoft .NET Common Language Runtime (CLR). • MAUI is a system that enables fine-grained energy-aware offload of mobile code to the infrastructure. • MAUI uses the benefits of a managed code environment to support fine-grained code offload to maximize energy savings with minimal burden on the programmer. • MAUI decides at runtime which methods should be remotely executed, driven by an optimization engine that achieves the best energy savings possible under the mobile device’s current connectivity constrains.
  • 32. CloneCloud • Mobile applications such as virus scanning, image search with face recognition and privacy preserving advertisement are demanding more memory space and processing power from cloud to speed up the system and reduce energy consumption. • CloneCloud applies primarily to application layer virtual machines (VMs), such as the JavaVM, DalvikVM from the Android Platform, and Microsoft’s .NET. It chooses application-layerVMs since they are widely used in mobile platforms. • CloneCloud support one mobile device with one clone.To support full concurrency between the mobile devices and clones, this will add new features such as thread synchronization and on-demand object paging.
  • 33. ThinkAir • ThinkAir is a framework that makes it simple for developers to migrate their smartphone applications to the cloud.ThinkAir exploits the concept of smartphone virtualization in the cloud and provides method-level computation offloading. • Advancing on previous work, it focuses on the elasticity and scalability of the cloud and enhances the power of mobile cloud computing by parallelizing method execution using multiple virtual machine (VM) images. • ThinkAir has been developed for Java and has been based on Android. It eliminates the limitations induced from CloneCloud by combining the approaches from MAUI and CloneCloud. However, it does not eliminate the induced overhead due to the provisioning of virtual machines.
  • 34. Cloudlets • A cloudlet is a mobility-enhanced small-scale cloud datacenter that is located at the edge of the Internet. • The main purpose of the cloudlet is supporting resource-intensive and interactive mobile applications by providing powerful computing resources to mobile devices with lower latency. • It is a new architectural element that extends today’s cloud computing infrastructure. It represents the middle tier of a 3-tier hierarchy: mobile device - cloudlet - cloud.A cloudlet can be viewed as a data center in a box whose goal is to bring the cloud closer.
  • 35. Open Issues and Challenges • Task Division • Data delivery • Low Bandwidth • Energy-efficient transmission • LiveVM migration issues • Concurrency and Synchronization
  • 36. Offloading in the Future Forecast of mobile data growth (a) Mobile data traffic (b) Cellular traffic and offload traffic Source: CiscoVNI Mobile, 2015 (a) (b)
  • 37. References • M. Satyanarayan, “Fundamental Challenges in MobileCloud Computing,” Proceedings ACM Symposium Principles of distributed Computing, ACM Press, 1996. • M. L. Powell, B.P. Miller (1983) Process migration in demos/mp. ACM SIGOPSOper Syst Rev 17(5):110–119 • M. Shanklin, “MobilE CLOUDCOMPUTing” [Online].Available:http://www.cse.wustl.edu/_jain/cse574-10/ftp/cloud/index.html#sec32 • N. Kaushik et.al, A Literature Survey on Mobile Cloud Computing: Open Issues and Future Directions, International Journal Of EngineeringAnd Computer Science ISSN:2319-7242 Volume 3 Issue 5 may, 2014 Page No. 6165-6172 • D. Sahu, “Cloud Computing in MobileApplications”, International Journal of Scientific and Research Publications,Volume 2, Issue 8,August 2012 1 ISSN 2250-3153 • K. Ha et al, Cloud Offload in Hostile Environments, December 2011, CMU-CS-11-146 • M.Armbrust et al., “A view of cloud computing”, Mag. Commun. of the ACM, vol. 53, no. 4, 2010.