2. true or false? there is no way for an application to reliable send a data message when the application runs over udp.

Answers

Answer 1

False, an application can reliably send a data message when the application runs over udp.

What is UDP ?

The User Datagram Protocol is one of the fundamental Internet communication protocols used in computer networking to convey messages to other hosts on an IP network. UDP can establish communication channels and data pathways without the need for prior communication within an IP network.

Hence, an application can reliably send a data message when the application runs over udp.

You can learn more about UDP from the given link:

https://brainly.com/question/7178948

#SPJ4


Related Questions

Predict the photography quality if you purchased a 16-megapixel camera with a larger sensor over a 30-megapixel camera with a smaller sensor. Explain your reasoning.

Answers

The photography quality if a person  purchased a 16-megapixel camera with a larger sensor is better than a 30-megapixel camera with a smaller sensor because a better sensor tends to detect image that are far and capture them with good quality.

Is 16 megapixels good for photography?

Yes. When a person is taking pictures for themselves and their family, a 10-16 MP camera is said to be one that is known to be sufficient to take in  a lot of your needs.

Note that Megapixel resolution is one that has an important role in how big  you can be able to  get or print your pictures.

Hence, The photography quality if a person  purchased a 16-megapixel camera with a larger sensor is better than a 30-megapixel camera with a smaller sensor because a better sensor tends to detect image that are far and capture them with good quality.

Learn more about megapixel  from

https://brainly.com/question/26515862

#SPJ1

what is a defult? pls help if you wouldn't mind

Answers

Answer:

a beginner or a novice

Explanation:

failure to fulfill an obligation, especially to repay a loan or appear in a court of law.

The computer system ____ a file by activating the appropriate secondary storage device and loading the file into memory while updating its records of who is using that file.

Answers

Answer:

allocates

Explanation:

How many are there mouse actions performed by two mouse button.

Answers

Answer:

2?

Explanation:

because there are two buttons im guessing

​Each Group Policy Object is assigned a globally unique identifier (GUID) of what length?
a. ​16 bits
b. ​32 bits
c. ​64 bits
d. ​128 bits

Answers

d. ​128 bits

A GUID is a unique identifier that is generated by the operating system and assigned to various objects, including GPOs.

The GUID is a 128-bit number that is represented as a hexadecimal string of 32 characters, typically in the format of {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.

The 128-bit length of the GUID ensures that the identifier is unique across all systems and networks worldwide. The GUID is used to identify and reference the GPO in Active Directory and other systems, allowing administrators to apply policies and settings to specific groups of users and computers.

To know more about hexadecimal: https://brainly.com/question/11109762

#SPJ11

While loop project
Reference codeacademy lesson called loops
Need help writing this code
Create a program that
1) outputs the name priya 100 times (all on different lines)
2) output the name priya 100 times (10 on 10 lines)
3) output the sum of numbers from 1 to 1000
4) output the product of numbers from 1-8
5) list all the numbers from 100 down to 1
Complet in this order

Answers

Answer: Change this however you'd like :)

Explanation:

for n in range(100):

   print("priya")

print()

for n in range(10):

   for i in range(10):

       print("priya", end= " ")

   print()

print()

tempList = []

for n in range(1, 1001):

   tempList.append(n)

print(sum(tempList))

print()

for n in range(1, 9):

   for i in range(1, 9):

       print(n*i)

print()

x = 100

while x != 0:

   print(x)

   x -= 1

Under which license is open-source software available?
A non-perpetual license
B. perpetual license
Ос.
GNU General Public License
D.
site license
O E
license with maintenance

Answers

Answer:

GNU General Public License

Explanation:

The GNU's General Public License is the most popular open-source license around. Richard Stallman created the GPL to protect the GNU software from becoming proprietary, and it is a specific implementation of his "copyleft" concept.

You need to write a program that has karel move 6 times and then put a ball. Which control structure do you need to use?

Answers

You need to write a program that has karel move 6 times and then put a ball. The control structure you need to use is a For loop. This is because code reuse is greatly facilitated by functions.

A for loop can be used to repeatedly perform any of Karel's activities for a predetermined number of times. This will enable us to run a piece of code as many times as we need.

The structure for a for loop looks like this

for(var i = 0; i < count; i++) {

 /* code to execute count times */

}

Follow the link below to see other types of control structures

https://brainly.in/question/13330349

#SPJ4

Considering all of the time and effort that is put into creating an online business, it is in a merchant’s best interest to make sure that as many people as possible make it to the merchant’s website. A good way to do this is to ensure search engine optimization. Describe three different steps you can take to ensure search engine optimization, and briefly explain what makes them effective.
PLSSS ANSWER I TIMED HERE!!! I GIVE BRAINLIEST TO BEST ANSWER!!!
P.S., this is NOT one of those that are multi-questioned. This is a paragraph kinda thing. I can't remember the answer to this question so pls give me something to use.

Answers

Answer:

Three different steps you can take to ensure search engine optimization is to update your content regularly, have a link-worthy site and use alt tags.

Explanation:

why is it important to use safe hand tool?​

Answers

Safe tool use contributes to a safer, more efficient work environment.
Using one is safer, hence the name, and can prevent serious injuries you could get without using it

A player moves around the screen with the arrow keys. Three enemies on the screen each have a different starting amount of hit points displayed with them. Each time an enemy is hit it loses points, with this update reflected on-screen. When each enemy has 0 points left, a game over screen should be displayed. Can i get the code for cmu cs academy or some help

Answers

ㄷㄱㅈㄱㅅㄷㅂㅅㄱㅈㄱㅈㅂㅇㄱ.ㄱㄷㄱㅇㄱㅇㅂㄷㅂㅇㄱㅇㅂㄷㄹㅊㄷㅈㅅㄱㄸㅂㅈㄱㅅㅂㄷㅎㄱㅎㅂㅈㅂㅈㅂㅌㅂㅅㄱㅅㄱㅅㅂㅅㄴㄴㄱㅈㅅㄱㄷㅂㄷㄱㅅㅋㅅㅁ

A lightbulb with a resistance of 7 Ω has a maximum current rating of 10 A. How much voltage can safely be applied to the bulb?

Answers

Answer:

We can use Ohm's law to determine the maximum voltage that can be safely applied to the bulb. Ohm's law states that:

V = IR

where V is the voltage, I is the current, and R is the resistance of the bulb.

In this case, the resistance of the bulb is 7 Ω, and the maximum current rating is 10 A. Substituting these values into the equation, we get:

V = (10 A)(7 Ω) = 70 V

Therefore, the maximum voltage that can safely be applied to the bulb is 70 V. Any voltage higher than this may cause the bulb to overheat and fail.

Computer _ rely on up to date definitions?

A. Administrators
B. Malware Scan
C. Firmware updates
D. Storage Drivers

Answers

Answer:  The correct answer is B. Malware Scan

Explanation:

The word "definition" only applies to antivirus and malware removal applications that scan for patterns using the definitions. The other choices do not use definitions. Firmware updates rely on images, storage drives use drivers and administrators are user privilege type.

mha ship what yo fave

mha ship what yo fave
mha ship what yo fave

Answers

Answer:

umm the first one I think..? lol

Answer:

both of them are my fav

Explanation:

Which of the following opens when the Labels icon is clicked?

Answers

The option that opens when the labels icon is clicked is: "Envelopes & Labels dialog box & the Labels tab" (Option D)

What is the explanation for the above response?

The function of the Envelopes & Labels dialog box & the Labels tab is to allow the user to create and print labels for various purposes.

The Labels tab provides options for selecting the label manufacturer and product number, as well as specifying the layout and content of the labels. Users can choose from a variety of preset label sizes or create their own custom size.

The dialog box also allows users to add text, images, and barcodes to the labels. Once the labels are created, they can be previewed and printed, making it a useful tool for creating address labels, product labels, and more.

Learn more about labels icon at:

https://brainly.com/question/20713933

#SPJ1

Full Question:

Although part of your question is missing, you might be referring to this full question:

Which of the following opens when the Labels icon is clicked?

Envelopes menu

Labels menu

Envelopes & Labels dialog box 7 the Envelopes tab

Envelopes & Labels dialog box & the Labels tab

Write a program that creates a two-dimensional array named height and stores the following data:

16 17 14
17 18 17
15 17 14
The program should also print the array.

Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]

Answers

Answer:

Explanation:

The following code is written in Java and it simply creates the 2-Dimensional int array with the data provided and then uses the Arrays class to easily print the entire array's data in each layer.

import java.util.Arrays;

class Brainly {

   public static void main(String[] args) {

       int[][] arr = {{16, 17, 14}, {17, 18, 17}, {15, 17, 14}};

   

     

      System.out.print(Arrays./*Remove this because brainly detects as swearword*/deepToString(arr));

   }

}

Write a program that creates a two-dimensional array named height and stores the following data:16 17

Answer:

height = []

height.append([16,17,14])

height.append([17,18,17])

height.append([15,17,14])

print(height)

Explanation:

I got 100%.

3. The wildlife department has been feeding a special food to rainbow trout finger lings in a pond. A sample of the weight of 40 trout revealed that the mean weight is 402.7 grams and the standard deviation 8.8 grams. ( 4 POINTS) 1. What is the point estimated mean weight of the population? What is that estimate called? 2. What is the 99 percent confidence interval? 3. What are the 99 percent confidence limits? 4. Interpret your findings?

Answers

Answer:

1)  402.7 grams. This estimate is called the sample mean.

2)  (399.11, 406.29)

3) The 99 percent confidence limits is between 399.11 grams and 406.29 grams.

I am 99% sure that the value lies between 399.11 grams and 406.29 grams.

Explanation:

sample size (n) = 40, the mean weight (x)= 402.7 grams and the standard deviation (σ)=8.8 grams

1) The point estimated mean weight of the population is 402.7 grams. This estimate is called the sample mean.

2) c = 99% = 0.99

α = 1 - 0.99 = 0.01

\(\frac{\alpha }{2} =\frac{0.01}{2} =0.005\).

The z score of 0.005 corresponds with the z score of 0.495 (0.5 - 0.005).

\(z_\frac{\alpha }{2} =2.58\).

The margin of error (e) = \(z_\frac{\alpha }{2}*\frac{\sigma}{\sqrt{n} } =2.58*\frac{8.8}{\sqrt{40} } =3.59\)

The confidence interval = x ± e = 402.7 ± 3.59 = (399.11, 406.29)

3) The 99 percent confidence limits is between 399.11 grams and 406.29 grams.

I am 99% sure that the value lies between 399.11 grams and 406.29 grams.

Introduction to computing systems: from bits and gates to c and beyond 2nd edition pdf solution manuals?

Answers

The study of  Introduction to computing systems: from bits and gates  is known to be given below

What is the introduction to the study about?

The study of  Introduction to computing systems is known to be a book that was written by Yale N. Patt and Sanjay J. Patel.

This textbook is known to be one that was said to have evolved from EECS 100 which was seen as the first computing course that was known to have been made for computer science, computer engineering, as well as electrical engineering majors in the year 1995.

The book is one that has a lot of components such that it was divided into two areas such as  structure of a computer, as shown in the LC-2; and programming in a high level language. (Note Pdf was too big to be attached.)

Learn more about computing systems from

https://brainly.com/question/13603602
#SPJ1

1. 5 Code Practice: Quetion 1

Write a one-line program to output the following haiku. Keep in mind that for a one-line program, only one print command i ued. Moon and tar wonder
where have all the people gone
alone in hiding. - Albrecht Claen
Hint: Remember that the ecape equence \n and \t can be ued to create new line or tab for extra pacing

Answers

A one-line program to output the following haiku is shown below.

print("Moon and tar\n\twonder\nwhere have all the people gone\n\t\talone in hiding.")

This condition is known as coding.

Coding is the process of using a programming language to create instructions that a computer can follow to complete a task. Coding involves writing code, debugging it, and testing it to ensure that it works as intended. It is a crucial skill for computer programmers and is used in a wide range of fields, including software development, data science, and web design. Coding can be challenging and requires a strong foundation in math and problem-solving skills, but it can also be rewarding and is a valuable skill to have in the modern world.

Learn more about coding, here https://brainly.com/question/20712703

#SPJ4

_____ includes the technologies used to support virtual communities and the sharing of content. 1. social media 2.streaming 3. game-based learning

Answers

Answer: it’s A, social media

Explanation:

Social media are interactive digital channels that enable the production and exchange of information. The correct option is 1.

What is Social Media?

Social media are interactive digital channels that enable the production and exchange of information, ideas, hobbies, and other kinds of expression via virtual communities and networks.

Social media includes the technologies used to support virtual communities and the sharing of content.

Hence, the correct option is 1.

Learn more about Social Media:

https://brainly.com/question/18958181

#SPJ2

6.1.4: Functions with parameters and return values. Write a function ComputeNum that takes one integer parameter and returns 7 times the parameter. Ex: ComputeNum(3) returns 21.#include using namespace std;/* Your code goes here */int main() {int input;int result;cin >> input;result = ComputeNum(input);cout << result << endl;return 0;}

Answers

Here's the implementation of the ComputeNum function that takes an integer parameter and returns 7 times the parameter:

The Program

#include <iostream>

using namespace std;

int ComputeNum(int num) {

 return 7*num;

}

int main() {

 int input;

 int result;

 cin >> input;

 result = ComputeNum(input);

 cout << result << endl;

 return 0;

}

In this implementation, the ComputeNum function takes an integer parameter num and multiplies it by 7 using the * operator. It then returns the result of this computation using the return statement.

In the main function, the program prompts the user to enter an integer value which is stored in the input variable. It then calls the ComputeNum function with input as the argument and stores the result in the result variable. Finally, the program outputs the value of result to the console using the cout statement.

For example, if the user enters 3, the program will output 21 (i.e., 7*3).

Read more about programs here:

https://brainly.com/question/28959658

#SPJ1

Anybody want to help me figure out how to put this on a resumè

Answers

Answer:

Contact Information

Opening Statement: Summary or Objective

Work History

Education

Soft Skills and Technical Skills

Certifications and Professional Memberships

Achievements and Awards

Additional Sections (Community Involvement, Volunteering, etc.)

If a storage pool is configured as if it has more virtual storage than the physical drives actually offer, what feature is being used?.

Answers

The feature being used is thin provisioning.

Which statement is true about the location-sharing site Gowalla?

Answers

Answer:

a user gets a newbie badge for their first check-in into gowalla.

Explanation:

A user gets a newbie badge for their first check-in into gowalla.

What is Gowalla?

On the location-based social networking site Gowalla, members can check-in to broadcast their whereabouts. The undirected friendship network, which has 196,591 nodes and 950,327 edges, was compiled using their open API.

Longtime readers of TechCrunch will probably remember the startup as an ambitious consumer social app that first caught the attention of Silicon Valley investors but ultimately failed to gain traction.

It appeared that the tale would end there, founder Josh Williams tells TechCrunch that he has made the decision to bring back the Gowalla name and advance its original intent by relying on augmented reality technology.

Therefore, A user gets a newbie badge for their first check-in into gowalla.

To learn more about Gowalla, refer to the link:

https://brainly.com/question/12028030

#SPJ2

Topic: Video Games
Here's a challenge! Guess the song!!!

When you walk away
You don't hear me say
"Please, oh baby, don't go."
(Not gonna say this line cause it will give away the answer)
It's hard to let it go
Hold me
Whatever lies beyond this morning is a little later on
Regardless of warnings, the future doesn't scare me at all.
Nothing's like before
BRAINLIEST IF YOU CAN NAME THE SONG AND GAME IT CAME FROM

Answers

Answer:

Hikaru from kingdom hearts 3 :)

Explanation:

Okay im spamming but help me again please

Okay im spamming but help me again please

Answers

Answer: for 5 its b and for 6 i may be wrong but i think its also b

Explanation:

How does a film establish the setting?

Answers

Answer:

Establishing Shots are critical in a film. They clue the viewer where this next scene is about to take place. Each time the location of a scene shifts, a new establishing shot does exactly; what its name implies: it establishes where the story will now continue, and fiction writers need to do the same thing.

Explanation:

which of the following are two main components on the motherboard? a. memory and storage b. interpreter and compiler c. processor and memory d. compiler and processor

Answers

The motherboard is the foundation for all system components, with the two main components being the processor and memory.

The Vital Role of Processor and Memory in a Computer System

The motherboard is the backbone of any computer system and it houses two main components - the processor and the memory.

The processor is the brain of the computer and is responsible for carrying out instructions and performing calculations. The memory is what stores the instructions and data needed for the processor to carry out its tasks. Without the processor and memory, a computer wouldn't be able to do anything.

The processor and memory are the two main components on the motherboard and they work together to make a computer function.

The processor takes in instructions from the user and then processes them in order to carry out whatever task the user wants it to do. The memory, on the other hand, stores data and instructions so that the processor can access it quickly and efficiently. Without both of these components, a computer wouldn't be able to do anything.

Learn more about motherboard at: https://brainly.com/question/14454041

#SPJ4

with a(n) ____ program, a user can continue to click buttons while your program is reading a data file.

Answers

With a multi-threaded program, users can continue to interact with buttons and perform actions while the program simultaneously reads a data file.

A multi-threaded program is designed to execute multiple threads simultaneously, allowing for concurrent processing and improved responsiveness. In the context of reading a data file, a multi-threaded program enables users to interact with the program's interface, click buttons, and perform other actions while the program is busy reading the file.

By utilizing multiple threads, the program can allocate separate threads to handle different tasks. In this case, one thread can be dedicated to reading the data file, while another thread handles user interactions and updates the graphical user interface (GUI).

This allows for a more efficient and seamless user experience, as users are not blocked or restricted from performing actions while the program is busy with file operations.

Multi-threading is especially useful when dealing with time-consuming operations such as reading large files or performing complex calculations. It enhances the overall responsiveness and interactivity of the program, enabling users to continue using the program without interruptions or delays.

Learn more about multi-threaded program here :

https://brainly.com/question/31570450

#SPJ11

There are numerous strict and steadfast rules when it comes to composition.

answers:
true
false

Answers

Answer:

false

Explanation:

none ¯\_(ツ)_/¯

Other Questions
A medical assistant is measuring the vital signs of an adult patient. the assistant should identify which of the following blood pressure readings at stage 2 hypertension?[ ] 110/80 mm Hg[ ] 135/80 mm Hg[ ] 150/95 mm Hg[ ] 120/85 mm Hg[ ] 150/95 mm Hganything with systolic higher than 140 mm Hg and diastolic greater than 90 mm Hg. Identify the spematogenic cells found in the basal compartment of the seminiferous tubule.a) secondary spermatocyteb) spermatogoniac) primary spermatocyted) spermatid (a) How many locations of memory can you address with 12-bit memory address? (b) How many bits are required to address a 2-Mega-location memory, i.e, what should the length of the memory address be in order to access a 2M memory? (c) Assume intArray is an integer array with 20 elements stored in memory and its starting memory address is in $s2. What is the memory address for element intArray [10]? (d) Assume charArray is a character array with 20 elements stored in memory and its starting memory address is in $t5. What is the memory address for element charArray[5]? Drag the tiles to the correct boxes to complete the pairs.Match each individual to the political party he belonged to. What factors should managers compare current performance to in order to find sources of discrepancies in performance? Which of the following explains how the growth of a market-based economy in the united states in the early 1800s most directly influenced changes in gender roles?. The cash flows for a project include the: Multiple Choice incremental operating cash flow and aftertax salvage value of the project. incremental operating cash flow, as well as the capital spending and net working capital requirements. net income generated by the project plus the annual depreciation expense. net operating cash flow generated by the project, less both sunk and erosion costs. sunk costs, opportunity costs, and erosion costs of the project. you sit in a car that is moving at an average speed of 86.4 km/h. during the 3.3 s that you glance out the window, how far has the car traveled? In the __________ design, a composer furnishes music for one stanza of poetry, and this music is repeated over and over for further stanzas. Economic development in Paraguay was impacted by its geography. Select the best example of economic foundations in Paraguay affected by geography directly.Landlocked geography allows for ample space for agriculture and farming.Poorly developed roads make a difficult location for tourism markets.Access to ports make an ideal location for fishing and international trade. 2 m 3 14 m 2 + 20 m = 0 if you cant see the image...1. How much of the Earths ocean floors have been mapped?2. What are some reasons why we should learn more about and map our ocean floors?(complete sentences please)(second time asking) Which statement BEST explains why Orion is only visible for a few months of the year? A. As the Moon orbits Earth, it can block the view of stars in the night sky. B. As Earth rotates on its axis, the direction that Earth faces at night changes. C. As the stars of Orion rotate around Earth, they can be blocked by Earth itself. D. As Earth revolves around the Sun, the direction that Earth faces at night changes. Is the following statement true or false?Perpendicular lines form a 60 angle.truefalseSubmit Which sentence best completes the diagram?Globalization?A. Local businesses face less international competition.B. Fewer companies have a need for natural resources.C. Incomes improve for poor people in all countries.D. Natural resources move from poor to rich countries. [ NaCl --> Na + Cl ] How many grams of Sodium will be produced when 45.0g of Salt is decomposed completely? * Which of the following statements is about equilibrium is true?A) Equilibrium favors the products when the energy of the products is higher than the energy of the reactantsB) Equilibrium favors the reactants when the energy of the product is lower than the energy of the reactantsC) Equilibrium favors the products when they are less stable than the starting material of a reactionD) Equilibrium favors the products when they are more stable than the starting material of a reaction why is an investment portfolio containing a mix of stocks and bonds less risky than one containing a single asset class? Help anyone I dont understand this ???? Instructions: Identify the type of sequence and write the recursive rule.