Fall 2024 - CS435 - 1
Fall 2024 - CS435 - 1
Fall 2024
Total marks: 20
Deadline Date:
CS435 - Cloud Computing
November 07, 2024
Assignment # 01
Fall 2024
It should be clear that your assignment would not get any credit if:
▪
The assignment is submitted after the due date.
▪
The submitted assignment does not open or corrupt.
▪
Strict action will be taken if the submitted solution is copied from any other student or from the internet.
NOTE
No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading
assignment in the last hour of deadline. It is recommended to upload solution file at least two days before its closing date.
If you find any mistake or confusion in assignment (Question statement), please consult with your instructor before the deadline. After the deadline, no queries will be
OBJECTIVE
The objective of this assignment is to:
Consider a cloud datacenter "cdcTest" that comprise of a host machine with two Virtual Machines (VMs) VM1 and VM2 having computation capacity 50 and 70 Million In -
structions Per Second (MIPS) respectively. Suppose five tasks, T0, T1, T2, T3, and T4 having computation requirements of 50, 60, 70, 90 and 120 Million Instructions (MI),
respectively. Moreover, all these tasks are compute-intensive (CPU bound) and need to be allocated on space-shared (none-preemptive) basis.
The tasks arrival order is: T1, T2, T0, T4, and T3.
Based on the above scenario, you are required to map (schedule) these tasks using Round Robin (RR) scheduler and calculate:
2. Throughput.
Best of Luck!!!