Question: You are a network engineer tasked with analyzing the performance of a TCP Vegas implementation in a small office network. The network consists of the
You are a network engineer tasked with analyzing the performance of a TCP Vegas implementation in a small office network. The network consists of the following parameters:
Round Trip Time RTT: The average RTT is measured to be ms
Throughput: The maximum throughput observed is Mbps
Current Congestion Window CWND: The current congestion window is set to packets.
Base RTT: The minimum RTT observed during lowload conditions is ms
Expected Throughput: Based on the base RTT the expected throughput can be calculated using the formula:
text Expected Throughput fractext CWND text Base RTT
Actual Throughput: The actual throughput observed during a test is Mbps
Questions:
Calculate the Expected Throughput: Using the parameters provided, calculate the expected throughput in Mbps
Determine the Difference: Find the difference between the expected throughput and the actual throughput.
Congestion Control Decision: Based on the difference calculated in the previous step, determine how TCP Vegas should adjust the congestion window. Use the following rules:
If the expected throughput is greater than the actual throughput, increase the congestion window by packet.
If the expected throughput is less than or equal to the actual throughput, decrease the congestion window by packet.
New Congestion Window: Calculate the new congestion window after the adjustment.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
