SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
James F. Kurose, Keith W. Ross
Chapter:
The Link Layer: Links,access Networks, And Lans
Exercise:
Review
Question:7 | ISBN:9780132856201 | Edition: 6

Question

Describe polling and token-passing protocols using the analogy of cocktail party interactions.

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

Polling Protocol:

  • The polling protocol is a master node. It is used for eliminate collisions.
  • It is used to surveys each of the nodes and transfer certain maximum number of data frames.
  • If received message from the master node, then each node will ready to transfer data otherwise, master node sends message asking it to send its data.
  • One node completed successfully then start another transaction by using master node.
  • It is a round-robin fashion technique. The master node is used to polls each node in a cyclic manner.

Token Passing Protocol:

  • The Token passing protocol is not a master node.
  • It is used to transfer data in some fixed order.
  • If any node have the token the send its data. If it is not received destination node then search to go for next node and transfer it.
  • The main disadvantage is, if any node fails then entire transfer data will be crashed.
0 0

Discussions

Post the discussion to improve the above solution.