What are the techniques a transport protocol uses?

What will be an ideal response?

A transport protocol uses various techniques, such as:
? Uses parity bits, a checksum, or a cyclic redundancy check (CRC) for tackling transmission
errors
? Uses sequencing to handle duplicates and out-of-order delivery
? Uses retransmission to handle lost packets
? Uses some techniques to avoid replay
? Uses flow control to prevent data overrun
? Uses techniques to avoid congestion

Computer Science & Information Technology

You might also like to view...

Select the code below that configures a background image to repeat horizontally across a web page

a. repeat: across; b. background-repeat: repeat-x; c. background-repeat: no-repeat; d. background-repeat: repeat-y;

Computer Science & Information Technology

This describes the process of the network administrator looking at the daily log of network activity.

What will be an ideal response?

Computer Science & Information Technology