What is not one of the three characteristics of tcp in its role as a reliable delivery protocol?.

Answers

Answer 1

Transmission Control Protocol (TCP) is the most popular protocol utilized for communication across the internet. TCP, as a reliable delivery protocol, has several characteristics. However, one of the three characteristics of TCP in its role as a reliable delivery protocol is the ability to perform a quick, continuous, and reliable flow control.


The first characteristic of TCP is connection-oriented communication. The connection-oriented communication guarantees that the sending device is connected to the receiving device before data transmission. TCP guarantees that the receiver is ready to receive data before transmission occurs. Therefore, the receiver will have a buffer ready to store incoming data.

Therefore, Flow control is one of the three characteristics of TCP in its role as a reliable delivery protocol. It allows the sender to control the flow of data based on the receiver's buffer size, preventing buffer overflow or congestion.

To know more about  protocol visit:

https://brainly.com/question/28782148

#SPJ11


Related Questions

a network representation is a very specific conceptual aid and is only used in special cases.truefalse

Answers

The given statement is False. A network representation is a versatile and widely used conceptual aid that can be applied in various contexts and not just in special cases.

It is a visual depiction of interconnected entities or elements, often used to illustrate relationships, processes, or structures. Common examples of network representations include social networks, communication networks, and biological networks. They can also be used in areas like computer science, transportation, project management, and more. By illustrating complex systems as networks, we can analyze and understand their properties, optimize their performance, and solve related problems more effectively. Network representations are valuable tools for simplifying complex relationships and enhancing our understanding across a broad range of disciplines.

For such more questions on network representation

https://brainly.com/question/30720442

#SPJ11

Adjust the code you wrote for the last problem to allow for sponsored Olympic events. Add an amount of prize money for Olympians who won an event as a sponsored athlete.

The

Get_Winnings(m, s)
function should take two parameters — a string for the number of gold medals and an integer for the sponsored dollar amount. It will return either an integer for the money won or a string Invalid, if the amount is invalid. Olympians can win more than one medal per day.

Here's my answer for question 1 please adjust it thanks!

def Get_Winnings(m):

if m == "1": return 75000

elif m == "2":

return 150000

elif m == "3":

return 225000

elif m == "4":

return 300000

elif m == "5":

return 375000

else:

return "Invalid"

MAIN

medals = input("Enter Gold Medals Won: ")

num = Get_Winnings(medals)

print("Your prize money is: " + str(num))

Answers

Answer:def Get_Winnings(m):

if m == "1": return 75000

elif m == "2":

return 150000

elif m == "3":

return 225000

elif m == "4":

return 300000

elif m == "5":

return 375000

else:

return "Invalid"

MAIN

medals = input("Enter Gold Medals Won: ")

num = Get_Winnings(medals)

print("Your prize money is: " + str(num))

exp: looking through this this anwser seemes without flaws and i dont follow

if you can provide what you are not understanding ican an help

Write a class that will hold the following information: name (first and last name should each be stored in string variables), ID Number (you will generate these (1-25 is fine) and they should be sequential), pay rate (a percentage in the form of a decimal), and base pay (an integer). Create a file of names to read in both the first and last name of each of your fictional employees, assigning each one an id number at the same time

Answers

A class is created to hold the information required to carry out some operations. In this case, the information includes name, ID Number, pay rate, and base pay.


class Employee:
   # initializing the variables for storing employee information
   def __init__(self, firstname, lastname, id, payrate, basepay):
       self.firstname = firstname
       self.lastname = lastname
       self.id = id
       self.payrate = payrate
       self.basepay = basepay
    # A function to get the employee name
   def get_fullname(self):
       return '{} {}'.format(self.firstname, self.lastname)

   # A function to generate employee ID numbers sequentially
   def get_id(self):
       return self.id
    # A function to get the pay rate in decimal percentage form
   def get_payrate(self):
       return self.payrate

To know more about ID Number visit:-

https://brainly.com/question/31759876

#SPJ11

What are the uses of magnetic force?​

Answers

Explanation:

Computer hard drives use magnetism to store the data on a rotating disk. More complex applications include: televisions, radios, microwave ovens, telephone systems, and computers. An industrial application of magnetic force is an electromagnetic crane that is used for lifting metal objects.

Answer:

Examples of magnetic force is a compass, a motor, the magnets that hold stuff on the refrigerator, train tracks, and new roller coasters. All moving charges give rise to a magnetic field and the charges that move through its regions, experience a force.

I Hope this will help you if not then sorry :)

An electric spreadsheet can perform all of the following tasks, except
A. Display information visually
B. Calculate data accurately
C. Plan worksheet objectives
D. Recalculate updated information

Answers

Answer:

C. Plan worksheet objectives

Explanation:

what is the maximum number of different numbered protocols can the ip header support

Answers

This is because the Protocol field in the IP header is an 8-bit field, which means it can hold a maximum value of 2^8 (256) different protocol numbers. Each protocol number corresponds to a specific protocol or service that can be used by the IP packet, such as TCP (6) or UDP (17).

For example, if you are referring to a stock market index that measures the value of a specific stock market or a particular segment of the market, such as the S&P 500 Index in the United States, you can find the value index for 2018 by looking up historical data or referring to financial market databases or websites that provide this information. These sources typically provide the index levels and performance for specific time periods.

If you are referring to other types of value indices, such as real estate indices, commodity indices, or economic indices, the process would be similar. You would need to consult relevant sources or databases specific to the particular index you are interested in to obtain the value index for 2018.

Read more about consult relevant here;https://brainly.com/question/4363722

#SPJ11

Use the internet to find a foreign product that is not available
in the United States. Then take that foreign product and put
together a strategy to market it in the United States.

Answers

Marketing a foreign product in the United States can be quite a task. However, it’s a rewarding task as it opens doors to the opportunity for a new market and the potential to make profits.

In this context, we will use “Kangaroo Island Spirits”, a gin from South Australia, to discuss a strategy to market a foreign product in the United States.

Study the American Market and its needs: The first step in putting together a strategy to market Kangaroo Island Spirits gin is to research and understand the American market. Analyze the current trends and needs of the American gin market. This will give an idea of the demand for this product and also to know the different geographical locations where it can be marketed.Understand the Legal requirements: To ensure the product meets all legal requirements for sale in the United States, check the rules and regulations for importing the product into the US. Understanding the legal requirements will help in avoiding any legal issues and also prevent penalties and fines.Position the product in the USA: Most American consumers love their Gin, and marketing to their interests and tastes will make the product more attractive. A good place to position Kangaroo Island Spirits gin is in high-end restaurants, wine and spirits stores.Using Social media platforms can be useful in advertising the product as it reaches a large audience. There should be continuous promotions to create brand awareness and to increase sales.Choose a Distribution Channel: To make Kangaroo Island Spirits gin available for purchase by American consumers, it is important to find a distributor that specializes in alcoholic beverages and is familiar with the US market. Online sales can be a good channel for distributing the product and this can be done via sites like Amazon, and eBay.

Marketing a foreign product in the United States is a challenging task, however, it’s not impossible. By studying the American market, understanding legal requirements, positioning the product and choosing the right distribution channels, Kangaroo Island Spirits gin can be successfully marketed in the US.

To learn more about Marketing, visit:

https://brainly.com/question/27155256

#SPJ11

Which command should you enter at the command prompt to display the current user's quota limits and disk usage?

Answers

wmic diskdrive get size

the shop linked to these assets is violating integrity policies and is not eligible to engage in this commerce operation.

Answers

No, the shop is not violating any integrity policies and is eligible to engage in the commerce operation.

What is commerce operation?Integrity policies are measures designed to ensure that business operations are conducted in an honest, fair, and transparent manner.These policies include ethical codes of conduct, rules for disclosure and transparency, and prohibitions against fraud, bribery, and other corrupt practices. In this case, the shop linked to these assets has violated these policies and is therefore not eligible to engage in this commerce operation. The shop may have violated these policies by engaging in deceptive practices, such as false advertising or misrepresenting prices or services. It may have also failed to disclose important information or have taken part in other forms of corruption.Additionally, it may have failed to comply with applicable laws and regulations. All of these violations could render the shop ineligible to engage in this commerce operation. By adhering to integrity policies, businesses are able to ensure that they are engaging in ethical and legal practices while also protecting their customers and stakeholders.Therefore, it is essential that all businesses adhere to these policies to remain eligible for engaging in commerce operations.

To learn more about Integrity policies refer to:

https://brainly.com/question/30138038

#SPJ4

Examples for structured data include Select one or more:

a. Data stored in the PDF format

b. Data stored in the RDF format

c. Data stored in a docx format

d. Data stored in an RDBMS

e. Data stored in file cabinets

Answers

The examples of structured data include:

b. Data stored in the RDF format

d. Data stored in an RDBMS

Structured data refers to organized and well-defined data that can be easily processed and understood by machines. It follows a predefined structure or schema, enabling efficient storage, retrieval, and analysis. Examples of structured data include data stored in the RDF (Resource Description Framework) format, which is a standardized format for representing information on the web.

Another example is data stored in an RDBMS, such as a relational database, which uses tables with defined columns and relationships between them. These structured data formats allow for efficient querying, indexing, and analysis, making them suitable for various applications and data management tasks. Therefore, options b and d are the correct answers.

You can learn more about structured data at

https://brainly.com/question/30257910

#SPJ11

How to create a checkerboard on Python turtle?
I need to create a generic checkerboard in that box, if anyone knows how to code this I would be absolutely grateful and grant you brainliest for sure!

Answers

Answer:

here is my crude attempt:

import turtle

t = turtle.Turtle()

t.speed(0)

colors = ["black", "yellow"]

SQUARES = 8

SQUARESIZE = 20

def rectangle(color, s):

 t.begin_fill()

 t.pendown()

 t.color(color)

 for i in range(4):

   t.forward(s)

   t.right(90)

 t.end_fill()

 t.penup()

for row in range(SQUARES):

 for col in range(SQUARES):

   t.setpos(row*SQUARESIZE, col*SQUARESIZE)

   rectangle(colors[(row+col)%2], SQUARESIZE)

List any two features of this computer
h. Who invented Electronic Discrete Variable Automatic Computer? ​

Answers

Answer:

John Mauchy 1. designed to be a stored-program computer 2. it was binary rather than decimal

what do these two parts of the lift do​

Answers

Answer:

Am sorry but I can't see the two parts

Write the sql statement that returns a list of all actors names sorted by last name, then by first name. (Without using the wildcard (*) for the fields.)

Answers

To return a list of all actors' names sorted by last name, then by first name, you can use the SQL statement below:

SELECT last_name, first_name
FROM actors
ORDER BY last_name, first_name;

This statement selects the last_name and first_name fields from the actors table and orders the results first by last name, and then by first name. The ORDER BY clause is used to specify the sorting order, with the fields separated by commas. Please note that you may need to replace "actors" with the actual name of the table in your database. Additionally, ensure that the column names (last_name and first_name) match the structure of your table.

The "ORDER BY" clause is used to sort the result set based on specified columns. In this case, the sorting is done first by the "last_name" column in ascending order and then by the "first_name" column in ascending order. Overall, the provided SQL statement retrieves a list of actors' names and sorts them alphabetically by last name, and then by first name.

Learn more about ORDER BY query: https://brainly.com/question/7582873

#SPJ11

When both source and destination files need constant updating, use _____________.
A.) cropping
B.) embedding
C.) linking
D.) pasting

Answers

When both source and destination files need constant updating, use embedding or linking.

What is the destination file?

The file is known to be one that is linked or said to be a form of embedded object  that is often inserted into, or that data is saved to.

Note that the source file is one that has the information that is used to create the object and as such, when there is issues, one can use linking.

Learn more about destination files  from

https://brainly.com/question/17019048

suppose you have the option of running three algorithms, alg1, alg2, alg3, with running times o(1000n ln n), o(n3), 300n2, respectively. which algorithm would you select (i.e., which one is the fastest according to big-oh analysis) to run on input instances with arbitrarily large sizes n?

Answers

Since Alg1 is n squared, I am aware that it is the fastest of these algorithms. Alg2 is presumably the slowest because it is 2^n, which is known to perform very poorly, followed by Alg4 because it is n cubed.

Define the term algorithms?

An algorithm is a method used to carry out a computation or solve a problem. In either hardware-based or software-based routines, algorithms function as a detailed sequence of instructions that carry out predetermined operations sequentially.

All aspects of information technology employ algorithms extensively. A algorithm is a series of guidelines for resolving a dilemma or carrying out a task. A recipe, that consists of detailed directions for creating a dish or meal, is a typical illustration of an algorithm. One of the most significant algorithms available now is the merge sort algorithm. It is a comparison-based sorting algorithm that overcomes an O(n2) difficulty using the divide-and-conquer strategy.

Since Alg1 is n squared, I am aware that it is the fastest of these algorithms.

Thus,  Alg2 is presumably the slowest because it is 2^n, which is known to perform very poorly, followed by Alg4 because it is n cubed.

To know more about the algorithms, here

https://brainly.com/question/15802846

#SPJ4

!!!!!16 POINTS!!!!Can a computer evaluate an expression to something between true and false? Can you write an expression to deal with a "maybe" answer?

DO NOT JUST ASWERE FOR POINTS OR YPU WILL BE REPORTED AND BLOCKED. IF YOU HAVE ANY QUESTION PLEASE ASK THE IN THE COMMENTS AND DO NOT ASWERE UNLESS YOU KNOW THE ANSWER TO THE PROBLEM, thanks.

Answers

Answer:

Yes a computer can evaluate between a true or false. x < 1, and if the condition is met, the value is true, else its false. A computer itself cannot handle any "maybe" expression, but with the influence of human opinion, in theory its possible. Chocolate cake < Vanilla cake, is an example. Entirely on opinion.

Write a pingpong class that implements the runnable interface and will write ping or pong in a console window. have it print the word (ping or pong) at least 10 times before it terminates. write a program that creates and runs two threads using the pingpong class. one that prints ping, one that prints pong.

Answers

A program's thread of execution is known as a thread. The Java Virtual Machine enables an application to run multiple execution threads simultaneously. Each thread is given a priority. Higher priority threads are prioritized for execution over lower priority threads.

public class PingPong

 

{

   private String  word;

   private int delay;

   public PingPong (String whatToSay, int delayTime)

   {

       word  = whatToSay;

       delay = delayTime;

   }

   public void run ()

   {

       for ( ; ; ) {

           out println (word);

           try {

               Thread sleep (delay);

           } catch (InterruptedException ex) {

               return;

           }

       }

   }

   public static void main (String [] args)

   {

       new Thread (new PingPong ("ping", 333)) start ();

       new Thread (new PingPong ("PONG", 1000)) start ();

}
}

What do Java classes do?

A class is a template used to create objects and define object data types and methods in the context of Java. Objects are the things that make up each category's classes. The fundamental class properties must be present in all class objects.

To know more about Objects visit:-

brainly.com/question/12985618

#SPJ4

If you had three extra siblings, what would be your birth order and what personalities would you like them to have?

Answers

Answer:

mixed personalities l

that will be cool

Answer:

I already have 4 step brothers, 2 real brothers, 1 step sister, and a half sister, so 3 more people would be a lot. If I got to pick their personalities and gender, I would want 1 more sister and 2 more brothers. I would watn a more alt brother, a more fem brother, and an indie sister. Kinda just an aesthetic type for them.

what are output devices ?
name them​

Answers

Answer:

Monitor.

Printer.

Headphones.

Computer Speakers.

Projector.

GPS.

Sound Card.

Video Card.

Explanation:

what type of software can be integrated with erp software to record ledger journaling and biling in the smae platform as other, related data

Answers

Accounting software can be integrated with ERP software to record ledger journaling and billing in the same platform as other related data.

By integrating accounting software with ERP, companies can streamline financial management processes, including recording journal entries, billing, and managing accounts payable and receivable.

ERP software typically includes financial modules that handle general ledger, accounts receivable, and accounts payable. However, integrating accounting software adds more robust functionality, such as invoicing, cash flow management, and financial reporting.

Popular accounting software that can be integrated with ERP includes QuickBooks, Xero, and Sage. Overall, integrating accounting software with ERP helps organizations to manage their financial data more efficiently and accurately.

For more questions like Data click the link below:

https://brainly.com/question/10980404

#SPJ11

Which statement describes a way in which society affects the development of technology?

Which statement describes a way in which society affects the development of technology?

Answers

Answer:

A.

Explanation:

Its talking about HOW society affects the development of technology

Answer:

A

Explanation:

I took the quiz

Which statement describes a way in which society affects the development of technology?

4. Question 4

Who handles sending

data from one site to another

Answers

Data packets are sent from one site to another over the internet. When a person visits a website, their computer sends a request to the website's server, which then sends back the requested information in the form of data packets.

These data packets are sent across a network of interconnected computers and servers until they reach their destination. A packet is a unit of data that is transmitted over the internet.

It contains both the information being sent and the instructions on how to get to its destination. Packets are usually transmitted over a network using a protocol called the Internet Protocol (IP).

To know more about internet visit:

https://brainly.com/question/13308791

#SPJ11

what is a scratch application pls help me build a game through scratch step by step​

Answers

Answer:

Scratch is the a coding community and a coding language with simple visual interface that allows people to create digital stories, games and animeations ect.

Explanation: Migth be able to help depending on waht you are making







Q: what is the addressing mode for the following instruction: (B139), BL Immediate mode Register Mode Indirect mode Direct mode O Indexed Addressing Mode MOV* 2 points

Answers

The addressing mode for the instruction (B139) is immediate mode.

Immediate mode is an addressing mode in which the operand value is directly specified in the instruction itself. In this mode, the instruction contains a constant value or an immediate data that is used as the operand. The value is typically specified using a numeric or symbolic representation. In the given instruction (B139), the value "B139" is directly specified as the operand, indicating an immediate mode addressing.

Immediate mode is commonly used when the operand value is known at compile time or when there is a need to perform immediate calculations or comparisons. It allows for efficient and concise coding by eliminating the need for extra memory accesses or register usage. However, it also has limitations as the immediate value is fixed and cannot be modified during program execution.

In the context of assembly language programming, understanding different addressing modes is essential for effective program design and optimization. Each addressing mode offers unique benefits and trade-offs in terms of code efficiency, memory usage, and flexibility. By choosing the appropriate addressing mode, programmers can tailor their instructions to efficiently manipulate data and perform desired operations.

To learn more about programming click here:

brainly.com/question/14368396

#SPJ11

Kris is the project manager for a large software company. Which part of project management describes the overall project in detail? Analysis report Resources document Scope Scope creep

Answers

Answer:

The given option "Resource document" is the correct answer.

Explanation:

Whenever it applies to chronology as either the documentation a resource records collection of specific documents should indeed be regarded as a component of this kind of record. The resource component encompasses a series of proclamations provided by the researcher including its memorandum, and therefore is willing to take responsibility for each other by the very same body is nonetheless accountable again for the file.

The remaining three options do not apply to something like the specified scenario. And the latter is the correct one.

Answer:

Resource document

Explanation:

Adding videos to your website can be tricky because there may be problems making sure they will play in all platforms .

Answers

It is true to state that Adding videos to your website can be tricky because there may be problems making sure they will play on all platforms.

Why do people add videos to websites?

Videos will assist you in reaching new website visitors and leaving a lasting impression. A video supplements the static content on a website to give a more exciting experience for the user. Videos are an excellent approach to establishing a long-term relationship with web visitors.

When it comes to educating potential consumers about a product, video footage is an excellent resource. In fact, 94% of marketers believe that leveraging video content has increased customer knowledge of a product or service.

Learn more about websites:
https://brainly.com/question/19459381
#SPJ1

Full Question:

True or False?

Adding videos to your website can be tricky because there may be problems making sure they will play on all platforms

Which of these jobs would be most appropriate for someone who majors in information systems? A. Managing a group of programers B. Creating a cloud based customer service application app C. Providing telephone tech support D. Designing a database for an online retailer.

Answers

Answer:

B. Creating a cloud based customer service application app

Explanation:

Information Systems is described as an "academic study of various systems encompassing a particular reference associated with the complementary networks and information of the software and hardware that different organizations and people use to collect, create, process, distribute, and filter data.

The information system includes an integrated pair of different components for storing, collecting, and processing data, along with this, it is utilized for providing knowledge, information, and digital products.

In the question above, the correct answer is option-B.

Define a void function named drawDonut to draw a donut that can be called with this syntax: drawDonut( x, y, diameter, color ); The function should draw a circle for the donut at the given position, diameter, and color, then put a white hole in the center at 1/4 of the specified diameter. Make 3 calls to drawDonut in start to make 3 different donuts at different locations, and sizes. Make one donut yellow, another orange, and the last one brown.

Answers

The void function is depicted as given below. See the definition of a void function.

What is a void function?

Void functions are constructed and used in the same way as value-returning functions, except that they do not return a value once the function executes. In place of a data type, void functions utilize the term "void."

A void function executes a task and then returns control to the caller, but it does not return a value.

See the attached for the full solution.

Learn more about void functions at;
https://brainly.com/question/19539019
#SPJ1

For function isreverse, write the two missing base case conditions. Given two strings, this function returns true if the two strings are identical, but are in reverse order. Otherwise it returns false. For example, if the inputs are tac and cat, then the function should return true.

Answers

Answer:

def isrreverse(str1, str2):

       return str1 == str2[::-1]

Explanation:

Other Questions
a student earns R220 a week.What does he earn in a year of it takes 2 weeks unpaid. what is meant by input and output work Is the S or the C silent in Scent? Help this is due tomorrow anyone who knows german?? help asap (3,4,5a) All i know is that the answer is not 9 Which of the following statements regarding Pascal's triangle are correct?A. The coefficients of (x + y)" are given by the nth row of Pascal'striangle.B. Each row is a "palindrome" that is, it is the same if read fromleft to right or from right to left.C. The nth row gives the coefficients in the expansion of (x + y)21.D. To generate Pascal's triangle, add adjacent terms on a row todetermine the term directly below them. A mother traveling to another country for work leaves her children in the care of her parents. This is an example of how Cylinder volumeDue asapI dunno this either- what element make up organic compounds? Find the limit. (If the limit is infinite, enter '[infinity]' or '-[infinity]', as appropriate. If the limit does not otherwise exist, enter DNE.)lim x [infinity] 4 cos(x) A squirrel family collected 172172172 nuts to store for the winter. They spread the nuts out evenly among their 666 favorite spots. The squirrels ate the last few nuts that didn't divide evenly. Sadly, a crow stole half the nuts from one of the spots. How many nuts did the crow steal?. what things made English language important in the past A CUBED box has 1331 cubic inches how tall is the box??? Read the writing prompt for an argumentative essay.Many ideas about government originated in ancient Athens. Athenian citizens had many rights including the right to stand trial and the right to vote. What impact did ancient Athenian government have on modern society? Write an essay that argues your viewpoint on this topic. Support your claim with reasons and evidence.Which statement is the most effective claim for the topic?Athenian citizens had basic rights.Athenian citizens were very smart and interesting people.Ancient Athens made significant contributions to the world.Ancient Athens influenced the growth of democratic governments. determine whether each of the 7 is a quadrilateral, rectangle, isosceles trapezoid, trapezoid, parallelogram, square, or rhombus Classify these amino acids as acidic, basic, neutral polar, or neutral nonpolar. drag each item to the appropriate bin. Psychology A test that is administered in a consistent manner increases the reliability of a study.F pllsss help im giving 100 points and brainly The trapezius muscle may be separated into all of the following groups, except __________.