1
15kviews
What are the features of DDBMS
2 Answers
written 7.9 years ago by |
1) Databases in the collection are logically interrelated with each other. Often they represent a single logical database.
2) Data is physically stored across multiple sites. Data in each site can be managed by a DBMS independent of the other sites.
3) The processors in the sites are connected via a network. They do not have any multiprocessor configuration.
4) A distributed database is not a loosely connected file system.
5) A distributed database incorporates transaction processing, but it is not synonymous with a transaction processing system.
written 7.0 years ago by |
Features of a Distributed DBMS