251 views
1 votes
1 votes

We know that Stop and Wait, Go-Back N, Selective Repeat are the flow control methods. Now, each of these methods incorporates certain strategies for packet loss, duplicate packet detection.

We also know that recovery of the lost packet, duplicate packet detection comes under Error control, right? So, can we conclude the statement? -> "Flow control methods are using error control techniques"

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
3
iarnav asked Nov 12, 2018
586 views
Say sequence # field has 5 bits.then what would be the max SWS (sender window size) in case of simple SWP where nothing is mentioned explicitly that the SWP is GBN or SN,...
1 votes
1 votes
0 answers
4
iarnav asked Nov 11, 2018
491 views
Say sequence # field has 5 bits. So, I know, we have a relation Ws+Wr <= avail seq #So in simple SWP = 2^5 = 32 sequence number and SWS = 32 packets ( is it correct)?in G...