Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

Client/Server Frequently Asked Questions
Section - 3.5 What is Remote Data Management?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Airports ]


Top Document: Client/Server Frequently Asked Questions
Previous Document: 3.4 What is distributed or remote presentation?
Next Document: 3.6 What is distributed function processing?
See reader questions & answers on this topic! - Help others by sharing your knowledge

In remote data management, the entire application resides on the client and 
the data managment is located on a remote server/host.   Remote Data 
Management is relatively easily to program for because there is just one 
application program. The client communicates with the server using SQL, 
the server then responds with data that satisfies the query.  RDBMS 
products that offer remote data management provide a layer of software on 
the client to handle the communication with the DBMS server.This style 
represents a more traditional LAN database server or file server approach. 
Workstations support the presentation and function logic and interface 
with the data server through the data manipulation language.Distributed 
data management is an extension of remote data management and uses the 
distributed facilities of the DBMS to access distributed data in a manner 
transparent to users. This is most relevant for architectures having data 
spread  across  several servers and when access to a DBMS on another 
server is required.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: Client/Server Frequently Asked Questions
Previous Document: 3.4 What is distributed or remote presentation?
Next Document: 3.6 What is distributed function processing?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
lloyd@abs.net (Client/Server FAQ Maintainer)





Last Update March 27 2014 @ 02:11 PM