In general, where should bastion hosts be located on the network?

A. within the internal LAN
B. DMZ
C. before the router
D. between the router and firewall


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following cannot be part of an element’s name?

a) quotation marks b) hyphens c) underscores d) periods

Computer Science & Information Technology

Which of the following is NOT true of the Bluetooth technology?

A. it uses FHSS B. it uses the 5.0 GHz spectrum C. it is a short-range technology D. Bluesnarfing is a type of attack on a Bluetooth device

Computer Science & Information Technology

Look at the following pseudoocode and insert the missing statement:Start// Declare variablesDeclare String lastName, firstName, fullName// Input last and first namesDisplay "Enter your last name: "Input lastNameDisplay "Enter your first name: "Input firstName// Concatenate names with space in between____// Display full nameDisplay "Your full name is " + fullNameStop

A. fullName = firstName + lastName B. fullName = firstName + " " + lastName C. fullName = firstName, lastName D. fullName = firstName, space, lastName

Computer Science & Information Technology

To change text to italic, press the ____ keys.

A. Ctrl+I B. Ctrl+C C. Ctrl+B D. Ctrl+V

Computer Science & Information Technology