Saved Bookmarks
| 1. |
What allows TCP to detect lost segments and in turn recover from that loss?(a) Sequence number(b) Acknowledgment number(c) Checksum(d) Both Sequence & Acknowledgment number |
|
Answer» Right option is (b) Acknowledgment number Best explanation: TCP header contains separate fields for sequence number and acknowledgment number. Comparing these values is what allows TCP to detect lost segments and in turn recover from that loss. After detecting the lost segments, the recovery may require retransmission of the lost segments of data. |
|