48.8k views
0 votes
When a TCP session begins, what is the name of the first segment that is transferred?

A) RST
B) SYN
C) ACK
D) FIN

User Omar Hasan
by
8.2k points

1 Answer

0 votes

Final answer:

The first segment transferred when a TCP session begins is called SYN (Option B), part of the TCP three-way handshake for establishing a reliable connection.

Step-by-step explanation:

When a TCP session begins, the name of the first segment that is transferred is SYN (Synchronize). This is part of the TCP three-way handshake process, which initiates a reliable connection between the client and the server. The three steps of this handshake include the client sending a SYN packet to the server, the server responding with a SYN-ACK packet, and the client then sending an ACK packet to acknowledge the response, thereby establishing a connection.

User Adam Bronfin
by
8.3k points