You are on page 1of 4

Shrithi H H et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol.

5 (3) , 2014, 4214-4217

Applications of Server Virtualization Technology


Shrithi H H1, Vanamala C.K2
1
M. Tech CNE, Department of Information Science & Engineering,
The National Institute of Engineering,
 
Manandavady Road, Mysore-570008, INDIA
2
Assistant Professor, Department of Information Science & Engineering,
The National Institute of Engineering,
Manandavady Road, Mysore-570008, INDIA

Abstract- High performance and efficient servers are the B. The Percentage of Resource Utilization Is Low
backbone of any solid IT infrastructure. Servers are often
under-utilized in their computing capacity by the applications The server which is deployed currently only
hosted on them. Unpredictable demands due to peak hour carries a single service, and most of the server utilization
usage, and a need for dynamic allocation of computing rate is only about 20%. These servers take a lot of data
resources in a server farm, necessitate the use of server center space and resource to run, which makes the
virtualization technology. The technology can improve the hardware configuration of high servers could not
utilization rate of server greatly and lower the investment of
demonstrate their superiority.
hardware, and meanwhile reduce the cost of operation and
maintenance effectively. C. The Poor Compatibility
Key words: Virtualization, VM Because the number of servers which could
support the applications increases year by year, how to
I. INTRODUCTION make full use of existing old equipment which means
protecting the original investment becomes increasingly
High performance and efficient servers are the important. However, the original application platform
backbone of any solid IT infrastructure. With the gradual usually installs older version of the operating system; the
improvement of the system, it is necessary to introduce introduction of many new hardware devices is no longer
application servers constantly in order to meet the growing available for this operating system support, and how to
needs, which will lead to the rapid expansion of the servers transport application services between old equipment and
and we must face complicated software and hardware new equipment is becoming a problem to IT maintenance
management and maintenance work. The problems of staff. In response to these problems, to fully enhance the
server management are as follows. Section 2 discusses for utilization of server hardware, rather than spend a lot of
the need for server virtualization. Section 3 gives an idea money to buy a new server is a more ideal solution.
on server virtualization. Section 4 lists out applications of Introducing the virtualization technology into the
server virtualization. management server, and you can integrate a variety of
server resource and save unnecessary expenses, also
II. NEED FOR SERVER VIRTUALIZATION
provide high reliable and high available application
A. The Low Level of Maintenance and Management
but High Cost services.

This is caused by the increase in the number of III. SERVER VIRTUALIZATION


servers, operating and maintenance costs continue to rise, Virtualization is the ability of a computer to run
including the purchase and set up hardware devices, power multiple guests, or virtual machines, such that each guest is
and cooling requirements, daily monitoring and unaware of others, and thinks that it has the whole
maintenance, etc. Application environment is very computer systems to itself. This technology was invented
complex, and applications are often developed by different about 5 decades ago for mainframes to be able to support
platforms, it requires a lot of manual and material resources multiple users running different tasks, isolated from each
for maintenance. If the server system has problems, it will other in memory.
lead to paralysis of applications. In addition, systems also
need to stop running when they are upgraded, and it will
cause applications disruption.

 
www.ijcsit.com 4214
 
Shrithi H H et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (3) , 2014, 4214-4217

that if a consolidates server crashes for any reason then all


machines running on it will be affected.

Load balancing refers to the ability of an IT


manager to take a virtual machine running on a physical
server, and move it to another server without stopping it.
This becomes possible because a virtual machine is nothing
but a large binary file in the memory, with no direct
references to the underlying hardware. It can be paused and
copied to the memory of another identical physical server,
especially if the first servers need to be brought down for
regular maintenance or is slowing down due to too many
tasks. VMware has a tool Vmotion to aid in such a load
balancing tasks.

Failover reliability refers to the ability of


preserving the state of a virtual machine and replicating it
on another physical server, using memory mirroring or
other suitable techniques, in case the first machine suffers
Figure 1: Comparison of non-virtualized vs. virtualization Hardware-
failure.
Software stack
However, it should be noted that the VMM in
In figure 1, a layer of software called VMM above applications occupy the ring0 of the CPU,
(virtual machine monitor) support multiple machine traditionally reserved for OS with privileged calls, and thus
instances, isolated in memory and hard disk is partitioned. it pushes the OS to run in ring1,also known as ring
A view of virtual CPU and other hardware resources is compression. Thus OS is no longer able to make privileged
presented to each guest OS in turn, and the guest state is kernel calls, and the VMM traps these to replace them with
saved between context switching .This technology has an equivalent code. This technique for Software
several application for servers, such as consolidation, load virtualization is generally known as Binary Translation.
balancing and failover reliability.
IV. APPLICATIONS OF SERVER VIRTUALIZATION
TECHNOLOGY

A. Digital Forensics Education

Educators in digital forensics struggle with the


desire to provide their students with realistic learning
environments while protecting production systems from
undesirable and potentially illegal interference.
Virtualization technology can be used to create realistic
learning environments for digital forensics that reduce cost
and space requirements while saving students and
instructors time. To support the digital forensics data
collection and analysis effort there are many tools
available, ranging from enterprise level commercial
offerings such as Encase and FTK , to Linux distributions
such as the Helix live CD [6] which includes many
Figure 2: Consolidation enables multiple VMs to run on the same server forensically oriented open-source tools.
hardware
The application of theoretical concepts has been
In server virtualization, server consolidation refers shown to be an important factor in ensuring that students
to the practice of taking OS and application stacks running fully grasp a subject, in addition a providing practical
on several physical servers, with each OS and its apps experience that can allow a student to more easily transition
contained within a virtual server,and then multiple virtual to a real work environment. However, actually providing
servers running on a single physical server as shown in high quality practical exercises for students is not an easy
figure 2.This practice allows better utilization of hardware task. For educators seeking to provide such an experience
resources and thereby allow more isolated applications to in digital forensics, there are several goals for the learning
run in a given server farm infrastructure. The downside is environment which can be challenging to attain in the
traditional computing lab environments, such as:

 
www.ijcsit.com 4215
 
Shrithi H H et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (3) , 2014, 4214-4217

Virtualization can be used to address many of the


challenges faced by educators attempting to provide their
students with high quality digital forensics experience
including the following:

 Creating an interesting scenario at the host level.


Although virtualization does not remove the need
to create interesting systems, the resulting virtual
machines then exist as a small collection of files in
a directory on the host system. VMs can be
archived or deployed by simply copying the files
(or in the enterprise level products through the use
of templating and cloning functionality)

 Creating an interesting network environment.


Virtual machines can connect to physical networks
in the same manner that physical hosts can,
allowing them to participate in exercises based on Figure 3.Server virtualization
a physical network. However, multiple VMs
running on a physical host can also be connected
1 Application Results
to a virtual network, allowing realistic networking
exercises to be conducted in a completely isolated By using this visual platform to manage whole
virtual environment. hardware resource of application system, the information
system of public security bureau and fire service
 Making the exercise available to students. department has the following advantages:
Deployment of VMs generally means making a  Hardware resources are fully used. By using
few files available to the physical host. Although
this server virtualization platform, two servers
the files that comprise the VM can be large
(depending on the VM configuration),one or more will be divided into multiple virtual servers, and
carefully configured VMs can commonly be each of them keeps independent and is installed
stored on a CD or DVD, and made available for different operating systems for different
use by students anywhere that the associated applications.
virtualization software is available. Free software  Operating consumption is reduced. After the
that provides sufficient capabilities for students to integration of virtualization platform, this
run most exercises is available from all of the technology brings significant savings effects
major vendors. including server power consumption, rack space
consumption, power consumption of machine
 Resetting the exercise systems for subsequent rooms’ air-conditionings, and so on; at the same
groups. Restoring a known state for a virtual time it declines the number of physical servers,
machine requires nothing more than restoring a
making maintenance and operations of the
file, which can either be done manually, or more
whole hardware system easier than before [2].
commonly, can be accomplished in essentially
zero time from within the virtualization software.  Improve the security of overall system. Without
This allows exercises to be configured to one of additional investment of hardware, the virtual
multiple known states with almost no delay. platform could provide some application modes
such as load balancing and hot standby system for
duplicated engine. Thus, the security and the
continuity of all application systems are increased
B. Public security Bureau and Fire service to unprecedented levels [2].
department  System flexibility is high. According to the
The information center of the public security different needs of application systems,
bureau and fire service department include fire monitoring virtualization server platform allows
systems, e-mail management systems, file storage systems, administrators to adjust resources condition of
office automation applications, and departments website virtual server; at the same time virtual server
presentation systems. These systems using server could design consolidated server template, so
virtualization technology, make reasonable integration of that it is straight-forward to divide template and
existing hardware resources, and build a unified set up virtual server, which makes the work of
virtualization platform to complete the construction of upgrading the system become very convenient.
business systems. Supports dynamic migration of virtual servers.

 
www.ijcsit.com 4216
 
Shrithi H H et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (3) , 2014, 4214-4217

Virtual server could complete the migration utilization rate of server greatly, reduce management
between physical servers within only a few problems, and lower the maintenance costs.
seconds, and application will not be interrupted. Virtualization can provide several advantages to
The advantage of virtualization platform is digital forensics educators, and can be applied to provide
independent of physical hardware. Whether the students with high-quality practical experience with digital
server is damaged or down for maintenance, forensics topics in a manner which makes efficient use of
virtual server can be dynamically moved to hardware resources and the time of experts who can share
safeguard the continuity of the application [2]. the burden of creating meaningful exercises. In addition,
 Reducing downtime. Virtualization platform the creation of a remotely accessible virtualized laboratory
supports dynamic migration of virtual servers. can allow students to have access to resources from across
Virtual servers could complete the migration campus, across the nation, or across the planet, at a time
between physical servers within only a few and place that fits their requirements and schedules. As the
seconds, and application will not be interrupted. virtualization field continues to evolve, new tools and
The advantage of application platform is approaches are likely to expand the current capabilities
independent of physical hardware. Whether the leading to better opportunities for virtualization to benefit
server is damaged or down for maintenance, digital forensics curricula.
virtual server can be dynamically moved to
safeguard the continuity of the application [2]. REFERENCES
[1]. Application of Server Virtualization Technology in Enterprise
Information, Xianmin Wei, Computer and Communication
V. CONCLUSION Engineering School, Weifang University
Server virtualization technology is the core of the [2]. Application of Server Virtualization Technology Based on Citrix
XenServer in the Information Center of the Public Security Bureau
dynamic resource scheduling, disaster recovery is an and Fire Service Department, Jiaxin Wang, Lianhe Yang#2, Miao
effective solution. For server consolidation is the best Yu, Shuai Wang ,School of Computer Science and Software
solution for operating system virtualization, because the Engineering, Tianjin, Polytechnic University,Tianjin, China
operating system server virtualization has a lower loss, so [3].Applications of Virtualization to Digital Forensics Education, Brian
Hay,Department of Computer Science,University of Alaska
can significantly improve server utilization. Fairbanks
Application of server virtualization technology [4]. Applications of Virtualization for Server Management and Security,
in the information center of the public security bureau Naresh K. Sehgal, Staff Architect, Enterprise Software Technology,
Intel Technology India Pvt. Ltd., Bangalore, India
and fire service department shows that it can improve the

 
www.ijcsit.com 4217
 

You might also like