Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. Station A needs to send a message consisting of 9 packets to Station B using a sliding window (window size 3) and goback-n error control strategy. All packets are ready and immediately available for transmission. If every 5th packet that A transmits gets lost (but no acts from B ever get lost), then what is the number of packets that A will transmit for sending the message to B?
    1. 12
    2. 14
    3. 16
    4. 18
Correct Option: C

Total 16 packets are sent. See following table for sequence of events. Since go-back-n error control strategy is used, all packets after a lost packet are sent again.



Your comments will be displayed only after manual approval.