312-50V13 · Question #446
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. To defend against DoS/DDoS jamming and scrambling attacks, Mike deployed a countermeasure involving intelligent radio technology in the physical layer.
Question
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
(29 responses)- A3% (1)
- B3% (1)
- C93% (27)
Why each option
To defend against DoS/DDoS jamming and scrambling attacks, Mike deployed a countermeasure involving intelligent radio technology in the physical layer.
Allowing unsafe functions like `gets` and `strcpy` introduces buffer overflow vulnerabilities, which are software flaws, not countermeasures for physical layer jamming.
Allowing the transmission of all types of addressed packets at the ISP level would increase the network's attack surface and could facilitate DoS attacks, not thwart them.
Jamming and scrambling attacks typically target the physical layer of communication, aiming to disrupt signal transmission. Implementing cognitive radios enables devices to intelligently detect and adapt to changes in the radio environment, such as jammed frequencies, by dynamically selecting clear channels or modifying transmission parameters, thereby mitigating these physical layer DoS attacks.
Disabling TCP SYN cookie protection makes a system more vulnerable to SYN flood attacks, a common type of DoS, rather than defending against it.
Concept tested: DoS/DDoS physical layer mitigation
Topics
Community Discussion
No community discussion yet for this question.