122k views
1 vote
According to Secure Coding: Principles and Practices, which attack is best addressed at the network level, where its impact can be diminished by careful configuration and the use of "switched" network routers?

User Raphaelrk
by
7.9k points

1 Answer

4 votes

Final answer:

Denial of Service (DoS) attacks are best addressed at the network level through careful configuration of routers and switches, and by utilizing 'switched' network routers to control traffic and isolate malicious activities.

Step-by-step explanation:

According to Secure Coding: Principles and Practices, the attack best addressed at the network level is a Denial of Service (DoS) attack. This type of attack can be mitigated by careful configuration of network devices and the use of “switched” network routers that are designed to limit the impact of such attacks by controlling the flow of traffic and potentially isolating malicious activity.

For instance, configuring routers and switches to limit the rate of traffic to certain thresholds can prevent overwhelming the target. Additionally, modern network infrastructure can identify unusual traffic patterns that may signify a DoS attempt, allowing for preemptive action to be taken to protect network resources.

User Srini
by
7.5k points