Which range of numbers is used to indicate that a standard ACL is being configured?

A) 2000-2699
B) 100-199
C) 1-99
D) 1300-1999


C, D
Explanation: C) Two numbered ranges are used to indicate a standard ACL: 1-99 and 1300-1999; also, two numbered ranges are used to indicate an extended ACL: 100-199 and 2000-2699.
D) Two numbered ranges are used to indicate a standard ACL: 1-99 and 1300-1999; also, two numbered ranges are used to indicate an extended ACL: 100-199 and 2000-2699.

Computer Science & Information Technology

You might also like to view...

(Checkerboard Pattern of Asterisks) Write a program that displays the checkerboard pattern shown below. Your program must use only three output statements, one of each of the following forms:

cout << "* "; cout << ' '; cout << endl; ******** ******** ******** ******** ******** ******** ******** ********

Computer Science & Information Technology

How can the resolution of an LCD screen be changed?

A) It cannot. B) Operating system C) Multipixelation D) By using the software that comes with a PCI, AGP, or mini-PCIe video card

Computer Science & Information Technology

Which program would be best suited to entering, editing, and managing large paragraphs of text?

A. Access B. Excel C. Outlook D. Word

Computer Science & Information Technology

Postfix notation is also known as reverse Polish notation (RPN).

Answer the following statement true (T) or false (F)

Computer Science & Information Technology