Differentiate between centralized and distributed database?
A database whose complete data is located at a single computer (called database
server) and all the users access this single database only is known as
centralized database.
A distributed database is a single logical database, which is spread physically
across multiple computers (called database servers) over wide area network. Such
databases are managed by the organizations having offices in different
cities or countries.
|