What is Virtualization?

There is a lot of buzz going around aboutsetting up multiple physical machines fortesting or
Virtualization.taking the risk of causing problems by testing ina
What is Virtualization, and what benefits does itproduction environment.
provide?You can run Virtualization software on pretty much
In this article we will take a look at the technology toanyplatform. Once the software is installed it is simple
seehow it can provide a great deal of flexibility andtocreate virtual machine instances. Virtual machines
costeffectiveness for IT professionals and softwareare justa set of files located on the host machine.
developers.You configureyour virtual machine settings on the
Virtualization technology allows multiple virtualhost computer, installthe operating system and you
machinesto run on a single host computer. Theseare ready to go. It is a verycommon practice to use
virtual machines canrun different operating systems,a master image of a virtual machine.
such as Windows, Linux andThis master image can be a fully configured machine,
UNIX. Each virtual machine has its own set ofwiththe operating system and all required
virtualhardware resources (e.g., CPU, RAM, Hardapplicationsinstalled. You can then rapidly deploy virtual
Drive, etc)allowing the operating system to run as ifmachines bycopying the master image to multiple
it were installedon a physical machine.Virtualization hosts toprovide zero downtime and
The benefits of Virtualization technology are far100% server availability.
reaching.There are a number of Virtualization products
Many organizations have moved to the virtualavailable.
machinesolution to consolidate multiple servers,VMWare, which is probably the most popular,
running side byside on a single physical machine.recentlyannounced that it will be releasing a free
Server consolidationallows IT professionals to fullyversion of its
utilize server resources,while isolating virtual machinesGSX Server product. This will allow any organization
and allowing them to rundifferent operating systemsto hostvirtual machines on either Windows or Linux
and applications. Softwaredevelopers utilize virtualhosts. Other
machine technology to quicklytest applications onVirtualization products include Microsoft's Virtual
different operating systems, withoutthe hassle ofServer and SWsoft's Virtuozzo, just to name a few.