Transmission Control Protocol (TCP)
2023
Transmission Control Protocol (TCP)
- A.
Is a connection-oriented protocol
- B.
Uses a three-way handshake to establish a connection
- C.
Receives data from application as a single stream
- D.
More than one of the above
- E.
None of the above
Attempted by 179 students.
Show answer & explanation
Correct answer: D
Transmission Control Protocol (TCP) is a reliable transport layer protocol.
It has multiple correct properties:
It is connection-oriented
It uses a three-way handshake to establish a connection
It treats application data as a continuous byte stream