What are the dotted-decimal notation values for a /8 network and a /20 network?What is the prefix notation for a dotted-decimal 255.255.192.0 network?

What will be an ideal response?


For a /8, the dotted-decimal equivalent is 255.0.0.0.For the /20, you have to do some binary conversion to get 255.255.240.0.The prefix notation of the 255.255.192.0 network when examined for leading ones is /18.

Computer Science & Information Technology

You might also like to view...

What should you open if you want to add snap-ins to create a custom management console?

A. ODBC B. Services C. MMC D. PowerShell

Computer Science & Information Technology

Which of the statements below will create the String r1 = "JAVA: How to Program"?

Consider the statements below: String a = "JAVA: "; String b = "How to "; String c = "Program"; a. String r1 = c.concat(b.concat(a)); b. String r1 = a.concat(b.concat(c)); c. String r1 = b.concat(c.concat(a)); d. String r1 = c.concat(c.concat(b));

Computer Science & Information Technology

The ____________________ statement is used to iterate or loop through the elements in an array.

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

Computer Science & Information Technology

To reduce energy consumption, the U.S Environmental Protection Agency has established Enaergy Star standards for electronic devices.

a. true b. false

Computer Science & Information Technology