1congestion Control
1congestion Control
This set of Computer Networks Multiple Choice Questions & Answers (MCQs) focuses on
“Congestion Control”.
7. The technique in which a congested node stops receiving data from the immediate
upstream node or nodes is called as _______
a) Admission policy
b) Backpressure
c) Forward signaling
d) Backward signaling
View Answer
Answer: b
Explanation: In this closed loop congestion control technique, the congested node
propagates in the opposite direction of the data flow to inform the predecessor node to
reduce the flow of packets. This is why this technique is called a node-to-node congestion
control technique.
9. The packet sent by a node to the source to inform it of congestion is called _______
a) Explicit
b) Discard
c) Choke
d) Backpressure
View Answer
Answer: c
Explanation: Choke packet is sent by a node to the source to inform it of congestion. Two
choke packet techniques can be used for the operation called hop-by-hop choke packet and
source choke packet.
10. In the slow-start algorithm, the size of the congestion window increases __________
until it reaches a threshold.
a) exponentially
b) additively
c) multiplicatively
d) suddenly
View Answer
Answer: a
Explanation: In slow-start algorithm, the size of the congestion window increases
exponentially until it reaches a threshold. When it reaches the threshold, it stops increasing
and continues sending packets through the threshold window thus preventing congestion.
11. In the congestion avoidance algorithm, the size of the congestion window increases
____________ until congestion is detected.
a) exponentially
b) additively
c) multiplicatively
d) suddenly
View Answer
Answer: b
Explanation: In the congestion avoidance algorithm, the size of the congestion window
increases additively until congestion is detected. Once congestion is detected, the size of
congestion window is decreased once and then the packets are transmitted to achieve
congestion avoidance.