= Random early detection
{wiki=Random_early_detection}
Random Early Detection (RED) is a queue management and congestion control algorithm used in computer networks, particularly in routers. It aims to manage network traffic by monitoring average queue sizes and randomly dropping a fraction of incoming packets before the queue becomes full. This early detection helps to signal to the sender to reduce the data transmission rate, thereby preventing congestion and improving overall network performance.
Back to article page