Application streaming

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Gamlor (talk | contribs) at 15:06, 20 April 2016 (Fix reference link error, according to help page: https://en.wikipedia.org/wiki/Help:CS1_errors#param_has_ext_link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Application streaming is a form of on-demand software distribution. In these scenarios, only essential portions of an application's code need to be installed on the computer: while the end user performs actions in the application, the necessary code and files are delivered over the network as and when they are required.

Application streaming is a related concept to application virtualization, where applications are run directly from a virtual machine on a central server that is completely separate from the local system. By contrast, application streaming runs the program locally, but still involves the centralized storage of application code.[1]

Stream server

An application is packaged and stored on a streaming server.[2][1] Packaging or sequencing produces an image of the application in a way that orders delivery or predicatively optimizes delivery to the client.[2]

Launch and streaming of application

The initial launch of an application would be important for the end user and the Packaging process might be optimized to achieve this. Once launched, common functions would be followed. As these functions are requested by the end user, these may be streamed in a similar manner.[2][1] In this case the client is pulling the application from the stream server. Otherwise, the full application might be delivered from the server to the client in the background. In this case, the server pushes the application to the client.

Advantages

The concept of application streaming carries several major advantages over traditional software distribution: given the complexity of modern applications, many functions are never or seldom used, and pulling the application on demand is more efficient in terms of server, client and network usage;[3] streaming also allows for applications to be cached on the local system and still run in a traditional manner; updates can also be deployed automatically to the cached application files.[1][2][2][1][4]

Vendor-specific implementations

See also

References

  1. ^ a b c d e "Virtual Panacea Found in Application Streaming". Datamation. 2008-08-11. Retrieved 2010-09-10.
  2. ^ a b c d e "Desktop Virtualization Comes of Age" (PDF). Credit Suisse. 2007-11-26. Retrieved 2008-03-03.
  3. ^ Dan Kusnetzky (2007-07-25). "Application Streaming And Why Your Organization Should Care". ZDNet.com. Archived from the original on 19 September 2010. Retrieved 2010-09-10. {{cite news}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  4. ^ Robert L. Mitchell (2005-11-21). "Streaming the Desktop". [computerworld.com]. Archived from the original on 24 February 2008. Retrieved 2008-03-04. {{cite news}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  5. ^ "Office 2013 available now: Microsoft ditches DVDs in push for cloud subscriptions". The Verge. Retrieved 15 March 2013.