in Computer Networks edited by
627 views
1 vote
1 vote

Doesn't TCP use both?

in Computer Networks edited by
by
627 views

1 comment

TCP can use both Go-Back or Selective repeat. But it prefers Selective Repeat as bandwidth Consumption is less. Hence, answer must be cumulative.

https://gateoverflow.in/82647/self_doubt

0
0

3 Answers

1 vote
1 vote

TCP uses only cumulative acknowledgements.

sender seqno=100--------------------------receiver ack=101

sender seq no=150(instead of 101)------------------receiver ack=101

sender seq no=200--------------------receiver ack=101

sender seq no=101------------------------receiver ack=201 

Receivers sends only cumulative instead of independent seq no for every segment.

http://www.cs.newpaltz.edu/~easwaran/CCN/Week6/tcpACK.pdf

0 votes
0 votes
by

1 comment

what should be the exact answer should we go for both?
0
0
0 votes
0 votes
TCP uses both cumulative and independent acks