Reputation: 1
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?
Upvotes: 0
Views: 246
Reputation: 852
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.
Upvotes: 1