Is there any difference between TCP/IP and TCP?

Answers were Sorted based on User's Feedback



Is there any difference between TCP/IP and TCP?..

Answer / 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

Is there any difference between TCP/IP and TCP?..

Answer / 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

Is there any difference between TCP/IP and TCP?..

Answer / rajeev dwivedi

Tcp is transfer contorl protocol,tcp is responsible for
delivery of data packets and ip is for logical addressing .

we can say Ip obtain the correct address and TCP gurantees
delivery of data to taha particular address.

Is This Answer Correct ?    11 Yes 4 No

Is there any difference between TCP/IP and TCP?..

Answer / akki

TCP--Transmission Control Protocol
IP-Internet Protocol
TCP/IP suite is used for communication.
TCP is process to process communication
and
IP is host to host Communication(i.e point to point)

which implies that IP will carry data from host to host
EX:from gmail server to yahoo server
but how it is to be transfered upto mail window from the server where IP left is job of TCP.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Java Networking Interview Questions

What is HttpURL connection ?

0 Answers   Akamai Technologies,


What is the use of network interface?

0 Answers  


Explain look for local ports?

0 Answers  


What is the connection keep-alive feature of HTTP 1.1?

2 Answers  


What is URL?

6 Answers   Wipro,






What is cookies in networking ?

0 Answers   Akamai Technologies,


What is socket in java?

0 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


Public serversocket(int port, int queuelength) throws ioexception, bindexception?

0 Answers  


What is the difference between TCP and UDP ?

10 Answers   Religare,


Where is the network interface card located?

0 Answers  


Is there any difference between TCP/IP and TCP?

4 Answers  


Categories