Cas Lab
Cas Lab
LABORATORY
LAB MANUAL
Academic Year : 2023 -2024
Course Code : 20AM6L02
Regulations : R -20
Semester : VI
Branch : AIML
AIM:
The objective of this lab experiment is to create a class timetable using a word processing
application, save the document locally, and then store it on a cloud platform in both DOC and
PDF formats. Participants will gain hands-on experience in document creation, file storage,
and document format conversion.
Experiment Steps:
AIM:
The objective of this lab experiment is to gain hands-on experience in implementing
virtualization in cloud computing using an open-source operating system. Participants will
learn the basics of virtualization, understand the benefits of virtualization in the cloud, and
work with relevant tools to create virtual machines.
Experiment Steps:
● Sharing
Virtualization enables the creation of separate computing environments within the
same host, reducing the number of active servers and limiting power consumption.
● Aggregation
Virtualization allows the grouping of separate hosts, presented to guests as a single
virtual host. Cluster management software facilitates this, utilizing the resources of
multiple machines as a unified entity.
● Isolation
Virtualization provides guests with a separate environment, interacting through an
abstraction layer. The virtual machine filters and prevents harmful operations,
ensuring secure execution.
4. Library Level
The operating system is cumbersome, and this is when the applications use the API
from the libraries at a user level. These APIs are documented well, and this is why
the library virtualization level is preferred in these scenarios. API hooks make it
possible as it controls the link of communication from the application to the system.
5. Application Level
The application-level virtualization is used when there is a desire to virtualize only
one application and is the last of the implementation levels of virtualization in Cloud
Computing. One does not need to virtualize the entire environment of the platform.
Conclusion:
This lab experiment provides hands-on experience in implementing virtualization in cloud
computing using an open-source operating system. Participants gain practical insights into
the basics of virtualization, understand the benefits of virtualization in the cloud, and learn to
work with relevant tools to create and manage virtual machines.
3.Install Virtual box/VMware Workstation with different flavours of linux or windows
OS on top of windows7 or 8.
AIM:
The objective of this lab experiment is to gain hands-on experience in virtualization by
installing VirtualBox or VMware Workstation on a Windows 7 or 8 host machine. Participants
will further install different flavours of Linux and Windows operating systems as virtual
machines to understand the virtualization process.
Experiment Steps:
Conclusion:
This lab experiment provides practical experience in virtualization by installing VirtualBox or
VMware Workstation on a Windows 7 or 8 host machine and creating virtual machines with
different flavours of Linux and Windows operating systems. Participants gain insights into the
configuration and management of virtualized environments.
4.Install a C compiler in the virtual machine created using virtual box and execute
Simple Programs.
AIM:
The objective of this lab experiment is to install a C compiler in a virtual machine created
using VirtualBox and execute simple C programs. Participants will gain hands-on experience
in setting up a development environment for C programming within a virtualized
environment.
Experiment Steps:
Conclusion:
This lab experiment provides practical experience in setting up a C programming
environment by installing the GCC compiler in a virtual machine created using VirtualBox.
Participants gain hands-on experience in compiling and executing simple C programs, laying
the foundation for further programming exploration.