nerdexam
F5

101 · Question #315

Which of the following are four of the security benefits of TMOS? (Choose four.)

The correct answer is B. It provides protection against DDoS. C. It uses SYN cookies and dynamic connection reapers. E. It denies all traffic that hasn't been defined. F. It can hide confidential information from outbound traffic. TMOS provides layered security through DDoS protection, TCP attack mitigations, a default-deny traffic model, and outbound data masking.

Section 4: Security Basics

Question

Which of the following are four of the security benefits of TMOS? (Choose four.)

Options

  • AIt verifies traffic based on antivirus signatures.
  • BIt provides protection against DDoS.
  • CIt uses SYN cookies and dynamic connection reapers.
  • DIt supplies guidance for poorly developed applications.
  • EIt denies all traffic that hasn't been defined.
  • FIt can hide confidential information from outbound traffic.

How the community answered

(52 responses)
  • A
    17% (9)
  • B
    73% (38)
  • D
    10% (5)

Why each option

TMOS provides layered security through DDoS protection, TCP attack mitigations, a default-deny traffic model, and outbound data masking.

AIt verifies traffic based on antivirus signatures.

TMOS does not perform antivirus signature-based scanning - that capability belongs to dedicated modules such as Advanced WAF or third-party integrations, not the core TMOS platform.

BIt provides protection against DDoS.Correct

TMOS includes built-in rate limiting and protocol validation mechanisms that absorb or block volumetric and protocol-based DDoS attacks. These protections operate at the network and transport layers before traffic reaches backend servers.

CIt uses SYN cookies and dynamic connection reapers.Correct

TMOS uses SYN cookies to defer TCP state allocation until the handshake completes, protecting against SYN flood attacks. Dynamic connection reapers automatically remove half-open or stale connections to prevent connection table exhaustion.

DIt supplies guidance for poorly developed applications.

TMOS does not analyze application logic or provide remediation guidance for poorly written applications - advisory and code-quality functions are outside the scope of the TMOS security model.

EIt denies all traffic that hasn't been defined.Correct

TMOS enforces a default-deny posture in which all traffic is blocked unless it matches an explicitly configured virtual server or policy. This eliminates inadvertent exposure of unintended services or ports through the BIG-IP.

FIt can hide confidential information from outbound traffic.Correct

Using iRules and stream profiles, TMOS can detect and mask sensitive data such as credit card numbers or PII in outbound responses before they reach clients. This prevents confidential information from leaking in transit or appearing in client-side content.

Concept tested: TMOS built-in security features and default-deny posture

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/tmos-concepts/tmos-security-overview.html

Topics

#TMOS#DDoS protection#SYN cookies#security features

Community Discussion

No community discussion yet for this question.

Full 101 Practice