List three advantages of operational NIDPSs.

What will be an ideal response?

Advantages of operational NIDPSs include:
·      A smaller investment in NIDPS can often provide more coverage than the same investment in HIDPS because good network design and placement of NIDPS devices can enable an organization to use a few devices to monitor a large network.
·      NIDPSs operating in a detection-only mode can be deployed in existing networks with little or no disruption to normal network operations.
·      NIDPSs are not usually susceptible to direct attack and, in fact, may not be detectable by attackers.

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a) In C, a string is essentially a pointer to its first character. b) Arrays may contain pointers. c) Each entry in an array of strings is actually a pointer to the first character of a string. d) The size of an array of strings is the sum of the lengths of the strings.

Computer Science & Information Technology

Use separate statements to declare variable a to be of type Part, array b[ 10 ] to be of type Part and variable ptr to be of type pointer to Part.

What will be an ideal response?

Computer Science & Information Technology