Dissecting the Protocol and Network Traffic of the Onlive Cloud Gaming

Total Page:16

File Type:pdf, Size:1020Kb

Dissecting the Protocol and Network Traffic of the Onlive Cloud Gaming Multimedia Systems manuscript No. (will be inserted by the editor) Dissecting the Protocol and Network Traffic of the OnLive Cloud Gaming Platform M. Manzano · M. Urue~na · M. Suˇznjevi´c E. Calle · J. A. Hern´andez · M. Matijasevic Received: date / Accepted: date Abstract Cloud gaming is a new paradigm that is en- 1 Introduction visaged to play a pivotal role in the video game in- dustry in forthcoming years. Cloud gaming, or gam- Although these days the traffic generated by networked ing on demand, is a type of online gaming that al- gaming (i.e., by video game platforms such as PC, Xbox lows on-demand streaming of game content onto non- 360, PlayStation 3, and Nintendo Wii) only represents specialised devices (e.g., PC, smart TV, etc.). This ap- 0.03% (77 PB) of total Internet traffic, it is expected proach requires no downloads or game installation be- to experience a 52% Compounded Annual Grouth Rate cause the actual game is executed on the game com- (CAGR) by 2016 [9], and become the Internet's traffic pany's server and is streamed directly to the client. segment with the greatest expansion in the upcoming Nonetheless, this revolutionary approach significantly future. Online gaming brings players from all over the affects the network load generated by online games. As world together for fun and entertainment, and is re- cloud gaming presents new challenges for both network garded as one of the most profitable and popular Inter- engineers and the research community, both groups need net services. As a consequence, the video games busi- to be fully conversant with these new cloud gaming ness is expected to increase from $60.4 billion in 2009 platforms. The purpose of this paper is to investigate to $70.1 billion in 2015 [14]. OnLive, one of the most popular cloud gaming plat- In a broader context, there is a growing trend to- forms. Our key contributions are: (a) a review of the wards moving local applications to remote data cen- state-of-the-art of cloud gaming; (b) reverse engineer- ters: this paradigm is referred to as the cloud. This new ing of the OnLive protocol; and (c) a synthetic traffic computing paradigm provides benefits such as: (a) a de- model for OnLive. crease in hardware and software requirements for clients (enabling so-called thin clients). Users no longer need to install programs locally and carry out periodic updates, Keywords Cloud gaming · Online games · OnLive · administration or maintenance tasks on their comput- Protocol · Reverse engineering · Traffic modelling ers; (b) users may access their files, e-mail, music, and movies from any device (e.g., PC, smartphone, tablet, M. Manzano and E. Calle smart TV, etc.) any time, anywhere; and (c) develop- Institute of Informatics and Applications (IIiA), University ers do not need to devote resources to adapting their of Girona, Spain software to different hardware platforms. E-mail: fmmanzano,[email protected] Many types of services taking advantage of the cloud M. Urue~naand J. A. Hern´andez have appeared in recent years: cloud storage (e.g., Drop- Dept. of Telematic Engineering, Universidad Carlos III de box, Google Drive), music-on-demand (e.g., Spotify, Pan- Madrid, Spain E-mail: fmuruenya,[email protected] dora), video-on-demand (e.g., Youzee, Netflix), docu- ment editing and spreadsheets (e.g., Google Docs) and, M. Suˇznjevi´cand M. Matijasevic Faculty of Electrical Engineering and Computing,, University more recently, cloud gaming (e.g., OnLive, Gaikai). of Zagreb, Croatia From a network perspective, the cloud paradigm has E-mail: fmirko.suznjevic,[email protected] a direct impact on network load [47]. The traffic require- 2 M. Manzano et al. ment of cloud games in comparison to standard games tising specific flows (e.g., audio) within a cloud gaming may increase by two orders of magnitude. To illustrate service. this point, World of Warcraft, a popular online game, Traffic management systems require a comprehen- has a bandwidth requirement in the vicinity of 55 kbps sive knowledge of traffic properties. Therefore, cloud in the most demanding situations [40], while OnLive gaming traffic, as a relatively new type of service, should can require up to 5.6 Mbps [29]. While cloud comput- be measured, and appropriate analyses should be made, ing reduces client hardware requirements, it may sig- so that the traffic properties are identified and under- nificantly increase network requirements to secure good stood. Furthermore, as deep packet inspection is very Quality of Experience (QoE) of said services, as many of sensitive to privacy issues, and port and IP based traffic them are traffic-intensive. In fact, some business mod- classification is not that accurate anymore, traffic clas- els like Spotify greatly rely on the performance of the sifiers are relying heavily on the statistical properties network [17]: premium users require higher network ca- of the traffic. Traffic models and synthetic traffic can pabilities than free users because they receive higher be used to both design and test such traffic classifica- quality streams. tion systems. In addition, analytical traffic models and traffic generators based on these are invaluable tools In this paper we focus on the OnLive cloud gam- in both network operation and planning. Any network ing platform. At the time of writing, there are only a simulation, emulation or testing in both real and emu- few cloud gaming service platforms available (among lated environments is futile without good traffic models. them OnLive, Gaikai, GamingAnywhere, GameString, The usability of traffic models in testing procedures is G-cluster, Otoy, StreamMyGame, t5 labs, and iTSMY), not just limited to network infrastructure, but is also with some of them still being under development. In- valuable to the research community in the development terestingly, Gaikai was recently purchased by Sony for and testing of new protocols, QoE studies, simulations, USD $380 million [43], and the mere fact that some of etc. the most influential video game companies are now in- As different games may have very distinct game play vesting in cloud gaming would suggest that this new mechanics and therefore traffic characteristics, traffic technology is positioned to take a considerable market models need to be simple and general enough to encom- share of the video game industry. In theory, if all of the pass multiple games. Therefore, in this paper we com- \traditional" networked games were to be replaced with pare and model two games at the boundaries of feasible cloud-based games, game-related traffic would take sec- traffic characteristics (i.e., games with the highest and ond place in the overall traffic load of the Internet; be- lowest bandwidth requirement). Also, as cloud gaming hind Internet video, but surpassing the file sharing and traffic is very complex and comprises of diverse types of web-related traffic categories. information (e.g., user actions, video, audio, etc.) in the In this light, network providers must be au fait with modelling process it is very important to identify those this new service which is one of the most demanding traffic properties which are game dependent or not, or real-time services, both in bandwidth requirements (as whether some flows have constant or variable bit rate, we will show in following sections), as well as in delay and so on. In this fashion, inspection of other games requirements. This is because there is no computation is significantly simplified as some traffic characteristics of the virtual world state on the client side, nor are are only platform-dependent. there mechanisms for dealing with increased latency or Previously mentioned methods should be applicable packet loss on the client-side, or the so-called client side for cloud gaming services in general. Therefore, a com- prediction (e.g., dead reckoning). Therefore, network re- parison of different cloud gaming services is essential to quirements of cloud games are even greater than those obtain the characteristics which are not platform spe- of \regular" games. Network providers will only be able cific, but rather are common to the whole cloud gam- to handle this new service by upgrading their infrastruc- ing paradigm. For instance, when comparing the video tures to provide access technologies capable of dealing flows of two cloud gaming providers, the first step is with the stringent network requirements of cloud gam- to understand the protocols employed and the different ing (as well as other cloud-based services), because cur- traffic patterns generated. As the protocols employed rent access technologies (i.e., 802.11g, ADSL, DOCSIS) are most often proprietary, the only approach is to may no longer be suitable to deliver high-quality cloud reverse-engineer them. In this paper we take a first step services. Additionally, to enhance the QoE of end users, towards such a comparison of cloud gaming services by network providers may prioritise cloud gaming flows analysing and reverse-engineering the OnLive protocol. over other non real-time flows through traffic manage- In our previous work [29], we carried out a traffic ment mechanisms, or even fine grain control, by priori- measurement comparison between OnLive and Gaikai Dissecting the Protocol and Network Traffic of the OnLive Cloud Gaming Platform 3 and concluded that there are several significant differ- Internet, and would appear to be a remarkable oppor- ences between the two platforms. However, to the best tunity for the video game industry. The authors of [22] of our knowledge, there are no previous works focusing have defined four requirements for cloud-based gaming on the specific protocols used by these cloud gaming services: platforms. As a consequence, we have focused our work { User responsiveness: to guarantee suitable respon- on conducting a reverse engineering study on OnLive, siveness, interaction in the games should be kept leaving Gaikai for future study.
Recommended publications
  • Dynamic Content Delivery Infrastructure Deployment Using Network Cloud Resources
    Technische Universität Berlin Fakultät für Elektrotechnik und Informatik Lehrstuhl für Intelligente Netze und Management Verteilter Systeme Dynamic Content Delivery Infrastructure Deployment using Network Cloud Resources vorgelegt von Benjamin Frank (M.Sc.) aus Oldenburg Fakultät IV – Elektrotechnik und Informatik der Technischen Universität Berlin zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften - Dr.-Ing. - genehmigte Dissertation Promotionsausschuss: Vorsitzender: Prof. Dr. Jean-Pierre Seifert, Technische Universität Berlin, Germany Gutachterin: Prof. Anja Feldmann, Ph. D., Technische Universität Berlin, Germany Gutachter: Prof. Bruce M. Maggs, Ph. D., Duke University, NC, USA Gutachter: Prof. Steve Uhlig, Ph. D., Queen Mary, University of London, UK Gutachter: Georgios Smaragdakis, Ph. D., Technische Universität Berlin, Germany Tag der wissenschaftlichen Aussprache: 16. Dezember 2013 Berlin 2014 D 83 Eidesstattliche Erklärung Ich versichere an Eides statt, dass ich diese Dissertation selbständig verfasst und nur die angegebenen Quellen und Hilfsmittel verwendet habe. Datum Benjamin Frank (M.Sc.) 3 Abstract Millions of people value the Internet for the content and the applications it makes available. To cope with the increasing end-user demand for popular and often high volume content, e.g., high-definition video or online social networks, massively dis- tributed Content Delivery Infrastructures (CDIs) have been deployed. However, a highly competitive market requires CDIs to constantly investigate new ways to reduce operational costs and improve delivery performance. Today, CDIs mainly suffer from limited agility in server deployment and are largely unaware of network conditions and precise end-user locations, information that improves the efficiency and performance of content delivery. While newly emerging architectures try to address these challenges, none so far considered collaboration, although ISPs have the information readily at hand.
    [Show full text]
  • Uila Supported Apps
    Uila Supported Applications and Protocols updated Oct 2020 Application/Protocol Name Full Description 01net.com 01net website, a French high-tech news site. 050 plus is a Japanese embedded smartphone application dedicated to 050 plus audio-conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also 10086.cn classifies the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese web portal operated by YLMF Computer Technology Co. Chinese cloud storing system of the 115 website. It is operated by YLMF 115.com Computer Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr Korean shopping website 11st. It is operated by SK Planet Co. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt Lithuanian news portal Chinese web portal 163. It is operated by NetEase, a company which 163.com pioneered the development of Internet in China. 17173.com Website distributing Chinese games. 17u.com Chinese online travel booking website. 20 minutes is a free, daily newspaper available in France, Spain and 20minutes Switzerland. This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Shared 2shared is an online space for sharing and storage.
    [Show full text]
  • Subjective Quality Assessment for Cloud Gaming
    Article Subjective Quality Assessment for Cloud Gaming Abdul Wahab 1,* , Nafi Ahmad 1 , Maria G. Martini 2 and John Schormans 1 1 School of Electronic Engineering and Computer Science, Queen Mary University of London, Mile End Road, London E1 4NS, UK; Nafi[email protected] (N.A.); [email protected] (J.S.) 2 School of Computer Science and Mathematics, Kingston University, River House, 53-57 High Street, Kingston upon Thames, Surrey KT1 1LQ, UK; [email protected] * Correspondence: [email protected] Abstract: Using subjective testing, we study the effect of the network parameters, delay and packet loss ratio, on the QoE of cloud gaming. We studied three different games, selected based on genre, popularity, content complexity and pace, and tested them in a controlled network environment, using a novel emulator to create realistic lognormal delay distributions instead of relying on a static mean delay, as used previously; we also used Parsec as a good representative of the state of the art. We captured user ratings on an ordinal Absolute Category Rating scale for three quality dimensions: Video QoE, Game-Playability QoE, and Overall QoE. We show that Mean Opinion Scores (MOS) for the game with the highest levels of content complexity and pace are most severely affected by network impairments. We also show that the QoE of interactive cloud applications rely more on the game playability than the video quality of the game. Unlike earlier studies, the differences in MOS are validated using the distributions of the underlying dimensions. A Wilcoxon Signed-Rank test showed that the distributions of Video QoE and Game Playability QoE are not significantly different.
    [Show full text]
  • Game Streaming Service Onlive Coming to Tablets 8 December 2011, by BARBARA ORTUTAY , AP Technology Writer
    Game streaming service OnLive coming to tablets 8 December 2011, By BARBARA ORTUTAY , AP Technology Writer high-definition gaming consoles such as the Xbox 360 and the PlayStation 3. But when they are streamed, the games technically "play" on OnLive's remote servers and are piped onto players' phones, tablets or computers. OnLive users in the U.S. and the U.K. will be able This product image provided by OnLive Inc, shows to use the mobile and tablet service. Games tablets displaying a variety of games using the OnLive available include "L.A. Noire" from Take-Two game controller. OnLive Inc. said Thursday, Dec. 8, Interactive Software Inc. and "Batman: Arkham 2011, that it will now stream console-quality games on City." The games can be played either using the tablets and phones using a mobile application. (AP gadgets' touch screens or via OnLive's game Photo/OnLive Inc.) controller, which looks similar to what's used to play the Xbox or PlayStation. Though OnLive's service has gained traction (AP) -- OnLive, the startup whose technology among gamers, it has yet to reach a mass market streams high-end video games over an Internet audience. connection, is expanding its service to tablets and mobile devices. ©2011 The Associated Press. All rights reserved. This material may not be published, broadcast, OnLive Inc. said Thursday that it will now stream rewritten or redistributed. console-quality games on tablets and phones using a mobile application. Users could already stream such games using OnLive's "microconsole," a cassette-tape sized gadget attached to their TV sets, or on computers.
    [Show full text]
  • On Energy Consumption of Mobile Cloud Gaming Using Gaminganywhere
    Thesis no.:MSEE-2016-54 On energy consumption of mobile cloud gaming using GamingAnywhere Suren Musinada Faculty of Computing Blekinge Institute of Technology SE–371 79 Karlskrona, Sweden This thesis is submitted to the Faculty of Computing at Blekinge Institute of Technology in partial fulfillment of the requirements for the degree of Masters in Electrical Engineering with Emphasis on Telecommunication Systems. The thesis is equivalent to 20 weeks of full time studies. Contact Information: Author(s): Suren Musinada E-mail: [email protected] University advisor: Dr. Yong Yao Department of communication systems E-mail: [email protected] Faculty of Computing Internet : www.bth.se Blekinge Institute of Technology Phone : +46 455 38 50 00 SE–371 79 Karlskrona, Sweden Fax : +46 455 38 50 57 Abstract In the contemporary world, there has been a great proliferation of using smart-phone devices and broadband wireless networks, the young gener- ation using mobile gaming market is tremendously increasing because of the enormous entertainment features. Mobile cloud gaming is a promising technology that overcome the implicit restrictions such as computational capacity and limited battery life. GamingAnywhere is an open source cloud gaming system which is used in this thesis and calculate the energy con- sumption of mobile device when using GamingAnywhere. The aim of the thesis is to measure the power consumption of the mo- bile device when the game is streamed from the GamingAnywhere server to GamingAnywhere client. Total power consumption is calculated for four resolutions by using the hardware monsoon power monitoring tool and the individual components of mobile device such as CPU, LCD and Audio power are calculated by software PowerTutor.
    [Show full text]
  • Video Games Review DRAFT5-16
    Video Games: History, Technology, Industry, and Research Agendas Table of Contents I. Overview ....................................................................................................................... 1 II. Video Game History .................................................................................................. 7 III. Academic Approaches to Video Games ................................................................. 9 1) Game Studies ....................................................................................................................... 9 2) Video Game Taxonomy .................................................................................................... 11 IV. Current Status ........................................................................................................ 12 1) Arcade Games ................................................................................................................... 12 2) Console Games .................................................................................................................. 13 3) PC Standalone Games ...................................................................................................... 14 4) Online Games .................................................................................................................... 15 5) Mobile Games .................................................................................................................... 16 V. Recent Trends ..........................................................................................................
    [Show full text]
  • Onlive Game System Product Information Guide
    PRODUCT INFORMATION GUIDE for the OnLive® Game System Read all safety information in this guide before using the MicroConsole TV Adapter, Controller and Wireless Adapter. Failure to read, understand and follow all safety information can result in death, serious injury or damage to the product. US Product Information Guide 4 US Safety Information 5 Choking Hazard 5 Proper Placement of the MicroConsole 5 Avoid Moisture Contact 6 Handling the MicroConsole and Controller 6 Repetitive Motion and Musculoskeletal Disorders 6 Photosensitive Seizures, Eyestrain and Blackouts 7 Power Adapter Use 7 Battery Use and Disposal 8 Modification or Repair 9 FCC Compliance Statement 9 Service and Support 11 Limited Hardware Warranties 11 One-Year Limited Warranty 11 90-Day Limited Warranty 11 Exclusions from Limited Warranty 13 License 14 Governing Law and Jurisdiction 15 3 US Product Information Guide This Product Information Guide (the “Guide”) is published by OnLive Inc, (“OnLive” or “ONLIVE”). This Guide contains safety, handling, regulatory and warranty information as applicable, for the MicroConsole™ TV Adapter (“MicroConsole”), Wireless Controller (“Controller”), Wireless Adapter, and other items supplied by OnLive (which may include one or more of the Power Adapter, HDMI cable, USB cable and Ethernet cable, which will be referred to collectively for purposes of this Guide as “Cables”) and alkaline batteries (two AA batteries) (“Batteries”) or items that are shipped separately (which may include a Rechargeable Battery, or a Component Video Adapter and RCA Audio Cable, (the “Component Cables”). For purposes of this Guide, the term Batteries includes the Rechargeable Battery as well as the alkaline batteries except where these items are referred to separately in the Guide.
    [Show full text]
  • Research Article Synchronous Remote Rendering for VR
    Hindawi International Journal of Computer Games Technology Volume 2021, Article ID 6676644, 16 pages https://doi.org/10.1155/2021/6676644 Research Article Synchronous Remote Rendering for VR Viktor Kelkkanen ,1 Markus Fiedler ,2 and David Lindero3 1Department of Computer Science, Blekinge Institute of Technology, Karlskrona 37179, Sweden 2Department of Technology and Aesthetics, Blekinge Institute of Technology, Karlshamn 37435, Sweden 3Ericsson Research, Ericsson AB, Luleå 97753, Sweden Correspondence should be addressed to Viktor Kelkkanen; [email protected] Received 5 November 2020; Revised 12 March 2021; Accepted 8 July 2021; Published 20 July 2021 Academic Editor: Michael J. Katchabaw Copyright © 2021 Viktor Kelkkanen et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Remote rendering for VR is a technology that enables high-quality VR on low-powered devices. This is realized by offloading heavy computation and rendering to high-powered servers that stream VR as video to the clients. This article focuses on one specific issue in remote rendering when imperfect frame timing between client and server may cause recurring frame drops. We propose a system design that executes synchronously and eliminates the aforementioned problem. The design is presented, and an implementation is tested using various networks and hardware. The design cannot drop frames due to synchronization issues but may on the other hand stall if temporal disturbances occur, e.g., due to network delay spikes or loss. However, experiments confirm that such events can remain rare given an appropriate environment.
    [Show full text]
  • On the Quality of Service of Cloud Gaming Systems
    IEEE TRANSACTIONS ON MULTIMEDIA, VOL. X, NO. X, SEPTEMBER 2013 1 On the Quality of Service of Cloud Gaming Systems Kuan-Ta Chen, Member, IEEE, Yu-Chun Chang, Hwai-Jung Hsu, De-Yu Chen, Chun-Ying Huang, Member, IEEE, Cheng-Hsin Hsu, Member, IEEE Abstract Cloud gaming, i.e., real-time game playing via thin clients, relieves users from being forced to upgrade their computers and resolve the incompatibility issues between games and computers. As a result, cloud gaming is generating a great deal of interests among entrepreneurs, venture capitalists, general publics, and researchers. However, given the large design space, it is not yet known which cloud gaming system delivers the best user-perceived Quality of Service (QoS) and what design elements constitute a good cloud gaming system. This study is motivated by the question: How good is the QoS of current cloud gaming systems? Answering the question is challenging because most cloud gaming systems are proprietary and closed, and thus their internal mechanisms are not accessible for the research community. In this paper, we propose a suite of measurement techniques to evaluate the QoS of cloud gaming systems and prove the effectiveness of our schemes using a case study comprising two well-known cloud gaming systems: OnLive and StreamMyGame. Our results show that OnLive performs better, because it provides adaptable frame rates, better graphic quality, and shorter server processing delays, while consuming less network bandwidth. Our measurement techniques are general and can be applied to any cloud gaming systems, so that researchers, users, and service providers may systematically quantify the QoS of these systems.
    [Show full text]
  • Ntelligent Simulation of Worldwide Application Distribution for Onlive's
    INTELLIGENT APP DISTRIBUTION – OL2, INC. Intelligent Simulation of Worldwide Application Distribution for OnLive’s Server Network Sam Jaffe, Thinh Nguyen, Brendan Stephen March 6, 2014 A Major Qualifying Project Report: submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by Sam Jaffe Thinh Nguyen Brendan Stephen Date: March 2014 Approved: Professor David Finkel, Advisor Professor Mark Claypool, Advisor This report represents the work of one or more WPI undergraduate students. Submitted to the faculty as evidence of completion of a degree requirement. WPI routinely publishes these reports on its web site without editorial or peer review INTELLIGENT APP DISTRIBUTION – OL2, INC. ii Abstract OnLive is a cloud-based video game streaming service. As part of their service, OnLive must distribute game content to their servers, but lacks the ability to judge the effectiveness of the way they have distributed the content. We seek to build a simulation framework with which OnLive can evaluate the effectiveness of different application distribution strategies. In order to do this, we built a model of OnLive’s service and re-implemented their Intelligent App Distribution algorithm into our simulation. Using a genetic algorithm, we were able to programmatically construct new application distribution ratios that met demand equally as well as OnLive’s current ratios did while saving a large amount of disk space. Through our simulation, we were able to determine that OnLive is able to meet current user demand while reducing the average amount of space used on their servers by over 80%, and can handle much higher levels of demand with lower disk space usage as well.
    [Show full text]
  • Gaminganywhere: an Open Cloud Gaming System
    GamingAnywhere: An Open Cloud Gaming System Chun-Ying Huang1, Cheng-Hsin Hsu2, Yu-Chun Chang3,4, and Kuan-Ta Chen3 1Department of Computer Science, National Taiwan Ocean University 2Department of Computer Science, National Tsing Hua University 3Institute of Information Science, Academia Sinica 4Department of Electrical Engineering, National Taiwan University [email protected], [email protected], [email protected], [email protected] ABSTRACT market research [11] further breaks down the market growth Cloud gaming is a promising application of the rapidly ex- into three categories: boxed-games, online-sold games, and panding cloud computing infrastructure. Existing cloud cloud games. Cloud gaming systems render the game scenes gaming systems, however, are closed-source with proprietary on cloud servers and stream the encoded game scenes to thin protocols, which raises the bars to setting up testbeds for clients over broadband networks. The control events, from experiencing cloud games. In this paper, we present a com- mice, keyboards, joysticks, and touchscreens are transmit- plete cloud gaming system, called GamingAnywhere, which ted from the thin clients back to the cloud servers. Among is to the best of our knowledge the first open cloud gam- the three categories, it is the cloud games market that is ing system. In addition to its openness, we design Gaming- expected to expand the most: nine times over the period of Anywhere for high extensibility, portability, and reconfigura- 2011 to 2017, at which time it is forecast to reach 8 billion bility. We implement GamingAnywhere on Windows, Linux, US dollars [11]. and OS X, while its client can be readily ported to other Cloud gaming systems attract both users and game de- OS’s, including iOS and Android.
    [Show full text]
  • Recycling in Cyberspace
    Recycling in Cyberspace No-stuff gifting by Roger Guttentag It should not come as a surprise that people accomplished by going to one of the Web’s books if you want to first try out this alter- like myself always feel somewhat conflicted premier shopping destinations like Amazon native book format. during that holiday gauntlet that starts or eBay and typing in “recycled” followed Watch some movies: The number of with Black Friday and ends somewhere af- by any other keyword into their search homes in the U.S. with high-speed broad- ter New Years Day (usually when the credit boxes. band service has reached a point where the card bills arrive). No, it’s not due to having However, aside from the environmen- Web streaming of feature-length first-run Scrooge-like impulses or latent Grinch- tal costs associated with packaging and movies is no longer unusual. The result is esque moods. It comes from working hard shipping, this is still very much in the vein that a company like Netflix, which origi- during the year on reducing the waste and of gifts as things you give. If we want to nally started as a mail-based DVD rental environmental impact stemming from reduce the material and wasteful inten- service, is now starting to offer streaming- our daily lives, and then watching all this sity of our holidays, perhaps we should only movie subscription services which I good work apparently being undone in a consider other forms of gifting that are less expect to be matched by other companies gigantic end-of-the-year geyser of consum- tangible, but hopefully just as satisfying to within the next year.
    [Show full text]