1 |
Mechanisms + policy implementation
|
2 |
Session model:
-
application is a member of the session
-
application can be a member of only one session
-
session membership is restricted (application type)
|
3 |
No shared variables
|
4 |
Synchronization and floor control: master status
|
5 |
TCP/IP sockets
|
6 |
|
7 |
Pure mechanisms, no policy implemented
|
8 |
Session model:
-
Client object is a member of the session
-
Client object can be a member of many sessions
-
session membership is not restricted
|
9 |
Shared variables available
|
10 |
Synchronization and floor control: tokens
|
11 |
Support for various protocols
|