Technical MCQs
Technical MCQs
12. What does the TCP congestion avoidance algorithm do when packet loss occurs?
a. Increases the congestion window exponentially.
b. Halves the congestion window size.
c. Resets the congestion window to zero.
d. Continues sending at the same rate.
Answer: b
14. Which protocol feature enables TCP to retransmit only the missing packet during loss?
a. Sequence numbers
b. Cumulative ACKs
c. Fast retransmit
d. Selective ACKs
Answer: d
15. What is the main disadvantage of Go-Back-N ARQ compared to Selective Repeat ARQ?
a. Increased memory usage
b. Retransmission of unnecessary packets
c. Requirement for individual ACKs
d. Lack of error detection mechanisms
Answer: b
18. Which field in the TCP header determines the next byte expected by the receiver?
a. Sequence number
b. Acknowledgment number
c. Checksum
d. Window size
Answer: b