Skip to content
Surf Wiki
Save to docs
general/software-distribution

From Surf Wiki (app.surf) — the open knowledge base

Application streaming


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.

Stream server

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

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. 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; 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.

Vendor-specific implementations

Android

2015 app streaming experiment

In 2015 Google launched "App streaming" experiment for launching "streamed" apps from Google Search. If user with a supported device entered a relevant search query, Google Search would display "Stram" button on the top result. When user clicked the button, user device would display a live video stream of the app running on Google servers. Only nine app publishers participated in the experiment. Ars Technica writer discovered a way to "escape the app and get into a Web browser" and found out that the virtual device was running Android 4.4.4. Writer raised concerns about using such an old version of Android. The experiment never advanced past "beta" stage.

Google Play Instant

Main article: Google Play#Google Play Instant Apps

In 2018, Google Play added "Instant apps" feature which allowed users to try out compatible apps before downloading them. Specifically, app has to be packaged in Android App Bundle format with special activities. If app supports "Instant apps", Google Play displays "try now" button next to "install" button. When user clicks it, Google Play loads only relevant data to speed up app launch. At launch only six games supported the feature. As of July 2021, 39 apps provide this functionality.

Other

Application streaming services

  • Amazon AppStream 2.0 is an Application Virtualization platform.
  • rollApp
  • Cameyo

References

References

  1. (2008-08-11). "Virtual Panacea Found in Application Streaming". [[Datamation]].
  2. Dan Kusnetzky. (2007-07-25). "Application Streaming And Why Your Organization Should Care". ZDNet.com.
  3. (2007-11-26). "Desktop Virtualization Comes of Age". [[Credit Suisse]].
  4. Robert L. Mitchell. (2005-11-21). "Streaming the Desktop". [computerworld.com].
  5. (2015-11-18). "Google App Streaming: A Big Move In Building "The Web Of Apps"".
  6. Amadeo, Ron. (2015-11-19). "Android Google Search lets you use an app without installing it".
  7. "Google Play Instant".
  8. Amadeo, Ron. (2018-03-20). "The Play Store gets a "try now" button for games, no install required".
  9. "Android Apps on Google Play - Game demos".
  10. (29 January 2013). "Office 2013 available now: Microsoft ditches DVDs in push for cloud subscriptions". The Verge.
  11. "What is Amazon AppStream 2.0? - Amazon AppStream 2.0".
  12. "Non-Persistent Desktops and Applications - Amazon AppStream 2.0 - Amazon Web Services".
  13. "Application Virtualization {{!}} Virtual Application Delivery".
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Application streaming — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report