Your network requires the HIGHEST degree of security, The security team implements the following: Port security on all switches Point to point VPN tunnels for user server connections Cryptographic two-factor authentication Physical locks Warm site Which of the following actions would elevate the level of availability the MOST?

A. Switch to a standby hot site.
B. Switch to IPv6 networking,
C. Implement full disk compression.
D. Place the server in a cloud.


A
Explanation: While more expensive, a standby hot site provides more availability than a warm site.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The if, while and for statements control only one statement. 2. Given the declaration int x = 0; The following expression causes a divide by zero error: (x !=0) || (2/x < 1); 3. Suppose we have these declarations, int x = -1, y = 0, z = 1; This Boolean expression is correct and it does what the programmer intends. x < y < z 4. You want to determine whether time has run out. The following code correctly implements this. !time > limit 5. The value of count is 0; limit is 10. Evaluate: (count == 0)&&(limit < 20)

Computer Science & Information Technology

What option, when passed to the shutdown command, will restart the local computer?

A. /h B. -h C. /s D. /r

Computer Science & Information Technology

Excel CANNOT format text data

Indicate whether the statement is true or false

Computer Science & Information Technology

The method used to restart a computer or device differs, depending on the situation and the hardware.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology