Distributed Database
Distributed Database
Distributed Database
COURSE;
SUBMITTED TO;
Ayesha Arshad
ROLL NO: 23
DEPT NAME;
MCS (Semester 2)
Features:
Databases in the collection are logically interrelated with each other. Often they
represent a single logical database.
Data is physically stored across multiple sites. Data in each site can be managed by a
DBMS independent of the other sites.
The processors in the sites are connected via a network. They do not have any
multiprocessor configuration.
Client/Server:
Client/server is developed to deal with various computing environments that have a large
number of computers and servers connected together via a network. In this architecture, a
Client is a user machine which provides the user interface and local processing capabilities.
When any client requires additional functionality like database access, it can connect to
Server that is capable of providing the functionality needed by the client. Basically Server is a
machine that provides services to the Client i.e. user machine.
Distributed Database:
In Distributed DBMS, data is distributed over the geographical site. Each site is a complete
database system site on its end but the different sites have to work together because if any
user wants to access the data it can easily access data anywhere in the network as the data is
stored at the user’s own computer.
S.NO
. CLIENT/SERVER DISTRIBUTED DBMS
Client can access only one server at User can access many sites
1. a time. simultaneously.