DBMS Architecture Flashcards

1
Q

It is a user machine the provides user interface capabilities and local processing

A

Client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This DBMS combines everything into single system, including DBMS software, hardware, application programs, and user interface processing software. In this DBMS, user can still connect through a remote terminal, however, all processing is done at centralized site

A

Centralized DBMS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It may be diskless machines or PC’S or Workstations with disks with only the client software installed.

A

Client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is connected to servers via some form of a network

A

Client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This type of client is dependent of another machine (e.g., server) to complete a process.

For example: Online ticket booking systems

A

Thin Client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This type of client can provide functionality independent of the server

A

Thick Client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

These are server with specialized functions. Clients can access these servers as needed.

Print Server
File Server
Web Server
Email Server
DBMS Server

A

Specialized Servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is a system that contains both hardware and software that can provide services to the client machines such as file access, printing, archiving, or database access.

A

Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the two tier Client service architecture, which approach is when client contains the user interface and application program while the server contains the DBMS.

A

1st Approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In the Two Tier Client-Server Architecture, this approach is where the DBMS was divided into client and server. Client may handle user interface, application programs, data dictionary function, DBMS interactions with the compilers, query optimizers, etc. The server may include software responsible for handling data storage or disks, buffering of disk pages. Also known as data server

A

2nd Approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What type of Client-Server Architecture is when client communications with the application server through a form’s interface?

-> The application server stores the business rules (procedures) that are used to access data from the database

-> The database server will provide the data

A

Three Tier Client Service Architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The three tier enhances what by making database server only accessible via middle tier and client cannot directly access database server

A

Security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly