Presentation is loading. Please wait.

Presentation is loading. Please wait.

Research Issues in Adapting Computing to Small Devices Francis C.M. Lau Department of Computer Science The University of Hong Kong APPT 2005 Hong Kong.

Similar presentations


Presentation on theme: "Research Issues in Adapting Computing to Small Devices Francis C.M. Lau Department of Computer Science The University of Hong Kong APPT 2005 Hong Kong."— Presentation transcript:

1 Research Issues in Adapting Computing to Small Devices Francis C.M. Lau Department of Computer Science The University of Hong Kong APPT 2005 Hong Kong fcmlau@cs.hku.hk

2 APPT 05 (27/10/05, HK)2 Popular Computing 70s: one computer, many users 80s: one computer, one user 90s: many (connected) computers, many users – distributed computing Now: many computers, one user What next? Ubiquitous computing? Grid computing? Service-oriented computing? … –Do we need that many computers? –Do we need a computer?

3 APPT 05 (27/10/05, HK)3 Windows Panic Continue or quit or kill the window or details? How would my mother know!? The best computing is without the computer

4 APPT 05 (27/10/05, HK)4 Imagine … APPT 2015 (Disneyland, Hong Kong) … APPT 2015

5 APPT 05 (27/10/05, HK)5 My Future Handheld All in one: phone, PDA, wallet, game console, remote terminal, ad-hoc networking … That means a lot of software – big and fat!? But what I really want is lean and thin and mean –Lean – simple software which does only what I want –Thin – thats all the space in my pocket, or around my neck! –Mean – affordable LTM

6 APPT 05 (27/10/05, HK)6 LTM Computing The (thin-) client-server paradigm, works but in limited ways Too thin: a browser-only device, a remote terminal … Future devices are more powerful than just that –But how powerful is powerful?

7 APPT 05 (27/10/05, HK)7 Subramanian, 1999 O my god! Software complexity

8 APPT 05 (27/10/05, HK)8 Rich Computing My hard disk and VM can be as big as the Internet Not just contents, but software come and go on demand Pay-per-use subscription model Browser plug-ins and Java applets – not lean enough, and some require just too much resources Software in terms of functionalities The Network is the Computer

9 APPT 05 (27/10/05, HK)9 The Network Behind Every Device Future digicams –Snap and go The network is the memory The network is the photo album (The network is NOT the power) –Context aware

10 APPT 05 (27/10/05, HK)10 Edge Computing Person.. device.. middleware (proxies).. Internet The abstract cloud moves with the client – personalizedcuddleware, nomadic computing Internet proxies united client metropolis

11 APPT 05 (27/10/05, HK)11 DEVICE EDGE GRID The continuum: WHAT SHOULD BE DONE WHERE?

12 APPT 05 (27/10/05, HK)12 A Continuum Your device.. other devices (peers) in the vicinity.. server(s) nearby.. the grid –Neighborhood is still important network bandwidth cant be infinite; latency will never be 0; network will never be trouble-free What should be done where? –The end-device: completely passive (HAS) to completely active (DIY)

13 APPT 05 (27/10/05, HK)13 Hire a Server Completely passive (remote terminal) –A waste of bandwidth –Responsiveness and interactivity (esp. for games) Does it make sense? –MP3, camera, PDA, … Something must be done locally –Adaptation

14 APPT 05 (27/10/05, HK)14 Limits You Cant Beat Power? Screen size: foldable, rollable, wearable, projectable? Or do without the screen (audible?) –Convenience and privacy; and power consumption –Resolution helps a little bit Why I dont use a PDA (I just ordered an 24 LCD; but I still look at my watch) –Ergonomics is very important –Scrolling is a nuisance (now) –User experience!

15 APPT 05 (27/10/05, HK)15 Wearable Computers server display

16 APPT 05 (27/10/05, HK)16 Adaptation Data –= not code Content –A special kind of data –Text, paged, non-text –Pixel level and/or higher UI –Higher level, structural, interactive –Buttons, icons, menus, panels and panes … – content Code

17 APPT 05 (27/10/05, HK)17 Componentized Software Executable code as puzzle pieces Fast start, like contents Software download pipelining – first-come- first-execute, the most needed functionalities first

18 APPT 05 (27/10/05, HK)18 The Need for Code On Demand How many functions have you ever used? A simplified view of Microsoft Word

19 APPT 05 (27/10/05, HK)19 Remember UNIX? Small is beautiful Make each program do one thing well Choose portability over efficiency Store data in flat ASCII files Avoid captive user interfaces Make every program a filter …

20 APPT 05 (27/10/05, HK)20 UNIX Philosophy Applied Small software components implementing single functionalities Bigger functions runtime- composable from small components Download on demand, and disposable Standard formats and interfaces (eg. XML) Shared GUI

21 APPT 05 (27/10/05, HK)21 Service-Oriented Computing Can Web Services Scale Down? - for small device apps

22 APPT 05 (27/10/05, HK)22 Adapting X to Y Many issues –Psychology –Aesthetics –Readability, convenience, privacy … –Economics Context awareness –Because small devices are likely mobile –The user moves around

23 APPT 05 (27/10/05, HK)23 Awareness and Adaptation An intelligent supporting architecture Aware of the come and go of mobile users Choices of functions, depending on situation: the location, the device, the user, … Fast reacting nearby proxy Proxies united, within certain locality

24 APPT 05 (27/10/05, HK)24 Summary 1: Basic Problems (I think) Worth Pursuing Edge computing seamless –New protocols for the edge The continuum the network is the computer –Collaborative models and mechanisms, esp. at the edge The global grid invisible, PC disappearing The device –Adaptation On-demand code composition –The SOC approach? Content –HTML UI description languages –New paradigms for user interaction in small devices (input and output)

25 APPT 05 (27/10/05, HK)25 Some HKU Projects The Sparkle Project – code adaptation PDF document content adaptation system – content adaptation HTML adaptation – UI/content adaptation

26 APPT 05 (27/10/05, HK)26 Sparkle Mobile code on demand –Proxy to device, device to device Features –Code On Demand –Context Based Adaptation –Proxy Caching on Code –Code & State Migration –Ontology –Sparkle View & Universal Browser Application = facet composition

27 APPT 05 (27/10/05, HK)27 Universal Browser 0 500 1000 1500 2000 2500 3000 3500 4000 4500 5000 Time (ms) Add NoiseAdd Shadow Find Edges Flip Horizontal Flip Vertical Gaussian Blur Open Image Save as Jpeg Sharpen

28 APPT 05 (27/10/05, HK)28 PDF Document Adaptation

29 APPT 05 (27/10/05, HK)29

30 APPT 05 (27/10/05, HK)30

31 APPT 05 (27/10/05, HK)31

32 APPT 05 (27/10/05, HK)32 Web Document Adaptation

33 APPT 05 (27/10/05, HK)33 (a)The original content (b)Only the bottom level is compressed (c) The two lowest levels are compressed

34 APPT 05 (27/10/05, HK)34 Handling Segments

35 APPT 05 (27/10/05, HK)35 Summary 2: When I Grow Older I want a simpler life (others can enjoy all the complexities) –One device, LTM –No computer please; terminal is fine; plug and play –Single data storage by hire, access anywhere –Single sign-on, single environment (adaptive)

36 APPT 05 (27/10/05, HK)36


Download ppt "Research Issues in Adapting Computing to Small Devices Francis C.M. Lau Department of Computer Science The University of Hong Kong APPT 2005 Hong Kong."

Similar presentations


Ads by Google