TCP Interview Questions and Answers (Transmission Control Protocol) - Networker Interview
TCP Interview Questions and Answers (Transmission Control Protocol) - Networker Interview
What is TCP? Se
Transmission Control Protocol is a connection-oriented protocol. This means that before any data transfer can
take place, certain parameters have to be negotiated in order to establish the connection.
Buy CCNA Int
Explain TCP Three-Way Handshake process? Questions & Answ
For Reliable connection, the transmitting device first establishes a connection-oriented (reliable) session with its - 5$
peer system, which is called three-way handshake. Data is then transferred. When the Data transfer is finished,
the connection is terminated and a virtual circuit is torn down.
1. In the First part of Three-way Handshake, the source sends a TCP SYN segment with the initial sequence
number X indicating the desire to open the connection.
————————————————
2. In Second Part, when destination receives TCP SYN, It acknowledges this with Ack (X+1) as well as its own
SYN Y (It informs Source what sequence number it will start its data with and will use in further messages). This
response is called SYN/ACK.
————————————————
3. In the Third Part, the source sends an ACK (ACK = Y+1) segment to the destination indicating that the
Click for Pr
connection is set up. Data transfer can then begin.
During this 3 way Handshake, devices are negotiating parameters like Window Size etc. Buy VPN & ASA
Interview Quest
What does Window Size indicate?
Answers Version
It is 16-bit Window field which indicates the number of bytes a sender will send before receiving an
acknowledgement from the receiver. 5$
Privacy - Terms
networkerinterview.net/entries/tcp-2/tcp 1/2
4/16/24, 7:02 PM TCP Interview Questions and Answers (Transmission Control Protocol) | Networker Interview
Related Post
Go Back
Share
Comment
Name:
E-mail:
Website:
Comment:
Submit
networkerinterview.net/entries/tcp-2/tcp 2/2