Chapter 5 B Flashcards

(7 cards)

1
Q

describe Architectural Style: Repository

A

a central data store or repository is responsible for managing and storing data, and various components or modules within the system interact with this repository to access or update information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The majority of systems that use large amounts of data are organized around ______

A

shared repo system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are adv and disadv of repo system?

A

Advantages: Flexible architecture for data-intensive systems.
Disadvantages: Difficult to modify repository since all other components are coupled to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the adv of Repository with Storage Access Layer?

A

Advantages: Data Store subsystem can be changed without modifying any component except the Storage Access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Client/Server?

A

The control flows in the client and the server are independent. communication between client and server follows a protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

in ______ architecture, the same component acts as both a client and a server?

A

peer to peer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly