Overview
FrançaisABSTRACT
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 articleAUTHORS
-
Guillaume CABANAC: Senior lecturer at Toulouse 3 University
-
Olivier TESTE: Senior lecturer at Toulouse 3 University
-
Michel TUFFERY: Senior lecturer at Toulouse 2 University
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.
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
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
Client-server architecture: database access modes
Bibliography
Software tools
Eclipse http://www.eclipse.org/
JDK http://www.oracle.com/technetwork/java/javase/
SQLDeveloper http://www.oracle.com/technetwork/developer-tools/sql-developer/
...Standards and norms
- SLQ1 – Information processing systems – Database language – SQL - ISO 9075 - 1987
- SQL2 – Information technology – Database languages – SQL - ISO/IEC 9075 - 1992
- SLQ3 – Information technology –Database languages – SQL – Part 1: Framework (SQL/Framework) - ISO/IEC 9075–1 - 1999
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