Refer to the exhibit. the gigabit interfaces on both routers have been configured with subinterface numbers that match the vlan numbers connected to them. pcs on vlan 10 should be able to print to the p1 printer on vlan 12. pcs on vlan 20 should print to the printers on vlan 22. what interface and in what direction should you place a standard acl that allows printing to p1 from data vlan 10, but stops the pcs on vlan 20 from using the p1 printer? (choose two.)

Answers

Answer 1
Answer:

I guess the best answer are:

R1 Gi0/1.12

outbound


Related Questions

Assume your using a three button mouse to access shortcut menus you would
Which of the following functions does a browser perform?a. Automates data calculationb. Automatically saves a copy of your e-mailc. Finds sites devoted to a particular subjectd. Links you to the Web
Pages with obvious problem with functionality or errors in displaying content
One problem with using e-mail is that ______.a. People will think you are a nerd if you use e-mailb. E-mail is considered too formal for most communicationc. Once e-mail is sent out, it cannot be taken backd. E-mail is expensive to use and maintain
The severity of a burn or shock is not dependent on

What are two types of formulas in Excel

Answers

Hello!

:)
The formula is equal to (=) begins. For example, the following formula multiplies the result by 2 to 4 and 6 balls.
= 6 + 2 * 4
Formulas can not contain all sides of what I give. : D: functions, references, operators and constants.
trig and mathematical

Which best describes how an operating system works with the BIOS? It instructs the BIOS to complete a task. It allows user interaction with the BIOS. It translates instructions for the BIOS. It provides power to the BIOS.\

Answers

Answer:It translates instructions for the BIOS.

Explanation:just took the test :)

Answer:

C.  It translates instructions for the BIOS.

Explanation:

edge 2020

Given the int variables x, y, and z, write a fragment of code that assigns the smallest of x, y, and z to another int variable min. Assume that all the variables have already been declared and that x, y, and z have been assigned values.

Answers

Answer:

// here is code in C++.

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

   // variables

   int x=5,y=2,z=9;

   int min;

   // find the smallest value and assign to min

   // if x is smallest

   if(x < y && x < z)

   // assign x to min

    min=x;

     // if y is smallest

else if(y < z)

 // assign y to min

    min=y;

// if z is smallest

else

 // assign z to min

    min=z;

// print the smallest

cout<<"smallest value is:"<<min<<endl;

return 0;

}

Explanation:

Declare and initialize variables x=5,y=2 and z=9.Then check if x is less than y and x is less than z, assign value of x to variable "min" .Else if value of y is less than value of z then smallest value is y, assign value of y to "min".Else z will be the smallest value, assign its value to "min".

Output:

smallest value is:2

Name the hardware component that performs each of the following functions (1) performs calculation and/or comparisons (2) holds the data and programs that are currently being used by the central processing unit (3) contains instructions that are used during booting up of the computer

Answers

The name of the hardware components of a computer system based on their functions are:

  1. The central processing unit (CPU): performs calculation and/or comparisons.
  2. Random access memory (RAM): it holds the data and programs that are currently being used by the central processing unit (CPU).
  3. Read only memory (ROM): it contains instructions that are used during booting up of the computer.

What is a hardware?

A hardware can be defined as a physical component of an information technology (IT) or computer system that can be seen and touched.

The hardware components of a computer.

Some examples of the hardware components of a computer system and these include:

  • Motherboard
  • Central processing unit (CPU)
  • Keyboard
  • Monitor
  • Mouse
  • Random access memory (RAM).
  • Read only memory (ROM).

In Computer technology, the name of the hardware components of a computer system based on their functions are:

  1. The central processing unit (CPU): performs calculation and/or comparisons.
  2. Random access memory (RAM): it holds the data and programs that are currently being used by the central processing unit (CPU).
  3. Read only memory (ROM): it contains instructions that are used during booting up of the computer.

Read more on hardware here: brainly.com/question/959479

Circular error are caused by adding the cell name of a/an cell to aformula

Answers

If you mean a "circular reference error" then you are correct. This error is caused by a formula in a cell that directly or indirectly refers to its own cell. For example, if you place a formula in cell A3 and your formula reads "=A1+A2+A3" you will receive a circular reference warning because the formula contains a reference to the cell that it is in (A3)

What type of scientists studies tree rings to determine the history of an area?A: paleobotanist
B: paleontologist
C: dendrochronologist
D: micropaleontologist

Answers

The answer is C, a dendrochronologist.

Answer:c

Explanation: it is correct