Skip to content

Commit 7c014d1

Browse files
committed
Add new glossary entries
1 parent 356e7c2 commit 7c014d1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Active queue management (AQM)
3+
slug: active-queue-management-aqm
4+
---
5+
6+
Active queue management (AQM) is pushing the low priority requests out of the queue when a priority request comes in so that the priority request does not get dropped.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Random early detection (RED)
3+
slug: random-early-detection-red
4+
---
5+
6+
It's an [AQM](/notes/glossary/note/active-queue-management-aqm) algorithm. Random early detection (RED) is when low priority requests get more likely to get dropped as the queue gets more full. Priority requests only get dropped when the queue is full. So, you get to drop more low priority requests in return of dropping less priority requests.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Tail drop
3+
slug: tail-drop
4+
---
5+
6+
Tail drop is dropping the requests that come at the end of the queue when the queue is full.

0 commit comments

Comments
 (0)