What name is given to the process or mechanism of granting or denying use of a resource typically applied to users or generic network traffic?

Answers

Answer 1

Answer:

Access control

Explanation:

A computer network connects two or more computer devices to communicate and share resources. When computers or workstations in a network are connected, data can be directly transferred from a source to a target workstation.

In most cases in an enterprise network, there is a need to restrict access to certain information or resources, so access control protocols are used to secure sensitive information from unauthorized view.


Related Questions

Which activity is a primary manufacturing process?
A refining raw material
B casting
C molding
D welding joints
E painting a clear coat

Answers

A is the answer for the question

3.4 Code Practice: Question 1

Answers

Answer:

color = input("What color? ")

if (color == "yellow"):

   print("Correct!")

else:

   print("Nope")

Explanation:

My code is dependent on if the color is supposed to be case sensitive

Walmart store wants to compare the sales of five of its stores. Write a complete program to ask the user to enter the sales for 5 stores. Create a bar chart displaying stars representing the sale amount for the day. must follow the requirements main method calls the print method. a for loop is required print method accepts an integer as its parameter representing the sale for the day. display stars based on the sale. one star represents $100 sale. a for loop is required Sample output:

Answers

Answer:

Here is the C++ program.

#include <iostream>  //to use input output functions

using namespace std;   //to identify objects cin cout

   void print(int sales){   //method that accepts integer as its parameter representing the sale for the day

          for(int i=0;i<(sales/100);i++){  //loop to create a bar chart

           cout<<"*";   }   }  //prints stars representing the sale amount for the day

   int main(){          

       int sales1;    // stores the sales of store 1

       int sales2;    // stores the sales of store 2

       int sales3;    // stores the sales of store 3

       int sales4;     // stores the sales of store 4

       int sales5;    // stores the sales for store  5    

       

       cout<<"Enter the sales for store 1: ";  //prompts user to enter sales for store 1

       cin >>sales1;  //reads the value of sales for store 1 and stores it in sales1

       print(sales1);  //calls print method to display start representing the sales amount for the day for store 1

       cout<<"\nEnter the sales for store 2: ";  //prompts user to enter sales for store 2

     cin >>sales2;  //reads the value of sales for store 2 and stores it in sales2

       print(sales2); //calls print method to display start representing the sales amount for the day for store 2

       cout<<"\nEnter the sales for store 3: ";  //prompts user to enter sales for store 3

     cin >>sales3;  //reads the value of sales for store 3 and stores it in sales3

       print(sales3);  //calls print method to display start representing the sales amount for the day for store 3

       cout<<"\nEnter the sales for store 4: ";  //prompts user to enter sales for store 4

     cin >>sales4;  //reads the value of sales for store 4 and stores it in sales4

       print(sales4);  //calls print method to display start representing the sales amount for the day for store 4

       cout<<"\nEnter the sales for store 5: ";  //prompts user to enter sales for store 5

     cin >>sales5;  //reads the value of sales for store 5 and stores it in sales5

       print(sales5);     } //calls print method to display start representing the sales amount for the day for store 5

Explanation:

The program is well explained in the comments attached with each line of the program. Lets say user enters 100 as sales for store 1. Then the for loop works as follows:

for(int i=0;i<(sales/100);i++)

At first iteration:

i = 0

i<(sales/100) is true because 0 is less than 100/100 = 1

so the program moves to the body of loop which has the statement:

cout<<"*"

This prints one asterisk one output screen. Next the loop breaks when i = 1. So this only prints one asterisk in output since one star represents $100 sale. The screenshot of the program along with its output is attached.

Office suites are also known as suites.

Lotus

utility

productivity

symphony

Answers

Office suites are also known as productivity suites.

What are office suites also known as?

An office suite is also known as to  be a kind of office application suite or office productivity software.

Note that Office suites are also known as productivity suites as it is where a lot of decisions are made that enhances productivity.

Learn more about suites from

https://brainly.com/question/5080206

#SPJ6

A hammer has an input distance of 9 cm and an output distance is 3 cm what is the ideal mechanical advantage

Answers

Answer:

1/3

Explanation:

Which option should you select to accept a tracked change?
OA. Accept
OB.
Reject
O c.
Review
OD
Delete

Answers

Accept is the answer

In ____________, a large IP address block could be divided into several contiguous groups and each group be assigned to smaller networks.

Answers

There are no answers given in this question

Cable television systems originated with the invention of a particular component. What was this component called?​

Answers

Answer:

Cable television is a system of delivering television programming to consumers via radio frequency (RF) signals transmitted through coaxial cables, or in more recent systems, light pulses through fibre-optic cables. This contrasts with broadcast television (also known as terrestrial television), in which the television signal is transmitted over the air by radio waves and received by a television antenna attached to the television; or satellite television, in which the television signal is transmitted by a communications satellite orbiting the Earth and received by a satellite dish on the roof. FM radio programming, high-speed Internet, telephone services, and similar non-television services may also be provided through these cables. Analog television was standard in the 20th century, but since the 2000s, cable systems have been upgraded to digital cable operation.

Explanation:

[tex]hii[/tex]have a nice day ✌️✌️

Cable television systems originated with the invention of a particular component. The component is a coaxial cable. The correct option is A.

What is a cable television system?

Radiofrequency (RF) signals are transferred through coaxial cables, or in more current systems, light pulses are transmitted through fiber-optic cables, to deliver television programming to viewers via cable television networks.

This is in contrast to satellite television, which transmits the television signal via a communications satellite orbiting the Earth and receives it via a satellite dish.

It broadcast television, in which the television signal is transmitted over the air by radio waves and received by a television antenna attached to the television.

Therefore, the correct option is A. coaxial cable.

To learn more about the cable television system, refer to the link:

https://brainly.com/question/29059599

#SPJ2

The question is incomplete. Your most probably complete question is given below:

A. coaxial cable

B. analog transmission

C. digital transmission

D. community antenna

Defining the components of the system and how these components are related to each other is part of the:____________.a. architectural design phase.b. detailed design phase.c. requirements phase.d. All of these are correct

Answers

Answer:

a. architectural design phase.

Explanation:

Architectural design phase basically deals with the interaction between the very important and essential modules of the software system that is to be developed.

Hence, defining the components of the system and how these components are related to each other is part of the architectural design phase. These components include the input, process, and output, they are linked to their respective interface in order to establish the functionality and framework of the software system.

Remember to check the on your vehicle first to see if a repair is covered by the manufacturer.

Answers

Answer:

insurance or warranty

Explanation:

It should be insurance because insurance can cover things like car repairs and other things that goes wrong. warranty could work too because it kind of means the same thing.

What will be the output of the following program? Assume the user responds with a 5.

answer = input ("How many hamburgers would you like? ")
priceBurger = 3.00
intNumberBurgers = float(answer)
moneyDue = intNumberBurgers * priceBurger
print ("You owe $", moneyDue)

An error occurs.

You owe $15.0

You owe $ 15.0

You owe $ moneyDue

Answers

The output will be: You owe $ 15.0

The output of the following program, when the user responds with a 5 is You owe $15.0. The correct option is b.

What is the output?

Programs require the entry of data. This data is utilized by the software, which then produces data (or information). The output of software or other electronic device is whatever information it processes and transmits.

Anything that appears on the computer screen, like the text you type on the keyboard, is considered the output.

The floating-point value of "answer" is how many hamburgers would you like is set to a string indicating the response when someone responds to an input; in this case, the value is 5.

As a result, if the user responds with 5, the amount due is set to the price times the hamburger price:

You owe $", money Due = 3.00 x 5 = 15.00

Therefore, the correct option is b. You owe $15.0.

To learn more about output, refer to the below link:

https://brainly.com/question/28903099

#SPJ5

Which is true of diagnosing and troubleshooting? Diagnosing attempts to identify the source of a problem, while troubleshooting looks for the nature of the problem. Diagnosing is used to fix problems with hardware, while troubleshooting is used to fix problems in program code. Diagnosing looks for the nature of the problem, while troubleshooting attempts to identify the source of the problem. Diagnosing is used to fix problems in program code, while troubleshooting is used to fix problems with hardware.

Answers

Answer:

the answer is c

Explanation:

i just took the test

Answer:c

Explanation: because Diagnosing looks for the nature of the problem, while troubleshooting attempts to identify the source of the problem.

All of the different devices on the internet have unique addresses.

Answers

Answer:

Yes

Explanation:

Just like a human fingerprint, no 2 computers are the same.

Other Questions
What is the degree of rotational symmetry for the following figure? A survey of 800 college seniors resulted in the following crosstabulation regarding their undergraduate major and their plan of going to graduate school. Compute the row percentages. A. Yes = 35% and No = 65% Business = 25%, Engineering = 30%, and Others = 45% B. Yes = 48% and No = 52% Business = 31.5%, Engineering = 36.5%, and Others = 32% Which words from the passage show how the the writer feels. 1 their giggles felt like needles. I was quickly getting the picture. They were tossing their locks. This afternoon is going to be so much fun. HypothesisIf an object rolls over plywood board (type of material). (describe the prediction of distance, itwill travel). What would happen if you drank breakfast essentials for a year? need help asapCalculate the frequency for a wavelength of 635 nm. Write essay about your aim The distance from Salvador's job tohis house is 3 times greater than the distancefrom his house to school. If his house is betweenhis job and school and the distance from his jobto school is 6 miles, how far is it from Salvador'shouse to school? SOMEONE HELP ME WITH SPANISH ILL GIVE BRAINLIEST Is the chemical equation 2Fe+3cl2=>2FeCl3 balanced? 50 POINTS, HEART, 5 STAR AND BRAINLIESTLIST 10 INPORTANT POINTS OF INTEREST ABOUT GENGHIS KHAN AND HOW HE HAD AN INOACT ON THE WORLD THEY LIVE Has the FBI undergone any major reorganizations or structural changes in the past decade? porque los humanistas estaban en desacuerdo con la iglesia 100 POINTS!!! Plz describe this (and don't answer this just for the points like actually help me this is 60% of my grade) I couldn't find anything on the website so I came here.Will reward brainliest. The standard deviation of the market-index portfolio is 20%. Stock A has a beta of 2.00 and a residual standard deviation of 30%. a. Calculate the total variance for an increase of 0.10 in its beta. (Do not round intermediate calculations. Round your answer to the nearest whole number.) b. Calculate the total variance for an increase of 2.62% in its residual standard deviation. (Do not round intermediate calculations. Round your answer to the nearest whole number.) Which number goes in thespace (?) to make the twofractions equivalent3/8 = 15/? A farmer wants to expand his fields, but only has hills left. He is worried about water erosion because of the rate at which water is pulled down the hills during rainstorms. What can this farmer do to reduce the water erosion he fears?A. Rotate his crops so that there is permanent groundcover.B. Use contour plowing on the hills.C. Install silt fences at the bottom of the hills.D. Reshape the hills with terraces. what are all the forms of triage help plsWhich process of sedimentary rock formation occurs last?cementationcompactiondepositionerosion Use the highlighter to cite the oath-taker's responsibilities What does the vassal promise to do in this passage?to his lord.Check all that apply.Thus shall one take the oath of fidelity: By the Lordbefore whom this sanctuary is holy, I will to N. be trueremain loyal to his lordand faithful, and love all which he loves and shun allput the lord above his love for Godwhich he shuns, according to the laws of God and theorder of the world. Nor will I ever with will or action,do nothing that the lord does not wishthrough word or deed, do anything which is unpleasing to be unpleasing to his lordhim, on condition that he will hold to me as I shalldeserve it, and that he will perform everything as it wasin our agreement when I submitted myself to him andchose his will_"'Feudal' Oaths of Fidelity,"Medieval Sourcebook