The following figure shows a TCP transaction. Assume Host A…

The following figure shows a TCP transaction. Assume Host A always has data to send, and each packet has size 40 Bytes. Assume Host A has a send window of 80 Bytes, that is, it can send two “in-flight” packets maximum. Answer the following questions. Notes: Pipelining using Go-Back-N  At the time marked “1”, i.e., when the first packet times out, will Host A send any packet? if your answer is no, explain why not; if your answer is yes, how many packets will be sent, what are the sequence numbers of them?  At the time marked “2”, i.e., when the ACK of the 2nd packet is received by Host A, will Host A send any packet? if your answer is no, explain why not; if your answer is yes, how many packets will be sent, what are the sequence numbers of them?  

Consider the rdt 2.2 sender and receiver below, with FSM tra…

Consider the rdt 2.2 sender and receiver below, with FSM transitions labeled in red. Which of the following sequences of transitions could NOT possibly occur as a result of an initial rdt_send() call at the sender (with no messages initially in the channel)? There is only one correct answer. Choose the one you think is correct, and briefly explain why you think it is not possible to occur.    1) S0, R0, S1, R1, S2 S0, R0, S2, S3, R2, S4 S0, R0, S1, R1, S1 S0, R0, S0, R0, S2 2)       Explanation: