Which of the following is a disadvantage of putting the VPN on a firewall?

A. centralized control of network access security
B. more configuration mistakes
C. VPN and firewall use the same configuration tools
D. Internet and VPN traffic compete for resources


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following masks is appropriate for a masked text box into which the user will enter a license plate consisting of two digits followed by 4 letters?

(A) &&LLLL (B) &&&&&& (C) 00LLLL (D) None of the above

Computer Science & Information Technology

Before publishing your final project, clear the ____ of unused items.

a. glossary b. index c. library d. baseline

Computer Science & Information Technology

What is the output of the following code?

``` #include using namespace std; int main() { int matrix[4][4] = {{1, 2, 3, 4}, {4, 5, 6, 7}, {8, 9, 10, 11}, {12, 13, 14, 15}}; int sum = 0; for (int i = 0; i < 4; i++) cout << matrix[i][1] << " "; return 0; } ``` a. 1 3 8 12 b. 3 6 10 14 c. 4 5 6 7 d. 1 2 3 4 e. 2 5 9 13

Computer Science & Information Technology

The Harvard Business Review reported that almost ________% of job openings are never advertised and are filled by people using networking

A) 60 B) 20 C) 80 D) 50

Computer Science & Information Technology