SlideShare a Scribd company logo
@ IJTSRD | Available Online @ www.ijtsrd.com
ISSN No: 2456
International
Research
Database for Mobile Application
Jasra Nisar
M.Tech Scholar, Department of Computer
ABSTRACT
As we know that database is a collection of
interrelated data i.e. it is composed of collection of
files that are linked in such a way that information
from one of files may be combined with information
from other files so that the user may receive the exact
information as he/she needed. E.g. Consider the
names, telephone numbers and addresses of people
you may know is a collection of related data and
hence database.
Mobile development has become a part of the
software industry and it is being present everywhere.
In order to develop a mobile we require a database for
it and that database is called mobile database.
More and more mobile applications need data to
work, and databases are the most common way of
storing and managing data. So, a mobile application
uses a database that is hosted in the cloud, and
connects remotely to it in order to access its data.
The aim of this paper is to know about the databases
that are required for the mobile applications.
Keywords: NOSQL, SQL, XML docu
documents
I. INTRODUCTION
Mobile database is a stationary database
mobiles that can be connected to mobile
device over a mobile network, or we can also say that
mobile database is a database that is actually stored by
a mobile device. A mobile application also referred to
as an app, is an application software that is
to run on a mobile device, such as a smartphone or
tablet computer. Apps are generally small,
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018
ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume
International Journal of Trend in Scientific
Research and Development (IJTSRD)
International Open Access Journal
Database for Mobile Application
Jasra Nisar, Owais Noor Trumboo
omputer Science and Engineering, Punjab Technical
As we know that database is a collection of
interrelated data i.e. it is composed of collection of
files that are linked in such a way that information
from one of files may be combined with information
that the user may receive the exact
information as he/she needed. E.g. Consider the
names, telephone numbers and addresses of people
you may know is a collection of related data and
Mobile development has become a part of the
stry and it is being present everywhere.
In order to develop a mobile we require a database for
it and that database is called mobile database.
More and more mobile applications need data to
work, and databases are the most common way of
ng data. So, a mobile application
uses a database that is hosted in the cloud, and
connects remotely to it in order to access its data.
The aim of this paper is to know about the databases
that are required for the mobile applications.
NOSQL, SQL, XML documents, JSON
database used for
mobile computing
device over a mobile network, or we can also say that
database is a database that is actually stored by
A mobile application also referred to
that is designed
to run on a mobile device, such as a smartphone or
. Apps are generally small, individual
software units with limited function. A mobile
application may also be known as an app, web app,
online app, iPhone app or smartphone app.
mobile that we use today has some inbuilt
applications and we can
applications too. With mobile databases, user
access to corporate data on their laptop, PDA, or other
internet access device that is required for applications
at remote sites. The various components of mobile
database environment includes:
 The corporate database server and the DBMS that
deals with and stores the corporate data and
provides the corporate applications.
 A mobile database platform that includes PDA,
laptop or other internet access devices.
 The two-way communication links between the
corporate and the mobile DBMS.
II. ISSUES IN MOBILE DATABASES
The two main issues associated with mobile databases
are the management of mobile database and the
communication between mobile and the corporate
databases. In the below section we identify the
requirements of mobile DBMSs
The functionality required for the mobile D
includes the capability to:
 Communicate with the centralized database server
or primary database server.
 Coordinate the data on centralized database server
and mobile device.
 Capture the data from a range of sources such as
internet.
 Create personalized and customized mobile
applications.
Apr 2018 Page: 853
6470 | www.ijtsrd.com | Volume - 2 | Issue – 3
Scientific
(IJTSRD)
International Open Access Journal
echnical University, India
software units with limited function. A mobile
application may also be known as an app, web app,
online app, iPhone app or smartphone app. Every
mobile that we use today has some inbuilt
also download other
With mobile databases, user have
access to corporate data on their laptop, PDA, or other
internet access device that is required for applications
The various components of mobile
database environment includes:
erver and the DBMS that
deals with and stores the corporate data and
provides the corporate applications.
A mobile database platform that includes PDA,
laptop or other internet access devices.
way communication links between the
mobile DBMS.
ISSUES IN MOBILE DATABASES
associated with mobile databases
the management of mobile database and the
communication between mobile and the corporate
databases. In the below section we identify the
e DBMSs.
The functionality required for the mobile DBMSs
Communicate with the centralized database server
or primary database server.
Coordinate the data on centralized database server
range of sources such as
Create personalized and customized mobile
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 854
III. POPULAR DATABASES FOR MOBILE :
Databases for mobiles need to be:
 No server requirement.
 Fast and secure.
 Lightweight, because storage is limited on mobile
devices.
 Low memory and power consumption.
There are lots of mobile databases but some of the
most popular databases for mobile apps are:
SQLite
SQLite is a relational database, and it is a lighter
version of SQL that is designed for mobile. SQLite is
an embedded SQL database engine that is without any
separate server process, unlike any other SQL
database. SQLite supports all relational databases
features and is an open source also which is by default
present in two main mobile operating systems i.e.
Android and iOS, and supported by blackberry and
windows phone. SQLite is very fast and need very
less memory to operate.
Berkeley Database
Berkeley database is a high performance embedded
database and is an open source also that allows us to
handle data in different ways. It can be in relational
way like SQLite, or it can be in key/value pair data
and it can also support multiple data items for a single
key. Berkeley database supports java objects as data
or it can also be XML documents. Berkeley database
can work both as a relational database as well as
NOSQL database depends on which library we are
using.
Couchbase Lite
Couchbase Lite database is powerful NOSQL
embedded JSON database. In Couchbase Lite, the
data is stored as JSON documents. Each document in
Couchbase Lite can have one or more attachments
which is stored and loaded separately. We can also
say that Couchbase Lite is a document-oriented
database.
Realm Database
Realm Database is also a relational database in which
data can be queried, filtered and interconnected but
also have objects which are live and fully reactive.
Realm database is developed by Realm which is
designed to run on mobile devices. It is server less
and cross-platform like SQLite.
IV. CHARACTERISTICS OF MOBILE
DATABASE
The various characteristics of mobile databases are:
 Mobile database have limited resources.
 It should have limited power supply.
 Restricted bandwidth of wireless networks.
 Mobility.
 Disconnections.
V. ADVANTAGES AND DISADVANTAGES OF
MOBILE DATABASE
 Centralized portability number database not needed.
 Involves donor network during call setup
VI. CONCLUSION
Mobile application development is one of the most
dynamic area in IT industry. Database is very
important while we are building any application.
Without database we cannot built any application.
Database plays a very important role in mobile
application. In order to run a mobile app, we require a
database for it to run the app and the database that
will run on the mobile app is called as mobile
database. In this paper, we learnt about various mobile
databases that we are using today.
REFERENCES
1) Kevin Ebi, “Organize your business with a mobile
database”, retrieved 14/12/08.
2) Katerina Roukounaki, “Five popular databases for
mobile”.
3) Santhosh Kumar Gajendran, “A Survey on
NoSQL Databases”.
4) Marin FOTACHE and Dragos COGEAN,
“NoSQL and SQL Databases for Mobile
Applications”, Informatica Economică,vol. 17, no.
2/2013.
5) Trevor Perrier and Fahad Pervaiz , “NoSQL in a
Mobile World: Benchmarking Embedded Mobile
Databases”.
6) Ameya Nayak, Dikshay Poojary and Anil Poriya,
“Type of NOSQL Databases and its Comparison
with Relational Databases”, International Journal
of Applied Information Systems (IJAIS), Volume
5– No.4, March 2013.
7) Abdul Haseeb and Geeta Pattun, “A review on
NoSQL: Applications and challenges”,
International Journal of Advanced Research in
Computer Science, Volume 8, No. 1, Jan-Feb.

More Related Content

PPTX
What is? Different IT Terms and Definition
PDF
ACCESS AND CONNECTION VIA TECH DATA AS AN ENABLER AF A THIN OR NONEXISTENT MA...
DOCX
Mobile Computing by Tapesh Chalisgaonkar
PDF
The Concise Guide to E-Discovery
PPTX
Mobile databases
PPTX
Computers in Libraries
PDF
Artificial Intelligence at the Edge - الذكاء الاصطناعي على الأجهزة الطرفية
What is? Different IT Terms and Definition
ACCESS AND CONNECTION VIA TECH DATA AS AN ENABLER AF A THIN OR NONEXISTENT MA...
Mobile Computing by Tapesh Chalisgaonkar
The Concise Guide to E-Discovery
Mobile databases
Computers in Libraries
Artificial Intelligence at the Edge - الذكاء الاصطناعي على الأجهزة الطرفية

What's hot (9)

PDF
Digital library
PPTX
Introduction to internet
PDF
Collation of Mobile operatives
PPTX
Networking
DOC
Mobile agents in a distributed multimedia dabase system(synopsis)
PDF
Big Data-Survey
PPT
IRM GROUP 2 CHAPTER 3
PDF
PDF
IRJET- Sentiment Analysis on Twitter Posts using Hadoop
Digital library
Introduction to internet
Collation of Mobile operatives
Networking
Mobile agents in a distributed multimedia dabase system(synopsis)
Big Data-Survey
IRM GROUP 2 CHAPTER 3
IRJET- Sentiment Analysis on Twitter Posts using Hadoop
Ad

Similar to Database for Mobile Application (20)

DOCX
Mobile datebase tool
PPTX
Literature Survey on Mobile Database Tools
PPTX
Mobile dbms
PDF
Mobile Database: The Backbone of Modern Applications
PDF
NOSQL Database Engines for Big Data Management
PDF
The Recent Pronouncement Of The World Wide Web (Www) Had
PPT
Lecture 4 mobile database system
PDF
Implementation of sql server based on sqlite engine on
DOCX
Report 2.0.docx
PDF
P01 | Security in Mobile Database System | Anurag Gupta | BCA
PDF
Ijaprr vol1-2-6-9naseer
PDF
Is the database a solved problem?
PPTX
5 Best Mobile App Databases
DOCX
jose rizal
DOCX
Report 1.0.docx
PPTX
UNIT-2.pptx
PPT
Mobile / Nomadic Databse
PDF
Relational Databases For An Efficient Data Management And...
PDF
The Rise of Nosql Databases
PPTX
dbms introduction.pptx
Mobile datebase tool
Literature Survey on Mobile Database Tools
Mobile dbms
Mobile Database: The Backbone of Modern Applications
NOSQL Database Engines for Big Data Management
The Recent Pronouncement Of The World Wide Web (Www) Had
Lecture 4 mobile database system
Implementation of sql server based on sqlite engine on
Report 2.0.docx
P01 | Security in Mobile Database System | Anurag Gupta | BCA
Ijaprr vol1-2-6-9naseer
Is the database a solved problem?
5 Best Mobile App Databases
jose rizal
Report 1.0.docx
UNIT-2.pptx
Mobile / Nomadic Databse
Relational Databases For An Efficient Data Management And...
The Rise of Nosql Databases
dbms introduction.pptx
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Classroom Observation Tools for Teachers
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Pharma ospi slides which help in ospi learning
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Institutional Correction lecture only . . .
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Cell Types and Its function , kingdom of life
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
master seminar digital applications in india
PDF
Complications of Minimal Access Surgery at WLH
Supply Chain Operations Speaking Notes -ICLT Program
Classroom Observation Tools for Teachers
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Microbial disease of the cardiovascular and lymphatic systems
Pharma ospi slides which help in ospi learning
STATICS OF THE RIGID BODIES Hibbelers.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
VCE English Exam - Section C Student Revision Booklet
Institutional Correction lecture only . . .
O7-L3 Supply Chain Operations - ICLT Program
Anesthesia in Laparoscopic Surgery in India
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Computing-Curriculum for Schools in Ghana
Cell Types and Its function , kingdom of life
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
master seminar digital applications in india
Complications of Minimal Access Surgery at WLH

Database for Mobile Application

  • 1. @ IJTSRD | Available Online @ www.ijtsrd.com ISSN No: 2456 International Research Database for Mobile Application Jasra Nisar M.Tech Scholar, Department of Computer ABSTRACT As we know that database is a collection of interrelated data i.e. it is composed of collection of files that are linked in such a way that information from one of files may be combined with information from other files so that the user may receive the exact information as he/she needed. E.g. Consider the names, telephone numbers and addresses of people you may know is a collection of related data and hence database. Mobile development has become a part of the software industry and it is being present everywhere. In order to develop a mobile we require a database for it and that database is called mobile database. More and more mobile applications need data to work, and databases are the most common way of storing and managing data. So, a mobile application uses a database that is hosted in the cloud, and connects remotely to it in order to access its data. The aim of this paper is to know about the databases that are required for the mobile applications. Keywords: NOSQL, SQL, XML docu documents I. INTRODUCTION Mobile database is a stationary database mobiles that can be connected to mobile device over a mobile network, or we can also say that mobile database is a database that is actually stored by a mobile device. A mobile application also referred to as an app, is an application software that is to run on a mobile device, such as a smartphone or tablet computer. Apps are generally small, @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal Database for Mobile Application Jasra Nisar, Owais Noor Trumboo omputer Science and Engineering, Punjab Technical As we know that database is a collection of interrelated data i.e. it is composed of collection of files that are linked in such a way that information from one of files may be combined with information that the user may receive the exact information as he/she needed. E.g. Consider the names, telephone numbers and addresses of people you may know is a collection of related data and Mobile development has become a part of the stry and it is being present everywhere. In order to develop a mobile we require a database for it and that database is called mobile database. More and more mobile applications need data to work, and databases are the most common way of ng data. So, a mobile application uses a database that is hosted in the cloud, and connects remotely to it in order to access its data. The aim of this paper is to know about the databases that are required for the mobile applications. NOSQL, SQL, XML documents, JSON database used for mobile computing device over a mobile network, or we can also say that database is a database that is actually stored by A mobile application also referred to that is designed to run on a mobile device, such as a smartphone or . Apps are generally small, individual software units with limited function. A mobile application may also be known as an app, web app, online app, iPhone app or smartphone app. mobile that we use today has some inbuilt applications and we can applications too. With mobile databases, user access to corporate data on their laptop, PDA, or other internet access device that is required for applications at remote sites. The various components of mobile database environment includes:  The corporate database server and the DBMS that deals with and stores the corporate data and provides the corporate applications.  A mobile database platform that includes PDA, laptop or other internet access devices.  The two-way communication links between the corporate and the mobile DBMS. II. ISSUES IN MOBILE DATABASES The two main issues associated with mobile databases are the management of mobile database and the communication between mobile and the corporate databases. In the below section we identify the requirements of mobile DBMSs The functionality required for the mobile D includes the capability to:  Communicate with the centralized database server or primary database server.  Coordinate the data on centralized database server and mobile device.  Capture the data from a range of sources such as internet.  Create personalized and customized mobile applications. Apr 2018 Page: 853 6470 | www.ijtsrd.com | Volume - 2 | Issue – 3 Scientific (IJTSRD) International Open Access Journal echnical University, India software units with limited function. A mobile application may also be known as an app, web app, online app, iPhone app or smartphone app. Every mobile that we use today has some inbuilt also download other With mobile databases, user have access to corporate data on their laptop, PDA, or other internet access device that is required for applications The various components of mobile database environment includes: erver and the DBMS that deals with and stores the corporate data and provides the corporate applications. A mobile database platform that includes PDA, laptop or other internet access devices. way communication links between the mobile DBMS. ISSUES IN MOBILE DATABASES associated with mobile databases the management of mobile database and the communication between mobile and the corporate databases. In the below section we identify the e DBMSs. The functionality required for the mobile DBMSs Communicate with the centralized database server or primary database server. Coordinate the data on centralized database server range of sources such as Create personalized and customized mobile
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 854 III. POPULAR DATABASES FOR MOBILE : Databases for mobiles need to be:  No server requirement.  Fast and secure.  Lightweight, because storage is limited on mobile devices.  Low memory and power consumption. There are lots of mobile databases but some of the most popular databases for mobile apps are: SQLite SQLite is a relational database, and it is a lighter version of SQL that is designed for mobile. SQLite is an embedded SQL database engine that is without any separate server process, unlike any other SQL database. SQLite supports all relational databases features and is an open source also which is by default present in two main mobile operating systems i.e. Android and iOS, and supported by blackberry and windows phone. SQLite is very fast and need very less memory to operate. Berkeley Database Berkeley database is a high performance embedded database and is an open source also that allows us to handle data in different ways. It can be in relational way like SQLite, or it can be in key/value pair data and it can also support multiple data items for a single key. Berkeley database supports java objects as data or it can also be XML documents. Berkeley database can work both as a relational database as well as NOSQL database depends on which library we are using. Couchbase Lite Couchbase Lite database is powerful NOSQL embedded JSON database. In Couchbase Lite, the data is stored as JSON documents. Each document in Couchbase Lite can have one or more attachments which is stored and loaded separately. We can also say that Couchbase Lite is a document-oriented database. Realm Database Realm Database is also a relational database in which data can be queried, filtered and interconnected but also have objects which are live and fully reactive. Realm database is developed by Realm which is designed to run on mobile devices. It is server less and cross-platform like SQLite. IV. CHARACTERISTICS OF MOBILE DATABASE The various characteristics of mobile databases are:  Mobile database have limited resources.  It should have limited power supply.  Restricted bandwidth of wireless networks.  Mobility.  Disconnections. V. ADVANTAGES AND DISADVANTAGES OF MOBILE DATABASE  Centralized portability number database not needed.  Involves donor network during call setup VI. CONCLUSION Mobile application development is one of the most dynamic area in IT industry. Database is very important while we are building any application. Without database we cannot built any application. Database plays a very important role in mobile application. In order to run a mobile app, we require a database for it to run the app and the database that will run on the mobile app is called as mobile database. In this paper, we learnt about various mobile databases that we are using today. REFERENCES 1) Kevin Ebi, “Organize your business with a mobile database”, retrieved 14/12/08. 2) Katerina Roukounaki, “Five popular databases for mobile”. 3) Santhosh Kumar Gajendran, “A Survey on NoSQL Databases”. 4) Marin FOTACHE and Dragos COGEAN, “NoSQL and SQL Databases for Mobile Applications”, Informatica Economică,vol. 17, no. 2/2013. 5) Trevor Perrier and Fahad Pervaiz , “NoSQL in a Mobile World: Benchmarking Embedded Mobile Databases”. 6) Ameya Nayak, Dikshay Poojary and Anil Poriya, “Type of NOSQL Databases and its Comparison with Relational Databases”, International Journal of Applied Information Systems (IJAIS), Volume 5– No.4, March 2013. 7) Abdul Haseeb and Geeta Pattun, “A review on NoSQL: Applications and challenges”, International Journal of Advanced Research in Computer Science, Volume 8, No. 1, Jan-Feb.