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
0
votes
0 answers

PCIe Not enough MMIO resources for SR-IOV

I'm trying to write a kernel module for an Intel FPGA design supporting PCIe SR-IOV and placed in the x16 PCIe slot of an IBase M991 Mainboard (Q170 PCH, VT-d activated in BIOS, Integrated graphics only mode enabled). The CPU is an Intel Core…
Krustenkaese
  • 155
  • 1
  • 9
0
votes
1 answer

How virtualization works while allocating a virtual compute instance

How Virtualization works when a compute instance is allocated by the primary computer. Example:: How AWS or GCP allocates a computing instance from CPU lake or resource lake. What are the technologies these scenarios depends on, may be something…
0
votes
0 answers

First time using linux and trying to improve my pyenv experiance

This is my first time using Linux and I need to use pyenv in the terminal (I am using a virtual ubuntu session on my windows machine). However, every time I start the windows terminal and shift to the ubuntu terminal, the following messages are…
0
votes
1 answer

How to connect KVM guest vm from mac hosts by ssh?

I want to use KVM on Macbook. So what I did to start the kvm is: qemu-system-x86_64 -m 2G ./bastion-rhel7.qcow2 -accel hvf The VM starts ok. But I can't ssh root@10.0.2.15 which is the default vm network interface. it only contains a default vm…
Ryan Zhang
  • 51
  • 1
  • 4
0
votes
0 answers

What policy KVM follow while allocating memory for VMs? (for instances, Page sizes)

What policy does KVM follow while allocating memory for VMs? I did some mmap on my VM and /proc/meminfo indicated it was hugepages (AnonHugepage size was increasing). I want to know, from what policy it decide that it have to allocate HugePages? On…
shivank
  • 67
  • 1
  • 10
0
votes
0 answers

Virtual USB to COM adapter on Windows 10?

I have a C# application/windows service (and the source code) that is trying to an external USB device over serial and I want to replace the physical USB device with a virtual one made by me (another C# service/app). That would normally be…
Bastian
  • 26
  • 6
0
votes
0 answers

What is irq_bypass and how to use it in Linux?

I am learning VFIO in Linux, and found there is a kernel module irq_bypass, which is being used by VFIO. I read its codes, and found it has functions to add/delete irq producer and consumer. The code submitter described as follows, The IRQ bypass…
wangt13
  • 959
  • 7
  • 17
0
votes
2 answers

Securing physical servers with an NSX-T gateway firewall in active/active edge routing scenario

So my plan is to secure a set of physical servers in a private network against the entire NSX-T workload domain, without buying an additional hardware firewall, since we have massive edge capacity left, but no money. :/ So intuitively I would just…
andi-ko
  • 11
  • 1
0
votes
1 answer

bash: build.env/: No such file or directory error trying to Build/Run Cuttlefish on PC/ARM64

I'm trying to Build/Run Cuttlefish on PC/ARM64. This is the tutorial that Im following : https://sites.google.com/junsun.net/how-to-run-cuttlefish/home Im stuck here : root@ziomario-Z390-AORUS-PRO:/media/ziomario/Elements/android-cuttlefish# repo…
john_connor
  • 165
  • 2
  • 2
  • 15
0
votes
2 answers

What microcontrollers don't require a USB to UART driver to interface with computer?

I am currently teaching a remote middle school summer camp next year that involves microcontroller programming. I’ve chosen to avoid Arduino microcontrollers for the camp and use a MicroPython compatible microcontroller instead. One microcontroller…
0
votes
0 answers

virt-manager GUI is not opening

I have ubuntu 18.04 server in which i have installed below packages to setup kvm: qemu-kvm libvirt-bin bridge-utils virtinst virt-manager Virt-manager is failing to open with below error: Unable to init server: Could not connect: Connection…
LoneWolf
  • 19
  • 9
0
votes
1 answer

The source directory does not appear to contain CMakeLists.txt

I would like to virtualize Android on my jetson nano using qemu + kvm + virglrenderer and I found these tutorials to accomplish the task : this : https://www.collabora.com/.../building-android-for-qemu.../ and this…
john_connor
  • 165
  • 2
  • 2
  • 15
0
votes
1 answer

ESXi VM details

I have an ESXi which has 10 vm's running on it. I need a way to get all the details of each VM, like CPU,memory and storage details. esxcli vm process list it lists only VM's not their details.
phileinSophos
  • 362
  • 4
  • 22
0
votes
1 answer

Hardware assisted virtualization and data execution protection must be enabled in the BIOS

I'm trying to run docker on windows 10 but I get this error: "Hardware assisted virtualization and data execution protection must be enabled in the BIOS"
Adnan Zafar
  • 75
  • 1
  • 8
0
votes
1 answer

Virtualizing multiple SBCs on an ARM-based instance

I've been trying to architect a cloud-based testing tool that would allow you to setup a testing "workspace" with one or more emulated SBCs (Beaglebone Black, cubieboard2, etc.) and also setup an ethernet network between devices (using open or…
1 2 3
99
100