0% found this document useful (0 votes)
217 views2 pages

It8711 Foss and Cloud Computing Laboratory: List of Experiments

The document lists 10 experiments for an IT8711 FOSS and Cloud Computing Laboratory. The experiments include: 1) Using gcc to compile C programs and make; 2) Using version control systems commands like clone, commit, push, etc.; 3) Installing virtual machines with different OSes using VirtualBox or VMware; 4) Installing a C compiler in a virtual machine; 5) Creating web apps using Google App Engine and Python/Java; 6) Launching web apps using GAE launcher; 7) Simulating cloud scenarios using CloudSim; 8) Transferring files between virtual machines; 9) Launching virtual machines using TryStack; and 10) Installing Hadoop and running wordcount.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views2 pages

It8711 Foss and Cloud Computing Laboratory: List of Experiments

The document lists 10 experiments for an IT8711 FOSS and Cloud Computing Laboratory. The experiments include: 1) Using gcc to compile C programs and make; 2) Using version control systems commands like clone, commit, push, etc.; 3) Installing virtual machines with different OSes using VirtualBox or VMware; 4) Installing a C compiler in a virtual machine; 5) Creating web apps using Google App Engine and Python/Java; 6) Launching web apps using GAE launcher; 7) Simulating cloud scenarios using CloudSim; 8) Transferring files between virtual machines; 9) Launching virtual machines using TryStack; and 10) Installing Hadoop and running wordcount.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

IT8711 FOSS AND CLOUD COMPUTING

LABORATORY
List Of Experiments:
1. Use gcc to compile c-programs. Split the programs to different modules and create anapplication using make
command.
2. Use version control systems command to clone, commit, push, fetch, pull, checkout, reset, and delete
repositories.
3. Install Virtualbox/VMware Workstation with different flavours of linux or windows OS on top of windows7
or 8.
4. Install a C compiler in the virtual machine created using virtual box and execute Simple Programs.
5. Install Google App Engine. Create hello world app and other simple web applications using python/java.
6. Use GAE launcher to launch the web applications.
7. Simulate a cloud scenario using CloudSim and run a scheduling algorithm that is not present in CloudSim.
8. Find a procedure to transfer the files from one virtual machine to another virtual machine.
9. Find a procedure to launch virtual machine using trystack (Online Openstack Demo Version)
10. Install Hadoop single node cluster and run simple applications like wordcount.

Ex 1:

Use gcc to compile c-programs. Split the programs to different modules and create anapplication using make
command.

https://youtu.be/aw9wHbFTnAQ

Ex 2:

Use version control systems command to clone, commit, push, fetch, pull, checkout, reset, and delete
repositories.

https://medium.com/mindorks/what-is-git-commit-push-pull-log-aliases-fetch-config-clone-
56bc52a3601c

Ex 3:

 Install Virtualbox/VMware Workstation with different flavours of linux or windows OS on top


of windows7 or 8.

https://youtu.be/UueNUptkHkE

Ex 4:

Install a C compiler in the virtual machine created using virtual box and execute Simple
Programs.
https://youtu.be/jUDiEPQSnk0

Ex 5:

Install Google App Engine. Create hello world app and other simple web applications using
python/java.

https://youtu.be/mhY4RvkBlCs

Ex 6:

Use GAE launcher to launch the web applications.

https://youtu.be/qCigM0UtwnY

Ex 7:

Simulate a cloud scenario using CloudSim and run a scheduling algorithm that is not present in
CloudSim.

https://youtu.be/uqsg0lLvbj0

Ex 8:

Find a procedure to transfer the files from one virtual machine to another virtual machine.

https://youtu.be/0aQEgGOF9RE

Ex 9 and 10 : study experiments

You might also like