Ask Question
8 March, 16:58

The TCP protocol has a unique way of establishing a connection between two computers. Describe how the different phases of this handshake and how this methodology differs from other protocols.

+5
Answers (1)
  1. 8 March, 17:52
    0
    Connection oriented three way TCP handshake.

    Explanation:

    TCP is a connection oriented protocol that operates at the transport layer of the OSI model, that is, it requires a connection for communication to take place. TCP communication is reliable because it retransmits dropped packets.

    TCP establishes a three way handshake. It source host sends a SYN packet to the server, the server receives the SYN packet and sends an ACK packet to the client, which sends it's ACK packet to the server to complete the connection.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The TCP protocol has a unique way of establishing a connection between two computers. Describe how the different phases of this handshake ...” 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