Answer Posted / gaurav agrawal
TCP - It's a protocol by which a client can connect to the
Server, It's connectionful, reliable but little bit slow.
UDP - It's a connectionless protocol, by which client sends
the data packets to the other nodes or server. It is much
faster than the TCP because it works without connection,
connection time will saved in that case. only limited data
can be sent accross this protocol.
IP - It's Internet Protocol, every computer available on
the network has a unique IP. TCP and IP both works together
and this is called TCP/IP.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What do you understand by the term network?
What is cookies in networking ?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is HttpURL connection ?
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 look for local ports?
What is a thread pool?
What you know about random port?
Explain a time server?
What is an http redirector?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
How we can make simple java program for Server/Client Communication
Explain the generic term internet.
Tell me about networking classes and interfaces.
What is socket in java?