What is a piggybacked acknowledgement?

What will be an ideal response?

When a data packet arrives, instead of immediately sending a separate acknowledgement packet, the receiver retains itself and waits until the next data packet is available. The acknowledgement is attached to the outgoing data packet using the ack field in the frame header. The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is known as piggybacking. And this acknowledgment is piggybacked ACK.

Computer Science & Information Technology

You might also like to view...

Clicking a list number or bullet symbol is an efficient way to select an entire bullet point

Indicate whether the statement is true or false

Computer Science & Information Technology

In a pretest loop, what should you include in the loop body to ensure that there is a way to enter the sentinel value after the loop body instructions are processed the first time?

A. priming read B. update read C. trailer value D. trip value

Computer Science & Information Technology