Answer Posted / 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 |
Post New Answer View All Answers
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What do you understand by the term network?
How we can make simple java program for Server/Client Communication
To create a socket, you need to know the internet host to which you want to connect?
What is a listener in networking?
Explain a daytime server?
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.
Explain a time server?
Tell me about networking classes and interfaces.
What you know about random port?
What is an http server?
What is an http redirector?
What is a thread pool?
What is socket in java?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?