Virtualization

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Woohookitty (talk | contribs) at 10:54, 23 May 2009 (disam). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, virtualization is a broad term that refers to the abstraction of computer resources:

  • Resource virtualization, the virtualisation of specific system resources, such as storage volumes, name spaces, and network resources
    • Encapsulation, the hiding of resource complexity by the creation of a simplified interface
    • Virtual memory, which allows uniform, contiguous addressing of physically separate and non-contiguous memory and disk areas
    • Storage virtualization, the process of completely abstracting logical storage from physical storage
      • RAID - redundant array of independent disks
      • Disk partitioning, is the splitting of a single resource (usually large), such as disk space or network bandwidth, into a number of smaller, more easily utilized resources of the same type
      • Logical volume management, which combines many disks into one large pool and then divides it into logical disks.
    • Network virtualization, creation of a virtualised network addressing space within or across network subnets
    • Channel bonding, the use multiple links combined to work as though they offered a single, higher-bandwidth link
    • I/O virtualization e.g. vNICs, vHBAsz
    • Memory virtualization Aggregates RAM resources from networked systems into virtualised memory pool
  • Computer clusters and grid computing, the combination of multiple discrete computers into larger metacomputers

Virtualization can also refer to:

Physicalization is the converse approach to virtualised data centers, where, instead of allocating workloads across subdivided, single machine, virtualised resources, the hardware is organized as replicated sets of simple atomic compute resources that are not virtualised. External control software dispatches workloads to these individual atomic compute nodes in much the same way as a VMM manages workload placement in a virtualised system.