CC File
CC File
Women
(Established by Govt. of Delhi vide Act 09 of 2012)
PRACTICAL FILE
Cloud Computing(BAI-308)
Procedure:
1. Download VMWare Fusion for M1 Mac from
https://customerconnect.vmware.com/evalcenter?p=fusion-player-
personal-13
2. Login to generate key
3. Install VMWare Fusion by following on-screen instructions.
Procedure:
1. Install VMWare tools from Virtual Machines Menu in VMWare Fusion
2. Turn on File Sharing on Host OS (MacOS) and add folder that needs to
be shared.
3. Open “Other Locations” in file manager in GuestOS.
4. Open Host Device folder. You will find the shared folders here.
Output:
*******
Experiment – 3
Procedure:
1. Download NetBeans and Install it.
2. Download CloudSim and unzip it.
3. Once Netbeans IDE is installed, start creating a new Project via File > New
Project. Choose “Java” under Categories and “Java Application” under Projects.
In the properties dialog, select “Libraries” and click on “Add Library” button at
the right. In the “Add Library” dialog, select cloudsim jar file (will be located in
jars folder) downloaded in step 2. Now you can drag and drop example
programs
(under examples/org/cloudbus/cloudsim) from the CloudSim directory into your
application.
Expand org.cloudbus.cloudsim.examples folder to find all example programs.
Select your desired example and start running the simulation. The output will be
displayed at the bottom pane as shown below:
*******
Experiment – 5
Procedure:
1. Install CloudSim: Download and install the latest version of CloudSim
from the official website (http://www.cloudbus.org/cloudsim/). Extract
the files and import the CloudSim jar file into your Java project.
5. Create a broker: Create a broker object that will manage the allocation of
cloudlets to virtual machines. Add the cloudlet objects to the broker.
6. Submit cloudlets: Submit the cloudlets to the broker. The broker will
allocate the cloudlets to virtual machines based on the scheduling
algorithm used.
7. Run simulation: Run the simulation and monitor the behavior of the
virtual machines and cloudlets. Collect and analyze the performance
metrics such as response time, execution time, and throughput.
Output:
*******
Experiment – 6
Procedure:
*******
Experiment – 7
Procedure:
Open AWS Console
Open S3 Console
*******
Experiment – 8
Procedure:
Open the EC2 console on AWS and click on “Launch Instance”.
Output:
*******