Article | REF: H3865 V1

Architecture client-server: access modes to databases

Authors: Guillaume CABANAC, Olivier TESTE, Michel TUFFERY

Publication date: August 10, 2011, Review date: April 28, 2016

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Overview

Français

ABSTRACT

This article deals with internal or external access modes to databases (DBs). It explains the general context of the interaction with a DB. The internal access, which includes four access modes, mainly concerns those in charge of the DB functioning. The external access is used by developers of client applications, separated by two distinct modes: fat client or thin client. This article also presents the client-server architectures concerning internal users, which are themselves divided into various categories. It finally describes the application templates for external users.

Read this article from a comprehensive knowledge base, updated and supplemented with articles reviewed by scientific committees.

Read the article

AUTHORS

 INTRODUCTION

This dossier deals with client-server architecture for database (DB) access. DBs are accessed either internally or externally, depending on the type of actor and the data processing to be carried out. The concepts are illustrated by examples using Oracle software and the Java host language. This dossier first presents the types of actors involved in DB access, and then the two main modes of access.

Internal access mainly concerns those responsible for running the database. Four access modes are possible. The characteristics of each mode in terms of data localization, processing and presentation between clients and server are detailed. The centralized approach has the main advantage of minimizing deployment on clients. In contrast, the decentralized approach reduces server congestion. The four modes ("connected" thin client, thick client, "disconnected" thin client, "rich" client) more or less favor one or other of these approaches.

External access is the responsibility of developers of client applications requiring access to databases. These applications are mainly presented using two approaches: thick client and thin client. The first approach offsets as much processing as possible onto the clients, thereby increasing network exchanges between the clients and the data server. Conversely, the second approach places processing on the server, thereby increasing its load.

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Client-server architecture: database access modes