Answer Posted / sreevani
The difference is that TCP is responsible for the data
delivery of a packet and IP is responsible for the logical
addressing.
In other words, IP obtains the address and TCP guarantees
delivery of data to that address.
| Is This Answer Correct ? | 37 Yes | 7 No |
Post New Answer View All Answers
What is network interface name?
What is an http redirector?
What is socket in java?
What is network programming in java?
What are the advantages and disadvantages of java sockets.
Tell me about networking classes and interfaces.
Explain look for local ports?
To create a socket, you need to know the internet host to which you want to connect?
Explain a time server?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What are the advantages and disadvantages of sockets?
How we can make simple java program for Server/Client Communication
What do you understand by the term network?
What you know about random port?
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.