Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-241 All Questions

View all questions & answers for the 1Y0-241 exam

Exam 1Y0-241 topic 1 question 34 discussion

Actual exam question from Citrix's 1Y0-241
Question #: 34
Topic #: 1
[All 1Y0-241 Questions]

A Citrix Administrator needs to configure a rate-limiting policy setting DNS requests to a threshold of 1,000 per second.
Which command does the administrator need to run to correctly configure this policy?

  • A. HTTP.REQ.LIMIT()
  • B. SYS.CHECK.LIMIT()
  • C. SYS.CHECK.LIMIT() || CONNECTION.IP.LIMIT()
  • D. SYS.CHECK.LIMIT() || HTTP.REQ.LIMIT()
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Steve122
10 months, 1 week ago
Selected Answer: B
B conf order: 1. Stream Selector: entity for which you want to throttle access 2. Limit Identifier: checks if the amount of traffic exceeds a specified value 3. binding a traffic rate policy: sys.check_limit(<limit_identifier>)
upvoted 1 times
...
Jesus
1 year, 5 months ago
Selected Answer: D
Answer D: https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring-binding-traffic-rate-policy1.html "The policy expression must be a compound expression that contains at least two components: - An expression that identifies traffic to which the rate limit identifier is applied http.req.url.contains("my_aspx.aspx"). - An expression that identifies a rate limit identifier sys.check_limit(“my_limit_identifier”)
upvoted 1 times
...
MarouCitrix
1 year, 6 months ago
The command combines two policy expressions to achieve the desired rate-limiting behavior. Here's a breakdown of the command components: SYS.CHECK.LIMIT(<limit_identifier>): This expression is used to define a system-level limit based on the specified limit identifier. It sets a limit on the overall system resources that can be consumed by the policy. HTTP.REQ.LIMIT(<limit_identifier>): This expression is used to set a limit on the rate of HTTP requests, in this case, DNS requests. The <limit_identifier> is a placeholder that should be replaced with an appropriate identifier specific to the policy. By combining these expressions using the "||" operator, the policy is configured to apply the rate limit based on both the system-level limit and the rate of DNS requests.
upvoted 1 times
...
Theconqueror
2 years, 2 months ago
Correct Answer: B https://discussions.citrix.com/topic/398863-netscaler-rate-limiting-policy/
upvoted 1 times
...
donlink
2 years, 5 months ago
Selected Answer: B
https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring-binding-traffic-rate-policy1.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...