Which type of scan attempts to determine access control list (ACL) rule sets to identify if stateless inspection is used?

a. TCP Connect scan
b. TCP SYN scan
c. TCP FIN scan
d. TCP ACK scan


ANS: D

Computer Science & Information Technology

You might also like to view...

To specify which DTD is used by the XHTML document, you add a DOCTYPE declaration directly after the XML prolog.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Create a class Rational that represents a rational number. It should have private attributes for

• The numerator (an integer) • The denominator (an integer) and the following methods: • Rational(numerator, denominator)—a constructor for a rational number. • Accessor methods getNumerator and getDenominator and mutator methods setNumerator and setDenominator for the numerator and the denominator. You should use an exception to guarantee that the denominator is never zero.

Computer Science & Information Technology

Which of the following is an empty-cells property value?

A. hide B. border C. none D. display

Computer Science & Information Technology

Category labels, legend labels, and data are entered into the ____.

A. Graph Data window B. Graph Data dialog box C. Graph Data spreadsheet D. Graph Picker

Computer Science & Information Technology