Questions tagged [virtualization]
The virtualization tag has no summary.
39 questions
0 votes
3 answers
295 views
How is network virtualization useful?
I am trying to understand various virtualization techniques, and I am struggling to wrap my head around the concept of Network Virtualization. In case of the server virtualization, the objective is ...
0 votes
2 answers
243 views
cloud storage vs storage virtualization?
I am trying to understand the concept of storage virtualization. Based on what I have read, storage virtualization appears to be synonymous with cloud storage. Based on my understanding, Amazon S3 is ...
3 votes
0 answers
85 views
Confused about how to test Python scripts that install and configure a development setup on OSX (VMware? Docker-OSX?)
In my company we hire engineers for various "disciplines"—iOS, Android, Web, Backend, Data, etc. Engineers follow an onboarding workbook to install what they need for their discipline. iOS ...
0 votes
0 answers
279 views
How to virtualize a DLL without creating an executable entry point?
In a project, I need to come up with a way to virtualize a third-party DLL with a known exported function prototype. I need to create something like this: My app <---> wrapper DLL <---> ...
-3 votes
1 answer
223 views
Is there any reason I shouldn't use a LInux host for a Linux guest VM?
I'm a developer and my typical environment is to use is a Linux guest OS running inside VirtualBox on a Windows host. Most software companies don't allow developers to install Linux bare metal on ...
8 votes
1 answer
277 views
To show the difference between system VMs and JVMs
I am trying to draw diagrams that show the difference between system virtual machines and Java virtual machines. The first two images looks correct to me. But I don't know how to draw the third. ...
1 vote
1 answer
4k views
What's the difference between block-level virtualization and file-level virtualization?
In cloud computing these two terms really confuses me, block-level virtualization and file-level virtualization . As of my knowledge, in file-level virtualization compute systems are not allocated ...
4 votes
2 answers
947 views
Is ART an installation process? Or an OS? Or a virtual Machine?
When attempting to understand Android Runtime, I came across the wikipedia page. The graphic shown there adds to my confusion. If .dex is getting converted entirely to ELF, why is ART needed anymore? ...