Session Layer Question Pool
- The act of getting all the parameters of an RPC into a message is called:
- stacking.
- marshalling.
- ASN1 encoding.
- compression.
- A Session may have more than one Transport connection.
T F (circle one)
- RPC protocols enable:
- object oriented programming.
- function calls independent of server location.
- user control over service provider selection.
- network calls to be readily identified in C.
- A major difference between the Transport and Session layers is:
- the Transport layer matches IP addresses with ethernet addresses.
- the Transport layer provides the control structure for communications between applications.
- the Session layer is responsible for end-to-end packet error control.
- the Session layer starts and stops connections.
- Each session has exactly one transport connection.
T F (circle one)