Aside: Congestion Avoidance in Routers
- DECbit:
- Router uses the queue length to predict congestion
- Use a congestion bit in the packet header to inform hosts
- Random Early Detection (RED):
- Drop packets (probabilistically)
before the queue becomes full (which will
result in a TCP timeout)
- RED with In and Out (RIO):
- Categorize packets and drop the low priority (a.k.a., out
of profile) packets before the high priority (a.k.a., in profile)
packets