What is the difference between TCP/IP and UDP?

Answers were Sorted based on User's Feedback



What is the difference between TCP/IP and UDP?..

Answer / janet

TCP/IP is a two-way communication between the client and the
server and it is a reliable and there is a confirmation
regarding reaching the message to the destination.it is like
a phone call.
UDP is a one-way communication only between the client and
the server and it is not a reliable and there is no
confirmation regarding reaching the message to the
destination. it is like a postal mail.

Is This Answer Correct ?    29 Yes 3 No

What is the difference between TCP/IP and UDP?..

Answer / sreevani

TCP is a protocol based on a connection between two
computers. It is used for normal Internet traffic and
applications such as web servers, FTP, etc.

UDP is a protocol based on connectionless communication.

UDP is ideal for applications like video streaming and
online gaming, where lost packets don't need to bre
retransmitted and speed takes precedence.

Is This Answer Correct ?    17 Yes 4 No

What is the difference between TCP/IP and UDP?..

Answer / sreelatha

tcp/ip protocol is reliable one .The acknoledgement is
maintained here.Loss of data can be regained with the help
of acknowledgement.Udp protocol is unreliable no
acknowlwdgement is mainted here mainly speed factor plays a
dominet role. No regain of lost data takes place

Is This Answer Correct ?    10 Yes 0 No

What is the difference between TCP/IP and UDP?..

Answer / sneha

TCP/IP is connection-oriented protocol.it does not support
faster transmission of data.it provides reliable
transmission of data.for example telephonic services.


UDP is connectionless protocol.it supports faster
transmission of data.it provide unreliable transmission of
data.for example live matches.

Is This Answer Correct ?    4 Yes 1 No

What is the difference between TCP/IP and UDP?..

Answer / ketan

TCP/IP is a transmission control protocol / internet protocol that is client and server side communication done.

UDP is a User Datagram Protocol that only one side communication done.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Java Networking Interview Questions

What is the connection keep-alive feature of HTTP 1.1?

2 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


Explain a time server?

0 Answers  


What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.

0 Answers   MCN Solutions,


What is an http redirector?

0 Answers  






What is Inet address?

17 Answers  


What is socket in java?

0 Answers  


What is meant by TCP, IP, UDP?

11 Answers   TCS, Wipro,


What you know about random port?

0 Answers  


What is IP?

4 Answers  


how to know which version of java is running on ur computer using command prompt?

2 Answers   BeBo Technologies,


What is Domain Naming Service (DNS)?

3 Answers  


Categories