JN0-102 · Question #314
The configuration in the exhibit is associated with which class of service component? ... if-exceeding { bandwidth-limit 1m; burst-size-limit 3k; } then discard;
The correct answer is B. Policing. The configuration shown, if-exceeding bandwidth-limit and burst-size-limit then discard, defines a mechanism to control traffic flow by setting limits and dropping packets that exceed those limits, which is the definition of policing.
Question
The configuration in the exhibit is associated with which class of service component? ... if-exceeding { bandwidth-limit 1m; burst-size-limit 3k; } then discard;
Options
- AClassification
- BPolicing
- CQueuing
- DScheduling
How the community answered
(37 responses)- A3% (1)
- B95% (35)
- C3% (1)
Why each option
The configuration shown, `if-exceeding bandwidth-limit` and `burst-size-limit then discard`, defines a mechanism to control traffic flow by setting limits and dropping packets that exceed those limits, which is the definition of policing.
Classification is the process of identifying and marking traffic, not defining limits and actions for exceeding them.
Policing involves setting rate limits on traffic (like `bandwidth-limit` and `burst-size-limit`) and taking an action, such as `discard`, when those limits are exceeded. This is a direct implementation of a policer to manage traffic flow.
Queuing involves placing packets into different queues for prioritization and scheduling, which is distinct from rate limiting and discarding excess traffic.
Scheduling determines the order and rate at which packets are transmitted from queues, rather than directly limiting the incoming rate and discarding excess traffic.
Concept tested: Class of Service - Policing
Source: https://www.juniper.net/documentation/us/en/software/junos/cos/topics/topic-map-policers.html
Topics
Community Discussion
No community discussion yet for this question.