nerdexam
EC-Council

312-50V11 · Question #1006

Mike, a security engineer, was recently hired by BigFox Ltd. The company recently experienced disastrous DoS attacks. The management had instructed Mike to build defensive strategies for the…

The correct answer is C. Implement cognitive radios in the physical layer. Cognitive radios implemented at the physical layer defend against jamming and scrambling attacks by dynamically sensing interference and autonomously adapting transmission parameters such as frequency and modulation.

Denial of Service

Question

Mike, a security engineer, was recently hired by BigFox Ltd. The company recently experienced disastrous DoS attacks. The management had instructed Mike to build defensive strategies for the company's IT infrastructure to thwart DoS/DDoS attacks. Mike deployed some countermeasures to handle jamming and scrambling attacks. What is the countermeasure Mike applied to defend against jamming and scrambling attacks?

Options

  • AAllow the usage of functions such as gets and strcpy
  • BAllow the transmission of all types of addressed packets at the ISP level
  • CImplement cognitive radios in the physical layer
  • DA Disable TCP SYN cookie protection

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    82% (28)
  • D
    6% (2)

Why each option

Cognitive radios implemented at the physical layer defend against jamming and scrambling attacks by dynamically sensing interference and autonomously adapting transmission parameters such as frequency and modulation.

AAllow the usage of functions such as gets and strcpy

Allowing unsafe C functions such as `gets()` and `strcpy()` introduces buffer overflow vulnerabilities and has no relation to wireless physical-layer jamming or scrambling defenses.

BAllow the transmission of all types of addressed packets at the ISP level

Permitting all addressed packet types at the ISP level expands the attack surface for network-layer DoS attacks and does not address physical-layer wireless interference.

CImplement cognitive radios in the physical layerCorrect

Cognitive radios are software-defined radio systems that monitor the electromagnetic spectrum in real time and can autonomously switch operating frequency, modulation scheme, or transmit power in response to detected jamming or scrambling interference. Deploying them at the physical layer means the network infrastructure itself can react to and evade DoS attacks that target wireless signals before they impact upper-layer communications. This adaptive capability directly counters both jamming (intentional signal disruption) and scrambling (injection of noise or malformed signals) attacks.

DA Disable TCP SYN cookie protection

Disabling TCP SYN cookie protection weakens defenses against SYN flood attacks and is entirely unrelated to countering wireless jamming or scrambling.

Concept tested: Cognitive radio physical-layer defense against wireless jamming

Source: https://csrc.nist.gov/publications/detail/sp/800-187/final

Topics

#DoS countermeasures#jamming attack#cognitive radio#DDoS defense

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice