The security team is assessing the security of a Linux server. Which of the following issues could lead to a DoS attack?
A. no tracking of incoming connections
B. unencrypted drives
C. weak passwords
D. lack of input validation in the web application
A
Explanation: When connections are not tracked, a DoS attack cannot be recognized as quickly.
Computer Science & Information Technology
You might also like to view...
What type of column displays data calculated by a PL/SQL function?
a) calculated b) formula c) summary d) function
Computer Science & Information Technology
A structure should be used instead of an array when __________.
a. related items should be grouped together b. related items are of different data types c. related items contain strings of different lengths d. there are a limited number of related items
Computer Science & Information Technology