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.
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)- A3% (1)
- B9% (3)
- C82% (28)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.