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 is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
Where is the network interface card located?
What is cookies in networking ?
Explain the generic term internet.
What is the use of network interface?
Why socketutil is used?
What is a client tester?
What is an http redirector?
Tell me about networking classes and interfaces.
What is an http server?
What is socket in java?
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 HttpURL connection ?
What is network interface name?