What is the difference between TCP and UDP ?
Answer Posted / mary
TCP is connection oriented;
UDP is connectionless oriented;
TCP is reliable whereas UDP is not;
TCP is heavy whereas UDP is light weight;
Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
What is cookies in networking ?
What is the Difference between socket and servlet?
Where is the network interface card located?
What are the advantages and disadvantages of java sockets.
What is HttpURL connection ?
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 network programming in java?
Explain look for local ports?
What are the advantages and disadvantages of sockets?
What is a listener in networking?
Tell me about networking classes and interfaces.
Why socketutil is used?
What is jhttp web server?
What is an http redirector?
To create a socket, you need to know the internet host to which you want to connect?