subject

Awebpage is a single html file that is of size 300,000 bytes. client has already received from host all bytes up to including byte 20,000. suppose host then sends two segments to client back-to-back. the first and the second segment contain 2000 and 1000 bytes of data respectively. client sends an acknowledgment whenever it receives a segment from host. in the first ack segment, the source port number is 5100.

in the second segment sent from host to client, what are the sequence number, and destination port number?
if the first segment arrives before the second segment, in the acknowledgment of the first arriving segment, what is the acknowledgment number, the source port number, and the destination port number?
if the second segment arrives before the first segment, in the acknowledgment of the first arriving segment, what is the acknowledgment number?

1.4 assume the source port number used by the above browser is 5100. now a second browser is opened on the client also wants to request the same webpage.
does the second browser use the same source port number of 5100? why?
what is the destination port number?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
Which parts of a presentation should be the most general? a. introduction and conclusion b. introduction and outline c. outline and conclusion d. outline and body
Answers: 1
question
Computers and Technology, 23.06.2019 18:40
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
question
Computers and Technology, 23.06.2019 19:30
What are loans to a company or government for a set amount of time
Answers: 1
You know the right answer?
Awebpage is a single html file that is of size 300,000 bytes. client has already received from host...
Questions
Questions on the website: 13722367