What is the subnet number of a host with an IP address of 172.16.66.0/21?

A) 172.16.36.0
B) 172.16.48.0
C) 172.16.64.0
D) 172.16.0.0


C
Explanation: C) The /21, or 255.255.248.0, mask provides 5 subnet bits (25 = 32), which would make the subnet numbers multiples of 32 starting at 172.16.0.0, 172.16.32.0, 172.16.64.0, and so on, with the address 172.16.66.0/21 being part of the 172.16.64.0 network.

Computer Science & Information Technology

You might also like to view...

The ____ contains the Procedures pane, the Functions pane, and the Properties pane.

A. setup editor B. methods area C. scene viewer D. object selector

Computer Science & Information Technology

If you intend to place a block of statements within an if statement, you must place __________ around the block:

a. parentheses ( ) b. square brackets [ ] c. angle brackets < > d. curly braces { } e. None of these

Computer Science & Information Technology

Which of the following is not a KeyListener method?

a. keyPressed. b. keyReleased. c. keyClicked. d. keyTyped.

Computer Science & Information Technology

The Expression Builder is a tool used to ________

A) retrieve values from another table B) perform an action or sequence of actions when it is clicked C) change the appearance of controls based on the display configuration related to the value that appears in a field D) create expressions used in controls and fields

Computer Science & Information Technology