What is the difference between TCP and UDP ?
Answer Posted / a.v.sudheer
TCP is a Transmission Control Protocol.
UDP is a User Datagram Protocol.
There are four major differences between UDP and TCP:
1. TCP can establishes a Connection and UDP cannot.
2. TCP provides a stream of unlimited length, UDP sends
small packets.
3.TCP gurantees that as long as you have a connection data
sent will arrive at the destination, UDP provides not
guarantee delivery.
4.UDP is faster for sending small amounts of data since no
connection setup is required, the data can be sent in less
time then it takes for TCP to establish a connection.
| Is This Answer Correct ? | 312 Yes | 27 No |
Post New Answer View All Answers
What is HttpURL connection ?
How we can make simple java program for Server/Client Communication
What is a client tester?
What is a listener in networking?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is an http redirector?
What you know about random port?
What is jhttp web server?
What is the use of network interface?
What is socket in java?
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.
What is network programming in java?
Explain a daytime server?
What is network interface name?
What do you understand by the term network?