Author Archive

Choosing a Server Virtualization Platform - Part 6 Microsoft’s Hyper - V (Comparisons of Virtualization Software)

November 13th, 2008
Category: Blog Posts, Server Virtualization  |  Posted by: bhagwad

<< Part 5 Virtuozzo Overview

    1. Microsoft’s Hyper-V
      1. Guest OS’s Supported
      2. Driver’s Support
      3. Speed of Guest OS
      4. Ease of Management
      5. Support
      6. Conclusion

Microsoft’s Hyper-V.

Microsoft is relatively new to the Hypervisor game, but their dominant position in the computing world gives them some distinct advantages over the competition. Two of these advantages are Driver Support and Bundling.

The Core of Hyper-V is available as a free download from the 2nd of October 2008 though the entire interface is text based. You can also buy various versions of Windows Server 2008 that have Hyper-V bundled in. These are not free of course, but have significantly more features mainly in the field of management of Hyper-V.

Guest OS’s Supported.

Microsoft’s Hyper-V architecture, like Xen, requires one guest OS to be the dominant OS. Microsoft calls this the Parent Partition. However unlike Xen, this Parent Partition must be Windows Server 2008.

In addition, Microsoft’s Hyper-V only runs on x64 based processors that have virtualization support. In other words, they must support the Intel-VT or the AMD-V technologies.

The guest OS’s must be enlightened, meaning that they must be aware of the underlying Hyper-V. Currently, Hyper-V supports only Windows Server (Right from Windows Server 2000 with SP4), Windows Vista SP1, Windows XP Professional, and SUSE Linux.

Driver’s Support.

This is a huge plus of using Microsoft Products. Since the Parent Partition has a version of Windows Server 2008 running already, and the guest OS’s are enlightened, it means that whatever guest OS’s are running will be able to leech of the driver support of Windows Server 2008 which will already support most of the hardware available.

The enlightened OS’s will communicate with the Parent Partition via a VMBus, that will facilitate all I/O requests to the hardware.

Speed of Guest OS.

Compared to other Hypervisor solutions like Xen and VMWare, Hyper-V is a bit slower. This is a direct consequence of having a slightly larger code base tying in to Windows Server 2008. However, given the fact that Hyper-V is still very new, and the difficulty of conducting tests in a full blown environment with say 300 Virtual machines, this result is debatable.

In addition, certain License agreements prevent the disclosure of performance parameters on open forums without the consent of the company in question, and this means that objective comparisons need the approval of all the major players. This isn’t likely to happen.

Ease of Management.

If you download the basic Hyper-V from Microsoft’s website, you’re not going to find it easy at all to manage the systems. Microsoft offers products that help you to remotely control the Hypervisors using MMC snap ins that point to the Hypervisor, but it’s still a pain.

However, if you buy Windows Server 2008 with Hyper-V bundled into it, then it’s a whole new ball game. You have a full blown GUI with all the tools you need to manage and control the guest OS’s. In short, as far as Microsoft goes, you get what you pay for.

This is unlike Xen of course where you can easily find high quality free tools.

Support.

If you buy Windows Server 2008, you get the standard support that Microsoft offers you. In addition, you can buy separate support packages tailored for your business, as well as training programs for your employees.

Conclusion.

Which solution you decide to implement will depend not only on your business needs, buy also your mentality. If you’re looking for a cheap powerful hypervisor with great management tools, and you’re also a hands on kind of a person, you should go with Xen.

If your needs are not so specific and varied, and you’re just looking for a quick way to virtualize your hardware, but still need good support and management services, you should go with Virtuozzo.

If you’re a Microsoft fan, then you realize that there are benefits in dealing with Microsoft. For example, all their products work together, and it’s much easier for Microsoft based software to talk to each other. Given this outlook, you would probably go with the Hyper-V.

I hope you enjoyed this discussion on Virtualization, and wish you success in your efforts!


Choosing a Server Virtualization Platform - Part 5 Virtuozzo (Comparisons of Virtualization Software)

November 13th, 2008
Category: Blog Posts, Server Virtualization  |  Posted by: bhagwad

<< Part 4 Xen Overview

    1. Virtuozzo.
      1. Guest OS’s Supported. |outline
      2. Driver’s Support. |outline
      3. Speed of Guest OS. |outline
      4. Ease of Management. |outline
      5. Support.
      6. Virtuozzo Summary. |outline

Virtuozzo.

Virtuozzo is a product developed by Parallels Inc., and is an OS virtualization software. This means that it differs from a product like Xen in two important ways:

  1. It is proprietary, and therefore closed source and not free.
  2. It is more like a Type II Virtualization software (though not quite) as opposed to Xen, which is a Type I.

The technical term to describe Virtuozzo’s technology is Operating System-level virtualization.

Guest OS’s Supported.

This is the biggest limitation of Virtuozzo. It is also it’s biggest strength. Due to it’s very nature as an Operating System-level Virtualization implementation, Virtuozzo runs on top of a standard OS instead of directly on top of the hardware. This means that it can only host guest OS’s that are the same as the OS on which it is running. Let us understand this a bit more.

Virtuozzo isn’t a “true” virtualization software at all. While it does allow various instances of a guest OS to run, in reality, they are other instances of the main OS. That is why you cannot have a Guest OS that is different from the Main OS.

How does this matter? Well, there are several implications, not the least of which is licensing issues. Till just a little while back, Microsoft’s license agreement was such, that if you were running 7 instances of Windows Server on Virtuozzo (Which in turn was running on a main Windows Server OS), you would need to buy just one license, whereas you would have to buy eight licenses if you were running a full virtualization solution like Xen.

Microsoft has since updated it’s licensing agreement, and you can now run upto four instances of a Windows Server with just one license. Still, it’s quite a cost saving over a Hypervisor.

Other implications are that it’s easier to manage. If you have to apply a security update, you just need to install it on the Main OS and not individually on all 7 guest OS’s.

Of course as mentioned earlier, unlike a hypervisor, you are limited to guest OS’s that are the same as that on which Virtuozzo runs. That currently includes Windows Server 2003 and most Linux Distributions.

Driver’s Support.

This isn’t at all an issue with Virtuozzo. If you have drivers for your hardware on the Main OSĀ  (which you probably will) on which Virtuozzo runs, you will have no issues with drivers for your guest OS’s, since they are just instances of the main OS.

Speed of Guest OS.

There’s no doubt that Virtuozzo runs very fast. Much faster than a hypervisor would since there is only one instance of the kernel running. In fact, the overhead for the guest OS is usually just between 1-3%

Ease of Management.

Since Virtuozzo is an Operating System-level virtualization implementation, the management is inherently simpler. In addition, Virtuozzo comes with a suite of management tools that assist the administrator in carrying out all the important task associated with OS virtualization.

Support.

As Virtuozzo is a piece of commercial software, support is extensive. Various plans can be purchased from Parallels Inc. 30 days of installation support is provided with every purchase of Virtuozzo, as well as a software maintenance agreement for the first year. In addition, Virtuozzo provides training courses for your staff for their products.

Overall, if you want to go Enterprise with Virtuozzo, you will be able to get all the back up you need.

Virtuozzo Summary.

For all the benefits of Virtuozzo, the only price that you pay is the lack of flexibility of being able to run whatever OS’s you want. Also, if there is an issue like a kernel crash of the main OS, then the whole system goes down.

However, several users look on the ability to run multiple instances of an OS as an advantage. It makes management simpler, and can reduce licensing costs.

>> Next Part 6 Microsoft’s Hyper V


Choosing a Server Virtualization Platform - Part 3 (Considerations for Choosing a Virtualization Platform)

November 13th, 2008
Category: Blog Posts, Server Virtualization  |  Posted by: bhagwad

<< Part 2 - Types of Hypervisor Technology

  1. Considerations when choosing a Virtualization Platform.
    1. Various types of Guest OS’s supported.
    2. Drivers Support.
    3. Speed of Guest OS.
    4. Ease of Management.
    5. Support.

Considerations when choosing a Virtualization Platform.

When you set about choosing a Hypervisor, you will need to look at the following parameters to reach a decision.

Various types of Guest OS’s supported.

Each hypervisor can support certain Operating Systems (OS’s). This makes sense, since each OS will work with the hardware under normal circumstances in different ways. The hypervisor needs to be built according to what OS’s are supposed to run on it.

However, other OS’s can work even on Hypervisors not specifically built for them. But predictably, if something goes wrong, you won’t get the answers and support from the Hypervisor support center that you normally will.

In addition, certain OS’s are aware of the hypervisor. These are said to have enlightened I/O. These OS’s run better on Hypervisors since they can interact with the Hypervisor in more efficient ways, essentially telling it - “Don’t worry. I know you exist as well as the problems you’re facing. I will do what’s easiest for you”.

Some OS’s that do not have enlightened I/O can be made to be enlightened with a patch from the company.

Drivers Support.

Since the Hypervisor is going to run directly on the Server Hardware and must then present a consolidated view to the guest OS’s, it must have all the necessary software to be aware of the latest underlying hardware.

Most Hypervisors support a limited set of hardware that will be exposed to the Guest OS’s, and this can be a deal breaker if your particular hardware set isn’t represented properly. Various Hypervisors take different approaches to the problem as will see in the later sections.

Interestingly, Type II Virtualizations will suffer less from this problem as they already take the hardware snapshot from the Main OS.

Speed of Guest OS.

This is a question of efficiency. How fast do guest OS’s run on the given Hypervisor? In the case of Type II Virtualizations, this will be the speed relative to the Main OS.

Ease of Management.

This aspect is already being tagged as the main differentiating factor between hypervisors. There are a plethora of issue to be managed including security, resource allocation, and Guest OS installation.

It also addresses whether or not the Hypervisor has a GUI interface, making it easy for even non-technical persons to set it up.

Another aspect of management unrelated to the above, is a technical issue as to how the Hypervisor manages the various OS’s and keeps them in separated memory spaces. That issue will be covered in in the individual review of the Hypervisors.

Support.

If you’re a business for whom downtime is costly, you will most definitely want to get a product that has commercial support. You can’t afford to play around and test what’s right and what’s not. In these cases, paying extra for professional support is a must.

On the other hand, if you want to give virtualization a whirl in a small test scenario first, you might have a lot of time to find out the details of how it works for yourself. In this case, support becomes secondary and you can focus on features that make more sense to you, like price.

>> Part 4 Xen Overview


Choosing a Server Virtualization Platform - Part 4 Xen (Comparisons of Virtualization Software)

November 13th, 2008
Category: Blog Posts, Server Virtualization  |  Posted by: bhagwad

<< Part 3 - Considerations while choosing a virtualization Platform

    1. Xen.
      1. Guest OS’s Supported. |outline
      2. Driver’s Support. |outline
      3. Speed of Guest OS. |outline
      4. Ease of Mangement. |outline
      5. Support.

Comparisons of Virtualization Software.

Based on the parameters in the article on considerations for choosing a virtualization platform, it’s time to move into a little more detailed explorations of the various Hypervisor based Virtualization Software. We’re going to look at three Hypervisors, namely Xen, Virtuozzo, and Microsoft’s Hyper-V.

Xen.

Xen is an Open Source Virtualization Software. It was originally developed by the University of Cambridge Computer Laboratory and is now released under the GPL license.

Since Xen is open source, it is widely used and has a large support community. Major chip makers like Intel and AMD have contributed to source code for Xen in order to enable it to utilize certain CPU architectures.

Guest OS’s Supported.

Xen requires the Guest Operating Systems to be enlightened. This means that if you want to run certain OS’s using Xen as the Virtualization platform, they have to be modified to make them aware that they are running on a hypervisor and not real hardware. This isn’t usually a problem since more and more OS’s are now offering packages that make them enlightened.

Even open source OS’s like Ubuntu now have packages that enable it to be enlightened. In fact, they have had it for quite some time now.

However, there are restrictions on which versions of Windows can run. All Windows Products after Windows Vista SP1 can be enlightened and even Windows XP SP3 can have this patch applied.

However, Intel and AMD have brought out special CPU’s namely Intel VT and AMD V respectively that allow guest OS’s to run on them unmodified. This means that if the CPU supports any of the above technologies, the guest OS’s need not be enlightened can can be run “as is”.

Driver’s Support.

Xen takes an interesting approach to the Device Driver problem. In order to run Xen, one of the guest OS’s must be special. It means that one guest OS must be Prima Inter Pares, or the First among equals. This special guest OS is called, in Xen terminology, dom0.

Xen puts all the headache of device driver management on the dom0 guest OS. This is a good thing, because most OS’s already have native support of the most common hardware, and the dom0 is no exception. For the record, the dom0 is usually Linux. The dom0 then interfaces with all the other guest OS’s and provides them with the illusion of their device drivers accessing the hardware directly.

If the guest OS’s are enlightened, then the drivers will know that they are not dealing with real hardware and will generate appropriate instructions.

Overall, the driver support for Xen is fairly robust and there are many different solutions depending on the type of guest OS and whether they are enlightened or not.

Speed of Guest OS.

Compared to other Virtualization solutions like VMWare, Xen is noticably faster and can host more Guest OS’s. The speed of a guest OS running on Xen is almost the same as that of Linux running directly on the hardware.

Ease of Management

Xen has a large number of management tools. Since it is open source, several management tools are open source as well including Xen Tools, Ganeti. There are plenty of options here and you can pick and choose.

Support.

Even though Xen is open source, you can still get paid support via Citrix Sytems which distributes an Enterprise Version of Xen for Mission Critical Business. If you don’t want to go for paid support, there is a large community base which will readily answer your questions. Of course, you may not get the specific and speedy help that you’re looking for.

This is a great advantage in using Xen. You can use it either as a test deployment, or as an outright solution. If you go for the latter, you can opt for the paid Enterprise version.

>> Part 5 Virtuozzo Overview


Choosing a Server Virtualization Platform - Part 2 (Types of Hypervisor Technology)

November 13th, 2008
Category: Blog Posts, Server Virtualization  |  Posted by: bhagwad

<< Part 1 - Understanding Virtualization

  1. Types of Hypervisor Technology.
    1. Type I Hypervisors.
    2. Type II Hypervisors. |outline
    3. Comparison of the two Types of Hypervisors

Types of Hypervisor Technology.

Depending on their implementation, there are basically two types of ways in which Hypervisors work. They are called Type I and Type II hypervisors. All products that implement Hypervisor technology fall into one of these two types.

Type I Hypervisors.

Type I Hypervisors run directly on the Hardware. Instead of the Operating system, they are fully in charge of the management of system resources. The operating systems run on top of the Hypervisor which intercepts their requests and manages them in such a way that they are completely independent of each other.

Figure 1

A Type I approach to Hypervisors

As can be seen in Figure 1, the three guest operating systems (OS’s) are running on top of the
hypervisor. The OS’s see only those resources that the Hypervisor presents to them.

As can be seen from the above figure, the guest operating systems run at the second level above the hardware.

Type II Hypervisors.

Type II Hypervisors run on an existing operating system that provides the interface. The guest operating systems then run on the Type II hypervisor at the third level above the hardware as can be seen in Figure II.

Figure 2

A Type II approach to Hypervisors

Once more, as in Type I, the three guest OS’s are unaware of the fact that they are running on anything but the hardware directly.

Comparison of the two Types of Hypervisors.

For speed and efficiency, the Type I Hypervisors are definitely better. Since they run directly on the hardware and manage it face to face, they are able to work without cutting through the various layers that hamper the speed of the Type II Hypervisors.

Type II Hypervisors run on client systems where considerations of speed are less important. They can be installed directly on the Operating system and are thus much easier to setup. In addition, Type II Hypervisors support a much broader range of hardware since the hardware resources are provided by the underlying Operating System on which it runs.

Examples of Type I Hypervisors are Microsoft’s Hyper-V and ESX Server. Examples of Type II Hypervisors are VMServer and Microsoft’s Virtual Server


Choosing a Managed Dedicated Hosting Provider - 10 Things to Look For

November 13th, 2008
Category: Articles, Dedicated Hosting  |  Posted by: bhagwad

Overview of Dedicated Hosting

Dedicated hosting refers to the practice of service providers allocating one complete physical server to a single client. This is opposed to Shared Hosting or Virtual Hosting where the hardware resources on a single machine are shared between several clients in order to maximize their usage.

Benefits of Dedicated Hosting.

Dedicated hosting is more expensive than either shared or virtual hosting and it brings with it the advantages of having all the resources of a server to yourself. In addition, the Service Providers who offer dedicated hosting are usually able to provide you with high speed bandwidth at a discount, as they themselves are buying it wholesale.

If you have a single, or several high profile sites that receive tons of traffic, you will want to seriously consider dedicated web hosting as a solution to your hosting requirements.Since there is no industry standard on what to expect from a Dedicated Hosting Service, and several terms are bandied about freely, here are some tips on choosing the right provider.

What to look for in a Dedicated Hosting Provider

Level of Maintenance.

If you’re opting for a dedicated server, chances are that you’re doing so for the extra resources. However, along with those resources, comes the hassle of maintaining them. And unless you have a lot of extra time on your hands, maintaining a server can be a full time job.Find out how much of the maintenance the Service Provider is willing to take on. Will they just give you the bare bones server or will they restrict themselves to updating your operating system? There are a number of issues you need to look at including:

  1. Operating System Maintenance

  2. Anti-Virus and Firewall Maintenance

  3. How closely to they monitor Server Availability?

  4. Disaster Recovery/Rebooting

It’s best to spell out the terms as clearly as possible to avoid problems in the future. Each Hosting company has it’s own meaning for the word “Hassle Free”.

Security.

Regardless of how much maintenance you opt for, it is the duty of every dedicated hosting service to protect your data. This includes physical protection as well as software protection.

As far as physical facilities go, ensure that your servers are hosted in proper datacenters that have proper security measures. This not only includes the obvious elements like the security protocols to prevent unauthorized access, but also elements like temperature control, redundancy, Fire Prevention and Electrical Systems Backup.

The Best Hosting providers will give you details of how their servers are secured and protected.

Bandwidth Transparency and Measurement.

There are many different ways to measure bandwidth, and unfortunately, there is no standard for describing the terms of Bandwidth Measurement.A good service provider will ensure that you select the plan that you need with minimum overhead. If you choose the wrong plan, you might end up paying much more than you think. Here are a few ways by which Bandwidth is measured:

95th Percentile Method.

You will be charged based on the 95th Percentile of Bandwidth used. There will be a sampling interval, and in each of those intervals, the transfer speed is measured. At the time of billing, the samples will be sorted in descending order, and the top 5% will be discarded. The remaining intervals will determine your bandwidth usage.

Unmetered.

This will simply place a top cap on your bandwidth, and and provider will have the ability to control any overflow. This will be a flat fee, and will not incur any overhead.

Upload and Download Transfer.

The provider will bill you based on how much data is leaving, entering, or both.

You must also ensure that the provider has a great network in place to provide reliable bandwidth at great prices. The advantage of going with a dedicated provider, is that they get cheap bandwidth in bulk, and so you must make use of this facility.

Uptime Guarantee.

Most providers will give you guarantees like “99% uptime” or even “99.99%” uptime. The real question is, what is the definition of uptime?

Does uptime simply measure the time that power is available to the server? Does it mean measure the time the OS is functioning? Or does it mean the availability of the server? Does it measure the time that all applications that have been promised are available?In addition, what is the sampling measure used. If uptime is checked only once every half an hour, then an downtime lasting for 20 minutes may not be detected.

A good provider will spell out the exact meaning of uptime, as well as show you how the uptime is measured. In addition, there exist third parties that provide independent uptime measurements. A great service provider will not mind having the uptime measured by one of them.

Backup facilities.

Your data is very important to your business. That is the main reason for choosing a dedicated service provider. What guarantee does your service provider give you that your data can be backed up?There are two ways to backup your data. Either your service provider can do it for you on a regular basis, or you can have your own remote backup solution.

A great service provider will allow you to choose your own backup solution depending on your needs. Most of the time however, you will not want to be involved in the maintenance, and then you need to ask your provider how easily/cheaply will they be able to make sure that your precious data is safe?

Software Support/Database Support.

If you have a plan where you offload the management of the Server to the service provider, you must ask them what are the applications that they will provide to help you do your work.Suppose you want to create a new application for your website that requires a particular programming language like .NET, will the Service Provider help you with installing the .NET framework? What other language frameworks do they provide you with.The main purpose of having a dedicated server is so that you can use the Server’s resources to help your business in any way you choose. If the Service provider doesn’t help you further that goal, then it’s best to look elsewhere.

In addition, you must find out what Databases the Service Provider is willing to provide. This will usually cost a fee, but if you find that your programmers or Web designers require a specific type of Database, or you want to port your existing database to the server, you need to make sure that your service provider will help you with it.

Some of the databases that you must make sure your Service Provider will help you with are Oracle, MSSQL, MySql and Sybase.

DNS Hosting.

A DNS is the acronym for “Domain Name Server”. It is the service that translates human readable URL’s to numbers which computers can understand, in order to find the site that you are looking for.The servers that translate the URL’s into numbers can become a bottleneck if you have many sites hosted on your server, and you have lots of sub domains being created.If your Service Provider provides you with DNS hosting service, you can add and create your own DNS addresses, thus providing you with flexibility if you need it. Suppose you want to redirect your users to a new IP address, then you can do it immediately without waiting for it to be picked up. All changes made to the DNS by you are instantly propagated to all DNS servers worldwide.

Many business are realizing that having a DNS hosting service provides critical redundancy in case of any disaster, as almost 1/3rd of all downtime is caused due to DNS failure.

Make sure there are no Blackholed IP’s.

If you have a conscientious Service Provider, they will make sure that no objectionable material is being hosted on their network of servers.Why should you care about what their customers are hosting? The reason is simple. If one of their customers is hosting objectionable or illegal material, or is spreading malware, it can give the whole network a bad name.You may find that your emails are not being delivered to their location because the receivers think that the email is coming in as spam. This is due to the IP addresses of your network being “tainted” or “Blackholed“.

There are third part sites that maintain lists of such spammers and you can check the IP addresses of your service provider against these lists to ensure that you are not becoming part of a corrupted IP block.

Experienced Technical Support.

How many times have you had a technical problem and have called a help desk person who has absolutely zero technical knowledge? They give you a set of canned responses, and tell you that their technical team will get back to you?Having good support is quickly becoming the distinguishing factor among hosting providers. A great hosting provider will ensure that you can talk to the technical team directly and help you sort out your problems.Of course, having a 24×7 help desk doesn’t hurt either. And certain basics simply have to be in place, like providing a ticketing system for complaint follow up.

The truth is, no matter how great your network and safety precautions are, there are going to be times when you need the assistance of a person who really knows what’s going on and has the authority and ability to fix the problem now, because for every moment your system isn’t functioning as it should be, you can have potential lost sales.

The best way to gauge this aspect of your service provider is to speak to their existing customers and find out what sort of support they provide in moments of crisis.

What’s free and What’s not?

It’s best to get a good understanding of how your Service Provider adds on additional services and how lax or lenient they are with their additional services.For example, do they charge you for installing a new programming framework? How easily can a hosting provider give you the service that you need at no additional charge? A lot of great providers who value your business will go out of their way to help you achieve your technical needs at no extra cost.Compare various providers to find out what’s what.


Choosing a Server Virtualization Platform -Part 1 (Understanding Virtualization)

November 13th, 2008
Category: Server Virtualization  |  Posted by: bhagwad

  1. Understanding Virtualization.
    1. Two types of Virtualization.
      1. Hardware Partitioning.
      2. Hypervisor Technology.
    2. Benefits of Virtualization.
      1. Reducing Costs of Hardware.
      2. Optimized Adjustment of System Resources.
      3. Easy overview of all IT resources at a glance.

Understanding Virtualization.

Virtualization is a concept that allows the abstraction of Hardware from the users or the Operation system. In simple terms it means allowing several operating systems to run on a single computer without the operating systems being aware of the fact.

Conversely, virtualization can also be used to pool dozens of computers and computer hardware together in such a way that they run as a single or multiple units.

Two types of Virtualization.

One can think of virtualization in two ways:

Hardware Partitioning.

This means that you physically dissect the server hardware in and run an operating system on each sector. This has the advantage of physically separating the resources used by various Operating systems.

However, several benefits are lost in this approach, one of which is using overpowered hardware to carry several operating systems. In fact, one might argue that Hardware Partitioning defeats the purpose of Virtualization.

Hypervisor Technology.

Hypervisor technology refers to placing a layer of software between the hardware and the multiple Operating systems (called guest operating systems) (or otherwise as we will see below) that will share the same hardware. The software layer called the hypervisor intercepts the requests from the guest operating systems and handles them in such a way that the operating systems have no idea that they are sharing resources.

Since the Hypervisor technology is one offering most of the benefits of virtualization, we are going to be focusing only on this technology for the rest of the article.

Benefits of Virtualization.

Virtualization offers the following Benefits.

Reducing Costs of Hardware.

Since you can have many users using the same hardware, you save on the cost of buying multiple computers for each person.

Optimized Adjustment of System Resources.

Different users require different resources at various points of time. Without virtualization, some hardware will be strained, and some hardware will be underused at any given point. Virtualization handles this problem by dynamically allocating resources amongst the various operating systems as and when the need arises.

Easy overview of all IT resources at a glance.

When you use virtualization, you find that you are able to take a bird’s eye view of all your IT resources. This is because you are not concerned with their physical location that may be scattered in many different places. Instead you view logical systems that are easy to understand and consolidate.

>> Part 2- Types of Hypervisor Technology


  • Dell
  • HP
  • Juniper
  • APC
  • Cisco
  • Raritan