You are given the following information about the IP address of a host connected to the network, 200.10.5.68/28. Determine the number of network (N), subnet (S), and host (H) bits. Which of the following statements are TRUE?

A) N = 12
B) S = 3
C) H = 4
D) N = 16


C
Explanation: C) The 200.10.5.68 IPv4 address is a Class C address, which gives you 24 network bits and 8 host bits. The /28, or 255.255.255.240, mask further splits the 8 available host bits: 4 for the subnet and 4 for the host.

Computer Science & Information Technology

You might also like to view...

Write a code fragment that computes the sum of the integers from 20 to 70, inclusive, then prints the results.

What will be an ideal response?

Computer Science & Information Technology

What are two methods that can be used to free up disk space on a hard drive?

A. Format the hard drive B. Delete the Windows\System directory C. Uninstall software you no longer use D. Use drive compression

Computer Science & Information Technology

Explain the importance of the concept of building blocks in the use of algorithms.

What will be an ideal response?

Computer Science & Information Technology

A standard Internet mail account receives incoming messages on which of the following ports?

A. 80 B. 110 C. 143 D. 443

Computer Science & Information Technology