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
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 do you understand by the term network?
To create a socket, you need to know the internet host to which you want to connect?
Explain the generic term internet.
What is a thread pool?
What is a client tester?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Tell me about networking classes and interfaces.
Explain a time server?
What is the use of network interface?
What are the advantages and disadvantages of java sockets.
What is cookies in networking ?
What is HttpURL connection ?
Explain look for local ports?
What is an http server?