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 the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.

0 Answers   MCN Solutions,


Explain look for local ports?

0 Answers  


Explain a daytime server?

0 Answers  


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

2 Answers  


What is socket in java?

0 Answers  






What is a listener in networking?

0 Answers  


What is the purpose of HTTP tunneling?

6 Answers  


How we can make simple java program for Server/Client Communication

0 Answers   PUCIT,


What you know about random port?

0 Answers  


What is jhttp web server?

0 Answers  


Why socketutil is used?

0 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


Categories