Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Random Early Detection (RED) is a buffer management mechanism that is intended to avoid congestion in a router by keeping average queue length small. The

image text in transcribed

Random Early Detection (RED) is a buffer management mechanism that is intended to avoid congestion in a router by keeping average queue length small. The RED algorithm continuously compares a short time average queue length with two thresholds: minth and maxih. When the average queue length is below minsh, RED does not drop any packets. When the average queue length is between minth and maxh RED drops an arriving packet with a certain probability that is an increasing function of the average queue length. The random packet drop is used to notify the sending TCP to reduce its rate before the queue becomes full. When the average queue length exceeds maxth, RED drops each arriving packet. 4. (a) What impact does RED have on the tendency of TCP receivers to synchronize during congestion? (b) What is the effect of RED on network throughput? (c) Discuss the implementation complexity of the RED algorithm. 5. Consider a packet-by-packet fair queueing system with three logical queues and with service rate of one unit/second. (a) Show the sequence of transmissions and draw a timing diagram for this system for the following packet arrival pattern: Queue 1: arrival at time t = 0, length 2: arrival at t = 4, length 1. Queue 2: arrival at time t = 1, length 3: arrival at t-2, length 1. Queue 3: arrival at time t- 3, length 5 Win Windo (b) Repeat part (a) if queues 1, 2, and 3 have weights 2, 3, and 5 respectively. Random Early Detection (RED) is a buffer management mechanism that is intended to avoid congestion in a router by keeping average queue length small. The RED algorithm continuously compares a short time average queue length with two thresholds: minth and maxih. When the average queue length is below minsh, RED does not drop any packets. When the average queue length is between minth and maxh RED drops an arriving packet with a certain probability that is an increasing function of the average queue length. The random packet drop is used to notify the sending TCP to reduce its rate before the queue becomes full. When the average queue length exceeds maxth, RED drops each arriving packet. 4. (a) What impact does RED have on the tendency of TCP receivers to synchronize during congestion? (b) What is the effect of RED on network throughput? (c) Discuss the implementation complexity of the RED algorithm. 5. Consider a packet-by-packet fair queueing system with three logical queues and with service rate of one unit/second. (a) Show the sequence of transmissions and draw a timing diagram for this system for the following packet arrival pattern: Queue 1: arrival at time t = 0, length 2: arrival at t = 4, length 1. Queue 2: arrival at time t = 1, length 3: arrival at t-2, length 1. Queue 3: arrival at time t- 3, length 5 Win Windo (b) Repeat part (a) if queues 1, 2, and 3 have weights 2, 3, and 5 respectively

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Datacasting How To Stream Databases Over The Internet

Authors: Jessica Keyes

1st Edition

007034678X, 978-0070346789

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago