DRDA
From Wikipedia, the free encyclopedia
Distributed Relational Database Architecture (DRDA) is a database interoperability standard from The Open Group.
DRDA describes the architecture for distributed data. It defines the rules for accessing the distributed data, but it does not provide the actual application programming interfaces (APIs) to perform the access.
[edit] Components
- Application Requester (AR). The AR accepts SQL requests from an application and sends them to the appropriate application servers for processing. Using this function, application programs can access remote data.
- Application Server (AS). The AS receives requests from application requesters and processes them. The AS acts upon the portions that can be processed and forwards the remainder database servers for subsequent processing. The AR and the AS communicate through a protocol called the Application Support Protocol which handles data representation conversion.
- Database Server (DS). The DS receives requests from AS or other DS servers. The DS supports distributed requests and will forward parts of the request to collaborating DS in order to fullfill the request. The AS and the DS and the DS among themselves communicate through a protocol called the Database Support Protocol.
[edit] Databases supporting DRDA
[edit] External links
- The OpenGroup
- Article on DRDA by Craig Mullins
- IBM Redbook: SG24-4249, Chapter 5. DRDA and two-phase commitment control