answer.
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
Elis
2 months ago
8

Suppose Host A sends two TCP segments back to back to Host B over a TCP connection. The first segment has sequence number 90; th

e second has sequence number 110.
a. How much data is in the first segment?

b. Suppose that the first segment is lost but the second segment arrives at B. In the acknowledgment that Host B sends to Host A, what will be the acknowledgment number?
Computers and Technology
2 answers:
Amiraneli [1K]2 months ago
8 0

Answer:

a) Consider the sequence numbers, where the first segment is 90

The second segment equals 110

Data contained in the first segment = 110-90 = 20

b) Assume the first segment is lost while the second one reaches Host B. In the acknowledgment sent from Host B to Host A, the acknowledgment number will correspond to the first segment sequence number, which is 90.

Explanation:

zubka84 [1K]2 months ago
7 0

Answer:

(a) 20 bytes

(b) 90

Explanation:

a. 20 bytes.

Calculating, 110-90 results in 20 bytes.

The byte range from 90 to 109 falls within the first segment.

b. 90.

TCP operates using cumulative acknowledgments, meaning that even if the second segment is received, the acknowledgment still pertains to the first segment.

You might be interested in
A ____ partition contains the data necessary to restore a hard drive back to its state at the time the computer was purchased an
zubka84 [1067]
The answer is back up
8 0
1 month ago
Read 2 more answers
Your computer uses 4 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the SMALLEST number for which a
amid [951]

Response: C

Clarification:

The reason is that four binary bits are insufficient to represent the number sixteen. The maximum is 15.

3 0
3 months ago
Cloud Kicks is undergoing a GDPR-focused implementation to ensure access to personal information data is limited to only users w
Rzqust [1037]

Response:

Option A.

Clarification:

The organization is executing a GDPR-focused strategy to ensure that access to sensitive data is limited to only those users who genuinely need full rights to a corporate account. It utilizes a personalized account structure.

Thus, the Consultant provides specific Account permissions to the Renewals and Sales Operations teams, enabling them to establish roles for the Renewals and Sales Account teams, with sales team members matched to the respective customers.

5 0
1 month ago
Which type of testing is done when one of your existing functions stop working?
oksian1 [950]
The answer to the question is "alpha testing". Alpha testing aims to address issues like errors and debugging before software is launched. This testing is performed by developers when problems arise. In the software testing process, alpha testing occurs first, followed by beta testing. During alpha testing, developers check existing modules or functions that may have malfunctioned, ensuring any detected errors are addressed.
6 0
2 months ago
The is_positive function should return True if the number received is positive, otherwise it returns None. Can you fill in the g
zubka84 [1067]

Question:

The function is_positive should yield True if the supplied number is positive; otherwise, it gives None. Can you fill in the blanks accordingly?

def is_positive(number):

       if  _____ :

           return _____

Answer:

def is_positive(number):

   if (number > 0):

       return True

  else:

       return "None"

---------------------------------------------------------------------------------

Code Test and Sample Output:

print(is_positive(6))

>> True

print(is_positive(-7))

>> None

----------------------------------------------------------------------------------

Explanation:

This segment of code is composed in Python.

To explain it further, let's break down the content of each line;

Line 1: Creates a function identified as is_positive which takes in a variable number.i.e

def is_positive(number):

Line 2: Evaluates if the given number is positive; a number qualifies as positive if it exceeds zero. i.e

if (number > 0):

Line 3: Produces a boolean result of True when the input number is positive. i.e

return True

Line 4: Initiates the else block to be executed in case the input number isn’t positive. i.e

else:

Line 5: Returns the string "None" when the number is not positive. i.e

return "None"

When combined, this results in;

===============================

def is_positive(number):

   if (number > 0):

       return True

   else:

       return "None"

================================

An instance test for the code provided an argument of 6 and -7, resulting in True and None respectively. i.e

print(is_positive(6))   = True

print(is_positive(-7))  = None

8 1
3 months ago
Read 2 more answers
Other questions:
  • Which of the following is true of how computers represent numbers?
    9·2 answers
  • How concerned are you about the security of rtos in cars smart homes and wearable technology?
    15·1 answer
  • Meadowdale Dairy Farm sells organic brown eggs to local customers. It charges $3.25 for a dozen eggs, or 45 cents for individual
    6·1 answer
  • On the planet Sigma, robots excavate chunks of a very precious cristaline. These chunks can be divided into smaller part only on
    15·1 answer
  • One form of Intrusion Detection System (IDS) starts operation by generating an alert for every action. Over time, the administra
    5·1 answer
  • The engineering firm you work for is submitting a proposal to create an amphitheater at a state park. Proposals must be submitte
    15·1 answer
  • When long labels are required, which of these commands can you use to improve readability of a worksheet?
    14·2 answers
  • An application specifies a requirement of 200 GB to host a database and other files. It also specifies that the storage environm
    12·1 answer
  • Write lines of verse that rhyme to remember the following information:
    16·2 answers
  • You've just purchased 10 new notebook systems for your users. You are concerned that users will leave the systems on for long pe
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!