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 meant by TCP, IP, UDP?

11 Answers   TCS, Wipro,


What is URL?

6 Answers   Wipro,


Explain a daytime server?

1 Answers  


What is the Difference between socket and servlet?

1 Answers  


Why socketutil is used?

1 Answers  


What is HttpURL connection ?

1 Answers   Akamai Technologies,


What is a thread pool?

1 Answers  


To create a socket, you need to know the internet host to which you want to connect?

1 Answers  


What is Domain Naming Service (DNS)?

3 Answers  


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

1 Answers  


Explain look for local ports?

1 Answers  


How does server know that a client is connected to it or not?

1 Answers  


Categories