Answer Posted / sreelatha
tcp/ip protocol is reliable one .The acknoledgement is
maintained here.Loss of data can be regained with the help
of acknowledgement.Udp protocol is unreliable no
acknowlwdgement is mainted here mainly speed factor plays a
dominet role. No regain of lost data takes place
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use of network interface?
What is a thread pool?
Tell me about networking classes and interfaces.
What you know about random port?
What are the advantages and disadvantages of java sockets.
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 the Difference between socket and servlet?
Explain a time server?
What is a listener in networking?
Explain the generic term internet.
What is cookies in networking ?
What is network interface name?
How we can make simple java program for Server/Client Communication
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?