The network address 172.16.0.0/19 provides how many subnets and hosts?
A) 7 subnets, 2046 hosts each
B) 7 subnets, 8190 hosts each
C) 8 subnets, 30 hosts each
D) 8 subnets, 2046 hosts each
E) 8 subnets, 8190 hosts each
E
Explanation: E) The /19, or 255.255.224.0 subnet mask, provides 3 subnet bits (23 = 8 ) and 13 host bits (213 - 2 = 8190).
Computer Science & Information Technology
You might also like to view...
By default, execution flows through a method's statements ____.
A. sequentially B. selectively C. simultaneously D. repetitively
Computer Science & Information Technology
When evaluating the expression outf << circuit1; the computer determines whether to use a standard definition of the << or an overloaded definition for a user- defined class by considering
a. the class or type of outf b. the class or type of circuit1 c. the value of circuit1 d. whether or not outf accesses an open file
Computer Science & Information Technology