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
34
votes
14 answers

Virtualized SQL Server: Why not?

The IT department where I work is trying to move to 100% virtualized servers, with all the data stored on a SAN. They haven't done it yet, but the plan eventually calls for moving the existing physical SQL Server machines to virtual servers as…
Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
31
votes
3 answers

Unable to boot Windows 10 guest using VirtualBox with enabled Hyper-V and WSL2 installed

I recently updated my Windows 10 version to version 2004. I also updated WSL to WSL2. I encountered a problem while trying to use a Virtual Machine (Windows 10 Host/Windows 10 Guest) through VirtualBox 6.1.8. Everytime I try to boot it, it becomes…
tbmsilva
  • 339
  • 1
  • 3
  • 9
30
votes
5 answers

WPF ListBox with a ListBox - UI Virtualization and Scrolling

My prototype displays "documents" that contain "pages" that are represented by thumbnail images. Each document can have any number of pages. For example, there might be 1000 documents with 5 pages each, or 5 documents with 1000 pages each, or…
Rob Buhler
  • 2,469
  • 4
  • 27
  • 35
29
votes
7 answers

Windows Phone 7 emulator on a VM?

It seems that the Windows Phone 7 SDK doesn't support running inside a VM. On Parallels, the entire VM simply crashes when the emulator is starting up. Around the web, though, a few people have reported that they were able to use it by changing a…
Eduardo Scoz
  • 24,653
  • 6
  • 47
  • 62
29
votes
5 answers

What exactly is a "virtual core" on Amazon EC2?

The small Standard Instance is: Small Instance (Default) 1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit), 160 GB of local instance storage, 32-bit or 64-bit platform Does this mean that you get access to an entire…
B Seven
  • 44,484
  • 66
  • 240
  • 385
28
votes
3 answers

DataGrid row virtualization display issue

We currently have a DataGrid that is bound to a DataTable. It also has a template column with a CheckBox in it that we add in programatically. This purpose of this column is track multiple selections in the DataGrid. A factory is used to create the…
WPFNewbie
  • 2,464
  • 6
  • 34
  • 45
28
votes
5 answers

How to launch qemu-kvm from inside a Docker container?

Assuming the host system already supports KVM, is it possible to create a docker image which contains some scripts to launch a VM (inside the container) with virsh and QEMU-KVM? We are looking into dockerize a script which launches a VM through…
int 2Eh
  • 525
  • 1
  • 5
  • 12
28
votes
10 answers

.NET Development on a Mac Tips

I have just got a MacBook Pro and have been using it (+Fusion) to develop on for about a month now. The purpose of this question is similar to Hidden Features of C#; to become a how-to of tips and trick for windows development on a mac. I should…
Andrew Burns
  • 13,917
  • 9
  • 40
  • 42
28
votes
2 answers

What does it mean to run a virtual OS in "headless mode"?

I've been hearing a lot about about how the new version of VMWare Fusion can run virtual operating systems in "headless mode". A Google search makes it clear that other virtualisation products also have similar features, however, I have not been…
Binarytales
  • 9,468
  • 9
  • 32
  • 38
27
votes
5 answers

CUDA / OpenCL within a Virtual Machine / Hypervisor

Anyone know of any virtualisation solutions that either allow CUDA/OpenCL access directly or implement CUDA/OpenCL abstraction. UPDATE: Thank you those who commented. While classical 'desktop' virtualization would be nice, I suspect the likes of…
Bolster
  • 7,460
  • 13
  • 61
  • 96
25
votes
10 answers

How to mount virtualbox shared folder on Ubuntu server 10.04 + GUI/sbin/mount.vboxsf mouning failed with error: no such device

i'm new to this forum but i've been a occasional vbox user. I had windows 7 host and ubuntu 9.10 guest which works fine with vboxadditions installed, share folder and everything perfect. Now for some simulations i needed to have the ubuntu server…
black sensei
  • 6,528
  • 22
  • 109
  • 188
25
votes
4 answers

Failed to attach the USB device SEGGER J-Link [0100] to the virtual machine WINDOWS 7

I am running Windows 7 inside Mac OS X with VirtualBox, I used a BLE inside W7 without any problem. Then I used the BLE USB in the Mac, and when I try to use it again in the W& I got this message: Failed to attach the USB device SEGGER J-Link [0100]…
25
votes
6 answers

How do I create virtual ethernet devices in linux?

I am testing an implementation of a protocol that talks between two computers using ethernet (not IP). In order to not actually have to have two physical computers, I want to create two virtual ethernet interfaces. These would only be able to talk…
Greg Rogers
  • 35,641
  • 17
  • 67
  • 94
25
votes
3 answers

Can you explain Docker with a practical example/case?

I have read this and the intro docs on Docker.io and I like the concept it presents. But, can you help me understand it a little better? Can you give me some practical examples and/or case studies on how Docker is used and when it makes sense to…
Ion
  • 1,033
  • 2
  • 13
  • 18
25
votes
4 answers

WPF DataGrid Virtualization with Grouping

I'm using the WPF DataGrid from CodePlex and I need to get Virtualization to work with grouping. This question is on topic and points to an MSDN Example but it only covers ListControls with with simple (i.e. single 'column') DataTemplates.…
Jan Bannister
  • 4,859
  • 8
  • 38
  • 45