Which IP address range would be matched by the access-list 10 permit 192.168.100.128 0.0.0.15?

A) 192.168.100.128 - 192.168.100.191
B) 192.168.100.128 -192.168.100.135
C) 192.168.100.128 - 192.168.100.159
D) 192.168.100.128 - 192.168.100.143


D
Explanation: D) The wildcard mask 0.0.0.15 relates to the 255.255.255.240 subnet mask, which results in subnets of 16 addresses each. In this case, it results in the range from 192.168.100.128 through 192.168.100.143.

Computer Science & Information Technology

You might also like to view...

Write down the command to compile a C++ program in the myLab1.C file and store the executable code in the file myLab1. The C++ program uses functions in the math library and the PROMPT macro as shown below. The macro definition is not written at the start of the program.

The following command can accomplish the given task. Note that the command is to be typed as one line and that the line break is due to smaller line length.

Computer Science & Information Technology

What is displayed after line 6 is run?

A. true B. false C. 0 D. 4

Computer Science & Information Technology

What are the benefits of using Scenario Manager?

What will be an ideal response?

Computer Science & Information Technology

In AOP, a(n) ____ is a rule indicating a logical description of a set of join points.

A. aspect B. pointcut C. advice D. joint

Computer Science & Information Technology