What is meant by outstanding frame ?
I read this term while studying GBN protocol
.
From wikipedia:
frames since the first lost frame are outstanding, and will go back to sequence number
What is meant by outstanding frame ?
I read this term while studying GBN protocol
.
From wikipedia:
frames since the first lost frame are outstanding, and will go back to sequence number
I think outstanding here means - still waiting for acknowledgement.
All the successful frames were passed successfully and the reciever sent an acknowledgement for them, but it didn't recieve the lost frame and ignore the following frames, so these frames are still outstanding
From Windows Security Encyclopedia
"Outstanding packets" are packets that the Packet Scheduler has submitted to a network adapter for transmission but which have not yet been sent.
The outstanding frames are those frames which the source had sent from inside the window and their acknowledgement has not yet come.
Suppose The window size is 4 then source will send 4 packets at a time and these packets are not been acknowledged and are still inside the window so these are the outstanding frames.
In your case this line means that if the first frame sent by the source is lost or does not get an acknowledgement then It would send those outstanding frames again form the start because destination hasnt recieved the frames in sequence.