-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fat tree #4
Comments
I don't know how to help because I'm still new to cloudsim. |
Hi pledesma3, |
@Fogony Thank you I was able to fix it. Is it possible to place moultiple VM's in a host? Because that is the next thing I am trying to do, and it doesn't seem to work. Thank you |
Multiple VMs can be placed in a host, but you have to make sure the capacity of a host is enough to hold multiple VMs. Check the MIPS, RAM, storage size of a host and a VM, e.g. a host with 2000 mips can accept 2 VMs with 1000 mips. This decision is made at VM allocation policy, so check out your VM allocation policy if it's not working. |
@jayjmin Thank you for the help. I am trying to show that the fat tree topology is more energy efficient than the regular tree topology. How can I create congestion on a tree topology with the workload file, and use that same workload file on a fat tree topology to show that a tree topology has only 1 route between 2 VM's, and a fat tree has multiple routes. Because I keep trying this, and the fat tree uses more energy, it doesn't seem to find more than one route |
@pledesma3 , Fat-Tree is not necessarily more energy efficient than canonical tree topology. Fat-tree is beneficial to provide more bandwidth for hosts, but it usually consumes more energy. Basically Fat-Tree has more number of switches, with multi-pathing, which will turn on more switches for the same amount of network traffic. It's good for load-balancing, but not really beneficial for energy efficiency. |
Hello, I implemented a fat tree topology. However, whenever I try to have 2 specific virtual machines communicate with each other, it says it cannot find the path from the source virtual machine to the destination. Any help would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered: