Ask Question
1 April, 23:14

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.

+2
Answers (1)
  1. 2 April, 03:12
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers