For the address 172.30.173.68/23, what is the binary conversion of the broadcast address?

A) 10101100 00011110 10101100 11111111
B) 10101100 00011110 10101101 11111111
C) 10101100 00011110 10101110 11111111
D) 10101100 00011110 10101111 11111111


B
Explanation: B) The address 172.30.173.68 is a Class B address, which means the first two bits are 10 and the next 14 are reserved for network bits. The other 16 bits are used for hosts. With the mask of /23, or 255.255.254.0, the host portion is subdivided to provide 7 host bits to be used for subnet and the other 9 host bits to be used for host space. This means the first 23 bits will be the same for all the devices within a subnet, with the highest number being used for the broadcast address. The address 172.30.173.68 converts to 10101100 00011110 10101101 01000100 in decimal. The first 23 bits don't change; the rest of the bits change to 1s to get the binary broadcast address 10101100 00011110 10101101 11111111.

Computer Science & Information Technology

You might also like to view...

Which flag in a format specifier indicates that values with fewer digits than the field width should begin with a leading 0?

a. p. b. l. c. w. d. 0.

Computer Science & Information Technology

Match the following terms with their description

I. Do Until loop II. Do While loop III. For...Each loop IV. For loop V. Loop A. Through an object collection or an array B. Until specified condition is true C. Used to execute a series of statements multiple times D. Until a specified number of loops have been completed E. While specified condition is true

Computer Science & Information Technology

An extreme close-up is a close-up shot that shows a very close or intimate view of a subject, which can sometimes be uncomfortable; it is often used for emotional impact.

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

Computer Science & Information Technology

A view can join two or more tables.

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

Computer Science & Information Technology