Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

some other policies for fairness in congestion control are additive increase additive decrease (aiad), multiplicative increase additive decrease (miad), and multiplicative increase multiplicative decrease (mimd). discuss these three policies in terms of convergence and stability.

Sagot :

Congestion control regulates the flow of data packets into the network, allowing for more efficient use of a shared network infrastructure.

Additive increase and additive decrease (AIAD) This is the policy which follows the below rule

a(i)>0, b(i) =1, a(d)<0 b(d)=1

This policy doesn't converge to fairness which means that it is not stable.

Moreover, this doesn't converges to efficiency and if it is need to be stable then it must satisfy the condition a(d) = a(i)

Multiplicative increase and additive decrease (MIAD) This is the policy which follows the rule of a(i) =0, b(i) >1, a(d)<0, b(d)=1

This policy doesn't converge to fairness which means that it is not stable.

Moreover, this doesn't converges to efficiency and if it is need to be stable then it must satisfy the condition b(i)a(d)/ 1- b(i)

Multiplicative increase multiplicative decrease (MIMD) This is the policy which follows the below rule a(i) =0 , b(i) >1 , a(d)=0, 0<b(d)<1

This policy doesn't converge to fairness which means that it is not stable.

Moreover, this doesn't converges to efficiency and if it is need to be stable then it must satisfy the condition b(i)≥ 1 and 0≤ b(d)<1.

To know more about 'congestion control' related questions

visit- https://brainly.com/question/13267163

#SPJ4