Migrate Approach
Provide services in a Session Layer
- Applications define what a “session” is:
- A single RPC-like packet exchange
- A bundle of semantically-related streams
- Or any combination in between
Manage sessions as a group
- Resources can be associated with network activity, and allocated accordingly
Support is strictly optional