I am doing a project on cloud computing. Is there any code available for virtual machine placement?

Asked by Last Modified  

3 Answers

+1 Cloud Computing

Follow 1
Answer

Please enter your answer

Certified AWS, Azure, Google & DevOps Trainer and Consultant

Need some more inputs, Please connect to Cloud computing experts ( AWS, Azure, VMware, SAN, Linux, Windows, UCS ) Facebook group for quick responses.
Comments

Trainer

You can create as many virtual machine called instances as you wish either in default vpc (virtual private cloud). You can define your own network, and can make it public or private. There is no code required for this.
Comments

Virtual machines can be placed on different hosts using the Cloud middleware (such as Open stack). If you are doing a simulation in Java, then you can use a tool called Cloud Sim for virtual machine placements.
Comments

View 1 more Answers

Related Questions

Which course to opt for an IT field student who don't have very good command on coding?
Hi Ekta! Appreciate for your question, there are multiple platforms for IT students such as web designing(UI/UX), graphic designing, web development and testing etc. But selecting suitable career path...
Ekta
How much pay I will get if I learn Java
Depends totally on your experience level,the company you are applying for,the job desc often indicates pay range
Manikandan
what is java....?
JAVA is Simple, Multi Threaded, Dynamic, Object Oriented, Platform independent, Secured, Robust, Distributed, Architectural Neutral Language.
B
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Code Smell and Shotgun Surgery
The Code Smells are similar in concept to Development-level Anti-patterns. Sometimes in our code, we introduce code smell unintentionally those makes our design fragile. Definition of Code smell Code...

JSP Interview Questions
Explain JSP Technology. JSP is a standard extension of Java and is defined on top of Servlet extensions. Its goal is to simplify management and creation of dynamic web pages. It is platform-independent,...

Simple Algorithms - Fibonacci, Finding GCD & Finding LCM.
import java.util.Scanner; //0,1,1,2,3,5,8,13,21,34... //fun(n)=fun(n-1)+fun(n-2) where n>=2 /*fib(9)=fib(8)+fib(7) =fib(7)+fib(6)+fib(6)+fib(5) =fib(6)+fib(5)+fib(5)+fib(4)+fib(5)+fib(4)+fib(4)+fib(3) */ public...

Importance of Constructor's Visibility.
While developing program or implementing Singleton pattern we have learnt to mention constructor as private and known reason is -> to blocked its direct call from outside of class. But did we think...

Looking for Advanced Java coaching ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you