Which of the following is NOT a range of IP addresses recommended for use in private networks?

a. 10.0.0.0 through 10.255.255.255
b. 172.16.0.0 through 172.31.255.255
c. 192.168.0.0 through 192.168.255.255
d. 127.0.0.0 through 127.255.255.255


ANSWER: d

Computer Science & Information Technology

You might also like to view...

Using the dereference operator * always gives a(n):

A. address B. value C. variable name D. location

Computer Science & Information Technology

Use the __________ property to configure a maximum width for an element

a. width b. maximum-width c. max-width d. width-max

Computer Science & Information Technology

An integrity ____________________ is a rule for the data in the database.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements about a file error state is false?

A. We can test the error status of a file using ferror. B. A file is put into the error state when an attempt is made to read a file in the write mode. C. A file is put into the error state when an open fails. D. Executing any file positioning function resets the file in a non-error state. E. A file in the error state cannot be read from or written to.

Computer Science & Information Technology