1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
kap26 [50]
3 years ago
9

Suppose that TCP's current estimated values for the round trip time (estimatedRTT) and deviation in the RTT (DevRTT) are 400 mse

c and 25 msec, respectively (see Section 3.5.3 for a discussion of these variables). Suppose that the next three measured values of the RTT are 210, 400, and 310 respectively.
Compute TCP's new value of estimatedRTT, DevRTT, and the TCP timeout value after each of these three measured RTT values is obtained. Use the values of α = 0.125 and β = 0.25. a. Measured value RTT=350 msec Measured value RTT=325 msec c. Measured value RTT=250 msec estimatedRTT = ? DevRTT = ? TimeoutInterval = ?
Computers and Technology
1 answer:
Masja [62]3 years ago
5 0

Answer:

617.5 msecs, 580.89 msecs, 582.36 msecs

Explanation:

Lets look at the following formulas:

EstimatedRTT = α * SampleRTT+(1- α) * EstimatedRTT

DevRTT = β * | SampleRTT- EstimatedRTT|+(1- β)* DevRTT

TimeoutInterval = EstimatedRTT +4* DevRTT

Given values are:

EstimatedRTT = 400 msec

DevRTT = 25 msec

α = 0.125

β = 0.25

After the first RTT estimate: (210)

EstimatedRTT = 0.125 * 210 + (1 - 0.125) * 400 = 376.25 msecs

DevRTT = 0.25 * |210 - 376.25| + (1 - 0.25) * 25 = 60.3125 msecs

TimeoutInterval = 376.25 + 4 * 60.3125 = 617.5 msecs

After the second RTT estimate: (400)

EstimatedRTT = 0.125 * 400 + (1 - 0.125) * 376.25 = 379.218 msecs

DevRTT = 0.25 * |400 - 379.218| + (1 - 0.25) * 60.3125 = 50.42 msecs

TimeoutInterval = 379.218 + 4 * 50.42 = 580.89 msecs

After the third RTT estimate: (310)

EstimatedRTT = 0.125 * 310 + (1 - 0.125) * 379.218 = 370.56 msecs

DevRTT = 0.25 * |310 - 370.56| + (1 - 0.25) * 50.42 = 52.95 msecs

TimeoutInterval = 370.56 + 4 * 52.95 = 582.36 msecs

You might be interested in
0 % 3? Is it 0 or undefined? (% is mod)
avanturin [10]
It’s 0


it’s like 3 times 0
6 0
3 years ago
You can decide if a paint booth filter is hazardous waste by answering which of the following questions: A) Is the paint an appe
tino4ka555 [31]

The answer is C: Does the paint being used contain any aluminum?

Paint booth filters will be considered hazardous waste if hazardous compounds are present. The easiest way to determine if a paint booth filter is hazardous is to review the data sheets for the paint and the solvents you use. If the paint or solvents contains heavy metals like lead, aluminum, cadmium, or chromium, the spent filters would be considered a hazardous waste.

8 0
3 years ago
Read 2 more answers
What built-in function should you use in python to prompt a user for data input?
stiks02 [169]

The built-in function you use in python to prompt a user for data input is the input function.

<h3>What is an input function?</h3>

An input function is a function used to prompt a user for data input.

The data input may be a string, integer, float, and many more.

Let's use an example of an input function in python.

x = input("what is your name: ")

y = int(input("How old are you: "))

Hence, the first input will prompt the user for the name and the second input will ask the user for his age. It can only accept integers.

learn more on input function here: brainly.com/question/17623507

#SPJ12

5 0
2 years ago
Read 2 more answers
You locate a web page that includes "edu" in the address, along with other words and symbols. the page is simple—a plain backgro
stich3 [128]
No, just because it is an edu address doesn't mean it is a good source. Avoid websites with minimal content or effort to the page they are most likely fake. <span />
7 0
4 years ago
A network administrator is setting up a device for two objectives. The first objective is to store frequently visited web conten
Nat2105 [25]

Answer:

LAN Cache for storing the content cache, and VPN for hiding the IP addresses.

Explanation:

LAN Cache can help you cache the resources in the default resource manager for various objects which are stored in the resource managers. And various clients can then fetch the data from the default resource manager, via the LAN cache. For hiding the IP Addresses we can make use of the VPN Network.

3 0
4 years ago
Other questions:
  • How often should administrators and network users be required to change their password?
    10·1 answer
  • Your assignment is to write an assembly language program which read a string and print it in uppercase. This program asks the us
    15·1 answer
  • The number 10 is a floating point literal
    8·1 answer
  • What are 4 ratios equal to 60%?
    15·2 answers
  • Given an int variable k that has already been declared, use a while loop to print a single line consisting of 88 asterisks. Use
    8·1 answer
  • Your boss is very skeptical about the idea of storing his files up in the cloud rather
    8·1 answer
  • What is the meaning of the word joystick
    6·2 answers
  • Write a program that will add up the series of numbers: 99,98, 97...3.2.1. The program should print the running total as well as
    9·1 answer
  • . A Worker in Microworkers can also be an Employe
    10·1 answer
  • One benefit of taking notes in class is that the student
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!