1. Cloud Computing

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

New TOPIC

CLOUD COMPUTING
CONTENT BY -ASHOK K

Introduction :

Cloud computing is a concept,Storing, managing and accessing data through

K
the internet with help of remote servers,databases and platforms is called cloud

ok
computing.

Cloud computing provides below services :

sh
● SAAS - Software as a service
-A
● PAAS - Platform as a service

● IAAS - Infrastructure as a service


IT

SAAS (Software as a service) :

● It is a way of delivering applications over the Internet as a service.


sh

● Instead of installing and maintaining softwares in our local machine, we will

access it through the internet.


re

● Saas providers will be taking care of the security,upgrade and performance


Na

of these softwares.

Advantages :

● Access of all internet device

● Low cost (pay per use)


● Advanced Security

● Instant data updates

● Painless upgrades and updates

● Offline functionality

● Multiple backups

K
Example :

ok
Sales cloud, Service cloud, Marketing Cloud

PAAS (Platform as a service) :

sh
A platform as a service (PaaS) allows businesses to easily develop,deploy,
-A
run, and manage custom cloud applications without the complexity of building and

maintaining their own servers and infrastructure.

Advantages :
IT

● Access of all internet device


sh

● Low cost (pay per use)

● Advanced Security
re

● Instant updates

● Painless upgrades and updates


Na

Example :

Force.com (Code editors,Config setup..etc)

IAAS (Infrastructure as a service) :

2
IaaS allows customers to manage their own fleet of virtual servers, which

includes responsibility for the application runtime environment, operating system,

and middleware.

So many companies have implemented the above services in their own way.

Example :

K
● Amazon Web Services

ok
● Google Cloud

● IBM Cloud

sh
● Microsoft Azure

● Oracle
-A
● Salesforce

● SAP
IT

Salesforce.com is a company which implements all the concepts of cloud

computing(SAAS,PAAS) and then builds one product,this product name is called


sh

salesforce.
re

Salesforce :
Na

Salesforce is a product which is implemented by salesforce.com using cloud

computing concepts. In the traditional approach as a programmer if we are

developing any application we require below sources.

● Need resources for developing the application (Editors-IDE)

● Need resources for run the application (Servers)

3
● Need resources for storing the data.(Database)

By default salesforce provided the above resources. We can access it through the

internet only.

High level diagram of cloud computing :

K
ok
sh
-A
IT
sh
re
Na

4
Create Org :

Step 1 :

Open https://developer.salesforce.com/signup site th browser

K
ok
sh
-A
IT
sh
re
Na

5
Step 2 :

Enter all details (Enter valid email) in the above form and click on sign me up

button

Step 3 :

You will get a link in your above mail id (note down username here).Click on link

K
and it will be redirected to the password enter page.

ok
Step 4 :

sh
Enter your password,choose a security question and enter the answer as well.

Step 5 :
-A
Click on button it will redirecting to salesforce org

This is the lightning view if you want to switch classic view follow the below steps
IT
sh
re
Na

6
K
ok
sh
-A
Click on ‘View Profile’ > ‘Switch to Salesforce Classic’
IT

Then it will be redirect to salesforce classic, its look like below


sh

Below are the default application which is provided by salesforce


re
Na

7
K
ok
sh
For Developer edition we will use below link :
-A
https://login.salesforce.com/

As developers in a real time environment we will use sandbox org. For login we will
IT

use below link


sh

https://test.salesforce.com/

MVC Architecture :
re

In salesforce we are using MVC architecture for developing the project.


Na

M for Model (Objects)

V for View (User Interface)

C for Controllers/Classes

8
In salesforce as per below MVC architecture for creating any UI/Pages we will use

visualforce (its tag based markup language), Aura components/Lightning

components (these tags are implemented using aura framework), Lightning web

components (LWC).

For creating the controllers/Classes we will use Apex programming language (It's

K
an object oriented programming language) and for storing the data we are using

objects (like database tables).

ok
sh
-A
IT
sh
re
Na

9
10
Na
re
sh
IT
-A
sh
ok
K

You might also like