chapter 8 Flashcards

1
Q

failure

A

the system is said to “fail” when it can not meet its promises.

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

fault tolerante

A

a system can provides its services even in the presence of faults.

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

fault types

A
  1. transient fault
  2. intermittent fault
  3. permanent fault
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the dependency implies ?

A
  1. Availability
  2. Reliability
  3. Safety
  4. Maintainability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Crash failure

A

A server halt, but is working correctly until it halts

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

omission failure

A

a server fails to respond to incoming requests

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

receive omission

A

a server fails to receive incoming message

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

send omission

A

a server fails to send messages

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

timing failure

A

a server’s response lies outside the specified time interval.

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

response failure

A

a server’s response is incorrect.

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

value failure

A

the value of the response is wrong.

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

arbitrary failure

A

a server may produce arbitrary responses at arbitrary times.

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

forward error recovery

A

find a new state from which the system can continue operation.

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

RPC communication: Solutions

A

1:Relatively simple – just report back to client 2:Just resend message

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

backward error recovery

A

bring the system back into a previous error free state.

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