The /19 CIDR block creates ___ IP addresses
a. 1024
b. 254
c. 4096
d. 8192
d. 8192
Explanation: /19 equals 255.255.224.0 and allows for 13 bits for host addressing, so 2^13 = 8192 IP addresses; /22 = 1024, /24 = 256, and /20 = 4096 . A /19 leaves 13 bits for host addressing, so 2^13 = 8192.
Computer Science & Information Technology
You might also like to view...
In Outlook Express, the ________ folder stores messages that you have deleted
A) Recycle Bin B) Outbox C) Deleted Items D) Empty
Computer Science & Information Technology
Which statement about the i and d integer conversion specifiers is false?
a) They display a signed decimal integer (when used with printf). b) They are identical when used with printf. c) They are identical when used with scanf. d) They display numbers without a decimal point.
Computer Science & Information Technology