Confidentiality, integrity, and availability (C-I-A) are large components of access control. Integrity is __________.

Answers

Answer 1

Options:

(a) ensuring that a system is accessible when needed

(b) defining risk associated with a subject accessing an object

(c) ensuring that a system is not changed by a subject that is not authorized to do so

(d) ensuring that the right information is seen only by subjects that are authorized to see it

Answer:

(c) Ensuring that a system is not changed by a subject that is not authorized to do so.

Explanation:

Access control simply means controlling who accesses a particular data by putting necessary measures in place. The vital components of access control are explained briefly as follows:

Confidentiality: This refers to ensuring that sensitive information are getting to the right people and the right people only. Confidentiality ensures that data or information are getting to those that they are intended. Examples of sensitive information that require confidentiality are

i. Credit card details

ii. Passwords

Integrity: This refers to ensuring that the quality, consistency, accuracy and trustworthiness of an information does not change throughout its time.

It makes sure that data remains the same over a long period of time and in the event that it will be changed, it is not changed by unauthorized subject.

Availability: Just as the name implies, ensures that the data or information is available any time it is needed.


Related Questions

Which type of firewall is ideal for many small office/home office (SOHO) environments?

Answers

Answer:

Native OS firewall

Explanation:

Native OS firewall is a computer engineering term that is used in describing a form of the operating system that is in-built or comes from manufacturers of a given device.

Therefore, given that it supports basic functionality, and many, if not all small office/home office (SOHO) environment works with small or little traffic. Hence, for easy navigation and work-around, it is most ideal to use Native OS firewall

Can the teacher provide your feedback through Google Classroom?

Answers

Answer:

Yes

Explanation:

The teacher always answers all queries if she/he is online and the question u ask is understandable

Answer:

Yes

Explanation: A teacher can give the feedback individual/privately or publicity

write a function solution that given an integer n returns a string consisting of n lowercase lettersn

Answers

Answer:

Following are the method to this question:

def solution(s):#defining a method solution

   x=0#defining variable x that assign value 0

   for i in s:#defining for loop to count string value in number

       if(i.islower()):#defining if block that check input character is in lowercase

           x=x+1#increment the value of x by 1

   return x#return x

s=input("Enter string:")#defining s variable that input string value

print(solution(s))#defining print method to solution method                    

Output:

Enter string:Database is the colloection

22

Explanation:

In the given question some data is missing, that's why we define the answer as follows:

In the above code, a solution method is defined, which takes "s" variable as the parameter, and inside the method, an integer variable "x" is defined, that holds a value that is "0". In the next line, for loop is declared, that counts string value without space and inside the loop, if block is defined, that checks only the lowercase character and adds the value in x variable, and returns its value. Outside the method s variable is defined, that inputs the string value from the user end, and use the print method to call it and print its calculated value.

The function returns a string of lowercase alphabets of length n, which is prescribed in the function. The function written in python 3 goes thus ;

import string, random

#import the string and random modules

l_case = [x for x in string.ascii_letters if x.islower()]

#use list comprehension to take a list of lower case alphabets

def n_letters(n):

#initialize a function which takes a single parameter, number of letters

lett = random.sample(l_case, n)

#take a random sample of n letters

return "".join(lett)

#use the join function to concatenate the string

print(n_letters(6))

# A sample run of the program is attached.

Learn more :https://brainly.com/question/15086326

Why escape sequence is used? Explain with example?

Answers

Answer:

They are especially used to specify actions for eg. carriage returns and tab movements on terminals or printers.

They are also used to provide literal representation.

hope it helps!

You are hired to create a simple Dictionary application. Your dictionary can take a search key from users then returns value(s) associated with the key. - Please explain how you would implement your dictionary. - Please state clearly which data structure(s) you will use and explain your decision. - Please explain how you communicate between the data structures and between a data structure and an interface.

Answers

Answer:

The application should have a form user interface to submit input, the input is used to query a database, if the input matches a row in the database, the value is displayed in the application.

Explanation:

The data structure in the database for the dictionary application should be a dictionary, with the input from the user as the key and the returned data as the value of the dictionary.

The dictionary application should have a user interface form that submits a query to the database and dictionary data structure returns its value to the application to the user screen.

The description of a barcode mainly serves to:________.
A. trivialize the complexity of a particular research practice.
B. use a familiar concept to communicate an idea.
C. question the novelty of a scientific phenomenon.
D. inject a note of levity into an otherwise serious argument.

Answers

Answer:

B. use a familiar concept to communicate an idea.

Explanation:

From the article written by Tim Heupink, et al, and titled "Dodos and Spotted Green Pigeons are Descendants of an Island Hopping Bird"

Following the scientist's analysis on DNA from two feathers of green pigeon which were seen they examined the minor area of DNA that are distinct for most bird species. This minor area comprises three DNA “mini barcodes." It was concluded from the analysis of mini Barcodes that the green pigeon that were discovered is certainly a different species, indicating a distinct DNA barcode compared

Hence, it can be concluded that the description of a barcode mainly serves to use a familiar concept to communicate an idea.

Database __________ , which is the logical design of the database, and the database _______,which is a snapshot of the data in the database at a given instant in time.
A. Relation, Domain
B. Relation, Schema
C. Instance, Schema
D. Schema, Instance

Answers

Answer:

D. Schema, Instance.

Explanation:

Database schema, which is the logical design of the database, and the database instance, which is a snapshot of the data in the database at a given instant in time.

In database management, the term "schema" is used to denote a representation of data while the term "instance" is used to denote an instance of time.

A database schema is a structure which is typically used to represent the logical design of the database and as such represents how data are stored or organized and the relationships existing in a database management system. There are two (2) main categories of a database schema; physical database schema and logical database schema.

A database instance is a snapshot of the data in the database at a given instant in time and as such represents an operational database by following the conditions, validation and constraints set for a database management system.

The so-called WAP gap involves the __________ of information where the two different networks meet, the WAP gateways.

Answers

Complete Question:

The so-called WAP gap involves the ______ of information where the two different networks meet, the WAP gateways.

Group of answer choices

A. integrity.

B. confidentiality.

C. authentication.

D. WTLS.  

Answer:

B. confidentiality.

Explanation:

WAP is an acronym for wireless application protocol and it is a standard communications protocol used for accessing, formatting and filtering of data (informations) on wireless devices such as mobile phones over the internet or mobile wireless network.

Simply stated, a wireless application protocol (WAP) is a lightweight and easy to use protocol designed and developed for devices with low computing power e.g mobile devices.

There are two (2) main standard protocols that are being used for the wireless application protocol (WAP), these are;

1. Transport Layer Security (TLS).

2. Wireless Transport Layer Security (WTLS).

The so-called WAP gap involves the confidentiality of information where the two different networks (WTLS and TLS) meet, the WAP gateways.

In wireless communications, the wireless transport layer security was an improvement on the transport layer security. However, it created a major problem of confidentiality in the translation of the two protocols in a WAP architecture.

First, the user data is encrypted with a public key of an application server and then encrypted again from the client mobile device to the WAP gateway using the wireless transport layer security (WTLS) and lastly, the transport layer security (TLS) is used from the WAP gateway to the enterprise server. The TLS translates the WTLS data by decrypting it first and then encrypting it again.

The security concerns or confidentiality issues associated with using WAP is that, all messages are seen in plain text by the WAP gateways in the translation at the TLS point, thus causing the so called WAP gap.

Answer:

FROM THE TOP MAKE IT DROP THATS SOME WAP WAP WAP WAP

Explanation:

-How long does a copyright last?

Answers

Answer:

95 years

Explanation:

the dura- tion of copyright is 95 years from first publication or 120 years from creation, whichever is shorter (unless the author's identity is later revealed in Copyright Office records, in which case the term becomes the author's life plus 70 years).

Someone receives and email that appears to be from their bank requesting them to verify account information, this type of attack is:

Answers

Answer:

This is Phishing attack

Explanation:

What is Phishing attack?

Phishing attack involves sending of sending of unwanted spam mails, well disguised mails to potential victims, it was designed to steal the potential victim's information such as passwords and mails to his/her banking platform.

     

      The goal is  to deceive victims into clicking on a link and taking them to a  website that asks for their login and password, or  perhaps their credit card or ATM number.

People who attack using phishing are called cyber attackers

Let S be an NP-complete problem and Q and R be two other problems not known to be in NP. Q is polynomial time reducible to S and S is polynomial time reducible to R. Which of the following statements are true?
A. R is NP complete
B. R is NP Hard
C. Q is NP complete
D. Q is NP hard

Answers

Answer:

B. R is NP Hard

Explanation:

Given:

S is an NP complete problem

Q is not known to be in NP

R is not known to be in NP

Q is polynomial times reducible to S

S is polynomial times reducible to R  

Solution:

NP complete problem has to be in both NP and NP-hard. A problem is NP hard if all problems in NP are polynomial time reducible to it.

Option B is correct because as given in the question S is an NP complete problem and S is polynomial times reducible to R.

Option A is not correct because R is not known to be in NP

Option C is not correct because Q is also not known to be in NP

Option D is not correct because Q because no NP-complete problem is polynomial time reducible to Q.

o maintain reasonable key security (mark all that apply): Ensure that someone else always has an extra key. Ensure that no extra duplicates are made. Maintain strict control over master keys and control keys. Ensure that the key cannot be linked to the lock it operates.

Answers

Answer:

The answer is "second, third, and fourth choices"

Explanation:

In the question the numbering of the choices were missing if we numbering the choices so, the first choice will be one first number and second choice is in second and so on, and its explanation can be defined as follows:

The network safety key is a type of network login credentials or passwords which is used for provides authorization as well as access the network or device upon which client requests to communicate throughout the form of physical, digital, or biometrical information login.  

It doesn't ensure the extra key.  It helps ensure there were no additional duplicates.  It keeps strict access codes as well as keys command.  It makes sure, that its key could not be linked to able to operate the lock.

A DATABASE IS A COLLECTION OF _____ DATA

Answers

Answer:

related

Explanation:

Database is an integrated collection of logically related records or files. A database consolidates records previously stored in separate files into a common pool of data records that provides data for many applications. The data is managed by systems software called database management systems

Out of the choices provided above, it can be concluded to state that A database is a collection of related data. Therefore, the option A holds true.

What is the significance of a database?

A database can be referred to or considered as a data that contains a collection or compilation of different sets of data observations. These observations are having a common characteristic, which is always predefined for easy access of the user of the data.

A database set can never have data about two or more things, which are completely unrelated to each other, simply because it does not make any sense or utility to use such database as one whole set of observation. The data must be related in some way or the other.

Therefore, the option A holds true and states regarding the significance of database.

Learn more about database here:

https://brainly.com/question/6447559

#SPJ6

The missing choices are added below for better reference.

A. Related

B. Unrelated

C. Scattered

assume your using a three button mouse. to access the short cut menus you would

Answers

left click then the bar would appear and you click inspect!
hope this helped
please give brainliest <3

Mia is disappointed with how her latest video games are playing on her computer; the images are slow
and grainy, and what she sees onscreen seems to lag behind what she is inputting through her
controls. Which of these components does Mia most likely need to upgrade?
O USB
O GPU
ONIC
O loT

Answers

Answer:

she is complaining about her images being slow and lagging she should get a new gpu because, well it should be pretty self explnitory gpu stands for graphics processing unit, so putting 2 and 2 together...

Answer:

B. GPU

The Graphics proccessing unit or GPU is what decides how good or bad your graphics are. If you are having problems with the speed or look of your graphics, then it would be a good idea to upgrade the GPU.

I hope this helps. Cheers! ^^

To print a budget:________.

1. From the Company Center, select Company & Financials > Budgets

2. From the Reports Center, select Budgets & Forecasts > Budget Overview

3. From the Reports Center, select Company & Financials > Budgets

4. From the Reports Center, select Accountant & Taxes > Budgets

Answers

Answer:

2. From the Reports Center, select Budgets & Forecasts > Budget Overview

Explanation:

In order to print a budget, the step is: From the Reports Center, select Budgets & Forecasts > Budget Overview

I microwaved my phone and this Bluetooth popup won't go away and I can't connect to Bluetooth. Help. I have a Google pixel 3XL I'm no phone expert.​

Answers

Answer:  Why'd you'd Microwave your phone?

Explanation: Ok first don't do that, it can make it explode, and since you did that, it messed up something, you'll have to get it fixed or buy a new one

Hope this helps^^

Answer: C

Explanation:

I just took the test, and i am Smart

Write a program that asks the user for three strings. Then, print out whether the first string concatenated to the second string is equal to the third string. Here are a few sample program runs: Sample Program 1: First string

Answers

Answer:

import java.util.Scanner;

public class Main {

   public static void main(String[] args) throws Exception {

          Scanner myObj = new Scanner(System.in);

        //Request and receive first String

       System.out.println("Enter username");

       String firstString = myObj.nextLine();

       

       //Request and receive second string

       System.out.println("Enter second string");

       String secondString = myObj.nextLine();

       

         //Request and receive third string

       System.out.println("Enter third string");

       String thirdString = myObj.nextLine();

       //Concatenate the first and second string

       String concatA_B = firstString + secondString;

       

       if(concatA_B.equals(thirdString)){

           System.out.println("First String Concatenated to Second String is equals to the third String");

       }

       else{

            System.out.println("First String Concatenated to Second String is NOT equals to the third String");

       }

   }

}

Explanation:

Import Scanner ClassRequest and Receive three variables from the user using the Scanner ClassConcatenate the first and secondUse the .equals() method to check for equality

Complete the sentence about a presentation delivery method.

A(n) ____ allows you to transmit your presentations over the Internet using ____.

1: A. Presentation software
B. webcast
C. external monitor

2: A. Projectors
B. CDs
C. Streaming technology

Answers

A Presentation software allows you to transmit your presentation over the internet using CDs

Answer:

A Presentation software allows you to transmit your presentation over the internet using CDs??????????????????C

The SQL WHERE clause: Limits the row data that are returned. Limits the column data that are returned. ALL Limits the column and row data that are returned.f the options

Answers

Answer: Limits the row data that are returned.

Explanation: In structured query language (SQL), The where clause is used as a filter. The filter is applied to a column and as such the filter value or criteria determines the values that are spared in the column on which the WHERE clause is applied. All rows in which the column value does not meet the WHERE clause criteria are exempted from the output. This will hence limit the number of rows which our command displays.

For instance,

FROM * SELECT table_name WHERE username = 'fichoh' ;

The command above filters the username column for username with fichoh, then displays only rows of Data with fichoh as the username. All data columns are displayed but rows of data which do not match fichoh are exempted.

On the 80x86 CPU, the ESP register keeps track of the value on the top of the runtime stack.
a) true
b) false

Answers

Answer:

True

Explanation:

The ESP register acts as an indirect operand pointing to the top of the stack at any time.

Stack grows downwards from high memory when a program adds to the stack. However, when items are removed from the stack, it shrinks upwards from low to high memory.

The assembler reduces the stack pointer(ESP) register by 2, when a word value is pushed on to the stack. On the other hand, the assembler increases the stack pointer by 2 when a word value is popped off.

The assembler decreases or increases the ESP register by 4 when a double word value is pushed or popped off the stack respectively. Therefore the ESP register changes in multiples of 4.

The parent_directory function returns the name of the directory that's located just above the current working directory. Remember that '..' is a relative path alias that means "go up to the parent directory". Fill in the gaps to complete this function.
import os
def parent_directory():
# Create a relative path to the parent
# of the current working directory
dir = os.getcwd()
relative_parent = os.path.join(dir, ___)
# Return the absolute path of the parent directory
return os.path.dirname(relative_parent)
print(parent_directory())

Answers

Answer:

Following are the complete code to this question:

import os #import package  

def parent_directory():#defining a method parent_directory

   dir = os.getcwd()#defining dir that stores the getcwd method value  

   relative_parent = os.path.join(dir) #defining relative_parent variable that uses join method to adds directory

   return os.path.dirname(relative_parent)#use return keyword to return directory name

print(parent_directory())#use print method to call parent_directory method

Output:

/

Note:

This program is run the online compiler that's why it will return "/"

Explanation:

In the given Python code, we import the "os" package, after that a method "parent_directory" is defined, which uses the dir with the "getcwd" method that stores the current working directory.  

After that "relative_parent" variable is declared, which uses the join method to store the directory value and use the return keyword to returns its value.   In the next step, the print method is used, which calls the method.

Functions are collection of code segments that are executed when called or evoked.

The complete function in Python, where comments are used to explain each line is as follows:

#This imports the os module

import os

#This defines the parent_directory function

def parent_directory():

   #This gets file directory

   dir = os.getcwd()

   #This gets the complete directory

   relative_parent = os.path.join(dir)

   #This returns the directory name

   return os.path.dirname(relative_parent)

print(parent_directory())

Read more about python functions at:

https://brainly.in/question/10211834

A termination condition in a loop is analogous to________in a recursive method.
a) call.
b) iteration.
c) initialization condition.

Answers

Answer:

b) iteration.

Explanation:

There are various algorithms which are used in computer programming. Iteration is also a type of algorithm which is used to create loops. The instructions are inserted once and then these instructions are repeated to create a loop function.

A ________ uses the Internet communications infrastructure to build a secure and private network. HAN PAN VPN WAN

Answers

Answer:

VPN is a correct answer

Answer:

VPN

Explanation:

1.15) Many computers use one byte (8 bits) of data for each letter of the alphabet. There are 44 million words in the Encyclopedia Britannica. (a) What is the bit density (bits/in2) of the head of a pin if the entire Encyclopedia is printed on it

Answers

Answer: provided in the explanation section

Explanation:

the complete questions is given thus:

Many computers use one byte (8 bits) of data for each letter of the alphabet. There are 44 million words in the Encyclopedia Britannica.

(A). (What is the bit density (bits/in2) of the head of a pin if the entire encyclopedia is printed on it? Assume the average word is five letters long. (B). What is the byte density?

(C). What is the area of a single bit in nm2?

(D). A CD-ROM has a storage density of 46 megabytes/in2 and a DVD has a storage density of 329 megabytes/in2. Is the pinhead better or worse than these two storage media? How much better or worse?

ANSWER PROVIDED:

So both quest. a and b will be solved using the same principle.

Let us say we have the Head of the pin as (1/16)th of an inch in diameter.

Then the area is = pi*(1/(2*16))2 = pi*(1/32)2

Where each word is on an average 5 letters long, and there are 44 million words.

we have a total of  220000000 bytes.

220000000 bytes = 1.76 billion bits ( Since,1 Bytes=8 bits)

hence there are  1.76 billion bits total over the head of the pin.

Note that the bit density is bits per unit area;

since we know that now, let us proceed

Bit density = 1.76billion bits/(pi*(1/32)2 bits(inch)-2

approx 574 trillion bits per (inch)2

(b). Byte density tells us the measure of the quantity of information bytes that can be stored on a given length of track, area of surface, or even in a given volume of a computer storage medium.

⇒ Byte density is bit density divided by 8

(c). asked to find the area;

given that  the inch2 = (2.54cm2) = (25.4e-6nm)2.

So to get the area,we will simply divide 574billion by (25.4e-6nm)2

(d). The pin head is WAY better.

what we mean is;

574 trillion bits per inch2 = around 75 trillion bytes per inch2

= 75 terabytes per inch2

cheers i hope this helped !!!

Which of the following is true about the strategy that uses page fault frequency (PFF) to prevent thrashing?
A. A new process may be swapped in if PFF is too low.
B. A new page is allocated to a process if PFF is too high.
C. A page is deallocated from a process if the PFF is too low.
D. All of the above.

Answers

Answer:

The answer is "option B"

Explanation:

Thrashing arises whenever the virtual machine assets of a device are overused, leading to constant paging and page defect, that affects the processing of most programs.  

In the given-question, only choice b is correct because this mechanism can be allocated to avoid the thumping of new pages if PFF is too high by increasing several frames or by removing expulsion frames.

Answer:  

B. A new page is allocated to a process if PFF is too high.

Explanation:

Page fault frequency: In computer science, the term "page fault frequency" is also referred as PFF, and is described as a direct approach that is being utilized to handle thrashing and is considered as the one that tends to use "page-fault frequency concept". However, the problem that is connected with the "thrashing" is the "high-page fault rate" and therefore it is responsible for controlling the "page fault rate". However, if the "page-fault rate" is considerably too high, then it tends to indicate that the process consist of only few frames that is being allocated to it.

Which type of cluster does NOT belong? a. Density-based b. Shared-Property c. Prototype-based d. Hierarchical-based

Answers

Answer:

b. Prototype-based

Explanation:

In clustering, certain methods are used to identify groups. This identifies groups of similar objects in a multivariate sets of data which is collected from different fields.

Shared-property clusters shares some property.

Hierarchical cluster builds a hierarchy.

Density-based identifies clusters in a data. While the prototype based sents observation to nearest prototype.

What is the advantage of utilizing trees as a data structure? Describe a scenario where you may use either a linear data structure or a tree and show which would be more effective and why?

Answers

Answer:

The tree data structure provides more flexibility and practicality.

Explanation:

The tree data structure is more advantageous because of it's practicality in terms of forming relationships within the data.

A tree data structure would be preferable for an e-commerce website or database because it provides the ability to be able to links different products and group them under sub categories etc. Basically it makes a more reliable database in this situation.

I hope this answer helps.

A ________ topology uses more than one type of topology when building a network. crossover multiple-use fusion hybrid

Answers

Answer:

hybrid topology

Explanation:

The type of topology that is being described is known as a hybrid topology. Like mentioned in the question this is an integration of two or more different topologies to form a resultant topology which would share the many advantages and disadvantages of all the underlying basic topologies that it is made up of. This can be seen illustrated by the picture attached below.


Explain Basies Uses of spreadsheet ,​

Answers

Answer:

The three most common general uses for spreadsheet software are to create budgets, produce graphs and charts, and for storing and sorting data. Within business spreadsheet software is used to forecast future performance, calculate tax, completing basic payroll, producing charts and calculating revenues.

Explanation:hope this helped hun

Other Questions
What state was last founded? Who is its current governor? When was the founding date? Which of the following best defines a band of American Indians? (10c^6d^-5)(2c^-5d^4) Problem Fernanda wants to tile her 5 m 2.5 m 5 m2.5 m5, start text, space, m, end text, times, 2, point, 5, start text, space, m, end text room. She has two options, granite, and marble. Granite costs 600 600600 rupees per square metre and marble costs 1000 10001000 rupees per square metre. What is the additional cost of using marble to tile the floor instead of granite? rupees 3. An electric bill is an essential expense for young people who get their firstapartment. The following is a list of Jordan's monthly electric bills for the past10 months.$115,$150, $144, $126, $90, $90, $95, $110, $120, $88Round your answers to the nearest cent.a. What is the mean monthly electric bill?b. What is the range?c. What is the variance?d. What is the standard deviation? Which characteristics does a laptop have? can you guys please help me out with these threee Evaluate the expression 2(8 4)2 10 2 please help Which of the following answer choices would be considered thesimplest? What justification for punishment do you favor? Is it the one that you think "works" best in terms of preventing crime, or do you favor it because it fits your ideology? Which of the following substituents is a moderate activator and an o/p director in electrophilic aromatic substitution reactions? A) -Br B) -SO3H C) -CO2H D) -NHCOR E) -CHO Jack plays basketball for 8 minutes and makes 14 points. If he plays for a total of 21 minutes, approximately how many points will Jack make? A newspaper article about the sinking of the Titanic from 1912 is a ______________ source. Find the number that completes each of the following proportions: a.8120=4c b.n0.5=0.71 c.8x=23 d. 7:6=k:120 The time intervals between successive barges passing a certain point on a busy waterway have an exponential distribution with mean 8 minutes. (a) Find the probability that the time interval between two successive barges is less than 5 minutes. (b) Find a time interval t such that we can be 95% sure that the time interval between two successive barges will be greater than t. A regular hexagon has vertices at the coordinates listed below. Find the perimeter of the hexagon(-12, -8).(-12, 7), (0, 16), (12,7), (12, -8), (0, -17)789990114 House of quality is a part of the quality function deployment process that utilizes a planning matrix to relate customer "wants" to "how" the firm is going to meet those "wants" Pursuant to the Constitution, the President is the commander in chief of the Army and Navy of the United States, and of the militia of the several states, when called into the actual service of the United States.a. Trueb. False Look at the image.Point F, point B, and point C are linears.|AD|= |FB|= |BC| , [FD] is a perpendicular of [AC] .Angle DFC= 12find the value of angle BAC= x (with detail please) Se vendieron para una funcin en el teatro 255 entradas a $130,antes del comienzo de la funcin,hubo 5 devoluciones,pero luego se vendieron dos entradas mscuantas personas asistieron a la funcin?cuanto dinero se recaud?