TCP Layer Question:
Download Questions PDF

Tell me what is UDP protocol?

Answer:

User Data Protocol is a communication protocol. It is normally used as an alternative for TCP/IP. However there are a number of differences between them. UDP does not divide data into packets. Also, UDP does not send data packets in sequence. Hence, the application program must ensure the sequencing. UDP uses port numbers to distinguish user requests. It also has a checksum capability to verify the data.

Download TCP Layer Interview Questions And Answers PDF

Previous QuestionNext Question
Can you explain what is TCP windowing concept?Do you know what is UDP protocol?