answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What do you mean by jitter control in congestion control algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does congestion mean fullness?

correct


What does the word algorithm mean today?

An algorithm is the process by which you solve a problem


What you mean by numerically unstable algorithm?

a note on numerically unstable algorithm


What does algorithm mean in math?

24 times 21= in algorithm standard


What is the need of parallel line algorithm?

Do you mean "Why might a parallel line algorithm be needed?" or "What properties does a parallel line algorithm need to have?".


What do these words mean control system flow diagram?

It is one of the process of designing any system. with that flow diagram , the algorithm is made to modulate the system.


When is minimum mean square error algorithm used?

This type of algorithm is commonly used in n dimensional clustering applications. This mean is commonly the simplest to use and a typical algorithm employing the minimum square error algorithm can be found in McQueen 1967.


What do you mean by analysis of algorithm?

it is a processor of the work


What does the medical abbreviation TPC mean?

Tonsillo Pharyngeal Congestion


What is an algorithn?

If you mean "Algorithm" an algorithm is simply a set of rules, or steps to complete, which are needed to solve a particular problem. An example would be a recipe in a cookbook. A recipe is an algorithm.


What is sub-algorithm?

It is an algorithm used by another algorithm as part of the second algorithm's operation.As an example, an algorithm for finding the median value in a list of numbers might include sorting the numbers as a sub-algorithm: There are plenty of algorithms for sorting, and the specifics of the sorting does not matter to the "median value" algorithm, only that the numbers are sorted when the sub-algorithm is done.For what an algorithm is, see related link.


What is Dijkstra's algorithm?

Dijkstra's algorithm is used by the OSPF and the IS-IS routing protocols. The last three letters in OSPF (SPF) mean "shortest path first", which is an alternative name for Dijkstra's algorithm.