Socket Programming Question:
Download Questions PDF

What is the difference between TCP and UDP?

Answer:

TCP and UDP are both transport-level protocols. TCP is designed to provide reliable

communication across a variety of reliable and unreliable networks and internets.

UDP provides a connectionless service for application-level procedures. Thus, UDP is basically an unreliable service; delivery and duplicate protection are not guareented.

Download Socket Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Name the seven layers of the OSI Model and describe them briefly?What does a socket consists of?