Cloud Applications Cloud Applications  A cloud app is the evolved web app.  It's equally used to access online services over the Internet like web apps.

Slides:



Advertisements
Similar presentations
How Virtualization and the Cloud Will Change Your Business and What You Can Do To Prepare.
Advertisements

UNIT-e futures and UNIT-e Mobile Ben Potter Systems Architect.
Building Mobile Apps in the Cloud – Comparing Approaches.
Amazon. Cloud computing also known as on-demand computing or utility computing. Similar to other utility providers like electric, water, and natural gas,
Cloud Computing PRESENTED BY- Rajat Dixit (rd2392)
Delivering the multiagent technology to end-users through the web D. Mitrović 1, M. Ivanović 1, C. Bădică 2 1 University of Novi Sad, Serbia 2 University.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 1.
What is Cloud Computing? o Cloud computing:- is a style of computing in which dynamically scalable and often virtualized resources are provided as a service.
CS-101 Lecture 8 Introduction to cloud implementations Department of Computer Science College of Arts and Science 1 Mr.Omer Salih.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
Introduction to Microsoft Office Web Apps with Jim Mollé Learn iT! Computer Software Training.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Building Offline/Cache Mode Web Apps Using Sync Framework Mike Clark Group Manager Cloud Data Services Team
USING THE CLOUD 1. WHAT IS CLOUD COMPUTING? Cloud computing means storing and accessing data and programs over the Internet instead of your computer's.
 Cloud computing is one of the more recent technologies that many businesses, individuals and other industry organizations believe to by one of the keys.
CLOUD COMPUTING For Beginners.
Introduction to Cloud Computing
Cloud Computing All Copyrights reserved to Talal Abu-Ghazaleh Organization
Osama Shahid ( ) Vishal ( ) BSCS-5B
For more notes and topics visit:
1 Introduction to Cloud Computing Jian Tang 01/19/2012.
Application and Usage of Cloud Computing and Data Security
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter Four Configuring Outlook and Outlook Web Access.
By Chris Versaci CLOUD SECURITY. WHAT IS CLOUD COMPUTING? Cloud computing is a concept that involves a large number of computers connected through a real-time.
SharePoint Services Indiana University Cory P. Retherford May 9 th, 2011.
Fleet forwarding systems generally consists of telemetric systems which uses remote devices to monitor the fleet applications and presents it in useable.
Geographic Information Systems Cloud GIS. ► The use of computing resources (hardware and software) that are delivered as a service over the Internet ►
6 Essential Apps for Connected Librarians Apps to Make You More Productive Vincent A. Alascia State Library of Arizona
Computing on the Cloud Jason Detchevery March 4 th 2009.
In the name of God :).
Our Online Courier Management Application is developed with the latest technology and State of the Art Database. This Management Software will be very.
Explain the purpose of an operating system
Cloud Computing. What is Cloud Computing? What is Cloud Computing? The cloud is an umbrella term for products and services that rely on the internet to.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Mobile Apps Accessibility standard. Discussion by Yacoob Woozeer.
Cloud Project. SaaS: Software-as-a-Service Also known as an on-demand software, SaaS is an application that can be accessed from anywhere on the world.
組員: 張世謙 林原瑭 黃郁翔.  Introduction  Design approach  Optimization Approaches  Conclusion and future directions
Enterprise Cloud Computing
Basics of testing mobile apps
Cloud Computing, Business Users & Google Raju Gulabani Director of Product Management, Google Apps Feb 25, 09.
Web Technologies Lecture 8 Server side web. Client Side vs. Server Side Web Client-side code executes on the end-user's computer, usually within a web.
Use flash eBook software AnyFlip to make page flip book works seamlessly on mobile devices.
| | Top 4 Benefits of Hybrid Mobile Apps.
3 Star Hotel Management System - Easy to use, yet powerful hotel software, offering management and reservation solutions for all types of hotels, motels,
CLOUD COMPUTING. What is cloud computing ??? What is cloud computing ??? Cloud computing is a general term for anything that involves delivering hosted.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved CHAPTER 15 Creating Collaborative Partnerships.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
3/12/2013Computer Engg, IIT(BHU)1 CLOUD COMPUTING-1.
Information Systems in Organizations 5.2 Cloud Computing.
Saranya Sriram Developer Evangelist | Microsoft
RANDY MODOWSKI COSC Cloud Computing. Road Map What is Cloud Computing? History of “The Cloud” Cloud Milestones How Cloud Computing is being used.
SME in the Cloud Awingu Edition Partner presentation Rolan Linsen Combined Solutions Design | Solutions IT
Office 365 is cloud- based productivity, hosted by Microsoft. Business-class Gain large, 50GB mailboxes that can send messages up to 25MB in size,
Cloud Computing ENG. YOUSSEF ABDELHAKIM. Agenda :  The definitions of Cloud Computing.  Examples of Cloud Computing.  Which companies are using Cloud.
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
CLOUD COMPUTING When it's smarter to rent than to buy.. Presented by D.Datta Sai Babu 4 th Information Technology Tenali Engineering College.
Short Customer Presentation September The Company  Storgrid delivers a secure software platform for creating secure file sync and sharing solutions.
WHAT IS CLOUD COMPUTING? Pierce County Library System.
Web 2.0: Concepts and Applications 6 Linking Data.
Office 365 Tools OneDrive and Skype for Business
Office 365 is cloud-based productivity, hosted by Microsoft.
Understanding Programming Mobile Web
Web Application.
Cloud Computing Cloud computing: (the Internet represents the Cloud).
Chapter Six Cloud Computing
Introduction to Cloud Computing
Overview The World Wide Web has changed the way that people
Online software and backups
Microsoft Virtual Academy
Presentation transcript:

Cloud Applications Cloud Applications  A cloud app is the evolved web app.  It's equally used to access online services over the Internet like web apps but not always exclusively dependent on web browsers to work.  It's possible for a customizable, multi-tenancy cloud app to be solely(exclusively) available over the web browser from service providers, but quite often the web-interface is used as alternative access methods to the custom built cloud app for online services.

Cloud Applications Cloud Applications Cloud apps are usually characterized by advanced features such as:  Data is stored in a cloud / cloud-like infrastructure  Data can be cached locally for full-offline mode  Support for different user requirements, e.g., data backup cloud app with different features such as data compression, security, backup schedule  Can be used from web browser and/or custom built apps installed on Internet connected devices such as desktops, mobile phones  Can be used to access a wider range of services such as on-demand computing cycle, storage, application development platforms

Cloud Applications

Cloud Applications Cloud Applications Examples of cloud apps  Some common examples include Mozy, Evernote, Sugar Sync, Salesforce, Dropbox, NetSuite, and Zoho.com.  Other qualifying examples such as web (Google, Yahoo, Microsoft Hotmail, etc.) may not be so obvious, but they depend on cloud technology and are available off-line if consumers so choose to have them configured as such.  There are numerous websites where you can find useful information on cloud apps.  to be particularly informative. It includes cloud app reviews and ratings to evaluate the apps.

Web Applications Web Applications Web apps  Web apps on the other hand are almost exclusively designed to be used from a web browser.  A combination of server-side script (ASP, PHP etc) and client-side script (HTML, JavaScript, Adobe Flash) are commonly used to develop the web application.  The web browser (thin client) relies on the web server components installed on backend infrastructure systems for the heavy lifting in providing its core functional web services.  The obvious benefit that this computing model is that it is accessible from anywhere via the web browser.  Cloud apps can also be accessed this way.

Web Applications Web Applications

Examples of web apps  For many, web services such as WebEx, electronic banking, online shopping applications, and eBay fall into this category in as much as they are exclusively web- based with limited options for consumer customization.  In another example, Facebook exactly offers customized services.