2,671 views
1 votes
1 votes
can we say that:

TCP uses only selective/independent acknowledgment not cumulative as it uses selective reject protocol???

and go back N uses both independent and cumulative acknowledgment?

4 Answers

4 votes
4 votes
Go back N uses only cumulative acknowledgment since inorder packets are accepts only .

Yes TCP uses selective / independent acknowledgment not cumulative as it uses selective repeate protocol . it can also use go back protocol but it waste lots of bandwidth in form of retransmission.
1 votes
1 votes

TCP ACKs are cumulative. That is, if the ith byte is acknowledged, it means that all previous bytes have been received too.

0 votes
0 votes
TCP uses both Selective repeat(it used by TCP 70% of the time) and GBN(it used by TCP 30% of the time) . GBN uses Cumulative ACK, Selective repeat uses Independent ACK . GBN uses more Bandwidth w.r.t Selective repeat .

Related questions

1 votes
1 votes
1 answer
1
Nils asked Sep 22, 2017
387 views
In CSMA-CD,suppose A is sending data to B. colligen occure at middle of the path then who will send jamming signal to whom ?
0 votes
0 votes
2 answers
2
saxena0612 asked Aug 19, 2017
1,711 views
This is true that at every router the value of TTL is decremented by one but does that actually mean that other fields in the header are also recomputed?
0 votes
0 votes
0 answers
3
cse23 asked Jan 5, 2017
384 views
Type of Acknowledgment used by:1.Go back N(is it only cumulative or both independent and cumulative)?2.SR(only independent)3.TCP(both) Please verify
3 votes
3 votes
1 answer
4
Satbir asked Jun 1, 2019
1,351 views
Please give an example case for which all the three conditions$f(n)\neq O(g(n))$,$f(n)\neq \Theta (g(n))$ and$f(n)\neq \Omega (g(n))$holds true.