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

1. A stateful packet inspection firewall reviews the same packet information as a packet filtering firewall but also records information about TCP connections. ???
2. ?One advantage of a packet filtering firewall is its simplicity. ? ??
3. ?Packet filter firewalls examine upper layer data therefore they can prevent attacks that employ application specific vulnerabilities or functions. ???
4. Due to the small number of variables used in access control decisions packet filter firewalls are susceptible to security breaches caused by improper configurations. ???
5. ?Packet filters tend to be more secure than application level gateways. ???


1. TRUE
2. TRUE
3. FALSE
4. TRUE
5. FALSE

Computer Science & Information Technology

You might also like to view...

Identify the letter of the choice that best matches the phrase or definition.

A. Refers to the actual physical pixel on a screen B. Page break type to always place a page break before or after the element C. The source of the border image file D. Occurs when only a few ending lines of an element appear at the top of a page, while the bulk of the content appears on the preceding page E. Occurs when only a few beginning lines of an element appear at the bottom of a page, while the bulk of the content is placed on the following page F. Composed of two areas: page area and margin area G. Software development kit H. How rapidly objects appear to recede from or advance towards users for different values of z I. The size of the border image cut off to create the borders J. Contains the complete content of the page K. Mobile devices with small screens and limited bandwidth L. Fixed-width devices such as teletype machines and terminals

Computer Science & Information Technology

Margins can be set by either typing in the desired value or using the ________

A) vertical scroll bar. B) spin arrows. C) align menu. D) horizontal scroll bar.

Computer Science & Information Technology

____ significantly decreases the time required to create animation effects.

A. Filtering B. Editing C. Tweening D. Auto-filling

Computer Science & Information Technology

Suppose isPrime is a boolean variable, which of the following is the correct and best statement for testing if isPrime is true.

a. if (isPrime = true) b. if (isPrime == true) c. if (isPrime) d. if (!isPrime = false) e. if (!isPrime == false)

Computer Science & Information Technology