Describe TCP and how it provides reliability of packet delivery.

What will be an ideal response?

In TCP/IP, the protocol that guarantees packet delivery is TCP (Transmission Control Protocol). TCP makes a connection, checks whether the data is received, and resends it if it is not. TCP is, therefore, called a connection-oriented protocol. TCP is used by applications such as web browsers and email. Guaranteed delivery takes longer and is used when it is important to know that the data reached its destination. For TCP to guarantee delivery, it uses protocols at the IP layer to establish a session between client and server to verify that communication has taken place. When a TCP packet reaches its destination, an acknowledgment is sent back to the source. If the source TCP does not receive the acknowledgment, it resends the data or passes an error message back to the higher-level application protocol.

Computer Science & Information Technology

You might also like to view...

Jenna is working on a database that stores a company's invoices. The database includes a Table called Invoices, which has a column called outBalances that shows all outstanding balances. Jenna's boss has asked her to design a query that calculates the numerical mean of all outstanding balances. Which function should Jenna use on the outBalances column to help her complete this task?

A) Max B) Count C) Avg D) Sum

Computer Science & Information Technology

The Delete key deletes character one letter at a time moving from right to left

Indicate whether the statement is true or false.

Computer Science & Information Technology