Answer Posted / prabhat
TCP and TCP/IP are both Communication protocols. TCP/IP is also known as Internet protocol suite. TCP and IP together forms Internet Protocol suite. TCP is transmission control protocol responsible for the reliable delivery of the packets or datagram and IP is internet protocol is responsible for logical addressing.
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How we can make simple java program for Server/Client Communication
What is a listener in networking?
Tell me about networking classes and interfaces.
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is a client tester?
What you know about random port?
Explain look for local ports?
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 an http redirector?
What are the advantages and disadvantages of java sockets.
What are the advantages and disadvantages of sockets?
What is socket in java?
What is the use of network interface?
To create a socket, you need to know the internet host to which you want to connect?
What is cookies in networking ?