Pertanyaan

What one is the correct sequence of the three-way handshake in TCP?

Solusi

expert verifiedTerverifikasi Ahli
4.7 (207 Suara)
avatar
Bhavin profesional ยท Tutor selama 6 tahun

Jawaban

### The correct sequence of the three-way handshake in TCP is SYN, SYN-ACK, ACK.

Penjelasan

## Step1: Initiation of Connection### The first step in the three-way handshake is the initiation of the connection by the client. This is done by sending a SYN packet to the server. The SYN packet contains the source port number and sequence number. This step is also known as the "connection initiation" step.## Step2: Acknowledgment of Connection Initiation### After receiving the SYN packet, the server acknowledges the client's request for a connection by sending a SYN-ACK packet back to the client. The SYN-ACK packet contains the server's port number and sequence number. This step is also known as the "connection acknowledgment" step.## Step3: Confirmation of Connection### The final step in the three-way handshake is the confirmation of the connection by the client. This is done by sending an ACK packet to the server. The ACK packet contains the sequence number of the next expected byte. This step is also known as the "connection confirmation" step.