answersLogoWhite

0


Best Answer

Distributed database is one logical database which is spread out over multiple sites, connected by network. It behaves as it were a single database.

Decentralized databases are a group of independent databases spead out over different locations. They are not connected and do not share updates between each other.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

Distributed databases are spread across multiple nodes or locations, while decentralized databases operate without a central authority or control. Distributed databases may have a centralized component for coordination, while decentralized databases use consensus algorithms for decision-making. Decentralized databases offer higher resilience and security against single points of failure compared to distributed databases.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Different between distributed and decentralized on database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

Difference between database and distributed database?

A database is a collection of related data organized for quick search and retrieval, usually stored on a single computer system. A distributed database is a database in which parts of the database are stored in multiple locations but managed by a centralized control. Distributed databases are used to improve performance, reliability, and scalability by allowing data to be spread across multiple servers or locations.


What is the difference between a distributed database and distributed processing?

A distributed database is a collection of databases stored on multiple computers and accessed through a network, allowing for data to be distributed across different locations. Distributed processing, on the other hand, refers to breaking down a task into smaller parts that are processed on multiple computers simultaneously, enabling faster computation by leveraging the collective resources of multiple machines.


What are the differences between distributed systems and distributed database systems?

Distributed systems refer to a network of independent computers that work together to achieve a common goal, while distributed database systems specifically involve databases that are spread across multiple locations. Distributed database systems focus on storing and managing data across various nodes in a network, whereas distributed systems are more general and encompass a broader range of functionalities beyond data management.


What is the difference between distributed and replicated database?

In a distributed database, data is divided and stored across multiple nodes in a network, while in a replicated database, data is duplicated and stored across multiple nodes for redundancy and fault tolerance. Distributed databases focus on partitioning data for scalability and performance, whereas replicated databases focus on ensuring data availability and reliability.


What is the first step in creating a database?

The first step in creating a database is to define the purpose and scope of the database, including identifying the data that needs to be stored and how it will be organized. This involves understanding the requirements of the system and the relationships between different data elements.

Related questions

Difference between database and distributed database?

A database is a collection of related data organized for quick search and retrieval, usually stored on a single computer system. A distributed database is a database in which parts of the database are stored in multiple locations but managed by a centralized control. Distributed databases are used to improve performance, reliability, and scalability by allowing data to be spread across multiple servers or locations.


What is the difference between centralize and decentralize database?

A centralized database contains all the data tables in one place which all users access. A decentralized database creates copies of the database design in different areas and any given copy contains only that data which is relevant to its particular users.


What different between local and distributed transactions?

Normally there are two types of servers. one is local and other one is distributed.. The difference between of both these transactions is local would be on the same server or database on the same machine and distributed is when u do transfer of money from one bank to another the servers involved are different and placed at different locations...


What is the difference between a distributed database and distributed processing?

A distributed database is a collection of databases stored on multiple computers and accessed through a network, allowing for data to be distributed across different locations. Distributed processing, on the other hand, refers to breaking down a task into smaller parts that are processed on multiple computers simultaneously, enabling faster computation by leveraging the collective resources of multiple machines.


What is centralized database?

Distributed and Centralized Databases Distributed data is defined as collection of logically distributed database which are connected with each other through a network. A distributed database management system is used for managing distributed database. Each side has its own database and operating system.A centralized database has all its data on one place. As it is totally different from distributed database which has data on different places. In centralized database as all the data reside on one place so problem of bottle-neck can occur, and data availability is not efficient as in distributed database. Let me define some advantages of distributed database, it will clear the difference between centralized and distributed database.Users can issue commands from any location to access data and it does not affect the working of database. Distributed database allows us to store one copy of data at different locations. Its advantage is that if a user wants to access data then the nearest site (location) will provide data so it takes less time.There are multiple sites (computers) in a distributed database so if one site fails then system will not be useless, because other sites can do their job because as I earlier said that same copy of data is installed on every location. You will not find this thing in centralized database.Any time new nodes (computers) can be added to the network without any difficulty.Users do not know about the physical storage of data and it is known as distribution transparency, as we know that ideally, a DBMS must not show the details of where each file is stored or we can say that a DBMS should be distribution transparent.


What are the major differences between centralized and decentralized logistics management?

centralized management is done within a small headquarters,all or most of the authorized decision makers within an organization are located in the same office. Decentralized management is when decision makers are distributed and work in different areas, whether it being across a country or across national boarders.


What is the difference between a centralized and decentralized Payroll System?

between centralized and decentralized payroll


Difference between parallel and distributed database?

Centralized Systems: A modern, general-purpose computer system consists of one to a few CPUs & a number of device controllers that are connected through a common bus that provides access to shared memory. The CPUs have local cache memories that store local copies of parts of the memory, to speed up access to data. Each device controller is in charge of a specific type of device (for example, a disk drive, an audio device, or a video display). The CPUs & the device controllers can execute concurrently, competing for memory access. Cache memory reduces the contention for memory access, since it reduces the number of times that the CPU needs to access shared memory.In a distributed database system, the database is stored on several computers. The computers in a distributed system communicate with one another through various communication media, such as high-speed networks or telephone lines. They do not share main memory or disks. The computers in a distributed system may vary in size & function, ranging from workstations up to mainframe systems.The main difference between centralized & distributed databases is that the distributed databases are typically geographically separated, are separately administered, & have slower interconnection. Also in distributed databases we differentiate between local & global transactions. A local transaction is one that accesses data only from sites where the transaction originated. A global transaction, on the other hand, is one that either accesses data in a site different from the one at which the transaction was initiated, or accessed data in several different sites.


What is the different between an electronic database and manual database?

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


What is a logical database?

A logical database is the structure of data. It is the different pieces of information and the relationships between them.


What is the difference between a centralized and decentralized collective bargaining structure?

Centralized collective bargain structure is usually done from one place, a decentralized collective bargain is usually done at different designated levels.


What are the differences between distributed systems and distributed database systems?

Distributed systems refer to a network of independent computers that work together to achieve a common goal, while distributed database systems specifically involve databases that are spread across multiple locations. Distributed database systems focus on storing and managing data across various nodes in a network, whereas distributed systems are more general and encompass a broader range of functionalities beyond data management.