Which of the following is not a characteristic of TCP?

a. Establishes the network connection.
b. Manages the data transfer.
c. Support for error checking.
d. All the above are characteristics.


d. All the above are characteristics.
Explanation: Transport Control Protocol is a connection-oriented protocol, which means it establishes the network connection, manages the data transfer, and terminates the connection. The TCP protocol establishes a set of rules or guidelines for establishing the connection. TCP verifies the delivery of the data packets through the network and includes support for error checking and recovering lost data.

Computer Science & Information Technology

You might also like to view...

In CSS box model, what is the space between the element's border and content called?

A. margin B. padding C. inner border D. box space

Computer Science & Information Technology

Word's ________ feature permits you to select text then point to a font to see effect of the font on the text

A) Live Layout B) Live Preview C) WordArt D) Style

Computer Science & Information Technology

Your company announces that it will implement a new authentication method that will use an ownership factor. Which authentication factor could you use as the new authentication method?

A. password B. date of birth C. social security number D. smart card

Computer Science & Information Technology

What is the best way to handle program errors?

A. Place the code between try{} catch {} blocks and handle each error as they occur. B. Handle each error by adding DEBUG statements C. Log all Errors in the log file D. The program should shut down securely of each error

Computer Science & Information Technology