Microsoft Certified Systems Engineer (MCSE) Question:

Download Job Interview Questions and Answers PDF

What is TCP protocol?

MCSE Interview Question
MCSE Interview Question

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 MCSE Interview Questions And Answers PDF

Previous QuestionNext Question
What is TCP windowing concept?What is UDP protocol?