databasearchitectureee-200120141440.pptx

ifraghaffar125 3 views 9 slides Jul 30, 2024
Slide 1
Slide 1 of 9
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

About This Presentation

lec


Slide Content

DATABASE ARCHITECTURE

Database Architecture are used programming language to design a particular type of software for businesses and organizations. Database Architecture focus on the design, development , implementation and maintenances of computer program. The Architecture of the database system is influenced by computer system on which the database system runs. Database system can be centralized or client server. A client machines, on which remote database user work and server machine, on which the database system runs.

The Architecture of DBMS can be seen as either single tier or multiple tiers. 1-tier Architecture 2-tier Architecture 3-tier Architecture N-tier Architecture

1-tier Architecture One-tier Architecture involves putting all of the required components for a software application or technology on a single server or platform.

2-tier Architecture The application is partition into a component that resides at a client machine which invokes the database system functionally at the server through query language statements.

3-tier Architecture The client machine does not contain any direct database calls instead application server communicate through a forms interface, the actions are carried out in the application server.

N-tier Architecture N-tier Architecture would involves dividing an application into three different tiers. These would be the The Logic tier The Presentation tier The data tier
Tags