As a CISO, you are responsible for developing an information security program based on using a supporting framework. Discuss what you see as some major components of an information security program.

Answers

Answer 1

Answer:

The CISO (Chief Information Security Officer) of an organization should understand the following components of an information security program:

1) Every organization needs a well-documented information security policy that will govern the activities of all persons involved with Information Technology.

2) The organization's assets must be classified and controlled with the best industry practices, procedures, and processes put in place to achieve the organization's IT objectives.

3) There should be proper security screening of all persons in the organization, all hardware infrastructure, and software programs for the organization and those brought in by staff.

4) Access to IT infrastructure must be controlled to ensure compliance with laid-down policies.

Explanation:

As the Chief Information Security Officer responsible for the information and data security of my organization, I will work to ensure that awareness is created of current and developing security threats at all times.  I will develop, procure, and install security architecture, including IT and network infrastructure with the best security features.  There will good management of persons' identity and controlled access to IT hardware.  Programs will be implemented to mitigate IT-related risks with due-diligence investigations, and smooth governance policies.


Related Questions

how to make an app according to peoples will

Answers

Answer:

Follow these steps to create your own app:

1)Choose your app name.

2)Select a color scheme.

3)Customize your app design.

4)Choose the right test device.

5)Install the app on your device.

6)Add the features you want (Key Section)

7)Test, test, and test before the launch.

8)Publish your app.

Explanation:

(!!_!!)

Used for monitoring web activity by users to make sure that sensitive information won't leave the building.

A, Web server
B, FTP server
C, POP server
D, Proxy server ​

Answers

Answer: PROXY

Explanation:

The basic objective of the web server is to store, process and deliver web pages to the users.

FTP server is to allow users to upload and download files. An FTP server is a computer that has a file transfer protocol (FTP) address and is dedicated to receiving an FTP connection. FTP is a protocol used to transfer files via the internet between a server (sender) and a client (receiver)

pop provides access via an Internet Protocol (IP) network for a user client application to a mailbox (maildrop) maintained on a mail server

proxy server is a system that isolates internal clients from the servers by downloading and storing files on behalf of the clients. it intercepts requests for web-based or other resources that come from

What is computer code?
A. Java Script
B. XML
C. HTML
D. Any programming language

Answers

Answer:

D

Explanation:

You are the IT administrator for a small corporate network. The employee in Office 1 needs your assistance managing files and folders. Your task is to use the command prompt to complete the following:

a. Create the D:​\​utilities​\​recover directory. Use the md or mkdir command to create (make) a directory.
b. Delete the D:​\​software​\​arch98 directory and all of its files.
c. Use the rd command to delete (remove) a directory.
d. Use the /s switch to remove the directory and all of its contents at once.

Answers

Answer:

(a) mkdir /d D:\utilities\recover    

     or

    mkdir D:\utilities\recover    

(b) rd  /s  D:​\software​\arch98

Explanation:

(a) To make a new directory we use the md or mkdir command followed by the name of the directory as follows;

mkdir [name_of_directory]

The name of the directory could also be a relative or absolute path depending on the request.

In the task, the specified directory uses an absolute path given as D:​\​utilities​\​recover. This path is in a drive D. Therefore, if you are in another drive different than D, to run this command, it is a great idea to do that with the /d switch.

In summary:

i. if in drive D, to make a directory D:\utilities\recover, type the following command;

mkdir  D:\utilities\recover    

ii. if otherwise in a different drive, type the following command.

mkdir /d D:\utilities\recover

(b) To delete a directory, we use the rd or rmdir command. If the directory has contents that also need to be deleted, we use the switch /s alongside the rd or rmdir.

In the task given, the directory to be deleted is D:\software\arch98. This includes deleting all of its files too. To do this, type the following command;

rd /s D:\software\arch98

Write a program that accepts inputs, outputs them and exits correctly when - 1
is pressed

Answers

Answer:

Explanation:

The following program is written in Python. It simply creates an endless loop that continously asks the user for an input. If the input is not -1 then it outputs the same input, otherwise it exists the program correctly. A test output can be seen in the attached image below.

while True:

   answer = input("Enter a value: ")  

   if answer != "-1":

       print(answer)

   else:

       break

Write an algorithm that accepts two numbers,
divide the first number by the second and display the
quotient

Answers

Let’s write the algorithm in the form of a pseudocode!

Pseudocode:Quotient_of_Two_Number
Declare: num1, num2, quotient
START
Display (Enter a number)
Read num1
Display (Enter a number)
Read num2
quotient = num1/num2
Print (“Quotient”)
STOP

Assign sum_extra with the total extra credit received given list test_grades. Iterate through the list with for grade in test_grades:. The code uses the Python split() method to split a string at each space into a list of string values and the map() function to convert each string value to an integer. Full credit is 100, so anything over 100 is extra credit.Sample output for the given program with input: '101 83 107 90'Sum extra: 8(because 1 + 0 + 7 + 0 is 8)user_input = input()test_grades = list(map(int, user_input.split())) # test_grades is an integer list of test scoressum_extra = 0 # Initialize 0 before your loop''' Your solution goes here '''print('Sum extra:', sum_extra)

Answers

Answer:

Replace ''' Your solution goes here '''

With

for i in test_grades:

   if i > 100:

       sum_extra+=i - 100

Explanation:

This iterates through the list

for i in test_grades:

This checks for list elements greater than 100

   if i > 100:

The extra digits (above 100) are then added together

       sum_extra+=i - 100

Other Questions
Brian pays 465.98 a year on his car insurance.The insurance company reduces the price by 3.6%.How much does the insurance cost now?Give your answer rounded to 2 DP. 7. A sample of methane gas (CH.) with a mass of 58 g is kept in a 1500 mL container at a temperature of 100. C. What is the pressure of the gas? what did black codes do to former slaves? The estimated total,costs,y, of a child's toy is practally based on the number of batteries used x.The cost of one battery is 0.75. The toy itself cost 12$.Which equation represents the situation There are two methods to determine the Golden Rule capital level, looking at steady-state: Please choose the correct answer from the following choices, and then select the submit answer button. Answer choices consumption per worker or comparing the marginal product of capital to the saving rate. consumption or comparing the marginal product of capital to the depreciation rate. output per worker or comparing the marginal product of capital to the saving rate. output per worker or comparing the marginal product of capital to the depreciation rate. Which of the following was an effect of the Civil War in the Indian Territory?A.economic devastation caused by lootingB.increased tribal cooperationC.mass migration into the regionD.thousands of white settlers being forced to live in refugee camps In which choice do all three points lie on the same straight line?A (0, 1), (1, 3), (1, 3)B (4, 2), (2, 1), (4, 2)C (0, 0), (8, 0), (0, 8)D (1, 2), (2, 4), (4, 8) Solve for XPLEASEEEEE HELPPPP in the diagram BC = 9. find AB and AC. Read the poem and answer the questions. There are so many things to do to-dayIn city, field and street,And people are going everywhere,With quickly hurrying feet.Some are ploughing and sowing the seed.And some are reaping the grain:And some, who worked the whole night through,Are coming home again.Over the hills the shepherd goes,While in the busy townPeople and carts and motor carsAre running up and down.And everywhere they come and goIn sun and rain and sleet,That we may have warm clothes to wear,And food enough to eat. Mary Osborn1). Where are the people going?..2). What are the people who worked throughout the night doing? ..3). What happens in a busy town?.4). What one should have when seasons come and go? 5). Find Synonyms for the following i. harvesting - . ii. snow - . if loga (n) = 16, find loga (sqrtt n) Check the items which describe a Bible story.little character descriptionshort sayingsmany events or actionsshort time frameone or two main events or actionsmany main charactersfew main characterslong time frameextensive character description Let p: x < -3 let q: x > 3 What is represented by p v q The terms central location or central tendency relate to the way quantitative data tend to cluster around some middle or central value. a. Trueb. False is this a reasonable estimate? Why? - How is art like literature? How can art tell astory? Ajax Lighting manufactures and sells street and parking lot lights, such as those on the Fayetteville trail system. Ajax has the best LED lighting technology in the industry. It is a significant competitive advantage. There are only two other companies in the nation that make competitive products. Growth in this industry is about 2% a year or less. Ajax can enjoy sustained competitive advantage because they are in a _________ market a guide will greet you as you disembark from the boat to your the city Why is it important to be aware ofwhat type of environment or situation you are in? Which of these is not a mixture?A) SaltB) Cooking oilC) Tea leavesD) Milkty