Question

In: Computer Science

AIMD needs a certain amount of queue capacity so that it achieves throughput close to the...

AIMD needs a certain amount of queue capacity so that it achieves throughput close to the link’s capacity. What is the purpose of this queue?

Solutions

Expert Solution

AIMD needs a certain amount of queue capacity so that it achieves throughput close to the link’s capacity. What is the purpose of this queue?

AIMD stands for Additive increase/multiplicative decrease is a technique or method to control TCP congestion and avoidance in the network. The work of AMID is to provide resouces fairly and efficiently.

Congestion in network is that when any link (ie, router,switch ,hub, etc.) in network holds the traffic more than its capacity than congestion is occurs at that link which leads to loss of packets in the network as it could not be able to transmit such a amount of packets which leads to reduction in quality of service.

Purpose of queue

Purpose of queue is to provide the traffic holding capacity so that link's in the network do not exeed more than its capacity to transmit the traffic whenever Link's is free queue forward these traffic to link's one by one which leads to TCP conjestion control and avoidance of traffic in the network

Make sure to hit the like button if you find this helpful for you THANK YOU AND HAPPY LEARNING!!


Related Solutions

[C++] Write an algorithm to transfer the elements from queue Q1 to queue Q2, so that...
[C++] Write an algorithm to transfer the elements from queue Q1 to queue Q2, so that the contents in Q2 will be in reverse order as they are in Q1 (e.g. if your queue Q1 has elements A, B, and C from front to rear, your queue Q2 should have C, B, and A from front to rear). Your algorithm must explicitly use an additional stack to solve the problem. Write your algorithm in pseudo code first.
Is there an implicit prioritization in an traditional queue? If so, what is it?
Is there an implicit prioritization in an traditional queue? If so, what is it?
Tiong Nam Tonic (TNT) needs to expand its production capacity. To do so, the company must...
Tiong Nam Tonic (TNT) needs to expand its production capacity. To do so, the company must acquire a machine costing $120,000. The machine can be leased or purchased. The terms of the lease and purchase plans are as follows:- Lease: The leasing arrangement requires beginning-of-year payments of $40,000 over 4 years. Under the leasing arrangement, the lessee is required to insure the machine during the contract period. TNT insurance broker has informed that the annual insurance premium is about $1,200,...
A poultry farmer using a certain type of feed in his chickens achieves an average weight...
A poultry farmer using a certain type of feed in his chickens achieves an average weight of 1.65kgs in six weeks with a standard deviation of 2kgs for a sample of 56 chickens . he suspects the feed and does the experiment on 60 chickens on a different feed and achieves an average weight of 1.7kgs in six weeks when the standard deviation is 3. Are the two feed types significantly different?. test at 5% significance level. Kindly show all...
a queue will not form if capacity exceeds demand and inter arrival times are variable True...
a queue will not form if capacity exceeds demand and inter arrival times are variable True or False?
Entropy & heat capacity: The definitions for the entropy and heat capacity are pretty similar. So,...
Entropy & heat capacity: The definitions for the entropy and heat capacity are pretty similar. So, what is actually the difference between dS=dq/T and cp = dq/dT? Apply a simple and plausible example to illustrate the different nature of S and cp.
Edgar needs to close out $670 in the dividends account at the end of the year....
Edgar needs to close out $670 in the dividends account at the end of the year. What closing entry will he use? a. Income summary (debit) 670; dividends (credit) 670 b. Retained earnings (debit) 670; dividends (credit) 670 c. Dividends (debit) 670; income summary (credit) 670 d. Revenue (debit) 670; dividends (credit) 670 e. Cash (debit) 670 ;dividends (credit) 670
Convert the Queue to Generic implementation: public class MyQueueImpl implements MyQueue {    private int capacity;...
Convert the Queue to Generic implementation: public class MyQueueImpl implements MyQueue {    private int capacity;    private int front;    private int rear;    private int[] arr;    public MyQueueImpl(int capacity){        this.capacity = capacity;        this.front = 0;        this.rear = -1;        this.arr = new int[this.capacity];    }    @Override    public boolean enQueue(int v) {                  if(this.rear == this.capacity - 1) {                //Perform shift   ...
5. Read the following case and answer the questions given below: SAFTA: So close, yet so...
5. Read the following case and answer the questions given below: SAFTA: So close, yet so far The Tenth South Asia Economic Summit which was concluded in Kathmandu in November 2017 had underscored deepening economic integration in the region. It is free trade that drives the process of economic integration. It took more than two decades for South Asian countries to reach the initial phase of a free trade area (FTA). The regional FTA which took-off in the mid-1990s under...
How do operations management terminology like operations strategy, planning, organizational management, capacity, productivity, throughput, time, efficiency,...
How do operations management terminology like operations strategy, planning, organizational management, capacity, productivity, throughput, time, efficiency, technology, human resources, other resources, costs, backlogs, bottlenecks, quality, and supply chains relate to Covid19 testing?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT