Remote Procedure Call (RPC): Lecture 4 Flashcards

1
Q

Two major components for a RPC mechanism

A

1) A Protocol

2) Programming Language and (stub) complier support

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

Possible semantics for RPC

A

1) Exactly-once
2) At least once
3) At most once

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

Fault tolerance measures

A

1) Retransmit request message
2) Duplicate filtering
3) Re-execute procedure or retransmit reply

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