Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Application virtualization

From Wikipedia, the free encyclopedia
Method to encapsulate computer programs
This articlemay be weighted too heavily towards only one aspect of its subject. Please helpimprove it by introducing more general information. Relevant discussion may be found on thetalk page.(February 2019)

Application virtualization is a software technology that encapsulatescomputer programs from the underlyingoperating system on which they are executed. A fullyvirtualized application is not installed in the traditional sense,[1] although it is still executed as if it were. The application behaves at runtime like it is directly interfacing with the original operating system and all the resources managed by it, but can be isolated orsandboxed to varying degrees.

In this context, the term "virtualization" refers to the artifact being encapsulated (application), which is quite different from its meaning inhardware virtualization, where it refers to the artifact being abstracted (physical hardware).

Description

[edit]
Diagram of application virtualization
Illustration of an application running in a native environment and running in an application virtualization environment

Full application virtualization requires a virtualization layer.[2] Application virtualization layers replace part of theruntime environment normally provided by the operating system. The layer intercepts all disk operations of virtualized applications and transparently redirects them to a virtualized location, often a single file.[3] The application remains unaware that it accesses a virtual resource instead of a physical one. Since the application is now working with one file instead of many files spread throughout the system, it becomes easy to run the application on a different computer, and previously incompatible applications can be run side-by-side.

Benefits

[edit]

Application virtualization allows applications to run in environments that do not suit the native application. For example,Wine allows someMicrosoft Windows applications to run onLinux.

Application virtualization reduces system integration and administration costs by maintaining a common software baseline across multiple diverse computers in an organization. Lesser integration protects the operating system and other applications from poorly-written or buggy code. In some cases, it provides memory protection andIDE-styledebugging features, and may even run applications that are not written correctly, such as applications that try to store user data in a read-only system-owned location. (This feature assists in the implementation of theprinciple of least privilege by removing the requirement for end-users to have administrative privileges in order to run poorly written applications.) It allows incompatible applications to run side-by-side, at the same time[4] and with minimal regression testing against one another.[5] Isolating applications from the operating system has security benefits as well, as the exposure of the virtualized application does not automatically entail the exposure of the entire OS.[4]

Application virtualization also enables simplifiedoperating system migrations.[4] Applications can be transferred toremovable media or between computers without the need of installing them, becomingportable software.

Application virtualization uses fewer resources than a separatevirtual machine.

Limitations

[edit]

Not all computer programs can be virtualized. Some examples include applications that require adevice driver (a form of integration with the OS) and16-bit applications that need to run in shared memory space.[6]Anti-virus programs and applications that require heavy OS integration, such asWindowBlinds or StyleXP are difficult to virtualize.

Moreover, in software licensing, application virtualization bears great licensing pitfalls, mainly because both the application-virtualization software and the virtualized applications must be correctly licensed.[7]

While application virtualization can address file andRegistry-level compatibility issues between legacy applications and newer operating systems, applications that do not manage theheap correctly will not execute onWindows Vista, as they still allocate memory in the same way, regardless of whether they are virtualized.[8] For this reason, specialist application compatibility fixes (shims) may still be needed, even if the application is virtualized.[9]

Functional discrepancies within the multicompatibility model are an additional limitation, where utility-driven access points are shared within a public network. These limitations are overcome by designating a system-level share point driver.[10]

Related technologies

[edit]

Technology categories that fall under application virtualization include:

  • Application streaming. Pieces of the application's code, data, and settings are delivered when they are first needed, instead of the entire application being delivered before startup. Running the packaged application may require the installation of a lightweight client application. Packages are usually delivered over a protocol such as HTTP,CIFS orRTSP.[4][citation needed]
  • Remote Desktop Services (formerly called Terminal Services) is a server-based computing/presentation virtualization component of Microsoft Windows that allows a user to access applications and data hosted on a remote computer over a network. Remote Desktop Services sessions run in a single shared-server operating system (e.g.Windows Server 2008 R2 and later) and are accessed using theRemote Desktop Protocol.
  • Desktop virtualization software technologies improve portability, manageability, and compatibility of a personal computer's desktop environment by separating part or all of the desktop environment and associated applications from the physical client device that is used to access it. A common implementation of this approach is to host multiple desktop operating system instances on a server hardware platform running a hypervisor. This is generally referred to as "virtual desktop infrastructure" (VDI).

See also

[edit]

References

[edit]
  1. ^"Microsoft Application Virtualization Technical Overview".microsoft.com.Microsoft. Retrieved1 July 2017.
  2. ^Husain, Amir."How to build an Application Virtualization Framework".vdiworks.com.VDIworks. Retrieved1 July 2008.
  3. ^Gurr, Coby (28 July 2008)."Facilitating Microsoft Windows Vista Migration Through Application Virtualization"(PDF).dell.com.Dell. Archived fromthe original(PDF) on 2009-04-23.
  4. ^abcdWinslow, Philip; Semple, Robert; Maynard, Jason; Simson, Dennis; McGrath, Bryan (26 November 2007)."Desktop Virtualization Comes of Age"(PDF).Credit Suisse. Archived fromthe original(PDF) on 20 February 2009. Retrieved3 March 2008.
  5. ^"Overview Series: Windows Vista Application Compatibility".TechNet.Microsoft. 25 July 2008. Retrieved1 July 2017.
  6. ^Varhol, Peter (1 September 2007)."Application Virtualization Hits Its Stride".Redmond Magazine. 1105 Media.Archived from the original on 10 June 2008.
  7. ^Sommer, Tim (June 2012)."Top 200 SAM Terms – A Glossary Of Software Asset Management Terms".omtco.eu. OMTCO. Retrieved20 May 2013.
  8. ^Marinescu, Adrian (3 August 2006)."Windows Vista Heap Management Enhancements"(PDF).blackhat.com.Microsoft.
  9. ^Jackson, Chris (30 April 2008)."Can You Shim Applications Virtualized in SoftGrid?".Microsoft.
  10. ^Enzler, R (2003). "Virtualizing Hardware with Multi-context Reconfigurable Arrays".Field Programmable Logic and Application. Lecture Notes in Computer Science. Vol. 2778. pp. 151–160.doi:10.1007/978-3-540-45234-8_16.ISBN 978-3-540-40822-2.
Hardware
(hypervisors)
Native
Hosted
Specialized
Independent
Tools
Operating
system
OScontainers
Application containers
Virtual kernel architectures
Related kernel features
Orchestration
Desktop
Application
Network
See also
Retrieved from "https://en.wikipedia.org/w/index.php?title=Application_virtualization&oldid=1335828960"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp