10,953 views
24 votes
24 votes

Which one of the following statements is FALSE?

  1. TCP guarantees a minimum communication rate
  2. TCP ensures in-order delivery
  3. TCP reacts to congestion by reducing sender window size
  4. TCP employs retransmission to compensate for packet loss

3 Answers

Best answer
29 votes
29 votes

Option B: "Sequence numbers allow receivers to discard duplicate packets and properly sequence reordered packets." 
Option C: "When congestion is detected, the transmitter decreases the transmission rate by a multiplicative factor; for example, cut the congestion window in half after loss." (Additive Increase/multiplicative decrease)
Option D: "Acknowledgments allow senders to determine when to retransmit lost packets."

So, (A) is answer. 

http://en.wikipedia.org/wiki/Transmission_Control_Protocol#Error_detection

http://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease

edited by
2 votes
2 votes
I just solved this by elimination method as B C D are correct.

TCP ensures in order delivery as it ensures the reliable delivery of a packet to other TCP connection.

TCP uses AIMD and Slow start Exponencial Increase Algo for Congestion and if time out occurs then Threshold window is reduced by half so sender window is adjusted if congestion comes into picture.

There is a retransmission timer which starts when a packet is sent. and it is en-queued and if an acknowledgement is received then that packet is de-queued
Answer:

Related questions

26 votes
26 votes
7 answers
1
Ishrat Jahan asked Nov 2, 2014
11,181 views
In TCP, a unique sequence number is assigned to eachbytewordsegmentmessage
24 votes
24 votes
6 answers
4
Ishrat Jahan asked Nov 2, 2014
6,243 views
In the TCP/IP protocol suite, which one of the following is NOT part of the IP header?Fragment OffsetSource IP addressDestination IP addressDestination port number