4.10.5 Client Server Databases Flashcards

(6 cards)

1
Q

Define Client Server Database.

A

A system that provides simultaneous access to the database for multiple clients.

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

Define Commitment Ordering.

A

A type of timestamp ordering that also takes into consideration the precedence of each transaction over other simultaneous transactions.

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

Define Integrity.

A

The idea of keeping a database consistent by ensuring that any changes made to data or relationships associated wintertime a table are accounted for in all the linked tables.

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

Define Record Locks.

A

A technique used to prevent simultaneous access to data in a database by locking a record when it is being edited or updated. Otherwise, inconsistencies may arise in the database.

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

Define Serialisation.

A

A technique used to preserve integrity by only allowing one transaction to be processed at a time on a client server database.

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

Define Timestamp Ordering.

A

A technique to handle concurrent access by executing transactions from multiple users based on the value of their associated timestamp. Each transaction receives a timestamp whenever it begins.

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