| 9. | Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101? |
|||||||
Answer: Option B Explanation: To turn a binary number into decimal, you just have to add the values of each bit that is a 1. The values of 10011101 are 128, 16, 8, 4, and 1. 128 + 16 + 8 + 4 + 1 = 157. Hexadecimal is a base-16 number system. The values of hexadecimal are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F-16 characters total, from which to create all the numbers you'll ever need. So, if 1001 in binary is 9, then the hexadecimal equivalent is 9. Since we then have 1101, which is 13 in binary, the hexadecimal answer is D and the complete hexadecimal answer is 0x9D. |
| 10. | If you use either Telnet or FTP, which is the highest layer you are using to transmit data? |
|||||||
Answer: Option A Explanation: Both FTP and Telnet use TCP at the Transport layer; however, they both are Application layer protocols, so the Application layer is the best answer. |
| 11. | Which class of IP address provides a maximum of only 254 host addresses per network ID? |
|||||||
Answer: Option C Explanation: A Class C network address has only 8 bits for defining hosts: 28 - 2 = 254. |
| 12. | Which of the following services use UDP?
|
|||||||
Answer: Option A Explanation: DHCP, SNMP, and TFTP use UDP. |
| 13. | The DoD model (also called the TCP/IP stack) has four layers. Which layer of the DoD model is equivalent to the Network layer of the OSI model? |
|||||||
Answer: Option C Explanation: The four layers of the DoD model are Application/Process, Host-to-Host, Internet, and Network Access. The Internet layer is equivalent to the Network layer of the OSI model. |
| 14. | Which of the following allows a router to respond to an ARP request that is intended for a remote host? |
|||||||
Answer: Option C Explanation: Proxy ARP can help machines on a subnet reach remote subnets without configuring routing or a default gateway. |
| 15. | Which of the following is private IP address? |
|||||||
Answer: Option D Explanation: Class A private address range is 10.0.0.0 through 10.255.255.255. Class B private address range is 172.16.0.0 through 172.31.255.255, and Class C private address range is 192.168.0.0 through 192.168.255.255. |
| 16. | You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this? |
|||||||
Answer: Option C Explanation: Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is IP address, subnet mask, default gateway, and DNS information. |
