Windows Firewall is configured by default as a one-way firewall to block unwanted incoming connections. To configure it to block outbound connections and block or permit specific UDP or TCP port numbers in Windows 7/8/8.1, perform which of the following actions?

a. Use Add or Remove Windows Features in Control Panel, Programs
b. Click Change Settings in Windows Firewall.
c. Click Advanced Settings in Windows Firewall.
d. Click Allow an app or feature through Windows Firewall.


C. Advanced Settings is the dialog which provides these options.

Computer Science & Information Technology

You might also like to view...

Is it possible to write code in this manner for a C++ program?

```int size; cout << “Enter the size of the array.”.; cin >> size; int numbers[size];``` A. Yes, this is perfectly acceptable C++ code. B. No, the array dimension cannot be a variable. C. The compiler would report that there is an illegal use of a keyword. D. Both A and C are correct.

Computer Science & Information Technology

Among the attributes of an AP div, the ____________________ is a number that indicates the AP div's stacking order.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ are short number sequences, kept secret and frequently used by banks, used to access accounts.?

A. Usernames? B. Passwords C. ?Bytes D. ?PINs

Computer Science & Information Technology

A calculated control contains an expression that uses one or more fields from an underlying table or query.

a. true b. false

Computer Science & Information Technology