TCP Layer Question:
Download Questions PDF

What is Transmission Control Protocol (TCP)?

Answer:

Transmission control Protocol is used to establish communication between nodes or networks and exchange data packets. It guarantees delivery of data packets in the order they were sent. Hence it is most commonly used in all applications that require guaranteed delivery of data. It can handle both timeouts (if packets were delayed) and retransmission (if packets were lost). The stream of data is transmitted in segments. The segment header is 32 bit. it is a connectionless communication protocol at the third level (network) of the OSI model.

Download TCP Layer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain difference between TCP and UDP?Can you explain what is TCP windowing concept?