Congestion control policies
Congestion control policies are essential for managing data flow in computer networks to prevent congestion, which can lead to delays and data loss. These policies can be broadly classified into two categories: Open Loop and Closed Loop congestion control. Open Loop Congestion Control These policies aim to prevent congestion before it happens. Some common techniques include: Retransmission Policy : Ensures packets are retransmitted only when necessary to avoid increasing congestion. Window Policy : Uses selective repeat windows to resend only specific lost packets, reducing unnecessary retransmissions. Discarding Policy : Routers discard less critical packets to maintain overall network quality. Acknowledgment Policy : Reduces the number of acknowledgments sent to minimize network load. Admission Policy : Checks resource requirements before establishing new connections to prevent congestion. Closed Loop Congestion Control These techniques address congestion after it has occurred. Som...