Podcast Beta
Questions and Answers
Which field in the TCP segment structure is used for congestion notification?
Which field in the TCP segment structure is used for connection management?
Which field in the TCP segment structure is used for flow control?
Which state does the client transition to after calling clientSocket.close()
in the TCP connection?
Signup and view all the answers
What is the value of ssthresh
after dupACKcount
reaches 3?
Signup and view all the answers
What is the purpose of the TIMED_WAIT
state in the TCP connection?
Signup and view all the answers
What is the value of cwnd
after retransmitting a missing segment and receiving a duplicate ACK?
Signup and view all the answers
Which of the following is true about TCP congestion control?
Signup and view all the answers
During TCP slow start, the congestion window (cwnd) is initially set to _______?
Signup and view all the answers
What is the purpose of the ssthresh variable in TCP congestion control?
Signup and view all the answers
What is the purpose of the dupACKcount
variable in TCP congestion control?
Signup and view all the answers
What is the formula to calculate the new value of cwnd
after receiving a duplicate ACK?
Signup and view all the answers
What is the purpose of the ssthresh
variable in TCP congestion control?
Signup and view all the answers
What is the formula to calculate the new value of ssthresh
after dupACKcount
reaches 3?
Signup and view all the answers
What are the possible states for a TCP connection in the Transport Layer?
Signup and view all the answers