CloudSim is a framework for modeling and simulation of Cloud Computing Infrastructures and Services.
Questions tagged [cloudsim]
94 questions
0
votes
1 answer
Host how can we execute according to the cloudlets arrival time when there are multiple VMs
If we have 50 cloudlets,10 VMs and one Host how can we execute them according to the cloudlets arrival time, not to the VM orders in the host. note that I using cloudsim simulator

محمد علي الزيادنه
- 41
- 2
0
votes
1 answer
What kind of Criteria can be design to give priorties to cloudlet in cloudsim?
I added randomly Boolean parameter among cloudlet attributes for giving preference below is the code what else can do?
What parameters can be added more to cloudlet attributes for giving them priority.
for(int i=0;i

Farwa Rajput
- 1
- 4
0
votes
0 answers
how to simulate my data security algorithm on cloud system
I want to know how I can implement my security algorithm on cloud storage system to test it.
The main objective of my study is to design a security model for cloud data by merging between cryptography and steganography algorithms for maintaining the…

Moshira Abd El Naby
- 13
- 5
0
votes
1 answer
How to implement job migration fault tolerance technique in clousim?
I want to implement job migration for the failed task in cloudsim.Is there any source code available available on gitHub etc?

Fahad Khan
- 35
- 6
0
votes
1 answer
How many number of MIPs we can generally use for Vm Creation in cloudsim or workflowsim?
How many number of MIPs we can generally use for Vm Creation in cloudsim or workflowsim?

Fahad Khan
- 35
- 6
0
votes
1 answer
What does a single particle in PSO for cloud scheduling represent?
When we say compute the new velocity and position of particle.
What does particle in cloud task scheduling represent. Does it represent a single task allocated to VM or all tasks allocated to VM's. What i want to know is whether a single particle…
0
votes
1 answer
why cloudlet.getSubmissionTime() & cloudlet.getExecStartTime() in cloudsim returns same value?
i wanted to compute the response time for all cloudlets submitted. for that i am using the following statement:
responsetime = cloudlet.getExecStartTime() - cloudlet.getSubmissionTime();
The problem i am facing is that the two methods…
0
votes
1 answer
The process of task scheduling in cloud
What is the right order of scheduling user tasks in cloud data center? is it correct or not?
Cloud provider has a different VM templates. When user requests a services, based on users' requirements, the scheduler will select the suitable VM…

Rosy
- 11
- 2
0
votes
1 answer
How to find the accuracy of a simulated model with different datasets
I am simulating my model using real 29 datasets. how can I calculate the accuracy of my model, based on the results obtained from these datasets?

Muhammad Zakarya
- 1
- 2
0
votes
1 answer
How can I run an example in cloudsimSDN?
I can't run the CloudSimSDN via cmd (Command Prompt) and I can't run that via eclipse, too.
I installed eclipse 4.6.0, JDK 1.8.0. The cloudSimSDN needs CloudSim-3.0.3, apache Commons Math, json-simple-1.1.1 and guava-17.0.
I have given below the…

N. DM
- 13
- 4
0
votes
1 answer
How to apply Fault-Tolerance Algorithm using Cloudsim?
I want to create Fault tolerance algorithm using cloud Sim.
In this project basically I want to create data set having the list of faults occur in system.( it’s predefine static list of some faults like authentication, VM failure, etc.)
I want to…
user7172715
0
votes
1 answer
Where can I add sum calculation in Cloudsim
I'm new in cloudsim.
I would like to know is there any possibility to (as an example send two numbers to cloudsim, make cloudsim do the sum calculation function, and send back the result to the client?)
I have to do something similar but I don't…

Mary
- 21
- 6
0
votes
1 answer
Need to modify the existing TASK SCHEDULING algorithms in Cloudsim. Which files should I use?
I just started a small research work and in cloudsim and I need to modify the task scheduling algorithms which are already implemented there. I found various files on Power cloudsim-3.0.3\examples\org\cloudbus\cloudsim\examples. Most of them are on…

madhur katarmal
- 3
- 5
0
votes
2 answers
Java task creation in cloudsim
I have developed Java applications and now I want to create the cloudlets so that I can execute my applications in cloudsim. How can I do that?

user6814715
- 119
- 1
- 1
- 8
0
votes
1 answer
executing my applications with cloudsim
I have downloaded the cloudsim and even executed the examples provided in the examples folder of cloudsim. They are working perfectly fine on my system.
Now, I have a few applications that have been developed in Java. I want to execute my…

user6814715
- 119
- 1
- 1
- 8