Você está na página 1de 1

Client Server Architecture

The data processing is split into distinct parts. A part is either requester (client) or provider (server). The
client sends during the data processing one or more requests to the servers to perform specified tasks.
The server part provide services for the clients.

Client Server

The applications of a client server architecture may be divided into the following logical functional
components: -

Presentation Services - user interface dialog control


Presentation Logic - user interaction, simple validation
Business Logic - control flow
Distribution Services - communication management
Database Logic - integrity, data manipulations
Database Services - security, transaction management
File Services - file sharing

Você também pode gostar