Component-Based Embedded Database for Mobile Embedded Systems

Component-Based Embedded Database for Mobile Embedded Systems

Sheikh I Ahamed and Sanjay Vallecha*, “Component based Embedded Database for Mobile Embedded Systems,”) in the Proceedings of Database Technology and Applications Workshop of IEEE International Conference on Information Technology ITCC 2004, pp. 534-538 , Las Vegas, NV, USA, April, 2004, IEEE Computer Society Press. (Acceptance rate 49%) Component-based Embedded Database for Mobile Embedded Systems Sheikh I Ahamed and Sanjay Vallecha Marquette University Milwaukee, WI 53201, USA [email protected] Abstract other devices that allow the user to complete computing tasks without being tethered, or connected, to a network. Recent developments in portable devices and The embedded system is implemented partly on growing wireless communication networks have evolved hardware and partly on the software and use to perform mobile computing during the last few years. Mobile specific functions within the system and required to be computing enlarges the usability of computers by operational during lifetime of the system. The embedded allowing low powered mobile devices to query the database is part of the embedded system, which can database over the wireless network, but also raises some either be integrated with the front-end application as demanding challenges such as slow expensive part of one of its module, which may or may not be connection, frequent line disconnection, limited host visible to the application users or separated from the bandwidth, location dependent data etc. This database application by providing an interface for accessing the should not only handle transactions with temporal database. Due to its characteristics, the embedded constraints and maintain consistency, but also use small database puts the following constraints on the system [3, memory footprint. The database should use the 4, 5]: Memory Constraint, Time Constraint,Temporal resources more efficiently, port on various operating Constraint, Bandwidth Constraint. The embedded systems, minimize CPU usage, run for long period of database system used in the mobile environment puts time without any user intervention, secure and flexible the following constraint on the system [6, 7, 8]: Storage enough to work with different applications with no or Constraint, Security Constraint, Database Integrity less tailoring. The database should be generic and can Constraint, Scheduling Constraint, and Location be tailored so that the application designer can get fully Constraint. A few embedded databases are currently functional and flexible database for mobile embedded available [10-13] but they do not address all of the systems. This paper proposes a mobile embedded above issues. database, which will resolve some of the important Mobile computing devices vary from high-powered issues caused by the mobile computing environment servers, notebook computer to personal digital using a component based approach assistants. As the database is shared among different type of devices, the database should support multiple Keywords: Database for mobile embedded devices, platforms and should provide an effective concurrency database for PDA, component based database design control mechanism. The database performance is another issue for mobile computing. The database should perform small and fast transactions, should be 1. Introduction predictable as no human intervention is expected, and should have low memory footprint. As different types In recent years, developments in portable devices of mobile devices share this database, the database and growing wireless communication networks have should be portable, should be able to store primitive as evolved mobile computing. Mobile computing enlarges well as complex data types, scaleable, flexible enough to the usability of computers by allowing low powered support various applications without too many changes mobile devices to query the database over the wireless and should be able to handle location bases queries. network, but also raises some demanding challenges Database should have a solid transaction handling such as slow expensive connection, frequent line mechanism allowing either all or none of the operations disconnection, limited host bandwidth, location to be executed in case of the error condition. The dependent data etc. Mobile [14] simply describes a transaction mechanism should be capable of handling computing device that is not restricted to a desktop. A unreliable connection, limited battery life, reduce mobile device may be a PDA, a "smart" cell phone or storage capacity and low bandwidth communication. Web phone, a laptop computer, or any one of numerous The database should be secure such that no unauthorized embedded mobile database through reuse of components user can access it. and thus bringing the benefits of the component based The component-based development [1, 2] allows software development. This paper proposes component- more functionality to be added to the extensible based software development mechanism in the database system by adding non-standard features like development of mobile database. The database will be managing user-space threads, virtual memory resources, designed in such a way so that more and more multi-casting, replacing one protocol with other components can be added to it. These components will protocols. The embedded mobile systems can benefit provide the functionality missing from the database from the component-based development by having the without effecting the old functionality. well-defined building blocks [1], which not only reduces the development cost, but also the testing time as the 2. Our Mobile Embedded Database validation and verification of the component is done Design Approach only once.. There is a need of database that not only can : be tailored for various applications to provide all the Our database model will have three layers necessary functionality required by the system, but also architecture. The first layer is the bottom layer of the maintain the embedded aspects intact like small memory database, which will provide the lower level database footprint, faster time response [1]. The component-based services. systems will support the faster development of Figure 1. Our Database design This layer provides the basic database functionality, display it in the user interface. The user interface will which one can also expect from the traditional database. also be capable of providing the basic functionality of The basic functionality of the database includes the the database along with the properties and services definition of data objects, their format, storage and provided by the components added to the database. The retrieval of these objects. This layer will hide these user interface will then allow the component owner to implementation details as well as hardware select new component properties and services and map dependencies from the user. This layer of the database them the already existing functionality. Once the will itself be implemented as component itself. This component owner does this mapping, then the glue code component will provide these services by exposing its generated by the configuration layer will support the interface to the layer above. As this layer will be most functionality of the new component in the database. The important and commonly use layer, any new glue code information will be saved within the database. functionality like hardware dependent functions can be The same user interface will provide the component added to the interface provided by this layer. The owners to modify and/or delete any preexisting validation mechanism will be provided while adding the components from the database. In this case, the new service to this interface, so that any existing component glue code will either be generated or functionality will not be affected by this change. The removed from the database respectively. Before application will allow deleting functionality defined by generating or modifying the component glue code, the the application. The DBMS defined functionality can user interface will provide the validation and not be deleted from the interface. verification to make sure that the component can be plug The middle layer, which is the interface layer, will into the system or not. The user interface will generate a act as place holder for any type of the components, report, which will provide the details on compatibility which are required to be plugged in to the system to and will also suggest changes in configuration in order provide a particular service or set of services. By to fit that component in the database. The component default, the database is supposed to provide at least all owner may or may not change the configuration before the traditional database services. These basic services creating the glue code. If the glue code is created will be provided through individual components and without making suggested changes in the configuration, will provide services like transaction processing, then the glue code may or may not behave in the same location dependent query handling, cache management, way as expected by the component owner. disconnection operation handling, and concurrency Once one or more components are plugged in to the control mechanism. Our approach of providing these database, then any application, which wants to services is mentioned above sections. The data storage communicate with any of these components, can do so component that provides mechanism for storing the by sending a message to the component. This message

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us