What is the difference between congestion management and congestion avoidance?

What will be an ideal response?

Congestion management is the division of a device's buffer for storing traffic that cannot immediately be sent out on the network until bandwidth becomes available; this determines the allotted size of the buffer and the priority and sequence of release when bandwidth is available.Congestion avoidance determines the likelihood that incoming traffic will be dropped because of congestion; it flows between a minimum and maximum threshold for congestion.Once the maximum threshold is reached, there is a 100% chance that incoming packets will be dropped until the congestion clears.

Computer Science & Information Technology

You might also like to view...

VBA code within a database can be secured by providing a separate ________

A) username B) password C) key D) keyword

Computer Science & Information Technology

The author suggests that when you first look at implementing an ADT List, that “list” is simply a fancy name for

a. an array b. a bag c. a linked list d. a stack

Computer Science & Information Technology