You have an interface on a router with the IP address 192.168.192.113/29. What is the broadcast address the hosts will use on this LAN?
A) 192.198.192.111
B) 192.168.192.119
C) 192.168.192.127
D) 192.168.192.135
B
Explanation: B) The correct answer is 192.168.192.119 because the resident subnet ID in this case is 192.168.192.112. You can find the subnet broadcast address based on the subnet ID and mask using several methods. If you follow the decimal process in the book, the /29 converts to the mask 255.255.255.248, making the interesting octet be octet 4 with magic number 256 - 248 = 8. For the three octets where the mask = 255, copy the subnet ID (192.168.192). For the interesting octet, take the subnet ID value (112), add magic (8), and subtract 1, for.119. That makes the subnet broadcast address 192.168.192.119.
You might also like to view...
In a(n) ____ loop, the loop condition is evaluated before the instructions within the loop are processed.
A. pretest B. posttest C. inline test D. execute
Within a method, an identifier used to name a variable in the outer block of the method can be used to name any other variable in an inner block of the method.
Answer the following statement true (T) or false (F)
COGNITIVE ASSESSMENT Which of the following senses a person's actions and, based on logical assumptions and prior experience, takes the appropriate action to complete the task?
A. AI B. CAE C. CMS D. DBMS
______ enables the reuse of existing classes.
a) Encapsulation b) Inheritance c) Polymorphism d) Simulation