• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/22

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

22 Cards in this Set

  • Front
  • Back

The data in a distributed database system is dispersed to match business requirements.

Data is located near the site of greatest demand.

End users often work with only the nearest stored subset of the data

Faster data access

A distributed database system spreads out the system’s workload by processing data at several sites.

Faster data processing

New sites can be added to the network without affecting the operations of other sites.

Growth facilitation

Local sites foster better communication among departments and between customers and company staff

Improved communications

Development work is done more cheaply and quickly on low-cost PCs and laptops than on mainframes.

Reduced operating costs

Client devices are usually equipped with an easy-to-use graphical user interface (GUI).

User-friendly interface

When one of the computers fails, the workload is picked up by other workstations

Less danger of a single-point failure

The end user can access any available copy of the data, and an end user’s request is processed by any processor at the data location

Processor independence

Applications must recognize data location, and they must be able to stitch together data from various sites

Complexity of management and control

Data integrity, transaction management, concurrency control, security, backup, recovery, and query optimization must all be addressed and resolved

Technological difficulty

The probability of ----- lapses increases when data is located at multiple sites.

Security

There are no standard communication protocols at the database level.

Lack of standards

Multiple copies of data are required at different sites, thus requiring additional storage space.

Increased storage and infrastructure requirements

------- are generally higher in a distributed model than they would be in a centralized model, sometimes even to the extent of offsetting operational and hardware savings.

Increased training costs

Distributed databases require duplicated infrastructure to operate, such as physical location, environment, personnel, software, and licensing

Higher costs

------ that form the network system. The distributed database system must be independent of the computer system hardware.

Computer workstations or remote devices (sites or nodes)

------ that reside in each workstation or device. The ------------ allow all sites to interact and exchange data.

Network hardware and software components

------ is the software component residing on each computer or device that stores and retrieves data located at the site

The data processor (DP)

----- that carry the data from one node to another. The DDBMS must be ---------- independent; that is, it must be able to support several types of -------------

Communications media

--------- Is the software component found in each computer or device that requests data. --------- receives and processes the application’s remote and local data requests.

The transaction processor (TP)

governs the storage and processing of logically related data over interconnected computer systems in which both data and processing are distributed among several sites.

Distributed Database Management Systems