Which of the following is a feature of the TCP protocol ?
2025
Which of the following is a feature of the TCP protocol ?
- A.
Connectionless and unreliable
- B.
Connection-oriented and reliable
- C.
Unreliable but ordered
- D.
None of the above
Attempted by 148 students.
Show answer & explanation
Correct answer: B
TCP is a connection-oriented protocol that ensures reliable data delivery through acknowledgments and retransmissions. It also provides flow control and error checking to maintain data integrity during transmission.