You have an interface on a router with the IP address 192.168.192.10/29. How many total host addresses can exist on the subnet of the LAN attached to this router's interface?
A) 6
B) 8
C) 30
D) 62
A
Explanation: A) The 192.168.192.10 address is part of the 192.168.192.8/29 network, which provides 5 subnet bits (25 = 32 ) and 3 host bits (23 - 2 = 6).
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a line style applied to individual cells, an entire table, or individual areas within a table
A) outline B) border C) margin D) frame
Computer Science & Information Technology
Which of the following is syntactically legal in C++?
a. cout >> "Hi there." >> endl; b. cout << "Hi there. "; c. cout << "Hi there " << name << ", see you. "<< endl"; d. cout << "Hi there. " << name <<; e. cout << "Hi there << name << ", see you." endl;
Computer Science & Information Technology