Mobile Computing: Challenges and Opportunities for Autonomy and Feedback

Total Page:16

File Type:pdf, Size:1020Kb

Mobile Computing: Challenges and Opportunities for Autonomy and Feedback Mobile Computing: Challenges and Opportunities for Autonomy and Feedback Ole J. Mengshoel Bob Iannucci Abe Ishihara Carnegie Mellon University Carnegie Mellon University Carnegie Mellon University Moffett Field, CA 94035 Moffett Field, CA 94035 Moffett Field, CA 94035 [email protected] [email protected] [email protected] Abstract vidual users’ experiences can be improved by opening new application programming interfaces (APIs) within Mobile devices have evolved to become computing plat- the mobile system and utilizing feedback techniques to forms more similar to desktops and workstations than the optimize system performance. A pragmatic approach, cell phones and handsets of yesteryear. Unfortunately, which we follow and refine, is to measure and adapt [11]. today’s mobile infrastructures are mirrors of the wired We imagine creating tools to (i) measure power con- past. Devices, apps, and networks impact one another, sumption for computation and communication on-the-fly but a systematic approach for allowing them to cooper- and (ii) enable migration of pieces of apps to or from ate is currently missing. We propose an approach that the cloud, informed by the measurements, using novel seeks to open key interfaces and to apply feedback and feedback and autonomic computing techniques. Our pro- autonomic computing to improve both user experience posed approach, outlined in Section 3, offers a capabil- and mobile system dynamics. ity to learn the power implications of an app’s structure– across many instances concurrently–and to dynamically 1 Background adapt it at run time. Our approach builds on previous research includ- Mobile computing today represents a discontinuous ing the following. Related to (i), power consumption transformation of the marketplace from an embedded and battery lifetime for the Openmoko Neo Freerunner computing perspective to a true platform computing per- smartphone, under different usage scenarios, has been spective. This single fact, which was in many ways pre- investigated [3]. The power consumption of a G1 An- dictable, has re-shaped the mobile industry and has led droid phone has been recorded and analyzed for a broad to a shift in fortunes among mobile equipment makers. range of users and user activities [22]. It has been es- Those who entered the game early focused on deliv- tablished that it is sufficient to use the smartphone’s bat- ering voice services. Mobile computing per se was the tery voltage sensors and knowledge about the battery dis- stepchild of voice, the presumed “killer app.” A sec- charge behavior to accurately estimate power consump- ond wave of mobile computing pioneers took the discon- tion [26]. Related to (ii), the potential for speed-up and tinuously different platform approach, thinking of com- energy saving enabled by offloading computation from a puting as primary and communications as a peripheral smartphone to the cloud, using aspect-oriented program- service–consistent with the way networking interfaces ming, is clear [4]. Similar results have been achieved for and “modems” were viewed in the desktop world. the mobile Web, based on measured energy usage across The result of this second wave was hundreds of different Web sites and different Web page elements [24]. thousands of developers flocking to these new, more A distinguishing factor of our proposed approach is the platform-like mobile devices. We argue that this plat- use of feedback control theory, which has been applied to form thinking compelled the mobile systems landscape computing and computer networks, including control of to change, invalidating longstanding design assumptions HTTP servers [1, 6, 7], email servers [15], quality of ser- and bringing new challenges. We observe that the cur- vice assurance [25], internet traffic control [9, 12], and rent mobile systems architectural approach – inherited load balancing [10]. from the past – emphasizes strict layering and separation In this paper, we attempt to characterize how platform of function that hides key state information. thinking has changed mobile systems, introducing new It is our contention that the overall system and indi- challenges (Section 2). We select a subset of the chal- Challenge Description is increasingly taxing the computing power of mobile Robustness Wireless characteristics are inherently variable phones, leading to rapid evolution of on-phone comput- Responsiveness Growing demand implies growing load Power Physics imposes hard limits ing performance. But this has its physical limits. It is App Development Distributed computing introduces complexity a fact that mobile phone, as we know them, must oper- ate at or below the so-called “three watt limit” [14] – the Table 1: Some of the challenges inherent in mobile com- power challenge. Pushing more than three watts through puting systems. the surface area of a typical phone will make it, quite simply, too hot to handle. lenges for which a systems-level approach is particularly Addressing this issue and others, many mobile apps applicable and sketch a research plan (Section 3). today are made up of developer’s code that provides some unique functionality built on top of one or a number of third-party libraries, each of which is tied to a cloud 2 Impact of Platform Thinking service (e.g., Dropbox, AdMob, game engines). Mobile apps will, increasingly, be divided between on-device Early mobile systems simply made voice calls. The parts and cloud-supplied parts. However, IP packets that systems were a co-design of mobile phones, radio ac- travel mobile-to-cloud or mobile-to-mobile have to tran- cess networks (RANs), mobile switching equipment, and sit extensive wireless edge and core networks to reach associated billing and management subsystems. But their destinations. Latency is often a problem. with the evolution to platform thinking, new challenges It is the rare app developer who has intuition about emerged. Powerful computing resources in the phones how to statically divide an app for power optimization. gave birth to mobile apps, and IP-to-the-phone opened Depending on how the app is partitioned (between on- the world of connected mobile computing, with classic device and in-cloud) and the way it is used, the power- mobile networks in the middle. We turn our attention to cost of computing and the power-cost of communication the key challenges of mobile systems (see Table 1); the will change, possibly drastically. While an analytic ap- 1 state of mobile infrastructure; and the evolution of mo- proach to partitioning and power optimization would be bile devices and applications. ideal, the inherently unknown nature of the program’s input-dependent behavior makes this unrealistic. These 2.1 Mobile Infrastructure facts, coupled with well-known issues of distributed pro- gramming make up the app development challenge. In traditional wired networks, the physical medium is generally assumed reliable and the devices to which it connects are assumed essentially fixed. But in wireless 3 Systems-Level Approach networks, the physical medium is generally dynamic, variable in reliability, and the devices can and do move, We propose a new model for mobile systems that takes giving rise to the fundamental robustness challenge. two steps beyond current systems. First, we propose that With the growth in mobile consumption of streaming app, network and cloud elements expose key bits of state media, network responsiveness (a function of capacity, and intent with one another. Second, we propose the cre- load, and engineered-in latencies) has remained a chal- ation of a set of feedback and autonomic processes that lenge. Just as in wired networks, balancing the compet- seek to optimize network behavior and user experience ing needs of different traffic flows against fixed resources given the information exposed. Space prevents a full ex- has revived interest in mechanisms to externally control ploration of these ideas against the listed challenges, so an otherwise static network (e.g., SDN) as well as poli- we explore these two in some depth: cies that can be employed to enforce some notion of ra- tional resource allocation. Real-time resource allocation • Apps expose their desire for network resource al- is a necessity, but current operator practice (e.g., pricing location (e.g., bandwidth, maximum latency). The plans for data) treats it as a static problem. network gathers these and periodically conducts auctions to set prices and priorities. The feedback loop is closed when the apps receive the results of 2.2 Mobile Devices and Applications the auction and modify their requests accordingly. Consequently, the network operator maximizes rev- Today, mobile apps rival their desktop counterparts in enue based on the competing requests. complexity, visual richness, and real-time interactiv- ity. The competitive nature of mobile app marketplaces • Apps and networks together participate in power 1We use the term mobile infrastructure to mean the RAN, switch- management. With instances of the same app run- ing, and the IP cloud behind it. ning on millions of devices, coupled with explicitly- 2 exposed meta-data related to the state of the wire- 3.2 Power Management less connections, an opportunity to learn network- Power management is perhaps the most pressing issue dependent power behavior emerges. Correlating in mobile app creation and mobility computing. Power power usage with, say, signal strength across many usage can be measured across different, concurrent in- app instances provides the means to adapt pro- stances of an app, and these measurements can then gram behavior. In a video streaming application, be correlated with network measurements and models a weak signal could trigger the choice of a codec [22, 3, 26]. Machine learning and system identification that would minimize retransmissions, minimizing can be then be done and the resulting combined model wasted power. used for feedback control for that app. In this case, the setpoint r(k) would be power consumption and the con- 3.1 Resource Allocation trol actions would be to dynamically migrate parts of an app between the device and the cloud in order to meet To ensure the health of large-scale mobile systems, it is power consumption requirements.
Recommended publications
  • Mobile Phones and Cloud Computing
    Mobile phones and cloud computing A quantitative research paper on mobile phone application offloading by cloud computing utilization Oskar Hamrén Department of informatics Human Computer Interaction Master’s programme Master thesis 2-year level, 30 credits SPM 2012.07 Abstract The development of the mobile phone has been rapid. From being a device mainly used for phone calls and writing text messages the mobile phone of today, or commonly referred to as the smartphone, has become a multi-purpose device. Because of its size and thermal constraints there are certain limitations in areas of battery life and computational capabilities. Some say that cloud computing is just another buzzword, a way to sell already existing technology. Others claim that it has the potential to transform the whole IT-industry. This thesis is covering the intersection of these two fields by investigating if it is possible to increase the speed of mobile phones by offloading computational heavy mobile phone application functions by using cloud computing. A mobile phone application was developed that conducts three computational heavy tests. The tests were run twice, by not using cloud computing offloading and by using it. The time taken to carry out the tests were saved and later compared to see if it is faster to use cloud computing in comparison to not use it. The results showed that it is not beneficial to use cloud computing to carry out these types of tasks; it is faster to use the mobile phone. 1 Table of Contents Abstract ..................................................................................................................................... 1 Table of Contents ..................................................................................................................... 2 1. Introduction .......................................................................................................................... 5 1.1 Previous research ........................................................................................................................
    [Show full text]
  • Uses and Effects of Mobile Computing Devices in K–8 Classrooms
    Uses and Effects of Mobile Computing Devices in K–8 Classrooms Karen Swan Mark van ‘t Hooft Annette Kratcoski Kent State University Darlene Unger Virginia Commonwealth University Abstract This preliminary study employed mixed methodologies to explore students’ use of mobile comput- ing devices and its effects on their motivation to learn, engagement in learning activities, and support for learning processes. Data collected from students in four elementary and two seventh grade science classes in Northeast Ohio included usage logs, student work samples, student and teacher interviews, and classroom observations. Findings highlight the personalization of learning afforded by such devices both in terms of individuals and individual classroom cultures, as well as their usefulness in extending learning beyond the classroom. They also sug- gest that increased motivation due to mobile device use leads to increases in the quality and quantity of student work. (Keywords: mobile computing, motivation, writing.) BACKGROUND More than a decade ago, Mark Weiser (1991) wrote that we live in a society in which technology is so pervasive that we do not notice it anymore when used for everyday tasks such as information retrieval, communication, and entertainment. Defining this environment as ubiquitous computing, he described it more as a state of mind, as “a new way of thinking about computers in the world . [that] allows the computers themselves to vanish into the background . [and] be- come indistinguishable from everyday life” (p. 94). As a result, the current gener- ation of K–12 students is growing up more technologically literate than children their age were a decade ago, with access to an increasing number of devices and services such as video game consoles, mobile gaming devices, cell phones, the In- ternet, and instant messaging.
    [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]
  • Mobile Supercomputers
    EMBEDDED COMPUTING ing. We also anticipate the emergence of relatively simple, disposable devices Mobile that support the pervasive computing infrastructure—for example, sensor network nodes. The requirements of low-end devices Supercomputers are increasing exponentially, and com- puter architectures must adapt to keep Todd Austin, David Blaauw, Scott Mahlke, up. Some elements of high-end devices and Trevor Mudge, University of Michigan are already present in 3G cell phones Chaitali Chakrabarti, Arizona State University from the major manufacturers. High- Wayne Wolf, Princeton University end PDAs also include an amazing range of features, such as networking and cameras. oore’s law has held sway over the past several Current trends in computer decades, with the number architecture and power cannot M of transistors per chip doubling every 18 meet the demands of mobile months. As a result, a fairly inexpen- supercomputing. Significant sive CPU can perform hundreds of millions of operations per second— innovation is required. performance that would have cost mil- lions of dollars two decades ago. We should be proud of our achieve- puters. Rather than worrying solely SUPERCOMPUTING REQUIREMENTS ments and rest on our laurels, right? about performance, with the occa- A mobile supercomputer will employ Unfortunately, no. sional nod to power consumption and natural I/O interfaces to the mobile The human appetite for computation cost, we need to judge computers by user. For example, input could come has grown even faster than the pro- their performance-power-cost product. through a continuous real-time speech- cessing power that Moore’s law pre- This new way of looking at proces- processing component.
    [Show full text]
  • The Application of Personal Digital Assistants As Mobile Computing Device on Construction Site
    The Application of Personal Digital Assistants as Mobile Computing Device on Construction Site Kenji Kimoto, Kazuyoshi Endo, Satoru Iwashita and Mitsuhiro Fujiwara Konoike Construction Co., Ltd., Research Institute of Technology 1-20-1 Sakura, Tsukuba-Science City, IBARAKI 305-0003, Japan. {kimoto_kj, Iwashita_st, fujiwara_mh}@konoike.co.jp . Kogakuin University, Department of Architecture, 1-24-2 Nishishinjuku, Shinjyuku-ku, TOKYO 163-8677, Japan. [email protected] ABSTRACT: Construction managers need to access the real construction site to manage the construction project. They have recently handled various types of digital information such as drawings, specification, checklists and daily reports. They usually use sheets of paper and/or field notes. As a result, a gap in time and space between the outdoor construction site and the office, which leads to the low efficiency, occurs. This paper reports the application of PDA (Personal Digital Assistants) as mobile computing device for construction managers on construction sites. First, this paper describes the aim and the essential element of the mobile systems. This also shows the analysis of necessary functions as mobile computing device through the discussion with construction managers, and the concept of development of this computer-aided engineering system. Secondly, this paper describes the outline of below subsystems with PDA: Progress Monitoring System, Inspection System and Position Check System. Subsystems have two programs: the data input program in PDA and the output program in PC. Finally, this paper indicates the development of more refined process of construction management with the mobile computing device on construction site. • Progress Monitoring System has been built for construction managers to monitor the progress of works.
    [Show full text]
  • Sustainable Principles of Mobile Computing
    Journal of Information Technology & Software Engineering Short communication Sustainable Principles of Mobile Computing Nicholas Furness* Department of Trauma & Orthopaedics, Royal United Hospital Bath NHS Trust, Combe Park, Bath, United Kingdom ABSTRACT Mobile Computing is the advanced and developing computer application that allows voice and video transmission in the form of data through computer or wireless devices without any further linking. Mobile computing has three aspects: mobile communication, mobile hardware, and mobile software. Modern way of mobile computing view as any electronic device that helps you organize your life, communicate with coworkers or friends, or do your job more efficiently is part of mobile computing. Keywords: Mobile computing; Cloud computing; Internet of Things INTRODUCTION • Good battery life. Cloud computing empowered Internet of Things (IoT) • Huge memory capacity. technology has conceptualized the ideology of Industry 4.0. APPLICATIONS Inspired by this, the food industry 4.0 presents a unique concept for determining food quality in real-time. Conspicuously, the current research provides an IoT-based smart framework for Traffic evaluating the food-quality parameters in restaurants and food During traveling in traffic if we require to know road situation, outlets. IoT technology is primarily utilized to gather data that latest news and when if feel more stress in driving then can play can explicitly affect food quality within a food serving music and other important broadcast data are received through environment. This allows us to synthetically generate realistic Digital Audio Broadcasting (DAB). content requests starting from real-world databases of user activities in smart homes [1-3]. Emergencies situation FUTURE OF MOBILE COMPUTING Only Wireless networks work of communication in nature disaster 2 such as earthquakes, tsunami, flood, and fire.
    [Show full text]
  • Eff Dmca Jailbreaking Exemptio
    Before the U.S. COPYRIGHT OFFICE, LIBRARY OF CONGRESS In the matter of Exemption to Prohibition on Circumvention of Copyright Protection Systems for Access Control Technologies Docket No. 2014-07 Petition of Electronic Frontier Foundation Submitted by: Electronic Frontier Foundation Mitchell L. Stoltz Corynne McSherry Kit Walsh 815 Eddy St San Francisco, CA 94109 (415) 436-9333 [email protected] The Electronic Frontier Foundation submits the following petition and respectfully asks the Librarian of Congress to exempt the class of copyrighted works described below from 17 U.S.C. § 1201(a)(1)’s prohibition on the circumvention of access control technologies for 2015-2018: Proposed Class: Computer programs that enable mobile computing devices, such as telephone handsets and tablets, to execute lawfully obtained software, where circumvention is accomplished for the sole purposes of enabling interoperability of such software with computer programs on the device, or removing software from the device.1 I. The Commenting Party The Electronic Frontier Foundation (EFF) is a member-supported, nonprofit public interest organization devoted to maintaining the traditional balance that copyright law strikes between the interests of copyright owners and the interests of the public. Founded in 1990, EFF represents thousands of dues-paying members, including consumers, hobbyists, computer programmers, entrepreneurs, students, teachers, and researchers, who are united in their reliance on a balanced copyright system that ensures adequate protection for copyright owners while facilitating innovation and broad access to information in the digital age. 1 Petitioners expect to further develop the proposed exemption consistent with the principles identified in this petition and the record developed in the course of this proceeding.
    [Show full text]
  • Next Generation Mobile Computing
    Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320–088X IJCSMC, Vol. 2, Issue. 9, September 2013, pg.41 – 47 RESEARCH ARTICLE NEXT GENERATION MOBILE COMPUTING N. LAKSHMI PRASANNA1, DR. R. V. KRISHNAIAH2 1RESEARCH SCHOLAR, DRKCET, HYDERABAD, INDIA 2PG CORDINATOR, DRKCET, HYDERABAD, INDIA Abstract— Mobile Computing is human Computer interaction which a computer is expected to be transported during normal usage which includes Mobile communication, Hardware, Software. Many of these systems operate within degraded network, power, or computing environments, such as for first-responders in a catastrophe, mobile phone users in remote regions or in countries where communication infrastructure is degraded. The emergence of inexpensive remote-controlled aircraft in the market place for hobbyists and businesses has created new use cases and challenges in surveillance and security, property surveying, home and car showcasing, search-and-rescue operations, and entertainment. Such remote-controlled aircraft use cases are likely to operate in both urban and rural environments and will face degraded communication infrastructure and power management concerns while maintaining and respecting quality-of-service properties for information, in support of search-and-rescue crews, law enforcement, or other support needs. In each of this scenario’s the desires and needs of the mobile computing customers are likely to outstrip the capacities of the supporting infrastructure, and the result can be degraded performance. Next generation mobile computing should increase the performance of receiving useful services and it should also increase the quality of services. I. INTRODUCTION “The combination of advances in hardware technology aligning with the current trends in web-based computing has led to a reduction in costs, thus increasing the availability of mobile computing paradigms.” Mobile computing is not a new field.
    [Show full text]
  • Artificial and Computational Intelligence for Games on Mobile Platforms
    Artificial and Computational Intelligence for Games on Mobile Platforms Clare Bates Congdon1, Philip Hingston2, and Graham Kendall3 1 Department of Computer Science, The University of Southern Maine, USA [email protected] 2 School of Computer and Security Science, Edith Cowan University, Australia [email protected] 3 School of Computer Science, University of Nottingham, UK and Malaysia [email protected] Abstract In this chapter, we consider the possibilities of creating new and innovative games that are targeted for mobile devices, such as smart phones and tablets, and that showcase AI (Artificial Intelligence) and CI (Computational Intelligence) approaches. Such games might take advantage of the sensors and facilities that are not available on other platforms, or might simply rely on the “app culture” to facilitate getting the games into users’ hands. While these games might be profitable in themselves, our focus is on the benefits and challenges of developing AI and CI games for mobile devices. 1998 ACM Subject Classification I.2.m Artificial Intelligence, miscellaneous Keywords and phrases Games, mobile, artificial intelligence, computational intelligence Digital Object Identifier 10.4230/DFU.Vol6.12191.101 1 Introduction Games are an appealing application to showcase AI (Artificial Intelligence) and CI (Com- putational Intelligence) approaches because they are popular and ubiquitous, attracting a diverse range of users. Mobile games are easier to bring to market than commercial (large scale) video games. This makes them a practical choice for development and study in an academic environment, using relatively small teams of academics and students, who are able to work on relatively low budgets.
    [Show full text]
  • The Challenges of Wearable Computing: Part 2
    THE CHALLENGES OF WEARABLE COMPUTING: PART 2 WEARABLE COMPUTING PURSUES AN INTERFACE IDEAL OF A CONTINUOUSLY WORN, INTELLIGENT ASSISTANT THAT AUGMENTS MEMORY, INTELLECT, CREATIVITY, COMMUNICATION, AND PHYSICAL SENSES AND ABILITIES. MANY CHALLENGES AWAIT WEARABLE DESIGNERS. PART 2 BEGINS WITH THE CHALLENGES OF NETWORK RESOURCES AND PRIVACY CONCERNS. THIS SURVEY DESCRIBES THE POSSIBILITIES OFFERED BY WEARABLE SYSTEMS AND, IN DOING SO, DEMONSTRATES ATTRIBUTES UNIQUE TO THIS CLASS OF COMPUTING. Challenges throughput. Another serious issue is open The most immediately striking challenge standards to enable interoperability between in designing wearable computers is creating different services. For example, only one long- appropriate interfaces. However, the issues of range radio should be necessary to provide power use, heat dissipation, networking, and telephony, text messaging, Global Positioning privacy provide a necessary framework in System (GPS) correction signals, and so on. which to discuss interface. Part 1 of this arti- For wearable computers, networking cle covers the first two of these issues; Part 2 involves communication off body to the fixed begins with the networking discussion. network, on body among devices, and near Thad Starner body with objects near the user. Each of these Networking three network types requires different design Georgia Institute of As with any wireless mobile device, the decisions. Designers must also consider pos- amount of power and the type of services sible interference between the networks. Technology available can constrain networking. Wearable computers could conserve resources through Off-body communications. Wireless commu- improved coordination with the user inter- nication from mobile devices to fixed infra- face. For example, the speed at which a given structure is the most thoroughly researched of information packet is transferred can be bal- these issues.
    [Show full text]
  • Pdas and Smartphones in the Classroom Teaching and Technology Trends Symposium March 30, 2007 Jimmy D
    PDAs and Smartphones in the Classroom Teaching and Technology Trends Symposium March 30, 2007 Jimmy D. Clark, Instructional Design Specialist Introduction Figure 1: Mobile Devices Today’s young learners use mobile devices such as cell phones, PDAs, MP3 players, and GPS devices every day. They enjoy learning as part of a group or team, or even in a “smartmob” or “learning swarm.” They play computer games, interact constantly with each other on websites such as Facebook and MySpace, and wish their college learning experience matched the learning they do in their everyday lives. Mobile learning technologies give them this opportunity. In this workshop we will focus on how PDAs and smartphones facilitate learning in today’s new teaching and learning environment. What You Will Learn in this Workshop In this workshop you will learn what mobile learning is: its history, some of the advantages of mobile learning, and about some of the tools used in mobile learning. You will also learn about the features of a PDA, its history, and the ways they are used in education. We will also talk about the challenges of using PDAs in education, with special emphasis on accessibility issues. In the last part of our discussion of PDAs we will talk about future trends in the use of PDAs in education. In the section on smartphones we will discuss what a smartphone is, its features, operating systems, the history of the smartphone, the reasons they are popular in education, and future trends in smartphones. This will not be a hands-on workshop. Goals and Objectives for this Workshop The goals and objectives for this workshop are: 1.
    [Show full text]
  • Mobile and Ubiquitous Computing Introduction
    Mobile and Ubiquitous Computing Introduction George Roussos [email protected] Session Overview • The mobile computing paradigm • The ubiquitous computing paradigm • Elements of mobile and ubiquitous computing • Enabling technologies • Computer science challenges • Applications and their role 1940s: NACA Computer Room 1950s: LEO Computer 1960s: SABRE on IBM 7090 1970s: Dec PDP-7 1980s: IBM PC (5150) 1990s: Nokia 9000 2000: Berkley Motes and VeriChip 2008: 1mm3 Michigan Micro Mote and Hitachi mu-chip Main ingredients • Possible due to minaturisation of computing and communication devices • Automatic links between physical and digital worlds • Reality embedded with and embedded in information space aka cyber-physical space • Dual existence for – People – Places – Things Device numbers vs. complexity Example • BMW 745i • 2,000,000 LOC • Windows CE • 53 8-bit processors • 11 32-bit processors • 7 16-bit processors • Multiple networks What networks does this car have? What other networks can you think of? Mobile Computing • The application of small, portable, and wireless computing and communication devices • Being able to use a computing device even when being on the move (and thus changing location) • Portability is one aspect of mobile computing – portable vs. mobile • Mobile telephony in particular allows you to make and receive voice calls on the move Mobile Computing Ingredients • Device – laptop, PDA, mobile phone, tablet, smart phone • Network – cellular telephony, data over cellular, wi-fi, Bluetooth, Zigbee, infra-red, 3G, 4G
    [Show full text]