PrepAway - Latest Free Exam Questions & Answers

what is the reason for the tail drops in queue 0?

Refer to the exhibits.


In the exhibits, what is the reason for the tail drops in queue 0?

PrepAway - Latest Free Exam Questions & Answers

A.
The interface cannot physically handle 3.37 Gbps of traffic.

B.
The default network-control scheduler is taking bandwidth from the best-effort scheduler.

C.
The default queue 0 scheduler does not allocate enough buffer size for 3.37 Gbps of traffic.

D.
The default queue 0 scheduler does not allocate enough transmit rate for 3.37 Gbps of traffic.

Explanation:

4 Comments on “what is the reason for the tail drops in queue 0?

  1. miro312 says:

    Te answer is C because the device uses the default scheduler settings:

    [edit class-of-service]
    schedulers {
    network-control {
    transmit-rate percent 5;
    buffer-size percent 5;
    priority low;
    drop-profile-map loss-priority any protocol any drop-profile terminal;
    }
    best-effort {
    transmit-rate percent 95;
    buffer-size percent 95;
    priority low;
    drop-profile-map loss-priority any protocol any drop-profile terminal;
    }
    }
    drop-profiles {
    terminal {
    fill-level 100 drop-probability 100;
    }
    }




    0



    0

Leave a Reply