An administrator is building a web server to host an online banking application. The server should not have access to the internal network, and only ports that are used by the application should be opened. Which of the following MUST be implemented to meet the business requirements?

A. Add the server to the internal network and use IPSec to encrypt communication between the web server and other devices.
B. Use an ISA server to block access to the internal network.
C. Use VPN to block all ports that are not used by the application.
D. Use the company firewall to block all ports that are not used by the application.

Answer: D. Use the company firewall to block all ports that are not used by the application.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true when using headings?

A) Avoid using all capital letters to create an emphasis. B) Avoid using more than three different fonts. C) Insert three spaces between the heading and the body text. D) Headings should have a larger font size than subheadings.

Computer Science & Information Technology

In order to write a recursive solution ____.

A. the simplest case should be determined B. you must create an infinite loop C. write the iterative solution first D. the most complicated approach must be identified

Computer Science & Information Technology