Questions tagged [virtualization]

Virtualization is the creation of a virtual—rather than actual—version of something, such as a: hardware platform, operating system, storage device, or network resources

Virtualization is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, a storage device or network resources.

Virtualization helps in:

  1. Better use of under-utilized computers
  2. Hardware Independence
  3. Data protection

I) Virtualization can be done at zonal level, software or hardware.

The main reason for server virtualization is to maximize the utilization of resources. In the conventional system each application will have its own dedicated server. The drawback is that most of the resources remain unused most of the time. Typically, less than 20% of a physical server resource gets utilized. Companies still need to spend money, energy and resources for updating each of these physical servers and keeping them up and running. Virtualization divides each of the physical servers into multiple virtual servers, thus creating multiple logical instances of software on a single physical hardware. Thus multiple applications can run on a single server and each application running on a virtual server is made to feel that it is the unique holder of the physical resource. Thus it maximizes resource utilization and reduces the cost of maintenance by reducing the number of physical servers.

II) Network Virtualization: Given a physical network, virtualization allows for multiple logical networks to run atop(parallely) the common physical substrate. Thus, multiple users can share the network resources and it provides a secure/ reliable connection among the virtually connected nodes.

2366 questions
18
votes
3 answers

WPF TreeView Virtualization

I'm trying to figure out this virtualization feature, I'm not sure if I'm understanding it wrong or what's going on, but I'm using the ANTS memory profiler to check the number of items in a virtualized TreeView, and it just keeps increasing. I have…
Carlo
  • 25,602
  • 32
  • 128
  • 176
18
votes
12 answers

failing to launch virtual box ubuntu VM on Windows

I installed VirtualBox on Windows. I set it up to boot Ubuntu14. I enabled the virtualization option for the CPU to enabled (before that, the VM would not boot up complaining about i686 CPU). I rebooted the OS. After this, when I try starting…
user3813256
  • 792
  • 1
  • 6
  • 19
18
votes
2 answers

Enabling intel virtualization (VT-X) without option in BIOS

Sorry if the question is already answered, but I haven't found answer for my particular situation, that is a little different. I'm installing all the tools necessary for android programming. I have created an android virtual device, but the problem…
Carlos
  • 889
  • 3
  • 12
  • 34
18
votes
5 answers

Visual Studio slow in Virtualbox

Like really really slow. I've got a 64 bit, 8 cores, 12 gig ram windows 7 host. I gave 4 cores and 4 gigs of ram to a 64 bit windows 7 virtual machine within which I am trying to run visual studio 2010 (and sql server - but that's it). It worked…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
18
votes
1 answer

Binding to data breaking on VirtualizingStackPanel

First of all, a disclaimer, I'm working with .net 3.5's virtualizingstackpanel. If you get different behavior in future versions let me know. It's relatively simple to set up a test case with listviews that you can test this against. I have an…
James Joshua Street
  • 3,259
  • 10
  • 42
  • 80
18
votes
2 answers

WPF Listbox Virtualization creates DisconnectedItems

I'm attempting to create a Graph control using a WPF ListBox. I created my own Canvas which derives from a VirtualizingPanel and I handle the realization and virtualization of items myself. The listbox' item panel is then set to be my custom…
Hussein Khalil
  • 1,585
  • 2
  • 25
  • 47
17
votes
3 answers

I am getting this error "your cpu doesn't support vt-x or svm, android studio 2.1.1 in AMD 6300 processor"

I have enabled the virtualization in bios setup but when i try to launch the emulator i am getting the error "your cpu doesn't support vt-x or svm" I have installed Intel haxm too.
user399883
  • 243
  • 1
  • 3
  • 11
17
votes
4 answers

virtualbox - virtualization is enabled but not working

Ok, I have the most recent version of virtualbox installed, my computer (HP) has an AMD A10, 64bit Windows 10 OS and 6Gb RAM. I created a virtual machine with Windows 7, there I wanted to create a new virtual machine (a VM2 in a VM1), but I cant run…
Diego Rivera
  • 403
  • 1
  • 5
  • 19
17
votes
1 answer

Vagrant - Docker provider vs. docker provisioner

Can anybody explain to me the difference? Provisioner - is something doing provision - in docker installing, running, pulling containers. Provider - is something that runs the VM. I.e. VBox runs the ubuntu OS image. How can be Docker a provider? It…
Zveratko
  • 2,663
  • 6
  • 35
  • 64
16
votes
2 answers

Are there any open-source alternatives to ReplayDIRECTOR / Chronon Debugger?

You may be familiar with ReplayDirector, http://www.replaysolutions.com/products/replaydirector-for-java-ee Chronon, http://www.chrononsystems.com/products/chronon-time-travelling-debugger they both advertise themselves as 'Java DVRs' - are there…
heeboir
  • 729
  • 1
  • 9
  • 26
16
votes
8 answers

Your CPU does not support VT-x

I have created AVD, but when I try to run android program, it is showing an error Your CPU does not support VT-x I enabled virtualization technology in BIOS, but still this error comes up when I try to run my android program.
16
votes
2 answers

What is the purpose or intention of the "Live CD/DVD" checkbox in a VirtualBox VM's Machine Settings Storage screen?

Instructions for installing operating systems inside a VirtualBox virtual machine sometimes advise that the user ensures that the "Live CD/DVD" checkbox is checked. Other instructions don't mention this checkbox at all. What is the purpose of this…
M12
  • 737
  • 1
  • 9
  • 14
16
votes
5 answers

Why is virtualization needed for cloud computing?

Can anyone explain me why is virtualization needed for cloud computing? A single instance of IIS and Windows Server can host multiple web applications. Then why do we need to run multiple instances of OS on a single machine? How can this lead to…
morpheus
  • 18,676
  • 24
  • 96
  • 159
16
votes
5 answers

Is it possible to create Portable VM?

I want to know that is it possible to create a fully portable virtual machine using any of the VMWare like products? My objective is to create a virtual machine (XP as guest OS), install some app in it, put the vm in a usb2 drive (performance is not…
16
votes
3 answers

Unable to start the Windows Phone Emulator

I've seen this error several times. Each time I google deeply and finally made me reinstall my windows and all stuffs. Please help, I don't want to reinstall everything again. The error is: Windows Phone Emulator Unable to start the Windows Phone…