Answer Posted / 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 |
Post New Answer View All Answers
Why socketutil is used?
How we can make simple java program for Server/Client Communication
What is a client tester?
What is the use of network interface?
What is network interface name?
What you know about random port?
Where is the network interface card located?
What do you understand by the term network?
Explain a time server?
What are the advantages and disadvantages of sockets?
What is an http server?
To create a socket, you need to know the internet host to which you want to connect?
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.
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?