Suppose end system A wants to send a large file to end system B. At a very high level, describe how end system A creates packets from the file. When one of these packets arrives to a packet switch, what information in the packet does the switch use to determine the link onto which the packet is forwarded

Answers

Answer 1

Answer:

The answer is below

Explanation:

Suppose end system A wants to send a large file to end system B, the large file is first divided into smaller chunks. Each chunk is then assigned a header forming a packet. Multiple packets are being generated with each of the packet containing a unique destination address in its header.

When a packet arrives at the packet switch, the switch uses the unique destination address that is attached in the header of the packet to determine the link onto which the packet is to be forwarded.


Related Questions

Select the correct answer.
A computer using a connectionless network protocol sends too many data packets to another computer, causing loss of a few packets. As a result, the message appears jumbled to the user at the destination computer. How does TCP overcome this issue?
A.
by using flow control
B.
by using cables
C.
by using terminals
D.
by using a larger IP address
Please only answer if you are 100% sure

Answers

Answer:

D by using a larger IP address correct

Explanation:

Correct answer I hope this helps you :)

i need help with this ​

Answers

Answer:

Answer is D

Explanation:

cameras did not use disks until the late 1990s  :D

edit: sorry my previous answer was wrong, I apoligize for the mishap :(

V. Write a program in python for the following:
[10]
a) Jennifer wants to carpet her new room with pink carpet. Create a program that will ask the user for the two
dimensions of a room (length and width) and then calculate the area of the room, (length x width), before
finally displaying the answer​

Answers

Answer:

length = input("length of room:  ")

width = input("Width of room:  ")

Area = float(length) * float(width)

print("Area of room is: ", Area)

The following code will not display the results expected by the programmer. Can you find the error? Declare Real lowest, highest, average Display "Enter the lowest score." Input lowest Display "Enter the highest score." Input highest Set average = low + high / 2 Display "The average is ", average, "."

Answers

Based on the information given, the first error in the code is that the Variable name is lowest, NOT low, and Set average = low + high / 2.

How to find the error in the code.

For Error 2: Variable name is highest, NOT high and Set average = low + high / 2

For Error 3 : Set average = low + high / 2. Thus, you will need to add the lowest and highest, then perform the division by 2

Set average = (lowest + highest) / 2 is the the correct statement.

Learn more about codes on:

https://brainly.com/question/25875879

You want to read input from the user to know how many apples they would like
to buy. Which statement should you use to read in a number from the user?
var applesToBuy = readLine("How many apples would you lik
e? ");
o
var applesToBuy - println("How many apples would you like?
Dj
var applesToBuy - readInt("How many apples would you like?
1);
var applesToBuy
= nextInt("How many apples would you like?
")

Answers

Answer:

var applesToBuy = readLine("How many apples would you lik

e? ");

Explanation:

It asks the user to enter answer the question and it stores the answer into the applesToBuy variable.

Its right dont worry.

In the given scenario, if we use "InputStream" class object that inputs value from the user-end, in which we use "readInt" keyword. In Java, this function of the DataInputStream class reads 4 input bytes and returns an integer value. This method takes the next 4 bits from the input stream, transforms them to integers, and would then returns.

And the wrong choice can be defined as follows:

For choice 1, it use the "readLine" method which inputs the string value.For choice 2, it use the "println" method which prints value.For choice 4, the "nextInt" method is the part of "Scanner" class.

Therefore, the answer is "Option 3", which is  "var applesToBuy - readInt("How many apples would you like?");".

Learn more:

brainly.com/question/20637377

You are the systems administrator for a large trust company. Most of the Linux servers in the company host databases that are accessed frequently by company employees. One particular Linux server has been reported as being very slow today. Upon further investigation using the top utility, you have found a rogue process that is wasting a great deal of system resources. Unfortunately, the rogue process is a database maintenance program and should be killed with caution. Which kill signal would you send this process and why? If the rogue process traps this signal, which other kill signals would you try? Which command could you use as a last resort to kill the rogue process?​

Answers

Answer:

soo long this one is ufff

A line graph is a great tool for showing changes over time. Why is a line graph better than other graphs at showing this type of data?

Answers

Answer:

Line graphs allow us to see overall trends such as an increase or decrease in data over time. Bar graphs are used to compare facts.

The objective of this task is to use Scapy to estimate the distance, in terms of number of routers, between your VM and a selected destination. This is basically what is implemented by the traceroute tool. In this task, we will write our own tool. The idea is quite straightforward: just send an packet (any type) to the destination, with its Time-To-Live (TTL) field set to 1 first. This packet will be dropped by the first router, which will send us an ICMP error message, telling us that the time-to-live has exceeded. That is how we get the IP address of the first router. We then increase our TTL field to 2, send out another packet, and get the IP address of the second router. We will repeat this procedure until our packet finally reach the destination. It should be noted that this experiment only gets an estimated result, because in theory, not all these packets take the same route (but in practice, they may within a short period of time). The code in the following shows one round in the procedure. a = IP() a.dst = ’1.2.3.4’ a.ttl = 3 b = ICMP() send(a/b) If you are an experienced Python programmer, you can write your tool to perform the entire procedure automatically. If you are new to Python programming, you can do it by manually changing the TTL field in each round, and record the IP address based on your observation from Wireshark. Either way is acceptable, as long as you get the result.

Answers

Answer:

answer b

is correct

____________ are the in – built functions that perform a particular pre – defined task when used in a computer program.

Answers

Answer:

System software.

Explanation:

System software are the in-built functions that perform a particular pre-defined task when used in a computer program. An example of a system software is an operating system.

An operating system (OS) is a system software pre-installed on a computing device to manage or control software application, computer hardware and user processes. Some examples of an operating system are QNX, Linux, OpenVMS, MacOS, Microsoft windows, IBM, Solaris, VM etc.

PLEASE HELP ME WITH THIS i will mark you brainlist

Answers

Answer: you have to check your email and click on the microsoft email they sent you and enter the code in the email.

Explanation: plz mark brainliest

OBJECTIVE QUESTIONS
1. In a computer keyboard the Alt, Ctrl, Shift, Del & Insert
keys are known as

Answers

Answer:

A modifier

Explanation:

because this modified a computer keyboard

What is the primary reason for compressing video files?

increase frames per second

increase bit rate

decrease file size

decrease playback delay

Answers

Answer:

Decrease file size

Explanation:

This goes for almost every file you compress. If you compress it, you try to decrease the storage space it takes up as a way to make it more portable. After a compressed file is extracted, it does not have many effects on the state of the extracted file.

Answer:C

Explanation:Decrease file size

Logistic Regression is a type of __________ problem.

Answers

Answer:

Logistic Regression is used to solve the classification problems, so it’s called as Classification Algorithm that models the probability of output class. It is a classification problem where your target element is categorical

Explanation:

The answer is "classification" because the named the Classification Algorithm.

It was used to solve classification difficulties. You are faced with a categorization situation wherein your goal component is a category.In the presence of more than one dependent variable, it's being used to calculate odds ratios. The binomial dependent variables render this approach similar to multiple linear regression. In the end, each variable's impact on a particular event's odds ratio is calculated.

Learn more:

Logistic Regression: brainly.com/question/20363984

Why should you try out a camera bag before taking it on a vacation?

So you can make sure that your passport fits in it
So that you can make sure it is comfortable
So that you can get a different color
So that you can add more equipment

Answers

Answer:

b or c

Explanation:

I think it’s B but I could also be c

Give
25
Input devices examples

Answers

Keyboard
Microphone
Mouse
Pen
Image scanner
Touch pad
Light pad

pdf
B. Ayusin ang mga titik sa bawat bilang upang mabuo ang mga
tamang salita na bumubuo ng web browser at mga ilang
bahagi ng web browser. Isulat ang iyong sagot sa sagutang
papel.
1. terterin ploexrer
2. glegoo mechro
3. foxfire zillamo
4. bat mena
5. bat wen​

Answers

Answer:

Question wants the misspelled words to be properly arranged to give the correct names in relation to web browsers.

terterin ploexrer ⇒ Int-ernet Ex-plorerglegoo mechro ⇒ Goo-gle Ch-romefoxfire zillamo ⇒  M-o-z-i-l-l-a Fire-foxbat mena ⇒ Tab name.bat wen​ ⇒ New Tab

It's common to print a rotating, increasing list of single-digit numbers at the start of a program's output as a visual guide to number the columns of the output to follow. With this in mind, write nested for loops to produce the following output, with each line 60 characters wide: | | | | | | 123456789012345678901234567890123456789012345678901234567890

Answers

Answer:

The program in python is as follows:

for i in range(0,6):

   for i in range(0,9):

       print(" ",end='')

   print("|",end='')

print()

for i in range(1,61):

   print(i%10,end='')

Explanation:

See attachment for program output format

The next two instructions create a nested for loop

for i in range(0,6):

   for i in range(0,9):

This prints 9 spaces

       print(" ",end='')

This prints a vertical line at the top of the end of the spaces printed

   print("|",end='')

This prints a new line

print()

This iterates from 1 to 60

for i in range(1,61):

This prints 1, 2, 3....9, then 0, 6 times on a straight line

   print(i%10,end='')

An algorithm to print a set of 10 integers in ascending order

Answers

Answer:

Program  - Array Sorting

Author   - Vishal Solanki

Language - C Language

Date     - 03/02/2018 (dd/mm/yyyy)

*/

//IDE used for this code is "Visual Studio 2017"

#include <stdio.h>              //including stdio.h for printf and other functions

#include<conio.h>

int main()                        //default function for call

{

int a[100],n,i,j;

printf("Array size: ");

       scanf("%d",&n);

       printf("Elements: ");

       

     for(i=0;i<n;i++)

   {

       scanf("%d",&a[i]);

   }

for (int i = 0; i < n; i++)                     //Loop for ascending ordering

{

 for (int j = 0; j < n; j++)             //Loop for comparing other values

 {

  if (a[j] > a[i])                //Comparing other array elements

  {

   int tmp = a[i];         //Using temporary variable for storing last value

   a[i] = a[j];            //replacing value

   a[j] = tmp;             //storing last value

  }  

 }

}

printf("\n\nAscending : ");                     //Printing message

for (int i = 0; i < n; i++)                     //Loop for printing array data after sorting

{

 printf(" %d ", a[i]);

}

for (int i = 0; i < n; i++)                     //Loop for descending ordering

{

 for (int j = 0; j < n; j++)             //Loop for comparing other values

 {

  if (a[j] < a[i])                //Comparing other array elements

  {

   int tmp = a[i];         //Using temporary variable for storing last value

   a[i] = a[j];            //replacing value

   a[j] = tmp;             //storing last value

  }

 }

}

printf("\n\nDescending : ");                    //Printing message

for (int i = 0; i < n; i++)                     //Loop for printing array data after sorting

{

 printf(" %d ", a[i]);                   //Printing data

}

return 0;          //returning 0 status to system

getch();

}

//Ouput

/*

Array size: 10

Elements :  3  4  7  6  5  1  2  8  10  9

Ascending :  1  2  3  4  5  6  7  8  9  10

Descending :  10  9  8  7  6  5  4  3  2  1

*/

Explanation:

A company is developing a smart TV that connects to a wireless home network. Which technology can best help to establish this connection?
Bluetooth
Infrared
C.
WI-FI
D
Internet of things
E
satellite

Answers

C wifi A company is developing a smart TV that connects to a wireless home network. Which technology can best help to establish this connection?
Bluetooth
Infrared
C.
WI-FI
D
Internet of things
E
satellite

A company is developing a smart TV that connects to a wireless home network. Which technology can best help to establish this connection?

C. Wi-Fi.

During critical thinking, the evaluation of information should use
some emotions
O True
O False

Answers

False any critical thinking shouldn’t involve emotions
Im pretty sure it’s false

type in computer code for Sonic the Hedgehog, does it look weird yes or no

Answers

Answer:

yes.

Explanation:

IN WHICH COUNTRY DO THEY LET YOU PLAY MINECRAFT IN SCHOOL?

Answers

Answer:

Sweden or Wales maybe?

Explanation:

Hope this helps!

Answer:

America if you play in secret

Explanation:

Numerical methods are implementations of mathematical algorithms, but constructed with special consideration for accuracy of solutions and computational run-time. The order in which we implement floating point arithmetic for any numerical method will effect the accuracy of the final computed value. For this reason, extra thought must be placed on our basic mathematical operations. In this problem, you are asked to add-up the values in a large array called data. How should you do this to achieve the most accurate final sum

Answers

Answer:

find detailed description of algorithms (direct and iterative methods) in books [8], [3], [24]. We limit ourself to only selected problems and methods which are important in chemical engineering. 1.2.1 Conditioning of a system of linear equations We do not compute accurately because of rounding errors, which affect results of calcu-lations.

Explanation:

Question # 2
Dropdown
Identify the type of error described.

___5 / 0


___ float('two')

Answers

Answer:

ZeroDivisionError

ValuError

Explanation: Edg 2020-2021

Answer:

1.ZeroDivisionError

2.ValueError

Explanation:

took test

Q1: Identify and correct the errors in each of the following pieces of code. [Note: There maybe more than one error in each piece of code. a) int x = 1, total; while (x <= 10) { total += x; ++x; } b) while (x <= 100) total += x; ++x; c) public class Mystery { public static void main(String[] args) { int x = 1; int total = 0; while (x <= 10) { int y = x * x; System.out.println(y); total += y; ++x; }// end of while System.out.printf("Total is %d%n", total); }//end of main }//end of class Mystery2 *********************** Q2 What does the following program print? public class Mystery3 { public static void main(String[] args) { int row = 10; while (row >= 1) { int column = 1; while (column <= 10) { System.out.print(row % 2 == 1 ? "<" : ">"); ++column; }// end of while column<=10 --row; System.out.println(); }//end of while }//end of main }// end of class Mystery3

Answers

Answer:

a. int x = 1, total = 0;

while (x <= 10){

 total += x;

 ++x;

}

b. while (x <= 100){

 total += x;

 ++x;

}

c. public class Mystery{

 public static void main(String[] args){

   int x = 1;

   int total = 0;

   while (x <= 10){

     int y = x * x;

     System.out.println(y);

     total += y;

     ++x;

   }

   System.out.printf("Total is %d%n", total);

}

Explanation:

For the first code, the variable "total" was not initialized, so to avoid raising an error message, an integer value must be assigned to it before the increment. Code block two of the second while statement must be enclosed in curly braces, while the third code must be indented properly.

Use the drop-down menus to complete statements about archiving and backing up data fileArchiving data files manages the size of a mailbox for storage.
Creating an Outlook data file
data files in storage on a computer.

Answers

Answer:

Archiving data files manages the size of a mailbox for  

local

storage.

Creating an Outlook data file  

protects

data files in storage on a computer.

Explanation:

Because its right.

Answer:

an increase in cloud computing

Explanation:

Elza hos a document with plain text. She wants to format only the second paragraph of the fifth page to have two
columns. What sequence of buttons will Eliza click to set up the correct type of section break for this?
O Page Layout, Breaks, Page
O Page Layout, Breaks, Continuous
Insert, Page Break
O Insert, Continuous

Answers

Page layout breaks page

What is a feature of Accenture’s myNav platform?

A. supports a more responsive, cost-efficient, and secure workplace platform for project deployment and full upgrades.
B. powers a highly automated, data-driven, and low-risk approach to adopting and maintaining MS Office suites
C.helps assess, architect, and simulate Cloud solutions to determine the right Cloud architecture based on our clients’ business needs
D. enhances ability to innovate, boost business results, and speed up a client’s journey to intelligent enterprises
D.

Answers

A. because I said so dummy

One feature of Accenture’s myNav platform is that it:

C. Helps assess, architect, and simulate Cloud solutions to determine the right Cloud architecture based on our clients’ business needs

According to the given question, we are asked to state one feature of Accenture’s myNav platform and how it affects the cloud computing for businesses.

As a result of this, we can see that this Accenture’s myNav platform is designed to help businesses navigate through their cloud solutions so that they can choose the package that would meet their client's business needs.

Therefore, the correct answer is option C

Read more here:

https://brainly.com/question/25675206

What are the paparazzi?
O A. Professional artists hired by stars for portraits
B. Tabloids that expose celebrities acting rudely
O C. Fans who watch videos of stars doing silly things
O D. Photographers who follow stars to take pictures

Answers

Answer:

d.photographers who follow stars to take pictures

True or False? A three shot is a series of any three individual
camera shots.

Answers



True. A three shot is a series of any three individual camera shot ..
Other Questions
look yall i got 10 math questions if you get all ten right brainlliest so if yall could help a man out here it would be greathere they are 1.)Which of the following best describes the squaring property of equality?A.if a=b,then [tex]a^{2} =b^{2}[/tex]Bif [tex]a\leq b then a^{2} \leq b^{2}[/tex]C[tex]if a\geq b then a^{2} \geq b^{2}[/tex]D[tex]if a \neq b then a^{2} \neq b^{2}[/tex]2.)Solve for x.[tex]\sqrt{x-2} =9[/tex]A.11B.20C.83Dno solution3.)The length of a side of a square is [tex]\sqrt{x^{2}-4 }[/tex] If the area of the square is 12, find x.A.16B.4C.12D.[tex]\sqrt{148}[/tex]4).Solve for x.[tex]5x^{2} +3=-122[/tex]A.no solutionB.5C.5D.255.)solve for x[tex]x^{2} +5=30[/tex]A.25B.[tex]\sqrt{35}[/tex]C.5D.no real solutions6.)The acceleration of an object can be described by the equation[tex]a=\frac{2d}{t} where a is acceleration, d is the distance, and t is time. Suppose an object accelerates for a distance of 15 meters. Which of the following equations relates the time to the acceleration?A.[tex]t=\sqrt{\frac{a}{30} }[/tex]B.[tex]t=\sqrt{\frac{a}{15} }[/tex]C.[tex]t=\sqrt{\frac{30}{a} }[/tex]D.[tex]t=2\sqrt{\frac{30}{a} }[/tex]7.)The acceleration of an object can be described by the equation [tex]a=\sqrt{\frac{2d}{t} }[/tex] , where a is acceleration, d is the distance, and t is time. Suppose an object accelerates at a rate of 5 meters per second squared. Which of the following equations relates the time of the acceleration to the distance?A.[tex]t=\sqrt{10d}[/tex]B.[tex]t=\sqrt{2d}[/tex]C.[tex]t=\sqrt{\frac{5d}{2} }[/tex]D.[tex]t=\sqrt{\frac{2d}{5} }[/tex]8.)Solve for x [tex]\sqrt{2x+8}=2[/tex]A.2B.3C.2D.no solution9.)Solve for x:[tex]\sqrt{3x-2}=2[/tex]A.2B.[tex]-\frac{2}{3}[/tex]C.2D.no solution10.)What is the first step to solve the equation [tex]x^{2} -3=15[/tex]A.Take the square root of [tex]x^{2}[/tex], 3, and 15.B.Square 15.C.Add 3 to both sides of the equation.D.Add 1 to both sides of the equation. can yall help a brother out im in deep sh|t if i dont pass so if your gunna do it do it right thank yall for helpen me out oh and i already tried to look em up so that dont work Please help me!! I will give you brainleist!! Thank you!! the breakdown of rocks by chemical action of air and water is called Paisley works on her drawings for 2 hours. She spends 1/6 hour on each drawing. How many drawings does she work on in 2 hours? HELP FAST!!!! help me asap pls!! Each of these regions struggled with unity and stability. What role did imperialism play in creating these conditions? Help please this is geometry question: What is the low sink area on the map?A. HillB. Valley C. DepressionD. Deposition Help ? Um answer this question The height of a building is proportional to the number of floors. The figure shows the height of a building with floors. Complete parts a and b. a. Write the ratio of height of the building to the number of floors. Then, find the unit rate, and explain what it means in this situation. Fill in the correct answers to complete the sentences. The ratio of height of the building to the number of floors is . The unit rate is . This means that each floor of the building is ft high. The balance between the discharge and recharge for a groundwater supply is called theA) restorationB) cation exchange capacityC) ecological footprintD) water budgetE) Fujita scale Read the excerpt from "An Irish Airman Foresees HisDeath."My country is Kiltartan Cross,My countrymen Kiltartan's poor,No likely end could bring them lossOr leave them happier than before.What does the parallelism in this excerpt emphasize?The parallelism emphasizes the speaker's IrishnationalityThe parallelism emphasizes the speaker's wish todie.The parallelism emphasizes the speaker's fear ofdeathThe parallelism emphasizes the speaker's lack ofpatriotism. write 3^n/9^(n-1) as a power of 3 If the volume of a cone with the same height as a cylinder equals the volume of the cylinder, the equation for the radius of cone Rin terms of the radius of cylinder r is: On her first three geometry test, Sarah scored 89, 93, and 84. If there are four tests total and Sarah needs at least a 90 average for the first four test, what is the lowest score she can receive on the final test?8694929095 Identify this reaction In pic HELP PLEASE FOR BOTH QUESTIONS a) Rationalise the denominator of a,b,c How to find X. Find the value a = pt + qp = 1, t = 4 and q = 6Work out the value of a. Which phrase best describes an effective claim?a clear and precise statement that can be supported with factsa thought-provoking question that will be answered by the readera direct quotation from a source that backs up an opinion or beliefa belief about a controversial issue that can be supported with opinions