Question 2: Did every packet arrive in the correct order? Describe what went wrong and whether your partner was able to read the message. If neither you nor your partner had an issue try sending another message.

Answers

Answer 1

Answer:

No, the packets did not arrive in the right order but the TCP protocol reordered the packets. The transmission took a while, but the message was finally delivered.

Explanation:

Packets are chunks of data from a data source or message transmitted from one computer device to another. Protocols like TCP or transmission control protocol and UDP (user datagram protocol) are used for data transfer, with TCP as the more reliable protocol (it checks for errors, retransmit lost packets, and reorders received packets in the destination device) and slow protocol.


Related Questions

Databases, authentication, and user accounts are all part of a website's ______________.

Answers

Answer:

The answer is "Backend".

Explanation:

The Backend Development applies to just the webserver side when they concentrate mostly on how well the site functions. The website generally includes 3 sections consist of all this web design: a client, program, or server. The Backend user codes are the information provided by the database to both the web browser.

According to institutional anomie theory, why is there a need to maintain cooperation between economic and non-economic institutions?
A.
to support and balance the interdependency of social institutions
B.
to maintain harmony
C.
to educate people
D.
to raise the standard of living

Answers

I believe the answer should be (A)

Answer:

A. to support and balance the interdependency of social institutions

Explanation:

PLATO

_____ is confirming the significance of what another person is feeling.

Answers

Validation: Understanding and showing acceptance for another person                

Answer:

Validation

Explanation:

I took the quiz

4.9 lesson practice quiz
Need help on 4

Answers

Answer:

thank youuu

Explanation: : )

Answer: sum

Explanation:

It worked for me.

Note that common tasks are listed toward the top, and less common tasks are listed toward the bottom. According to O*NET, what are some common tasks performed by Tellers? Check all that apply.

analyzing investment opportunities
reviewing statistics to determine customer risk
advising customers regarding commodity purchases
cashing checks and paying out money
receiving checks and cash for deposit
entering transactions into computers

Answers

Answer:

cashing checks and payout money

receiving checks and cash for deposit

enter transitions into computers

Explanation:

lol im doing this on edge btw

The Tellers task are:

Cashing checks and payout money.Receiving checks and cash for deposit.Enter transitions into computers.

What is a teller?

A teller is known to be an individual that is said to be employed to handle the day to day activities with customers' transactions.

Conclusively, note that by carrying out the task above such as Cashing checks and payout money, a teller is said to be performing its functions.

Learn more about Tellers from

https://brainly.com/question/18078464

#SPJ2

about "How can computer help us in our life?​

Answers

Answer:

Explanation:

Computer also facilitate comfort to our life and provides convenience. For transportation, it facilitate the way people travel. Airways, Roadways and waterways uses computers to control their operation. It saves time and relieve severity of traveling difficulties.

Write a program which takes a string input, converts it to lower case, then prints the same string with all vowels (a, e, i, o, u) removed.

Hint: one good way to do this is to make a new String variable and add all the letters you want to print (i.e. everything except vowels) to it.

Sample Run:

Enter String:
Animation Rerun
nmtn rrn


NOTE: This is in Java :)

if you can do this... It will be helping me a lot for my Java Exam ....

Answers

import java.util.Scanner;

public class JavaApplication66 {

   

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("Enter String:");

       String vowels = "aeiou";

       String text = scan.nextLine();

       text = text.toLowerCase();

       String newText = "";

       

       for (int i = 0; i < text.length(); i++){

           char c = text.charAt(i);

           if (vowels.indexOf(c) == -1){

               newText += c;

           }

       }

       System.out.println(newText);

   }

   

}

This works for me. Best of luck.

Answer:

Scanner scan = new Scanner(System.in);

   System.out.println("Enter String:");

   String v = "aeiou";

   String t = scan.nextLine();

   t =t.toLowerCase();

   String nt ="";

   for(int i = 0; i < t.length(); i++){

   char c = t.charAt(i);

   if (v.indexOf(c) == -1){

   nt += c;

     }

     }

   System.out.println(nt);

   

 }

 

}

Explanation:

Good Luck!

Choose the appropriate assistive technology for each situation.

A person with a visual impairment could use a

to help them interact with a computer.

Someone with a mobility impairment might use

to interact with web sites and applications.


are an assistive tool that helps someone with a hearing impairment, access audio content.

Answers

Answer:

-Screen Reader

-Tracking Device

-Transcript

Explanation:

Just did it :p

Answer:

-Screen Reader

-Tracking Device

-Transcript

Explanation:

what is the standard unit used to measure mass?​

Answers

Answer:

the standard unit used to measure mass is gram.

Ballet was originally created for the wedding celebration of Louis XVI and Marie Antoinette. (True or False)

Answers

Answer:

true

Explanation:

PLZZZ HELP! Your smartphone screen to turn it on, and nothing happens. It appears to be turned off and will not turn on. What should you try first to fix it?

perform a hard reset

submerge it in a bag of rice for 24 hours

plug it into a charger for an hour

perform a soft reset

Answers

Answer:

plug it in if that dosnt work do a soft reset

Explanation:

I think

Pokémon Brick Bronze...

Answers

Well we dont need to get political but bronze

Which of the following formulas will Excel not be
able to calculate?
=SUM(A1:A5)*0.5
=SUM(A1:A5)/(10-10)
=SUM(A1:A5)-10

Answers

Answer:

Yusuf you have to pay for the agent and she is still in my dream job you

Explanation:

hey Rick are the one that was on the link to the impressed with

Answer:

A formula or function should begin with =.

Explanation:

Multirotor drones are a type of _______ aircraft.

a. recreational

b. manned

c. lighter-than-air aircraft

d. heavier-than-air

Answers

Answer:

C. lighter-than-air aircraft

Explanation:

A multirotor is a rotorcraft with more than two lift-generating rotors. An advantage of multirotor aircraft is the simpler rotor mechanics required for flight control.  Multirotor drones are used by hobbyists so it could be recreational, but mostly it's used in radio control aircraft so not recreational. It's unmanned so it's not b. If not a or b it has to be c or d. Most of it's airborne time is it being lighter-than air. I'd choose c.

Data is best described as
statistical details.
factual or numerical information.
calculations and conclusions.
multimedia content.

Answers

Answer:

it is B i just got it corect

Explanation:

Data is best described as factual or numerical information. The correct option is 2.

What is data?

Data is information that has been transformed into a format that is useful for transfer or processing in computing.

Data is information that has been transformed into binary digital form for use with modern computers and communication mediums. The topic of data may be used in either the singular or the plural.

The information is mostly divided into four categories:

Nominal dataRegular data.Separate data.Constant data.

Data can include words or numbers that are recorded on paper, bytes and bits that are kept in the memory of technological devices, or truths that are retained in a person's memory.

Information that is factual or numerical is what data is best known as.

Thus, the correct option is 2.

For more details regarding data, visit:

https://brainly.com/question/10980404

#SPJ6

Your question seems incomplete, the probable complete question is:

Data is best described as

statistical details.factual or numerical information.calculations and conclusions.multimedia content.

Why does a folder change color when you click and drag a file over it

Answers

It is the third dot

And what type of question is this lol

Which option identifies what the computer will yield in the following scenario?

Simon has created many drawings of a new bridge he is designing. He is now ready to create a technical drawing using a computer program.


The computer program will add additional sketches to the design.

The computer program will compile different angles.

The computer program will create a design with the exact dimensions.

The computer program will allow an isometric projection to be viewed.

Answers

I think it would be the computer program will create a design with the exact dimensions

Answer:

The computer program will create a design with the exact dimensions.

Explanation:

That ones the correct option which ever one it is.

For those that play pc games how do you go outside in The Sims 2?

Answers

Answer:

My sister plays a lot of the sims 4 but I do recall she also played the Sims 2 so when she would go outside she would command them to do that.

Explanation:

If this does not work I would suggest you get a video that can explain it better than I possibly would? Considering the Sims 2 was made a while back you would maybe want somebody with a little more experience.

Answer:

To go outside you have to command the Sims to do so , otherwise it wont work.

Explanation:

Hey Asia? Its me from lats summer. Im the one who answered your question on humans needing each other. If you remember me and our long conversation reply to this comment.

what data type do we use to store numbers that will be used for calculations?

Answers

Answer:

The integer data type is often used to hold information like transaction IDs and store numbers

Explanation:

The integer data type is used to store numbers that will be used for calculations.

What is a caluclation?

An intentional mathematical process known as a computation converts one or more sources within one or maybe more outcomes or conclusions.

In the context of numbers or amounts, calculation implies ascertaining quantitatively. In the context of an abstraction topic, calculation implies arriving at a conclusion based on logic, reasoning, or practical wisdom.

The INTEGER value is generally used to maintain counts, amounts, and other data since it is saved as a binary notation integer.

Numbers that could be used in simple computations are stored using the data type types. Such numbers can either be squares, which seem to be valued without decimals, or they could be numerical integers.

Learn more about caluclation, here:

https://brainly.com/question/13042594

#SPJ2

It is early in the season and the night of the big football rivalry game, and you are so excited to spend time with friends and watch your boyfriend play ball. However, you are assigned to one of the football spreads and must take pictures. What do you do?​

Answers

Answer:

take the pictures while watching him play

Explanation:

Why is Net WPM a better formula than Gross WPM to calculate typing speed?

Answers

Answer:

I think it is because a gross is equal to 144 and that is a hard way to count

Explanation:

Complete the sentence.
The binary number represented by the voltage graph below is _______

Answers

Answer:

00100110

Explanation:

100% on the quiz

The binary number represented by the voltage graph below is  00100110.

A bit (i.e., a 'binary digit'), refers to the smallest unit of data of a computer, which only can take two different values: either zero (0) or one (1).In general, voltages around five Volts (5 V) represent 1, whereas voltages around zero (0 V) represent 0.Voltage signals used to indicate either zero (0) or one (1) are referred to as bits.What are the numbers 1 to 10 in binary?

The numbers from 0 to 10 are thus in binary 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, and 1010.

Binary Number System: According to digital electronics and mathematics, a binary number is defined as a number that is expressed in the binary system or base 2 numeral system. It describes numeric values by two separate symbols; 1 (one) and 0 (zero). The base-2 system is the positional notation with 2 as a radix.

To learn more about binary system, refer

https://brainly.com/question/8649831

#SPJ2

Which visual aid would be best for showing changes inacts population size over time?
a line graph
a map
a pile grain
a table

Answers

Answer:

a line graph

Explanation:

I think so . hope this helps

who prime minister of india​

Answers

[tex]\mathfrak\red{✨ Answer :-}[/tex]

Mr. Narendra modi is a prime Minister of Indian.

Answer:

narendra modi ..................

BJP4 Exercise 3.2: printPowersOf2

How do you do this????

Answers

Answer:  Write a method called printPowersOf2 that accepts a maximum number as an argument and prints

* each power of 2 from 20 (1) up to that maximum power, inclusive.

*/

public static void printPowersOf2(int max) {

   for (int i = 0; i <= max; i++) {

       System.out.print((int) Math.pow(2, i) + " ");

   }

   

   System.out.println();

Explanation:

I just looked your problem up and read the directions. Using java:

public class JavaApplication63 {

   public static void printPowersOf2(int maximum){

       for (int i = 0; i <= maximum; i++){

           int num = 1, w  = 0;

           if (i == 0){

               System.out.print(0+" ");

           }

           else{

               while (w < i){

                   num *= 2;

                   w++;

               }

           }

           System.out.print(num+" ");

       }

   }

   public static void main(String[] args) {

       printPowersOf2(8);

   }

   

}

In my code, we don't use the math class. I hope this helps!

How do
you
encode the Copyright logo?

Answers

Answer: © or ™ you can copy them or you can ALT+0169 for the copyright but it dont work on all keybords

Explanation:

PLEASE HELP!! WILL MARK BRAINLEST
What positive and negative impact does Instagram have on you?

Answers

Instagram has many and negative impacts depending on what users are interacting and what posts are made.

Negative:

Toxic peopleDiscouraging commentsRude judgementNeed for popularity

Positive:

A way to shareCommunication between friendsEncouraging commentsSomewhere to find inspiration

There's many more things, but I just listed a few that I can remember.

How did the invention of an airplane totally change people’s views of the world?

Answers

airplanes have played an important role in the social life of so many people. after this marvellous invention, people became more socially interactive. they have been able to explore the world and travel to so many places.

The beginning of the WWW was at the European Organization for Nuclear Research (CERN). Tim Berners-Lee built a database, in which you had to link every new page to an existing page. What is the name of this database?

Answers

Answer:

ENQUIRE database system

Explanation:

Tim Berners-Lee developed the ENQUIRE database for the European Organization for Nuclear Research (CERN) in 1980. The ENQUIRE was a hypertext software program. ENQUIRE worked by using cards and hyperlinks between them in a similar manner than the internet (WWW) uses pages. The problem with ENQUIRE was that it was a close system that needed continuous manual updates. Simply too much time was needed to keep ENQUIRE's data updated. The CERN team realized that they needed a similar program but open to external users.

Answer:

ENQUIRE

Explanation:

Plato correct (I put it in all caps)!!

The colors of the pixels in a digital image are often represented by red, green, and blue values
between 0 and 255 (an RGB triplet). A photographer is manipulating a digital image to lighten it
because all of the RGB values in the image are less than 100, making it very dark. He does this
by adding 20 to the R, G, and B values of each pixel, then overwriting the original image. What
type of transformation is the photographer using on the digital image? plz help !!

Answers

Answer:

Lossless Transformation

Explanation:

Other Questions
what is the manager Shelly felt relieved. She had finally finished her homework, completed her chores, and written a long-overdue thank you note to her grandmother. Her relief wouldn't last for long, though. Hermother knocked on the bedroom door and walked in.What is it?ForeshadowingFlashbackSuspense How does Madison define a "faction" inThe Federalist No. 10? figure 2 shows a charged ball of mass m = 1.0 g and charage q = -24*10^-8 c suspended by massless string in the presence of a uniform electric field E , in this field the ball is in equilibrium at theta = 37 , calculate the magnitude of the electric field E Lindsey invests $1500 in one account and $900 in an account paying 4 % higher interest. At the end of one year she had earned $204 in interest. At what rates did she invest? Jordan can ride his bike 24 miles in 2 hours. How many miles can he ride his bike in 5 hours? The history of the present King of Great Britain is a history of repeated injuries andusurpations, all having in direct object the establishment of an absolute tyranny overthese States. To prove this, let facts be submitted to a candid world .[He hasquartered] large bodies of armed troops among us . Declaration of Independence (1776)Which provision of the Bill of Rights addressed this grievance?A First AmendmentB Third AmendmentC Fourth AmendmentD Sixth Amendment (7th gradish answer please)Define coordinate in your own words The reusable booster rockets of the space shuttle use a mixture of aluminum and ammonium perchlorate as fuel. A possible reaction is3Al (s) + 3NH4ClO4 (s) = Al2O3 (s) + AlCl3 (s) + 3NO (g) 6H2O (g)Calculate the delta H for this reaction. please help this is due in an hour One change between impact of civil war and the battle of fort Sumter ????? If possible, how can I write y=2x -1 in the mx+b=y form? please please helpWhich sentence from this excerpt of Jefferson Daviss Inaugural Address indicates that secession was the Confederacys way of reclaiming its legal powers?An agricultural people, whose chief interest is the export of a commodity required in every manufacturing country, our true policy is peace, and the freest trade which our necessities will permit . . . There can be but little rivalry between ours and any manufacturing or navigating community, such as the Northeastern States of the American Union. It must follow, therefore, that a mutual interest would invite good will and kind offices. If, however, passion or the lust of dominion should cloud the judgment or inflame the ambition of those States, we must prepare to meet the emergency and to maintain, by the final arbitrament of the sword, the position which we have assumed among the nations of the earth. We have entered upon the career of independence, and it must be inflexibly pursued. Through many years of controversy with our late associates, the Northern States, we have vainly endeavored to secure tranquillity, and to obtain respect for the rights to which we were entitled. As a necessity, not a choice, we have resorted to the remedy of separation; and henceforth our energies must be directed to the conduct of our own affairs, and the perpetuity of the Confederacy which we have formed. If a just perception of mutual interest shall permit us peaceably to pursue our separate political career, my most earnest desire will have been fulfilled. But, if this be denied to us, and the integrity of our territory and jurisdiction be assailed, it will but remain for us, with firm resolve, to appeal to arms and invoke the blessings of Providence on a just cause . . . 6th grade math I mark as brainliest Please help for points math home work What would happen to the concentrations of Pyruvate, NADH and intermembrane H+ if the ETC stopped working? Identify two ways unions and prolabor groupscontributed to American Industrialization If ABC=DEC, C=55, D=65, and B=2x. x=? Answer 3 to 8 please Rocio poured a square patio outside her back door. Each side measured 8.5 feet. Which equation represents the perimeter, in feet, of Rocio's patio? A. 8.5 + 8.5 = 17 B. 4 8.5 = 34 C. 2 8.5 = 17 D. 8.5 8.5 = 72.25