Ccs372 Students Lab Manual
Ccs372 Students Lab Manual
LAB MANUAL
Regulation- 2021
III year / VI
semester
(CSBS)
PREPARED BY APPROVED BY
Dr.M.Jeya Sundari, Dr.M.Gomathy Nayagam
AP/CSBS HOD/CSBS
1
VISION AND MISSION
Motivate the students and faculties in research and innovation and foster critical thinking
with the moral values in the recent technologies of Computer Science and Business Systems.
Equip the students with the latest technologies to become ethically sound Computer Science
and Business Systems professionals and entrepreneurs.
Program Educational Objectives (PEOs)
Graduate will have a successful career in IT, Business Development, Business Analytics, and
Intelligence, as well as technical and managerial responsibilities.
Graduate will have the ability to pursue higher studies and research or become an
2
entrepreneur in the contemporary areas of Computer Science and Business Systems.
Graduate will exhibit socially committed productive leadership with high ethical standards
and professionals making sound engineering and managerial decisions.
Program Outcomes (Pos)
Engineering Graduates will be able to:
o Problem analysis: Identify, formulate, review research literature, and analyze complex
engineering problems reaching substantiated conclusions using first principles of mathematics,
natural sciences, and engineering sciences.
o Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern
engineering and IT tools including prediction and modeling to complex engineering activities
with an understanding of the limitations.
o The engineer and society: Apply reasoning informed by the contextual knowledge to assess
societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to
the professional engineering practice.
o Ethics: Apply ethical principles and commit to professional ethics and responsibilities and
norms of the engineering practice.
o Individual and team work: Function effectively as an individual, and as a member or leader in
diverse teams, and in multidisciplinary settings.
3
o Communication: Communicate effectively on complex engineering activities with the
engineering community and with society at large, such as, being able to comprehend and write
effective reports and design documentation, make effective presentations, and give and receive
clear instructions.
o Life-long learning: Recognize the need for, and have the preparation and ability to engage in
independent and life-long learning in the broadest context of technological change.
After successful completion of the degree, the students will be able to:
Apply appreciable knowledge of management skills cultured through Industry Interactions and
Real-time projects to practice as an ethical software engineer/ researcher in the domain of
Computer Science and Business Systems.
4
INSTRUCTIONS TO STUDENTS
Students should wear Uniforms and Coats neatly during the lab session
Students should maintain silence during lab hours; roaming around the lab during lab
session is not permitted
Programs should be written in the manual and well prepared for the current exercise
before coming to the session
Experiments should be completed within the Specified Lab Session
Before Every Session, Last Session lab exercise & record should be completed and get it
verified by the faculty
In the Record Note, Flow Chart and Outputs should be written on the left side, while
Aim, Algorithm & Result should be written on the right side.
Programs (Printed) should be placed on the right side
Marks for each lab exercise is awarded as follows:
Performance 25 Marks
Viva 10 Marks
Record 15 Marks
Total 50 Marks
5
PREFACE
This manual is prepared for Anna University Regulation R2021. This manual covers the
syllabus of Anna University with additional exercises in the basic programming concepts of
python programming which will helpful for the students.
Viva questions related to the exercise is included at the end of each lab exercise.
I acknowledged Dr.M.Gomathy Nayagam HOD/CSBS for the support to complete this
manual and also for providing valuable suggestions in preparing this students’ centric manual.
I would also like thank to other people who helped me in many ways.
6
CONTENTS
Syllabus
Course Objectives and Outcomes
CO Mapping with LAB Exercise
CO-PO and CO-PSO Mapping
7
ANNA UNIVERSITY: CHENNAI
AFFILIATED INSTITUTIONS – REGULATIONS 2021
COMPUTER SCIENCE AND BUSINESS SYSTEMS
SYLLABUS
COURSE OBJECTIVES:
To Learn the basics and types of Virtualization
To understand the Hypervisors and its types
To Explore the Virtualization Solutions
To Experiment the virtualization platforms
PRACTICAL EXERCISES:
Note: The examples suggested in each experiment are only indicative. The lab instructor is
expected to design other problems on similar lines. The Examination shall not be restricted to
the sample experiments listed here.
1. Create type 2 virtualization in VMWARE or any equivalent Open Source Tool. Allocate
memory and storage space as per requirement. Install Guest OS on that VMWARE.
2. a. Shrink and extend virtual disk
b. Create, Manage, Configure and schedule snapshots
c. Create Spanned, Mirrored and Striped volume
d. Create RAID 5 volume
3. a. Desktop Virtualization using VNC
b. Desktop Virtualization using Chrome Remote Desktop
4.Create type 2 virtualization on ESXI 6.5 server
5.Create a VLAN in CISCO packet tracer
6.Install KVM in Linux
7.Create Nested Virtual Machine (VM under another VM)
30 PERIODS
OUTCOMES:
8
Department of Computer Science and Business Systems
Course Objectives:
9
Expt. No
Title of Experiment Page
10
Exercise: 1
Create type 2 virtualization in VMWARE or any equivalent Open Source Tool. Allocate
memory and storage space as per requirement. Install Guest OS on that VMWARE
Aim:
To find the procedure to run VM of different configuration and Allocate memory and
storage space as per requirement.
Objective:
To learn the concepts of creating Type 2 virtualization.
To learn the process of installing Guest OS in VMware /Virtual Box
Software required:
● VMware Workstation / Virtual Box
● ISO image of the Guest OS
Description:
Procedure:
11
Step 2: Create a New Virtual Machine Open VMware Workstation Player
Click on "Create a New Virtual Machine" or go to File > New Virtual Machine
12
Step 4: Install Guest Operating System
Choose the installation method for the guest OS. You can either install from a disc
or image file (ISO) or choose to install later. If you have the ISO file for your
guest OS, select it during this step
Click “Next”
Enter the name of your virtual machine and choose the location where you want to
save it.
Select the appropriate guest operating system and version. For example, if you are
installing Windows 10, choose "Windows" as the guest OS and "Windows 10 x64" as
the version.
Click "Next."
Allocate memory: Choose how much RAM you want to allocate to the virtual
machine. Make sure to leave enough memory for your host OS to run smoothly as
well.
Allocate storage: Choose whether to store the virtual disk as a single file or split into
multiple files. Specify the disk size, and you can also choose to allocate all disk space
now or let it grow as needed.
Click "Next."
Step 8: Customize Hardware (Optional)
13
If needed, you can customize the virtual machine's hardware settings like CPU cores,
network adapters, graphics memory, etc. Otherwise, you can leave them as default.
Click "Finish" once you are satisfied with the settings.
Step 8: Install Guest OS
Start the virtual machine you just created. The virtual machine will boot from the ISO
or installation media you provided earlier.
Follow the standard installation process for your guest OS.
Step 9: Install VMware Tools (Optional but Recommended)
After installin/ g the guest OS, it is advisable to install VMware Tools within the
guest OS. VMware Tools provides better integration between the host and guest OS,
enabling features like shared folders, improved graphics, and more.
In the same way, we can install windows OS also. The output screens for the virtual
machines of different configurations.
OUTPUT:
14
Real Time Application:
❖ Cloud computing: Virtualization technology creates virtual resources from
physical hardware.
❖ Software testing: Isolation allows developers to test software without
impacting the rest of the system.
❖ Malware investigations. VMs enable malware researchers to test malicious
programs in separate environments. Instead of spreading to the rest of the
infrastructure, a VM contains the malware for study.
❖ Disaster management. virtual machines are used to replicate a system in a
cloud environment.
RESULT: Thus, various configurations of Virtual machines has been created and run.
Viva Questions:
15
Exercise: 2(a)
Aim:
To find the procedure of Shrink a virtual disk involves reducing its size to reclaim
unused space and extend a virtual disk allows you to increase its size to accommodate more
data.
Objective:
To learn the concepts of shirking and extending virtual disks and snapshots
Software required:
VMware Workstation / Virtual Box
Description:
Procedure:
Step1: Inside the virtual machine, delete unnecessary files and empty the recycle
bin/trash to free up space.
Step 2: Defragment the virtual machine's disk to move all the data to the beginning of the
disk.
Step 7: Look for an option to shrink or compact the disk and follow the prompts.
Step 8: The process might take some time, and it's essential to back up your virtual machine
before proceeding, as data loss can occur in some cases.
Step 2: On the host system, open the virtualization software (e.g., VMware, Virtual Box).
Step 6: Specify the new size for the virtual disk (make sure to allocate enough space for your
needs).
Step 7: The process might take some time, and it's crucial to back up your virtual machine
before proceeding, as extending the disk involves modifying the underlying file system.
Output:
17
18
Result:
Thus, the shrink and extend of virtual disk has been created and run Successfully.
Viva Question:
1. Which tool is used to shrink and extend virtual disks in VMware? (Ans: Disk Manager)
2. What file format is commonly used for VMware virtual disks? (Ans: VMDK)
3. What operation is performed to reduce the size of a virtual disk? (Ans: Shrink)
4. What process increases the capacity of a virtual disk? (Ans: Extend)
5. Which command-line tool can be used for advanced virtual disk management?
(Ans: vmware-vdiskmanager)
19
Exercise: 2(b)
Aim:
Objective:
To learn the concepts of creating, managing, configuring, and scheduling snapshots
Software required:
● VMware Workstation /VirtualBox
Description:
Creating, managing, configuring, and scheduling snapshots are essential tasks in
virtualization environments for maintaining data integrity, facilitating backups, and
enabling disaster recovery.
Procedure:
Step 1: Creating a Snapshot: To create a snapshot, follow these steps:
a. Select the virtual machine in the management interface (e.g., vSphere Client).
b. Right-click on the virtual machine and choose "Snapshot" or "Take Snapshot."
d. Optionally, select the memory state to capture the virtual machine's running state
(requires the virtual machine to be powered off).
a. Viewing Snapshots: To see the list of snapshots for a virtual machine, navigate to
the "Snapshots" tab in the virtual machine's details.
20
d. Consolidating Snapshots: If you have multiple snapshots, you can perform a
"Snapshot Consolidation" to merge all snapshots into the base disk. This helps to reduce
storage requirements and improves performance.
Step 3: Configuring Snapshot Settings: The snapshot settings allow you to define how
snapshots are managed and stored.
a. Snapshot Location: Configure the location where snapshot files are stored, which
can be on the same data store as the virtual machine or on a different storage location.
b. Snapshot Quiescent: Enable or disable the use of VMware Tools to quiesce the file
system inside the virtual machine before taking a snapshot. This helps ensure application
consistency during the snapshot.
21
22
Result:
The procedure for creating, managing, configuring, and scheduling snapshots of virtual machines
was successfully identified and implemented. It ensures efficient virtual machine management
and data recovery.
Viva Questions:
Exercise: 2 (c)
Objective:
To learn the concepts of creating spanned, mirrored, and striped volumes in a Windows
Software required:
DESCRIPTION:
Spanned volumes combine multiple disks into one for increased capacity but lack
fault tolerance. Mirrored volumes duplicate data for redundancy, ensuring
availability but consuming more space. Striped volumes distribute data for faster
performance but offer no fault tolerance, risking data loss if a disk fails. Each
type has its advantages and trade-offs, catering to different storage needs.
Procedure:
23
Step 1: How to create a spanned volume:
c. Identify the disks you want to use in the spanned volume. They should be
unallocated or have empty space available.
e. Follow the on-screen instructions to select additional disks and allocate space for
the spanned volume.
f. Assign a drive letter or mount point to the new volume and format it with a file
system.
a. Follow steps a to c from the spanned volume creation process to open Disk
Management.
b. Right-click on one of the disks you want to use in the mirror and choose "New
Mirrored Volume."
c. Select the additional disk(s) to mirror the first disk, and then allocate space for the
mirrored volume.
d. Assign a drive letter or mount point to the new volume and format it with a file
system. e. Windows will start the synchronization process, where data is copied from the
source disk to the mirror disk(s).
a. Follow steps a to c from the spanned volume creation process to open Disk
Management.
b. Right-click on one of the disks you want to use in the stripe and choose "New
Striped Volume."
c. Select the additional disk(s) to include in the stripe, and then allocate space for the
striped volume. d. Assign a drive letter or mount point to the new volume and format it with a
file system.
Output:
24
Result:
Spanned, mirrored, and striped volumes were successfully created in the Windows
operating system. The implementation demonstrates efficient disk management and data
organization techniques.
25
Viva Question:
Exercise: 2(d)
Objective:
To learn the concepts of creating spanned, mirrored, and striped volumes in a Windows
Software required:
● VMware Workstation
Description:
Working of RAID 5:
Striping: Data is divided into blocks, and each block is written across multiple disks in
the array. This striping improves read and write performance because data can be
accessed concurrently from multiple disks.
Parity Calculation: Parity information is calculated for each stripe of data. Parity is a
form of error- checking that allows the system to recover data if one of the disks in the
array fails. The parity information is distributed across all disks in the array.
Procedure:
Step 1: Backup Data: Before creating the RAID 5 volume, back up all your critical data to
ensure it is safe in case of any unforeseen issues.
Step 2: Initialize and Convert Disks to Dynamic: If your disks are currently basic disks, you
need to convert them to dynamic disks to create a RAID 5 volume. Follow these steps:
c. Identify the disks you want to use in the RAID 5 array. They should be unallocated
or have empty space available.
d. Right-click on each disk and select "Convert to Dynamic Disk." Repeat this for all
the disks you want to include in the RAID 5 array.
Step 3: Create the RAID 5 Volume: Once you have converted the disks to dynamic, you can
proceed to create the RAID 5 volume:
Right-click on one of the disks you want to use in the RAID 5 array.
b. Follow the on-screen instructions to select the other disks you want to include in
the RAID 5 array. There should be at least three disks in total.
c. Allocate the desired amount of space for the RAID 5 volume. RAID 5 requires a
minimum of three disks, and the volume size will be the total capacity of all disks minus one
disk's worth of space. For example, if you have three 1TB disks, the RAID 5 volume will
have a total capacity of 2TB.
d. Assign a drive letter or mount point to the new RAID 5 volume and format it with
a file system.
Step 4: Initialize and Format the RAID 5 Volume: After creating the RAID 5 volume, you
need to initialize and format it:
a. When prompted, initialize the disks using the default partition style (usually
GPT).
b. Format the RAID 5 volume with your desired file system (e.g., NTFS) and assign a
drive letter or mount point.
Output:
27
Real Time Application:
❖ In real time projects disk shrinking to reclaim unused space and reduce the size of the
virtual disk file.
❖ Spanned Volume: By spanning the disks, a larger logical volume can be created without
needing to migrate data or reconfigure the virtual machine's storage. This might be useful
to expand storage capacity for a VM without disrupting its operation.
❖ Mirrored Volume (RAID 1): By configuring a mirrored volume for the virtual disks
hosting these systems, you ensure that data remains accessible even if one disk fails.
Result:
Viva Question:
1. What is RAID 5?
RAID 5 is a disk array that uses striping with parity for data redundancy and improved
performance.
2. What is the minimum number of drives required to create a RAID 5 volume?
A minimum of three drives is required to create a RAID 5 volume.
3. How does RAID 5 ensure data redundancy?
RAID 5 uses parity data distributed across all disks to protect against single-drive
failure.
4. What is the role of the hardware RAID controller in RAID 5?
The hardware RAID controller manages the RAID array, handling the parity calculation
and disk management.
5. What happens if a single drive fails in a RAID 5 setup?
The RAID 5 setup can continue to function normally, and the failed drive can be
replaced without data loss.
29
Exercise: 3 (a)
Aim: To set up desktop virtualization using VNC (Virtual Network Computing) to remotely
access and control a desktop.
Procedure:
Step 2: Configure VNC Server: After installing the VNC server, you'll need to configure it
by setting a password or access control options to secure the remote access. Ensure that the
VNC server is running and ready to accept incoming connections.
Step 4: Connect to the Remote Desktop: Launch the VNC viewer and enter the IP address or
host name of the remote computer (the host) you want to connect to. If you have configured a
password or access control options on the VNC server, you will be prompted to enter the
credentials. Once authenticated, the VNC viewer establishes a connection to the remote
desktop.
Step 5: Control the Remote Desktop: After the connection is established, you will see the
remote desktop environment displayed in the VNC viewer. You can now interact with the
remote desktop as if you were physically sitting in front of it. You can run applications,
access files, and perform any tasks on the remote computer just as if you were using it
directly.
Output:
30
Result: Desktop virtualization using VNC has been successfully set up, allowing you to
remotely access and control the host computer's desktop from a client computer or device.
Viva Question :
Exercise: 3 (b)
Procedure:
Step 1: Install Chrome Remote Desktop Extension: Make sure you have the Google Chrome
web browser installed on both the computer you want to access remotely (the host) and the
computer or device you want to use for remote access (the client). Install the "Chrome
Remote Desktop" extension from the Chrome Web Store on both devices.
a. Open Google Chrome on the client device (the computer or device from which
you want to access the host computer remotely).
d. Sign in with your Google Account (the same account used on the host
computer).
32
a. After signing in, you should see a list of available computers set up for remote
access. Choose the host computer you want to access.
a. If you have set up a PIN for the host computer, you will be prompted to enter it to
authenticate the remote access.
a. You can now interact with the host computer's desktop through the Chrome
browser on your client device. Use your mouse and keyboard to control the remote desktop.
b. To switch between full-screen and windowed mode, click the "Toggle full screen"
button on the top right corner of the remote desktop window.
Step 7: End the Remote Session: To end the remote session, click the "Stop Sharing"
button at the bottom of the remote desktop window.
Output:
33
Result: Desktop virtualization using Chrome Remote Desktop has been successfully set up,
enabling remote access and control of the host computer's desktop from a client computer or
device.
Viva Question:
Exercise: 4
Aim: To set up Type 2 virtualization on an ESXi 6.5 server, enabling the creation of
virtual machines within the ESXi environment.
Procedure:
Step 1: Install ESXi 6.5: First, you need to install VMware ESXi 6.5 on your server.
Step 2: Access ESXi Web Client: Once ESXi is installed and running, access the ESXi Web
Client through a web browser on a separate computer. Enter the IP address or hostname of
your ESXi server to log in to the management interface.
Step 3: Create a Virtual Machine: To create a virtual machine within ESXi, follow these
34
steps:
a. In the ESXi Web Client, navigate to the "Hosts and Clusters" view.
c. Click on the "Create/Register VM" button or right-click on the host and choose
"New Virtual Machine."
d. The "Create New Virtual Machine" wizard will appear. Follow the steps in the
wizard to configure the virtual machine, including providing a name, selecting the guest
operating system, setting the desired resources (CPU,memory, disk space, etc.), and selecting
a storage location for the virtual machine files.
Step 5: Access and Manage the Virtual Machine: After the guest operating system is
installed, you can access the virtual machine through the VMware Remote Console (VMRC)
or use remote access tools like VNC or RDP to interact with the guest operating system.
OUTPUT:
35
Result:
Type 2 virtualization was successfully created on the ESXi 6.5 server. This enables efficient
hosting of virtual machines with optimal resource utilization.
Viva Question:
36
Exercise: 5
Aim: To create a Virtual Local Area Network (VLAN) in Cisco Packet Tracer.
Procedure:
Step 1: Launch Cisco Packet Tracer: Start Cisco Packet Tracer and open a new or existing
project.
Step 2: Add Switches: Drag and drop switches from the "Switches" section of the "Devices"
pane onto the workspace. You can use any Cisco switch model available in Packet Tracer.
Step 3: Connect Switches: Connect the switches using Ethernet cables. Click on the Ethernet
interfaces of the switches and then click on the other switch's Ethernet interfaces to create
connections.
Step 4: Access the CLI: Double-click on the first switch to access its CLI (Command Line
Interface). The CLI window will open.
Step 5: Configure VLANs: Enter the configuration mode by typing the following command:
enable
configure terminal
Step 6: Create VLANs: To create VLANs, use the Vlan command followed by
the VLAN number. For example, to create VLAN 10 and VLAN 20, you would do:
vlan 10
vlan 20
Step 7: Assign Ports to VLANs: To assign ports to VLANs, use the command
interface FastEthernet0/1
interface FastEthernet0/2
Step 9: Save Configuration: Save the configuration by typing write or copy running-config
startup-config to make sure the changes are saved.
Step 10: Test VLANs: Now that you have created VLANs and assigned ports, you can test
the connectivity between devices connected to the switches. Devices in the same VLAN
should be able to communicate with each other, while devices in different VLANs should not
have direct communication unless you configure inter-VLAN routing.
Output:
38
Result:
A VLAN was successfully created in Cisco Packet Tracer. This setup enables network
segmentation and improves traffic management and security.
Viva Questions:
1. What is a VLAN?
A VLAN (Virtual Local Area Network) segments a network into smaller, isolated
broadcast domains.
2. How do you create a VLAN in Cisco Packet Tracer?
Use the "VLAN Database" in the Switch CLI to create a VLAN and assign a number.
3. What command is used to create a VLAN in the switch CLI?
The command is vlan [VLAN_ID].
4. How do you assign ports to a VLAN in Cisco Packet Tracer?
Use the switchport access vlan [VLAN_ID] command to assign ports to the VLAN.
5. Why are VLANs used in a network?
VLANs are used to improve network performance, security, and management by
isolating traffic.
Exercise :6
Procedure:
Step 1: Check Hardware Support: Before installing KVM, ensure that your system's CPU
supports hardware virtualization extensions (Intel VT-x or AMD- V). You can check this by
running the following command:
39
egrep -c '(vmx|svm)' /proc/cpuinfo
If the output is greater than zero (1 or more), it means your CPU supports hardware
virtualization.
Step 2: Install KVM Packages: The package names may vary depending on your Linux
distribution. Here are the package names for some popular distributions:
For Ubuntu/Debian:
For CentOS/RHEL:
For Fedora:
sudo dnf install @virtualization sudo systemctl enable libvirtd sudo systemctl start
libvirtd
Step 3: Verify Installation: After installing the required packages, check if KVM kernel
modules are loaded correctly:
40
Step 4: Configure Permissions: For non-root users to manage virtual machines
using KVM, add them to the libVirt group:
Remember to log out and log back in for the changes to take effect.
Step 5: Enable Nested Virtualization (Optional): If you plan to run virtual machines with
nested virtualization (e.g., running KVM inside a KVM guest), you may need to enable
nested virtualization on the host. This step is only required if you intend to run virtual
machines with KVM as guests.
modprobe kvm_amd
For Ubuntu/Debian:
For CentOS/RHEL:
For Fedora:
Once the installation is complete, you can start creating and managing virtual
machines using KVM. You can use command-line tools like graphical
virsh or a interface like Virt-Manager to interact with KVM.
Output:
41
42
Result:
KVM has been successfully installed on your Linux system. You can now use KVM to
create and manage virtual machines on your Linux host.
Viva Question:
1. What is KVM?
KVM (Kernel-based Virtual Machine) is a virtualization technology built into the Linux
kernel.
2. How do you install KVM on a Linux system?
Use the command sudo apt-get install qemu-kvm libvirt-bin bridge-utils to
install KVM.
3. What is required for KVM to work on a system?
The system must have hardware virtualization support (Intel VT-x or AMD-V).
4. How can you verify KVM installation on a Linux system?
Use the command kvm --version to check if KVM is installed correctly.
5. What is the role of libvirt in KVM?
Libvirt is a toolkit for managing virtualized platforms, providing management of KVM
virtual machines.
43
Exercise: 7
Aim: To set up and run a virtual machine (VM) within another VM, also known as
nested virtualization.
Procedure:
Step 1: Enable Nested Virtualization: Before creating a nested VM, ensure nested
virtualization is enabled on the host VM (the VM that will run other VMs).
For VirtualBox:
Open VirtualBox and select the host VM from the list. Go to "Settings" > "System" >
"Processor" and check the "Enable Nested VT-x/AMD-V" option.
Step 2: Install an Operating System in the Host VM: Ensure you have an operating system
installed in the host VM. This will be the environment in which you'll run the nested VMs.
Step 3: Install VirtualBox within the Host VM: Inside the host VM, download and install
VirtualBox (or any other virtualization software you prefer) as if you were installing it on a
physical machine.
Step 4: Create the Nested VM: Now that you have VirtualBox installed within the host VM,
you can create a new VM inside it.
c. Follow the VM creation wizard to set up the nested VM, including selecting the
guest operating system, allocating memory, creating a virtual hard disk, etc.
Step 4: Install the Guest Operating System in the Nested VM: With the nested VM created,
start it and install the guest operating system, just as you would with any regular VM
installation.
Step 5; Configure Networking (Optional): Depending on your requirements, you may need to
configure the networking of the nested VM to allow communication with other VMs or
external networks.
Step 6: Use the Nested VM: Once the nested VM is set up and the guest operating system is
installed, you can use it just like any other VM. Install applications, run tests, or perform any
tasks within the nested VM.
Output:
44
Result:
Thus, The Nested VMS have been created successfully.
Viva Question:
45
Content beyond the Syllabus:
Virtual Machine Optimization and Performance Tuning
Aim
To optimize and tune the performance of a virtual machine by adjusting its virtual hardware
settings and resource allocations, ensuring efficient resource utilization.
Procedure
1. Allocate Resources:
o Adjust CPU and memory allocation based on the workload of the virtual machine.
o Ensure that the virtual disk is large enough for the guest OS and applications.
2. Enable Hardware Virtualization:
o In the VM settings, enable features like Intel VT-x or AMD-V (depending on the
processor) for better CPU performance.
3. Optimize Storage:
o Use virtual disks in thin provisioning to save space and improve performance.
o Ensure proper disk I/O settings for storage-intensive tasks.
4. Adjust Network Settings:
o Use bridged networking for better speed and flexibility or NAT if using multiple VMs.
5. Install VMware Tools or Equivalent:
o Install guest additions or VMware Tools to improve guest OS performance and enable
features like better graphics, shared folders, and mouse integration.
6. Monitor Resource Usage:
o Use monitoring tools to track CPU, memory, and disk usage.
o Optimize based on observed performance bottlenecks.
Description
46
Steps
Output Screenshots
Result
The virtual machine will run more efficiently, with resources allocated optimally, ensuring better
performance for the guest OS and applications. Monitoring will help identify any bottlenecks,
allowing for further optimizations as required.
47