P4L1 Flashcards

1
Q

RPC Requirements

A
  1. Client/Server Interactions
  2. Procedure Call Interface (RPC)
  3. Type checking
  4. Cross-Machine Conversion (big/little endian)
  5. Higher-level protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RCP Steps

A
  • 1: register
    0: bind
    1: call
    2: marshal
    3: send
    4: receive
    5: unmarshal
    6: actual call
    7: result
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IDL

A

Interface Definition Language

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

TI-RPC

A

Transport Independent RPC

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

Java RMI

A

Remote Method Invocations

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