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

A) N = 24
B) S = 14
C) H = 7
D) S = 6

C
Explanation: C) The 172.16.112.1 IPv4 address is a Class B address, which gives you 16 network bits and 16 host bits. The /25, or 255.255.255.128, mask further splits the 16 host bits: 9 for subnet and 7 for host.

Computer Science & Information Technology

You might also like to view...

Printing a document is available from the ________ tab

A) View B) Home C) File D) Page Layout

Computer Science & Information Technology

What PowerShell cmdlet can be utilized to pause a specified running service, or multiple services that are separated by a comma?

A. Stop-Service B. Pause-Service C. Suspend-Service D. Halt-Service

Computer Science & Information Technology