Ranjana Cloud Computing (Lab Report)
Ranjana Cloud Computing (Lab Report)
LAB REPORT
OF
“Cloud Computing”
LETTER OF APPROVAL
This lab report binds with the entitle “Cloud Computing Lab Report” prepared by
Ranjana Tamang Batch of 2020 of Swoyambhu International College, Lagankhel,
Lalitpur. Registration No: 6-2-927-17-2020. As a partial fulfillment for requirement for
the degree of Bachelor in Computer Application has been evaluated. In our view, this
project includes all the quality elements for the required degree.
………………………… ……………….….……...
Will always remember making the Lab Report and the knowledge we gained while doing
so. Concluding this with a heartiest thanks to our college and its faculty members for
always being there when the students need it.
Ranjana Tamang
(Batch of 2020)
TABLE OF CONTENT
Installation Steps:
1
2. Double-click the downloaded.exe file to run the installer.
3. Click "Next" and select the installation settings.
2
4. Choose where to install and click "Next" again.
3
6. When complete, click "Finish" to launch VirtualBox.
4
LAB 2: Install a C compiler in the virtual machine & execute a sample
program.
Steps to Install a C compiler in the virtual machine & execute a sample
program:
1. Open Virtual Box.
2. Log into the VM
3. Open the terminal and install C compiler
5
4. Open Terminal & create a C file
6
5. Write a C program in the file and save it.
7
LAB 3: Install Hadoop single node cluster & run simple application like
word count.
Hadoop is an open-source framework developed by Apache that allows for the distributed
storage and processing of large datasets across multiple computers. It is designed to scale
from a single server to thousands of machines while handling big data efficiently. It is
widely used by companies like Facebook, Amazon, and Google for handling massive
amounts of data.
Steps to install Hadoop single node cluster & run simple application like word
count:
8
3. Set the environment variables
9
5. Format Hadoop Namenode & Start Services
10
LAB 4: Display student details form using controller visual force i.e.
salesforce.
Salesforce is a cloud-based customer relationship management (CRM) platform that
enables organizations to manage their sales, customer service, marketing, and other
business operations using a suite of integrated applications.
Visualforce is a framework within Salesforce that allows developers to build custom user
interfaces (UI). It uses HTML-like syntax with the ability to incorporate Apex controllers
to retrieve, update, and save Salesforce data. It enables creating pages that are highly
customized beyond the standard Salesforce UI.
Steps to Display student details form using controller visual force i.e. salesforce:
11
2. Go to the profile section and select developer console
4. Set the name for the page and the visualforce page is opened
12
5. Create an apex form and save the page
13
LAB 5: Install google app engine & create hello world app.
Google App Engine is a fully managed Platform-as-a-Service (PaaS) that allows
developers to build, deploy, and scale applications without managing the underlying
infrastructure. It provides automatic scaling, built-in security, and seamless integration
with other Google Cloud services.
Steps to install google app engine & create hello world app:
1. Update and install required packages
14
4. Install Google Cloud SDK
15
7. Creating a new project
8. Create a new file or app in the preferred language and save it in your computer
16