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?
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?
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.