What is the difference between TCP and UDP ?
Answer Posted / aneesa
TCP stands for transmission control protocol.it is an connection oriented service.for example telephonic conversation, that is high reliability will be there and also ensure ordered delivery that is if any data yet does not reach the receiver can again ask for the data.using TCP we can send plenty of information that is it sends stream of infinite length.where as UDP is an user datagram protocol.it is connectionless for example postal services.it does not ensures guaranteed delivery and also unreliable and order of delivery might be incorrect.it is of light weight.it can be used for sending small packets.
Is This Answer Correct ? | 24 Yes | 7 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.
What is HttpURL connection ?
What is the Difference between socket and servlet?
What is jhttp web server?
What is a listener in networking?
To create a socket, you need to know the internet host to which you want to connect?
What do you understand by the term network?
What is cookies in networking ?
What is network programming in java?
What is a client tester?
What you know about random port?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
Why socketutil is used?
What is a thread pool?
What is an http server?