answersLogoWhite

0

This relates to deployment of application. Centralized DB : Where the data for application shall be stored in one location and the users can access the database using the application provided from anywhere using the network (LAN/WAN/internet etc) Distributed DB: The application & the database shall be deployed where ever required and there will be some mechanism to synchronize the data between these databases.

In more of layman' s words: In centralized DB the database is stored in a central server and all user have access to that DB, and any changes made by any user in DB is reflected in central DB, thus visible to all the users using it.

In distributed DB the DB is stored in multiple locations(say different computers on a lan or on a remote location comp). It is more of a kind of more than one copy of a single DB and changes in one copy doesn't reflects immediately , it is rather responsibility of DBA to ensure security and more importantly ensure the Integrity of Data in several locations(all copies).

Distrubuted DB is fast to work with but incurs a lot of head-ache for DBA to ensure Security and data Integrity, also expensive to maintain.

Whereas centralized DB is more reliable and reflects changes immediately thus ensuring data integrity and bit of less overhead in security. But Load on a centralized system is too high if users are more, so might slow down the performance and would incur greater response time.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is Difference between real time database and simple database?

the difference is about the transactions. the normal database is not included deadline, but the real time database is.


What is the difference between database and database administrator?

Database is the data stored in the server and Database administrator is the person who designs the database.


What are difference between cache database and sql database?

CACHE is multidimensional and postconsonantal database and its supporting scripting


What is the difference between database management and documents management systems?

differences between document management and database technology


What is the difference between a database management system and a database?

DBMS: Set of software applications combined w/ a database


What is the Difference between manual database and electronic database?

A manual database is MANUAL and an electronic is electronic LOL! Simple :P


What iis difference between dbms and tfs?

database approach


Difference between flat file and database file?

DATABASE FILE - is one that is stored on a server and it is in the format that the database needs to read it. It is stored in the database catalog......


What is the difference between homogeneous database and heterogeneous database?

A Homogeneous database will have only one DBMS, while heterogeneous databases have multiple DBMS's


What is the difference between oracle and oracle erp?

Oracle is a database corporation that has many products such as Database, BI and ERP


Difference between database and relational database explain with example?

Database = Generic name for a system to store data Relational Database = A specific type of database that utilizes relationships between data to not only store the data but further its efficiency in its manipulation.


What is the difference between database file and datafile?

Datafile is a group of files in each table space in an Oracle database. Database files are all files that are found within the database.