A security administrator needs to update the OS on all the switches in the company. Which of the following MUST be done before any actual switch configuration is performed?

A. The request needs to be sent to the incident management team.
B. The request needs to be approved through the incident management process.
C. The request needs to be approved through the change management process.
D. The request needs to be sent to the change management team.


Answer: C. The request needs to be approved through the change management process.

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 2-3Helen wants to create a Web site based on her famous cooking show. She would like to provide instructions on how to create some of her favorite dishes. She would like her recipes to be displayed in very simple, step-by-step pages. Helen decides that she wants to organize her recipes by categories such as summer, celebrations, etc. What would be the best structure for this part of his website?

A. linear B. mixed C. protected D. hierarchical

Computer Science & Information Technology

Given the following classes and their objects:

``` class C1 {}; class C2 extends C1 {}; class C3 extends C1 {}; C2 c2 = new C2(); C3 c3 = new C3(); ``` Analyze the following statement: c2 = (C2)((C1)c3); a. c3 is cast into c2 successfully. b. You will get a runtime error because you cannot cast objects from sibling classes. c. You will get a runtime error because the Java runtime system cannot perform multiple casting in nested form. d. The statement is correct.

Computer Science & Information Technology

A printer ____________________ is the physical printer that transfers a print job from a computer to actual hard copy.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Match the following features with the appropriate tabs:

I. add a SmartArt diagram to a slide II. insert a picture as fill to a shape III. apply a Quick Style to a selected shape IV. access the Text pane V. see the grids on a slide A. Drawing Tools Format tab B. SmartArt Tools Design tab C. View tab D. Home tab E. Insert tab

Computer Science & Information Technology