Answered step by step
Verified Expert Solution
Question
1 Approved Answer
. Consider the sliding window algorithm with SWS=RWS=7 and cumulative acks. What is the smallest possible value for MaxSeqNum? ___ 14 Use 0, 1, 2,
. Consider the sliding window algorithm with SWS=RWS=7 and cumulative acks.
- What is the smallest possible value for MaxSeqNum? ___ 14
Use 0, 1, 2, 15 (i.e., assume MaxSeqNum=16) for sequence numbers. Assume the following events occur: frames 0, 1, 2, 3, 4, 1, 2 are sent and the receiver gets the frames below in the order shown. Under each received frame, indicate the ack number sent when each frame is received.
received frames: 0 4 2 1 3 1
ack number: ___ ___ ___ ___ ___ ___ 0 0 0 2 4 4
- What is LastFrameReceived (LFR) after receiving all 6 frames above? 4
- What is LargestAcceptableFrame (LAF) after receiving all 6 frames above? 11
- What is LastAcknowledgmentReceived (LAR) after receiving all 6 acks above? 4
- What is LastFrameSent (LFS) after receiving all 6 acks above? 4
- what new frames can be sent? 5, 6
how these questions have been answered.. I am looking for a detailed explanation.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started