answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the disadvantage of token based algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the disadvantage of bresenham's circle drawing algorithm?

The main advantage of Bresenham's algorithm is speed. The disadvantage of such a simple algorithm is that it is meant for basic line drawing. The "advanced" topic of antialiasing isn't part of Bresenham's algorithm, so to draw smooth lines, you'd want to look into a different algorithm.


Which is one of pre-emptive scheduling algorithm?

Priority based algorithm


What are the advantages and disadvantages of dijkstra-scholten algorithm versus Huangs algorithm?

Main disadvantages:The major disadvantage of the algorithm is the fact that it does a blind searchthere by consuming a lot of time waste of necessary resources.Another disadvantage is that it cannot handle negative edges. This leads toacyclic graphs and most often cannot obtain the right shortest path.


What are the advantages anddisadvantages of token ring topology?

Advantage: No packet collisions Disadvantage: Single point of failure


Is a text based approach to documenting an algorithm?

pseudocode


What algorithm library is GPG GUI based on?

PGP


What is a text based approach to documenting an algorithm?

pseudocode


What is the text-based approach to documenting an algorithm?

pseudocode


What is fullform of RSA token?

There are number of encryption techniques one such technique is RSA. RSA stands for rivest shamir algorithm.


What is the advantage and disadvantage of LMS algorithm?

Advantages & disadvantages of LMS algorithm :(1) Simplicity in implementation(2) Stable and robust performance against different signal conditions(3) slow convergence ( due to eigenvalue spread )(4) MSE Behavior of the LMS Algorithm


What is token based media access?

Token-based media access is a controlled media access method in which computers pass a special sequence of bits between them; only the node holding this token can transmit on the network. After transmitting its data, or if it has no data to transmit, a node passes the token to the next computer on the network. Neeraj


Which one is better kruhskal's algorithm or prim's algorithm?

Both algorithms have the same efficiency and both are based on the same greedy approach. But Kruskal's algorithm is much easier to implement.