|
Observation:
|
|
(Executed when a node is powered up and does not hear
any transmission for Bus-Idle Timer period)
Transmit the Claim_token control frame;
if ( no collision )
{
Node = token holder
Invite other nodes to join token bus network;
}
else
{
/* =====================================
Multiple nodes try to claim token...
===================================== */
Execute the collision resolution protocol;
if ( winner == true )
{
Node = token holder
Invite other nodes to join token bus network;
}
else
{
Wait for Solicit_successor control frame to join;
}
}
|