How does an IDS let the network administrators know if an attack is taking place?
What will be an ideal response?
An IDS always has some way to let the network administrators know if an attack is taking place: at the very least the attack is logged, but some IDSs offer a pop-up message, an e-mail, or even a text message to your phone.
You might also like to view...
Assume int[] scores = {1, 20, 30, 40, 50}, what value does java.util.Arrays.binarySearch(scores, 3) return?
a. 0 b. -1 c. 1 d. 2 e. -2
A chart layout determines which chart elements appear in the chart area and how they are positioned within the chart area
Indicate whether the statement is true or false
Two types of system software are which of the following?
A. application software and tools that enable you to perform maintenance tasks B. web browsers and application software C. operating systems and tools that enable you to perform maintenance tasks D. operating systems and web browsers
This control is used to display "yes" or "no" answers for a field.
A. Check box B. List box C. Combo box D. Option box