What is meant by TCP, IP, UDP?

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


Please Help Members By Posting Answers For Below Questions

Public serversocket(int port, int queuelength) throws ioexception, bindexception?

686


What are the advantages and disadvantages of java sockets.

614


What is network interface name?

550


What is a thread pool?

651


What is a client tester?

585






What you know about random port?

568


Explain look for local ports?

580


What do you understand by the term network?

580


Where is the network interface card located?

530


What is an http redirector?

555


What is HttpURL connection ?

633


Why socketutil is used?

615


What is network programming in java?

575


Explain a time server?

596


What is jhttp web server?

768