logo

CuriousTab

CuriousTab

Discussion


Home Networking TCP/IP Comments

  • Question
  • Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101?


  • Options
  • A. 155, 0x9B
  • B. 157, 0x9D
  • C. 159, 0x9F
  • D. 185, 0xB9

  • Correct Answer
  • 157, 0x9D 

    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.


    TCP/IP problems


    Search Results


    • 1. Which of the following allows a router to respond to an ARP request that is intended for a remote host?

    • Options
    • A. Gateway DP
    • B. Reverse ARP (RARP)
    • C. Proxy ARP
    • D. Inverse ARP (IARP)
    • Discuss
    • 2. Which statements are true regarding ICMP packets?

      1. ICMP guarantees datagram delivery.
      2. ICMP can provide hosts with information about network problems.
      3. ICMP is encapsulated within IP datagrams.
      4. ICMP is encapsulated within UDP datagrams.

    • Options
    • A. 1 only
    • B. 2 and 3
    • C. 1 and 4
    • D. All of the above
    • Discuss
    • 3. If you use either Telnet or FTP, which is the highest layer you are using to transmit data?

    • Options
    • A. Application
    • B. Presentation
    • C. Session
    • D. Transport
    • Discuss
    • 4. 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?

    • Options
    • A. SMTP
    • B. SNMP
    • C. DHCP
    • D. ARP
    • Discuss
    • 5. Which of the following are TCP/IP protocols used at the Application layer of the OSI model?

      1. IP
      2. TCP
      3. Telnet
      4. FTP
      5. TFTP

    • Options
    • A. 1 and 3
    • B. 1, 3 and 5
    • C. 3, 4 and 5
    • D. All of the above
    • Discuss
    • 6. Which of the following protocols uses both TCP and UDP?

    • Options
    • A. FTP
    • B. SMTP
    • C. Telnet
    • D. DNS
    • Discuss
    • 7. Which of the following describe the DHCP Discover message?

      1. It uses FF:FF:FF:FF:FF:FF as a layer 2 broadcast.
      2. It uses UDP as the Transport layer protocol.
      3. It uses TCP as the Transport layer protocol.
      4. It does not use a layer 2 destination address.

    • Options
    • A. 1 only
    • B. 1 and 2
    • C. 3 and 4
    • D. 4 only
    • Discuss
    • 8. Which class of IP address provides a maximum of only 254 host addresses per network ID?

    • Options
    • A. Class A
    • B. Class B
    • C. Class C
    • D. Class D
    • Discuss
    • 9. What protocol is used to find the hardware address of a local device?

    • Options
    • A. RARP
    • B. ARP
    • C. IP
    • D. ICMP
    • Discuss
    • 10. What is the address range of a Class B network address in binary?

    • Options
    • A. 01xxxxxx
    • B. 0xxxxxxx
    • C. 10xxxxxx
    • D. 110xxxxx
    • Discuss


    Comments

    There are no comments.

Enter a new Comment