Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Fundamentals of Database Management Systems
Quiz 12: Clientserver Database and Distributed Database
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
Placing a complete copy of the database at every site on the distributed network maximizes availability and minimizes concurrent update problems.
Question 22
True/False
A distributed database management system manages the distributed data as a single, logical database.
Question 23
True/False
One of the principles of data replication in a distributed database is to place copies of tables at the sites that use them most heavily in order to minimize telecommunications costs.
Question 24
True/False
What client/server database and distributed database have in common is that in both cases the databases can be located other than "in the computer itself."
Question 25
True/False
Distributed data with no replication provides a high degree of availability.
Question 26
True/False
One of the principles of data replication in a distributed database is to ensure that there are at least two copies of important or frequently used tables to realize the gains in availability.
Question 27
True/False
If the nature of the data and of the applications that use it can tolerate retrieved data not necessarily being up-to-the-minute accurate, then several "synchronous" approaches to updating replicated data are appropriate.
Question 28
True/False
The term "client" in a local area network refers to the larger computer with the shared database that all of the PCs on the network can access.
Question 29
True/False
One use of the term three-tier approach to client/server database is that data sought from one of the client PCs can be on any one of a succession of three other PCs on the LAN.
Question 30
True/False
When data is distributed in a distributed database arrangement, the database is no longer considered to be a single, logical database.
Question 31
True/False
If in a distributed database network, a copy of the entire database is kept at the headquarters site and each table is replicated exactly once at any one of the other sites, there is no reason for the headquarters site to ever become a bottleneck.
Question 32
True/False
One of the principles of data replication in a distributed database is to maximize the number of copies of any one table to control the security and concurrency issues.
Question 33
True/False
In a network environment, a centralized database provides local autonomy over the data.
Question 34
True/False
In a two-tiered client/server arrangement, data can be found on each PC's hard drive and data can be in a database at the server.
Question 35
True/False
In one use of the term three-tier approach to client/server database the three tiers are the client PCs, servers known as "application servers" and other servers known as "database servers."
Question 36
True/False
In the database server approach to client/server database, the actual database processing is done at the server.
Question 37
True/False
In the database server approach to client/server database, when a client computer on the LAN needs to query, update, or otherwise use a file on the server, the entire file must be sent from the server to that client.
Question 38
True/False
If in a distributed database network, a copy of the entire database is kept at the headquarters site and each table is replicated exactly once at any one of the other sites, the application environment can continue to function even if the headquarters site goes down.
Question 39
True/False
One use of the term three-tier approach to client/server database is that data sought from one of the client PCs can be on the client's hard drive, at the LAN server, or at a mainframe beyond the LAN.