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