What is the difference between TCP/IP and UDP?

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


Please Help Members By Posting Answers For Below Questions

What is a listener in networking?

595


To create a socket, you need to know the internet host to which you want to connect?

541


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

686


What is socket in java?

634


Why socketutil is used?

617






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.

677


What you know about random port?

571


Explain look for local ports?

582


Explain the generic term internet.

598


What are the advantages and disadvantages of sockets?

581


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

555


What is network programming in java?

575


How we can make simple java program for Server/Client Communication

649


What is an http redirector?

555


What is the Difference between socket and servlet?

799