0

All!

Now, I'm designing a cloud storage simulation using CloudSim, but wondering that CloudSim provides a function to write data on a physical disk. If not, where do I add the component?

1 Answers1

1

CloudSim will only simulate a physical storage device. Instead of interacting directly with it, you should describe the physical disk's behavior by implementing the Storage interface.

Thiago Sá
  • 832
  • 9
  • 22