0% found this document useful (0 votes)
18 views

Assignment 3: Business School

A distributed database stores portions of data across multiple computers within a network. It allows administrators to distribute collections of data across physical locations for improved reliability if one site crashes and potentially faster searches since information is distributed rather than centralized in one place. However, distributed databases also require more expensive networking and hardware to function properly and may experience connection errors that disrupt the database for users.

Uploaded by

Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Assignment 3: Business School

A distributed database stores portions of data across multiple computers within a network. It allows administrators to distribute collections of data across physical locations for improved reliability if one site crashes and potentially faster searches since information is distributed rather than centralized in one place. However, distributed databases also require more expensive networking and hardware to function properly and may experience connection errors that disrupt the database for users.

Uploaded by

Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

ASSIGNMENT 3

BUSINESS
SCHOOL

Name: M. Ahmed ILyas


Reg.no: L1F17BBAM0070
MIS Section: A1
Submitted To: SHEHZAD ANWAR
Distributed Database

A distributed database is a database in which portions of the database are stored on multiple
computers within a network.

It may be stored in multiple computers located in the same physical location (e.g. a data centre);
or maybe dispersed over a network of interconnected computers. Unlike parallel systems, in
which the processors are tightly coupled and constitute a single database system, a distributed
database system consists of loosely coupled sites that share no physical components.
System administrators can distribute collections of data across multiple physical locations.A
distributed database can comprise on organized network servers or decentralized independent
computers on the Internet, on corporate intranets or extranets, or on other organization networks.
Because distributed databases store data across multiple computers, distributed databases may
improve performance at end-user worksites by allowing transactions to be processed on many
machines, instead of being limited to one.

Advantages:
1. Reliability: If one of the sites crashes, the system will keep running with the other
sites.
2. Speed: It is faster because the information is distribute and not packed as a whole.
3. Open system: The system could connect to other networks to make it bigger and
accessible everywhere.
Disadvantages:

1. Networking: If there is a problem with the network, then problems may arise from
usingthe database.
2. Maintenance Cost: Proper hardware and software, the database needs proper hardware
and software to runproperly, this is expensive to get.
3. Troubleshooting: There might be connection error that could affect the use of the
databaseby other users.

You might also like