You are on page 1of 6

Name – Aniket Samudre

Id-201070037
Branch – cs
Subject – osc

Assignment 1

Aim – installation of linux on virtual machine .

Theory –
Open-source software (OSS) is computer software that is released under a
license in which the copyright holder grants users the rights to use, study,
change, and distribute the software and its source code to anyone and for any
purpose.
Commercial software, or seldom payware, is a computer software that is
produced for sale or that serves commercial purposes. Commercial software
can be proprietary software or free and open-source software
Virtual machine –
The fundamental idea behind a virtual machine is to abstraction the
hardware of a single computer (like cpu,memeory,disk drivers ,network
interface card,and so on) into several different executable environments
,thereby creating the illusion that each separate execution environments is
running on it’s own private computer.
The virtual machine software that allows to implementation of virtual machine
is run in kernel mode .but the virtual machine itself runs in user mode .if the
base system is windows and virtual machine is linux then windows runs in
kernel mode while linux runs in user mode .
As physical machine has two modes so virtual machine must two modes so we
have virtual user mode and virtual kernel mode.Both of which runs in physical
user mode
In virtual machine we have protection of resources
The resources of one virtual machine is completely isolated with other
virtual machine .In hardware there are specific area assign to each virtual
machine

Screenshot of installation –
Conclusion –
I learned to install virtual box and install the ubuntu on it.

You might also like