What is the maximum number of hosts you may have on a network if the first decimal value of the IP address is between 192 and 223 and the subnet mask is/24?

A. 16.7 million
B. 65,546
C. 254
D. 64


Answer: C

Computer Science & Information Technology

You might also like to view...

Assume that we have a Random object referenced by a variable called generator. Which of the following lines will generate a random number in the range 5-20 and store it in the int variable randNum?

a)``` randNum = generator.nextInt(15) + 5; ``` b)``` randNum = generator.nextInt(15) + 6; ``` c)``` randNum = generator.nextInt(16) + 5; ``` d)``` randNum = generator.nextInt(16) + 6; ``` e) none of the above

Computer Science & Information Technology

Windows offers two types of user accounts.

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

Computer Science & Information Technology

What is a bad block inode on Linux?

What will be an ideal response?

Computer Science & Information Technology

A disadvantage of the all-in-one form factor is that the box is larger and takes up a significant amount of space.?

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

Computer Science & Information Technology