Need for distributed databases
Large business organization has increasing need of distributed database. These organization need distributed database because of its
1- Reliability
2- Accessibility
3- Scalability
Distributed database provides an improvement for data processing and communication due to data distribution in different sites. Each database on different site may have different architectures and different management systems that distribute execution of transactions. In distributed database systems not only data access quicker, but failure of single-point occur less likely and users have local control over data.
Implementation of distributed database
Distributed database systems should be implemented by the process of multiple database servers at ...