nerdexam
F5

101 · Question #501

An administrator needs to selectively compress HTTP traffic based on geographical location. Which FS Feature should the administrator use?

The correct answer is B. iRules. iRules provide event-driven scripting on BIG-IP that can inspect any traffic attribute - including client geolocation - and conditionally apply HTTP compression.

Section 2: F5 Solutions and Technology

Question

An administrator needs to selectively compress HTTP traffic based on geographical location. Which FS Feature should the administrator use?

Options

  • AOne Connect
  • BiRules
  • CSPDY profile
  • DiSessions

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    82% (18)
  • C
    5% (1)
  • D
    9% (2)

Why each option

iRules provide event-driven scripting on BIG-IP that can inspect any traffic attribute - including client geolocation - and conditionally apply HTTP compression.

AOne Connect

OneConnect is a BIG-IP connection-pooling feature that reuses server-side TCP connections - it provides no conditional logic or geolocation awareness for compression decisions.

BiRulesCorrect

iRules is F5's Tcl-based scripting language that executes in response to traffic events. An administrator can use the built-in IP geolocation lookup within an iRule to determine a client's region and then selectively enable or skip HTTP compression using the COMPRESS::enable or COMPRESS::disable commands, providing precise geographic control that static profiles cannot offer.

CSPDY profile

The SPDY profile enables the SPDY multiplexing protocol for client connections and has no mechanism for making compression decisions based on geographic location.

DiSessions

iSessions is an F5 APM feature for secure remote access tunneling and is unrelated to HTTP compression or geolocation-based traffic policies.

Concept tested: iRules conditional logic for geographic traffic policy

Source: https://clouddocs.f5.com/api/irules/

Topics

#iRules#HTTP compression#geolocation-based traffic#traffic management

Community Discussion

No community discussion yet for this question.

Full 101 Practice