You are setting up a web server that needs to be accessed by both the employees and external customers. What type of architecture should you implement?
a. VPN
b. VLAN
c. NAT
d. DMZ
Answer: d. DMZ
Computer Science & Information Technology
You might also like to view...
What will the following program segment do?
int counter = 1; do { cout << counter << " "; } while ( ++counter <= 10 ); a. Print the numbers 1 through 11. b. Print the numbers 1 through 10. c. Print the numbers 1 through 9. d. Cause a syntax error.
Computer Science & Information Technology
The software interface (such as LPT1) between the computer and the print device is the _________
a. Printer port b. Print queue c. Print driver d. Spooler
Computer Science & Information Technology
Theoretically, an Ethernet hub or switch cannot have more than __________________ nodes.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A normalized database increases redundant data.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology