Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
FCFS scheduling algorithm for maximum operating sy
no vote
Application background First-Come-First-Served algorithm is the simplest scheduling algorithm is the simplest scheduling algorithm. Processes are dispatched according to their arrival time on the ready queue. Being a nonpreemptive discipline, once a process has a CPU, it runs to completion. The FCFS scheduling is fair in the formal sense or human sense of fairness but it is unfair in the sense that long jobs make short jobs wait and unimportant jobs make important jobs wait. FCFS is more predictable than most of other schemes since it offers time. FCFS scheme is not useful in scheduling interactive users because it cannot guarantee good response time. The code for FCFS scheduling  is simple to write and understand. One of the major drawback of this scheme is that the average time is often quite long.

kul513445
2016-08-23
0
1
CloudSim environment creation
no vote
This will show how  create a datacenter with one host and run two  cloudlets on it. The cloudlets run in  VMs with the same MIPS requirements. The cloudlets will take the same time  to complete the execution. Provides the virual cloud envirnonment which can be used in further cloud research.
kul513445
2016-08-23
0
1
CloudSim simulator
4.0
CloudSim Simulator Working Creation of Virtual machines , data center cloud lets and broker in cloud
kul513445
2016-08-23
2
1
No more~