The TCP process used to maintain an active connection between peers is called which of the following? A. keep-alive
B. TCP start-up connection
C. congestion control
D. TCP connection termination
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is A. keep-alive.
Explanation: The keep-alive process in TCP is used to maintain an active connection between peers by sending periodic messages (keep-alive packets). This helps in detecting broken connections and ensuring that sessions remain active without needing to reopen the connection frequently.