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
How we can make simple java program for Server/Client Communication
Explain a time server?
What is socket in java?
What is network programming in java?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is an http server?
What is HttpURL connection ?
Tell me about networking classes and interfaces.
What is network interface name?
What is the Difference between socket and servlet?
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.
Explain the generic term internet.
What is cookies in networking ?
Where is the network interface card located?
To create a socket, you need to know the internet host to which you want to connect?