What Is A Mobile Database3
What Is A Mobile Database3
By Champa. S. Bopegama
PG/IT/09/097
Vertical application
In a vertical applications users access data within a specific cell, and access is denied to users outside of that cell. E.g.- users can obtain information on the location of doctors or emergency centers within a cell or parking availability data at an airport cell.
Horizontal Application
In horizontal applications users cooperate on accomplishing a task, and they can handle data distributed throughout the system.
Private data
A single user owns this data and manage it. No other user may access it.
Public data
This data can be used by anyone who can read it. Only one source updates it. E.g. Weather bulletins or stock prices. Primarily managed by vertical applications.
Shared data
This data is accessed both in read and write modes by group of users. E.g.- Inventory data for products in a company.
Motivation
In a mobile database application a part or a replica of the database is locally installed on the mobile device. This is a significant difference compared to a con-ventional clientserver application where all data is centrally stored in a database server.
Fixed hosts
Mobile units
Base stations
Fixed hosts
Perform the transaction and data management functions with the help of database servers.
Mobile units
portable computers move around a geographical region includes the cellular network (or "cells") these units are used to communicate with base stations. these networks do not need to be cellular telephone networks
Base stations
Two-way radio installations in fixed locations communicates with the mobile units to and from the fixed hosts. typically low-power devices such as mobile phones, portable phones, or wireless routers.
References
Fundamentals of database systems Elmasri & Nawathe http://www.wikiepedia/Mobile database systems
Thank you!