際際滷

際際滷Share a Scribd company logo
Mobile Execution Environment Comparison and Impact versus
PC vs Mobile Topics Architecture comparison Resource comparison Impact on Mobile Application Architecture Specialized HW Resources in Mobile Next generation Architecture for Mobile Meeting MID
PC Architecture
PC Architecture: Is It Enough? Few Key Enablers BIOS: Initial Boot and Standardized Low Level Chipset Control  SMPS: Power house for the chipset RTC Chip: Time Keeper RS232 Chips: Serial Port  Cooling Fans: For CPUs for GPUs Keyboard  Monitor Ethernet controller . These are essential components for Making a System Some of these have a dedicated micro controller Mostly Transparent to us and do not load processor
Phone Architecture Three prevalent Architectures Entry Phone Feature Phone Multimedia Smartphone  All of these are SOC (System On Chip) All of them can be called multi-core as they have DSP Multimedia Smartphone are typically Multiprocessor
Multimedia Smartphone 息 Copyright 1995-2008 Texas Instruments Incorporated.
Architecture Comparison PC Architecture is chipset based Standardize chipsets and peripherals Pluggable On Board Peripherals Hence can be upgraded very easily Power Hungry  Mobile Architecture SOC based with limited standardization  Most peripherals are on same silicon  Hence replacing/upgrading them is not possible Architecture changes very fast across generations Battery centric Typically Single User
Key Resource Comparison Key Resources Computer (Typical) Mobile (High End) Processor 2Ghz Dual Core SMP (Symmetric Multi Processing) or higher 200 Mhz to 600Mhz AMP (Asymmetric Multiprocessing) RAM 512MB or more with demand paging 32MB to 128MB , Virtual memory but no Demand Paging* Non Volatile Storage 100GB or more high speed disk Up-To 8GB NAND flash (2 GB is more prevalent case) Display 17 with 1024 X 800 resolution or more 2.5 to 3 with 320 X 240 resolution Connectivity High speed and reliable Ethernet WLAN Low to High (up to 2Mpbs for 3G) but unreliable and patchy  GPRS (Edge) UMTS Power Consumption High with limited backup Battery Operated and has to optimize consumption I/O Keyboard + Pointer Minimal keypad and Touch Screen
Impact on Application Processor:  Direct Impact on what can be done many algorithms may not be handled in software Compromise on performance not accepted Code Optimization is very important Un-optimized latencies become noticeable  SW cannot become unresponsive no 100% CPU usage E.g. User Dialing 911  Key Strokes need to be handled and given to the telephony application Call path needs to setup as quickly as possible Can be compared to CTRL+ALT+DEL on PC that can become a bit unresponsive but here every second counts
Impact on Application Contd.. RAM No demand paging  Restriction on amount of code  Amount of stack application can use Limited heap space available to applications Limited number of process  Applications in background are not guaranteed to execute forever System can reclaim resource from background applications Limited number of instance of an applications Usually only one instance of an application Limited number of threads  Each thread need stack Results in programming model change  From predominantly Preemptive Multitasking to Co-operative Multi Tasking In Co-operative we can have one thread and common message processing loop And common stack
Impact on Application Contd.. Non Volatile Storage Flash based and usually low storage capability  Impacts amount of data which can be stored Mobile can play HD content but may not have space to store it 1 hour 720P content can be a couple of GB Streaming becomes much more attractive option in this space Magnetic Disk not yet prevalent More power requirement Moving parts make them damage prone Weight and form factor is a concern Flash File Systems are complex  Each IO is complicated set of operations Flash memories inherently are slow  Flash memories not reliable File write speed  30 to 100KBps for NOR 500KBps to 2MBps for NAND 8 to 30MBps for MMC  No where near to a 7000 RPM disk
Impact on Application Contd.. Display 17 means 289 sq-inch real estate  3 means 9 sq-inch real estate  Human eye can see only to resolve up-to certain size Helpful for anti-aliasing  But Limit the amount of content which can be shown on single screen Elements drawn cannot be smaller beyond an extent Less number of pixels to draw Reduce processing   But again limit the number of visible features can be drawn Mobile App UI will be typically single window  Only one window in foreground  Only Foreground App to be active (RAM constraint) UI Design for this space needs completely different perspective Zoom feature which is rarely used on PC becomes vital here
Impact on Applications Contd.. Connectivity: For PC stable high speed connectivity assumed  Not true for mobile, here its highly dependent on Radio conditions, Location and Mobility speed There can be frequent connection loss  Need intelligent QoS adaptation Need Fast reconnect  Need content adaptation to meet fluctuating network pipe Power Consumption Mobile have special mechanism for handling power Application should try minimize CPU use using DMA instead of memcpy for data buffers Not only important for performance but for power also No Busy loops Use mostly asynchronous programming No Periodic polling Prefer event based programming Silverlight has periodic polling
Impact on Applications Contd.. I/O Limited keyboard, hence limited text input Strict no to complicated key sequence Lack of pointer  certain events like mouseOver doesn't make sense New events to support for touch Tapped once  Tapped twice Stroke in certain Direction - Gestures Multi-Touch
Other Key Points Mobiles are Single User Equipment Viewed as gadget or Appliance PC has view of Software and Hardware as two products Error in base software typically means field return Unlike PC where machine is decoupled from Software
Why worry for Mobile at all? Unit sales will grow from 11.7% of PC sales in 2002 to 27% of PC sales in 2008. Worldwide Multimedia Smartphone revenue will grow from $4.3B in 2000 and $5.4B in 2002 to over $18B in 2008. Compared to the PC market, Multimedia Smartphone revenue will increase from 2.3% of worldwide PC revenue in 2002 to nearly 5.4% in 2008. Yearly sales are projected to surpass 17M in 2008 Annual growth rate of 17.8% between 2002 and 2008." Worldwide PDA & Smartphone Forecasts Report: 1998-2008.  eTForecasts 2003. http://www.etforecasts.com/
Why think about anything other then Windows? Symbian OS from Symbian Ltd. had 65% Market Share Sales Q4 2007. Windws Mobile from Microsoft had 12% Market Share Sales Q4 2007. RIM Blackberry operating system had11% Market Share Sales Q4 2007. iPhone OS from Apple Inc had 7% Market Share Sales Q4 2007 Linux OS had 5% Market Share Sales Q4 2007 Palm OS (developed by PalmSource) is now a subsidiary of Access.
 And Thats Not All Smart phone is only 20% of market Market dominated by Feature Phones and Low End Phone Execution environment even more restrictive S30 runs on 320KB RAM and 4 MB ROM!! (But its entry phone) Feature Phone Space is Quite interesting  Sufficient Multimedia Capability 2 to 5 MP Camera HW Accelerators to a certain extent Sufficient Connectivity Capability Typically Proprietary RTOS  E.G. S40 from Nokia & P2K from Motorola Scalable and Optimized architecture will enable access to this space  With out having fragmentation like Flash-Lite
Specialized HW resource  (Which PC may not have) Location Service (Mandatory in US for 911) Accurate through GPS  Rough through Cellular network  Camera  Capable of high resolution still or video recording Security Device In form of a SIM Battery Source Always present HW Accelerator  For Multimedia  Cryptography  Security
..and its Impact The Programming environment should expose access to these HW for application design Android expose all of them HW Accelerator Impact May meet performance and functionality of standard use cases But are inflexible and may be hard to implement certain non standard use cases
Evolution in Multimedia Capabilities Source: http://wink.kaist.ac.kr/course/ee807/lecture/13.pdf
Next Generation Architecture Multi core with SMP. With improving data pipe may be more web centric Reduces processing on phone Helps in reducing power consumption Multi Media capability for standard use cases to be extremely good Full HD 1080p at 60 fps Power Management to be even more complex
Meeting MID Bigger then Phone but Smaller then Laptop 5 to 7 screen with WVGA resolution Mostly touch screen with no Keyboard Application constraints in between Power requirements as stringent  Storage can be up-to 100GB mini disk There can be all the HW accelerators like Phone available  May support multi-window applications  Content can be same as PC content However Zoom feature is desirable here also <<Show Archos-705>>
Q&A
油

More Related Content

Mobile Execution Env

  • 1. Mobile Execution Environment Comparison and Impact versus
  • 2. PC vs Mobile Topics Architecture comparison Resource comparison Impact on Mobile Application Architecture Specialized HW Resources in Mobile Next generation Architecture for Mobile Meeting MID
  • 4. PC Architecture: Is It Enough? Few Key Enablers BIOS: Initial Boot and Standardized Low Level Chipset Control SMPS: Power house for the chipset RTC Chip: Time Keeper RS232 Chips: Serial Port Cooling Fans: For CPUs for GPUs Keyboard Monitor Ethernet controller . These are essential components for Making a System Some of these have a dedicated micro controller Mostly Transparent to us and do not load processor
  • 5. Phone Architecture Three prevalent Architectures Entry Phone Feature Phone Multimedia Smartphone All of these are SOC (System On Chip) All of them can be called multi-core as they have DSP Multimedia Smartphone are typically Multiprocessor
  • 6. Multimedia Smartphone 息 Copyright 1995-2008 Texas Instruments Incorporated.
  • 7. Architecture Comparison PC Architecture is chipset based Standardize chipsets and peripherals Pluggable On Board Peripherals Hence can be upgraded very easily Power Hungry Mobile Architecture SOC based with limited standardization Most peripherals are on same silicon Hence replacing/upgrading them is not possible Architecture changes very fast across generations Battery centric Typically Single User
  • 8. Key Resource Comparison Key Resources Computer (Typical) Mobile (High End) Processor 2Ghz Dual Core SMP (Symmetric Multi Processing) or higher 200 Mhz to 600Mhz AMP (Asymmetric Multiprocessing) RAM 512MB or more with demand paging 32MB to 128MB , Virtual memory but no Demand Paging* Non Volatile Storage 100GB or more high speed disk Up-To 8GB NAND flash (2 GB is more prevalent case) Display 17 with 1024 X 800 resolution or more 2.5 to 3 with 320 X 240 resolution Connectivity High speed and reliable Ethernet WLAN Low to High (up to 2Mpbs for 3G) but unreliable and patchy GPRS (Edge) UMTS Power Consumption High with limited backup Battery Operated and has to optimize consumption I/O Keyboard + Pointer Minimal keypad and Touch Screen
  • 9. Impact on Application Processor: Direct Impact on what can be done many algorithms may not be handled in software Compromise on performance not accepted Code Optimization is very important Un-optimized latencies become noticeable SW cannot become unresponsive no 100% CPU usage E.g. User Dialing 911 Key Strokes need to be handled and given to the telephony application Call path needs to setup as quickly as possible Can be compared to CTRL+ALT+DEL on PC that can become a bit unresponsive but here every second counts
  • 10. Impact on Application Contd.. RAM No demand paging Restriction on amount of code Amount of stack application can use Limited heap space available to applications Limited number of process Applications in background are not guaranteed to execute forever System can reclaim resource from background applications Limited number of instance of an applications Usually only one instance of an application Limited number of threads Each thread need stack Results in programming model change From predominantly Preemptive Multitasking to Co-operative Multi Tasking In Co-operative we can have one thread and common message processing loop And common stack
  • 11. Impact on Application Contd.. Non Volatile Storage Flash based and usually low storage capability Impacts amount of data which can be stored Mobile can play HD content but may not have space to store it 1 hour 720P content can be a couple of GB Streaming becomes much more attractive option in this space Magnetic Disk not yet prevalent More power requirement Moving parts make them damage prone Weight and form factor is a concern Flash File Systems are complex Each IO is complicated set of operations Flash memories inherently are slow Flash memories not reliable File write speed 30 to 100KBps for NOR 500KBps to 2MBps for NAND 8 to 30MBps for MMC No where near to a 7000 RPM disk
  • 12. Impact on Application Contd.. Display 17 means 289 sq-inch real estate 3 means 9 sq-inch real estate Human eye can see only to resolve up-to certain size Helpful for anti-aliasing But Limit the amount of content which can be shown on single screen Elements drawn cannot be smaller beyond an extent Less number of pixels to draw Reduce processing But again limit the number of visible features can be drawn Mobile App UI will be typically single window Only one window in foreground Only Foreground App to be active (RAM constraint) UI Design for this space needs completely different perspective Zoom feature which is rarely used on PC becomes vital here
  • 13. Impact on Applications Contd.. Connectivity: For PC stable high speed connectivity assumed Not true for mobile, here its highly dependent on Radio conditions, Location and Mobility speed There can be frequent connection loss Need intelligent QoS adaptation Need Fast reconnect Need content adaptation to meet fluctuating network pipe Power Consumption Mobile have special mechanism for handling power Application should try minimize CPU use using DMA instead of memcpy for data buffers Not only important for performance but for power also No Busy loops Use mostly asynchronous programming No Periodic polling Prefer event based programming Silverlight has periodic polling
  • 14. Impact on Applications Contd.. I/O Limited keyboard, hence limited text input Strict no to complicated key sequence Lack of pointer certain events like mouseOver doesn't make sense New events to support for touch Tapped once Tapped twice Stroke in certain Direction - Gestures Multi-Touch
  • 15. Other Key Points Mobiles are Single User Equipment Viewed as gadget or Appliance PC has view of Software and Hardware as two products Error in base software typically means field return Unlike PC where machine is decoupled from Software
  • 16. Why worry for Mobile at all? Unit sales will grow from 11.7% of PC sales in 2002 to 27% of PC sales in 2008. Worldwide Multimedia Smartphone revenue will grow from $4.3B in 2000 and $5.4B in 2002 to over $18B in 2008. Compared to the PC market, Multimedia Smartphone revenue will increase from 2.3% of worldwide PC revenue in 2002 to nearly 5.4% in 2008. Yearly sales are projected to surpass 17M in 2008 Annual growth rate of 17.8% between 2002 and 2008.&quot; Worldwide PDA & Smartphone Forecasts Report: 1998-2008. eTForecasts 2003. http://www.etforecasts.com/
  • 17. Why think about anything other then Windows? Symbian OS from Symbian Ltd. had 65% Market Share Sales Q4 2007. Windws Mobile from Microsoft had 12% Market Share Sales Q4 2007. RIM Blackberry operating system had11% Market Share Sales Q4 2007. iPhone OS from Apple Inc had 7% Market Share Sales Q4 2007 Linux OS had 5% Market Share Sales Q4 2007 Palm OS (developed by PalmSource) is now a subsidiary of Access.
  • 18. And Thats Not All Smart phone is only 20% of market Market dominated by Feature Phones and Low End Phone Execution environment even more restrictive S30 runs on 320KB RAM and 4 MB ROM!! (But its entry phone) Feature Phone Space is Quite interesting Sufficient Multimedia Capability 2 to 5 MP Camera HW Accelerators to a certain extent Sufficient Connectivity Capability Typically Proprietary RTOS E.G. S40 from Nokia & P2K from Motorola Scalable and Optimized architecture will enable access to this space With out having fragmentation like Flash-Lite
  • 19. Specialized HW resource (Which PC may not have) Location Service (Mandatory in US for 911) Accurate through GPS Rough through Cellular network Camera Capable of high resolution still or video recording Security Device In form of a SIM Battery Source Always present HW Accelerator For Multimedia Cryptography Security
  • 20. ..and its Impact The Programming environment should expose access to these HW for application design Android expose all of them HW Accelerator Impact May meet performance and functionality of standard use cases But are inflexible and may be hard to implement certain non standard use cases
  • 21. Evolution in Multimedia Capabilities Source: http://wink.kaist.ac.kr/course/ee807/lecture/13.pdf
  • 22. Next Generation Architecture Multi core with SMP. With improving data pipe may be more web centric Reduces processing on phone Helps in reducing power consumption Multi Media capability for standard use cases to be extremely good Full HD 1080p at 60 fps Power Management to be even more complex
  • 23. Meeting MID Bigger then Phone but Smaller then Laptop 5 to 7 screen with WVGA resolution Mostly touch screen with no Keyboard Application constraints in between Power requirements as stringent Storage can be up-to 100GB mini disk There can be all the HW accelerators like Phone available May support multi-window applications Content can be same as PC content However Zoom feature is desirable here also <<Show Archos-705>>
  • 24. Q&A
  • 25.