Ask Question
30 August, 10:02

TCP is a connection-oriented transport protocol and as such, provides: A) reliable transport between the client and server processes

B) timing - or controlled delivery of data

C) security

D) minimum throughput guarantees

+4
Answers (1)
  1. 30 August, 10:15
    0
    Answer: The right answer is A).

    Explanation:

    TCP, is the transport layer protocol of the TCP/IP suite, and is the one that guarantees a reliable transport between the two ends of a client-server process taking care that all packets (TCP segments) reach to destination, and in the right order.

    In order to get this, in simple words, it "listens" to the answers from the remote end, receiving wich is called an acknowledgement (ACK) from the another site, that is also time-related to the last segment sent, which it is included in the TCP Header.

    In this way, it can check if the different segments (that also identifies the application process through the "port " concept) are arriving to destination, and in which order.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “TCP is a connection-oriented transport protocol and as such, provides: A) reliable transport between the client and server processes B) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers