nerdexam
CompTIA

CV0-003 · Question #36

Cloud bursting can alleviate which of the following attacks?

The correct answer is D. DDOS. Cloud bursting scales infrastructure into a public cloud during traffic spikes, absorbing the volumetric surge characteristic of a DDoS attack.

Security

Question

Cloud bursting can alleviate which of the following attacks?

Options

  • ABuffer Overflow
  • BBrute Force
  • CXSS
  • DDDOS

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    5% (3)
  • C
    7% (4)
  • D
    86% (51)

Why each option

Cloud bursting scales infrastructure into a public cloud during traffic spikes, absorbing the volumetric surge characteristic of a DDoS attack.

ABuffer Overflow

A buffer overflow is a memory corruption vulnerability in application code caused by writing past allocated buffer boundaries, which requires patching or secure coding practices, not infrastructure scaling.

BBrute Force

A brute force attack repeatedly attempts credential combinations and is mitigated by account lockout policies, rate limiting on authentication endpoints, or MFA - none of which involve scaling compute capacity.

CXSS

XSS is a client-side injection vulnerability in web application code that requires input sanitization and output encoding fixes, not additional cloud capacity.

DDDOSCorrect

A DDoS attack overwhelms a target by flooding it with traffic from many distributed sources, exhausting bandwidth or compute resources. Cloud bursting automatically provisions additional capacity in a public cloud to absorb the incoming flood, maintaining service availability without the on-premises infrastructure being saturated.

Concept tested: Cloud bursting as DDoS resilience mechanism

Source: https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/welcome.html

Topics

#cloud bursting#DDoS mitigation#availability#scaling

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice