FUNDAMENTALS OF COMPUTER

COMPUTER THREATS SECURITY

WHAT IS A FIREWALL IN NETWORK SECURITY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What does a flood guard not do?
A
Protect against DOS attacks
B
Protect against DDOS attacks
C
Protect against SYN floods
D
Protect against SQL injections
Explanation: 

Detailed explanation-1: -The only sure way to prevent SQL Injection attacks is input validation and parametrized queries including prepared statements. The application code should never use the input directly. The developer must sanitize all input, not only web form inputs such as login forms.

Detailed explanation-2: -Flood-Guard prevents basement flooding. This very easy-to-install basement flood prevention device operates like a check valve to seal off water back-up caused by overloaded sewers. The Flood-Guard can be installed in minutes.

Detailed explanation-3: -Developers can prevent SQL Injection vulnerabilities in web applications by utilizing parameterized database queries with bound, typed parameters and careful use of parameterized stored procedures in the database. This can be accomplished in a variety of programming languages including Java, . NET, PHP, and more.

Detailed explanation-4: -Secure coding is the most effective defense against SQL injection attacks, and the techniques for defense are not difficult to employ.

There is 1 question to complete.