FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

THE INTERNET

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How do TCP and IP interact?
A
IP forwards the data to the DNS server to identify which TCP to use
B
TCP hands off control to HTTP, which passes it to IP
C
TCP creates packets from the data to be sent and transfers control to IP for routing, TCP then reassembles the packets at the destination
D
IP and TCP have nothing to do with one another
Explanation: 

Detailed explanation-1: -IP obtains the address where data is sent (your computer has an IP address). TCP ensures accurate data delivery once that IP address has been found. Together, the two form the TCP/IP protocol suite. In other words, IP sorts the mail, and TCP sends and receives the mail.

Detailed explanation-2: -The transport layer uses the transmission control protocol (TCP), which ensures that the data packets are correctly delivered between the devices. The Internet layer handles the movement of the packets through the network and makes sure that the packets reach the destination regardless of which path they take.

Detailed explanation-3: -TCP/IP provides a mechanism for transferring data between two applications, which can be running on different computers. The transfer of data is bidirectional; provided that the TCP/IP connection is maintained and no data is lost, the sequence of the data is kept.

There is 1 question to complete.