COMPUTER NETWORKING

TRANSPORT LAYER

TRANSMISSION CONTROL PROTOCOL TCP

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The three step process TCP uses to establish connectivity
A
check
B
control
C
three-way handshake
D
checksum
Explanation: 

Detailed explanation-1: -TCP uses a three-way handshake to establish a reliable connection. The connection is full duplex, and both sides synchronize (SYN) and acknowledge (ACK) each other. The exchange of these four flags is performed in three steps: SYN, SYN-ACK, ACK, as shown in Figure 5.8.

Detailed explanation-2: -TCP (Transmission Control Protocol) uses a three-way handshake (aka TCP-handshake, three message handshake, and/or SYN-SYN-ACK) to set up a TCP/IP connection over an IP based network.

Detailed explanation-3: -The three phases of TCP operations These steps fit into three main stages: Connection establishment. Data transfer. Connection termination.

There is 1 question to complete.