ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 35 - JN0-664 discussion

Report
Export

Exhibit

user@Rl show configuration interpolated-profile { interpolate {

fill-level [ 50 75 drop---probability [ > }

class-of-service drop-profiles

];

20 60 ];

Which two statements are correct about the class-of-service configuration shown in the exhibit? (Choose two.)

A.
The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full.
Answers
A.
The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full.
B.
The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full
Answers
B.
The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full
C.
To use this drop profile, you reference it in a scheduler.
Answers
C.
To use this drop profile, you reference it in a scheduler.
D.
To use this drop profile, you apply it directly to an interface.
Answers
D.
To use this drop profile, you apply it directly to an interface.
Suggested answer: B, C

Explanation:

class-of-service (CoS) is a feature that allows you to prioritize and manage network traffic based on various criteria, such as application type, user group, or packet loss priority. CoS uses different components to classify, mark, queue, schedule, shape, and drop traffic according to the configured policies.

One of the components of CoS is drop profiles, which define how packets are dropped when a queue is congested. Drop profiles use random early detection (RED) algorithm to drop packets randomly before the queue is full, which helps to avoid global synchronization and improve network performance. Drop profiles can be discrete or interpolated. A discrete drop profile maps a specific fill level of a queue to a specific drop probability. An interpolated drop profile maps a range of fill levels of a queue to a range of drop probabilities and interpolates the values in between.

In the exhibit, we can see that the class-of-service configuration shows an interpolated drop profile with two fill levels (50 and 75) and two drop probabilities (20 and 60). Based on this configuration, we can infer the following statements:

The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full. This is not correct because the drop profile is interpolated, not discrete. This means that the drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full. The drop probability for any fill level between 50% and 75% can be calculated by using linear interpolation formula.

The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full. This is correct because the drop profile is interpolated and uses linear interpolation formula to calculate the drop probability for any fill level between 50% and 75%. For example, if the fill level is 60%, the drop probability is 28%, which is calculated by using the formula: (60 - 50) / (75 - 50) * (60 - 20) + 20 = 28.

To use this drop profile, you reference it in a scheduler. This is correct because a scheduler is a component of CoS that determines how packets are dequeued from different queues and transmitted on an interface. A scheduler can reference a drop profile by using the random-detect statement under the [edit class-of-service schedulers] hierarchy level. For example: scheduler test { transmit-rate percent 10; buffer-size percent 10; random-detect test-profile; }

To use this drop profile, you apply it directly to an interface. This is not correct because a drop profile cannot be applied directly to an interface. A drop profile can only be referenced by a scheduler, which can be applied to an interface by using the scheduler-map statement under the [edit class-of-service interfaces] hierarchy level. For example: interfaces ge-0/0/0 { unit 0 { scheduler-map test-map; } }

asked 18/09/2024
Nick Wells
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first