In finding all possible subnet IDs for a network, what would be the magic number for subnetting network 172.16.0.0 using mask 255.255.240.0?

A) 16
B) 32
C) 240
D) 84


A
Explanation: A) The answer is derived from subtracting 240 (the first octet whose value is not 255 or 0 ) from 256.

Computer Science & Information Technology

You might also like to view...

The Open dialog box uses file names to filter the list of files so that it displays only those files that can be opened using the current application.

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

Computer Science & Information Technology

Which of the following is the proper method to apply a transition effect?

a. ``` element.filters( "blendTrans" ).apply(); ``` b. ``` element.transition( "blendTrans" ).filters.apply(); ``` c. ``` element.apply( "blendTrans" ).transition(); ``` d. ``` element.filters( transition( "blendTrans" ) ).apply; ```

Computer Science & Information Technology

To use MMS to send media files between phones, both devices must have Internet access using ________, which is a standard for wireless access to the Internet

A) IM B) Wireless Protocol C) TCP/IP D) WAP

Computer Science & Information Technology

Physical security is just as important as technical security

Indicate whether the statement is true or false.

Computer Science & Information Technology