Kim, a network consultant, noticed that a new installation for a network backbone looked like this: ISP Switch Firewall PC. Which of the following is the BEST configuration for a properly setup environment?
A. Switch ? ISP ? Firewall ? PC
B. ISP ? Firewall ? Switch ? PC
C. Firewall ? ISP ? PC ? Switch
D. ISP ? PC ? Firewall ? Switch
Answer: B. ISP ? Firewall ? Switch ? PC
Computer Science & Information Technology
You might also like to view...
Which of the following function declarations with default arguments are correct?
a. void g(int length, int width, int height = 1); b. void g(int length=1, int width, int height); c. void g(int length, int width=1, int height = 1); d. void g(int length=1, int width=1, int height);
Computer Science & Information Technology
A(n)____________________ is a collection that is ordered using two ordering rules
a) priority queue b) interface c) exception d) stack e) none of the above
Computer Science & Information Technology