Which RFC reserves three ranges of IP addresses for private use - a single Class A (10.0.0.0-10.255.255.255), 16 Class Bs (172.16.0.0-172.31.255.255), and 256 Class Cs (192.168.0.0-192.168.255.255)?

A. 1517
B. 1518
C. 1878
D. 1918


Answer: D

Computer Science & Information Technology

You might also like to view...

What will the following code print?

``` num = 5; cout << num++ << " "; cout << num-- << " "; cout << --num; ```

Computer Science & Information Technology

In order for your website to appear in a search engine's index, you must wait for the engine's spiders to find your pages.

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

Computer Science & Information Technology

____ is a popular AOP language based on Java.

A. JBlue B. JavaAOP C. AspectJ D. SmallTalk

Computer Science & Information Technology

Which of the following is NOT true about protecting documents?

A. To create a strong password, use a combination of text, numbers, and symbols. B. Passwords are case sensitive. C. Passwords should be at least four characters in length. D. You can create a second password that enables users to edit and save changes to an encrypted document.

Computer Science & Information Technology