While working at the help desk, you receive a call and learn that the IP address and mask of a user's PC are 192.168.192.10/29. Determine the number of network (N), subnet (S), and host (H) bits. Which of the following statements are TRUE?

A) N = 16
B) S = 14
C) H = 3
D) S = 6


C
Explanation: C) The 192.168.192.10 IPv4 address is a Class C address, which gives you 24 network bits and 8 host bits. The /29, or 255.255.255.248, mask further splits the 8 host bits: 5 for subnet and 3 for host.

Computer Science & Information Technology

You might also like to view...

The process of breaking a problem down into smaller pieces is sometimes called __________.

a. the divide and conquer method b. the scientific method c. top-down programming d. whole-into-part programming

Computer Science & Information Technology

____________________ displays dashed guides or lines on the stage as the edges of objects get close to being aligned.

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

Computer Science & Information Technology

A function __________ specifies the return data type, name of the function, and the parameter variable(s).

a. definition b. body c. header d. statement

Computer Science & Information Technology

Once you have created a Picture Box control, you use its ____________ property to specify the image it will display.

a. Picture b. Image c. Source d. Display

Computer Science & Information Technology