-
S.Token( ): the
token frame
- The sender
S
sends this
S.Token( )
message to a receiver
R
- When receiver
R
receives the S.Token( )
message, it set:
Reason:
- A sender S
will
always send
the token to
its successor
- If
the node S
sends the token to
node
R,
then:
S's successor = R
But also:
R's predecessor = S !!!
|
|
|
-
S.Set_successor( X ):
- The sender
S
sends this
S.Set_successor( X )
message to a receiver
R
- When a node
R
receives the S.Set_successor( X )
message,
the node
R will:
- Update its
Successor variable:
-
Send the
token to
its new successor
|
|
|