Given IP address 193.10.10.0, answer the following questions if the number of subnets created is four.

a. Determine the network address and the broadcast address for each.



b. Determine the subnet mask.

c. Determine the number of usable hosts per subnet.


a.



b. 255. 255. 255. 192

c. The answer can be 62 or 64 depending on how you approach subnetting.

Computer Science & Information Technology

You might also like to view...

Which of the following will format 12.7801 to display as $12.78?

a. System.out.printf("$%,.2f", 12.7801); b. System.out.printf("%f", 12.7801); c. System.out.printf("%.2f$$", 12.7801); d. System.out.printf("$d", 12.7801);

Computer Science & Information Technology

What role did the development of graphical user interfaces play in the personal com- puter revolution?

What will be an ideal response?

Computer Science & Information Technology

When combining queries in a(n) _________ query, both queries must have matching fields that share the same data type

Fill in the blank(s) with correct word

Computer Science & Information Technology

What alignment does not show in Outline View?

A) center B) paragraph C) left D) right

Computer Science & Information Technology