Architecture of Mobile Computing

93,836 views 15 slides May 11, 2015
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

Architecture of Mobile Computing


Slide Content

ArchitectureArchitecture
for Mobile for Mobile
ComputingComputing

Presenated by:
Kaila Komal (112326)
Nayana Sharma (112340)

The network-centric mobile computing
architecture uses three-tier architecture
1) Presentation Tiers
2) Application Tiers
3) Data Tier

In three tier architecture, the first layer is User
Interface or Presentation Tier.
This layer deal with user facing device handling and
rendering. this tier includes a user system interface
where user service reside.
The second tier is the Process Management or
Application Tier
This layer is capable of accommodating hundreds of
users.
The middle process management tier controls
transaction and asynchronous queuing to ensure
reliable completion of transaction

The third final tier is the Database Management or Data
Tier.
This Layer is for database access and management.
The three-tier architecture is better suited for an
effective networked client/server design. It provide
increased performance , flexibility , maintainability ,
reusability and scalability , while hiding the
complexity of distributed processing from user.
All these characteristic have made three-tier
architecture a popular choice for Inter application and
net-centric information system

 3 Tier Architecture

This is user facing System in the first tier. This is the
layer of agent application and system.
These applications run on the client device and offer all
the user interface.
This tier is responsible for presenting the information
to the end user.
Presentation Tier include web browsers (like Mozilla,
Internet Explorer etc…)WAP browsers and customized
client programs.

It performs the business logic of processing user
input , obtaining data, and making decision
In certain case, this layer will do the transconding
of data for appropriate rendering in the
presentation Tier.
In mobile computing environment in addition to
the business logic there are quite a few additional
management function that need to be performed

These function relate to decision on renderinal ,
network manegement , security, datastore acess,
etc.
Most of these function are implemented using
different middleware software.
Middleware frame work is defined as a layer of
software,which sits in middle between the
operating system and the user facing software.

1) Message –oriented Middlewar
2)Transaction processing Middleware.
3) Database Middleware
4)Communication Middleware
5) Distributed Object and Components.
6)Transcoding Middleware.

The Data Tier is used to store data
needed by the application and acts as a
repository for both temporary and
permanent data.
These can range from sophisticate
relational database, legacy hierarchical
database , to even simple text files.

Database middle ware allows the business logic to
be independent and transparent of the database
technology and the database vendor.
Database middle ware runs between the
application program and the database.
Example of such middle ware will be ODBC,JDBC,
etc.

Using this middle ware , the application will be
able to access data from any source.
Data source ca be text files, spreadsheets or a
network, relational , indexed, hierarchical, XML
database, object database, etc.., fro vendors like
Oracle, SQL , Sybase , etc.

Any Question ?