Which of the following is the minimum subnet mask to allow 172.16.1.5 and 172.16.4.3 to be on the same subnet?

A. /19
B. /21
C. /22
D. /24


Ans: B. /21

Computer Science & Information Technology

You might also like to view...

Suppose you are writing a program that asks the user to give a yes-or-no response. Assume that the program reads the user’s response into the String variable response.

a. If response is yes or y, set the boolean variable accept to true otherwise set it to false. b. How would you change the code so that it will also accept Yes and Y?

Computer Science & Information Technology

If you had to write a function that asked for and returned two ints, which function would NOT work?

A. int Ask(int n); B. int Ask(int *n); C. void Ask(int *n, int &m); D. void Ask(int &n, int &m);

Computer Science & Information Technology

[Shift]+[S] is the keyboard shortcut used to save a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

Using the accompanying figure, briefly explain the role of

tags to create the layout for the resulting Web page.

What will be an ideal response?

Computer Science & Information Technology