logo

CuriousTab

CuriousTab

Discussion


Home Networking Internetworking Comments

  • Question
  • What are the decimal and hexadecimal equivalents for the binary number 10110111?


  • Options
  • A. 69/0x2102
  • B. 183/B7
  • C. 173/A6
  • D. 83/0xC5

  • Correct Answer
  • 183/B7 

    Explanation
    You must be able to take a binary number and convert it into both decimal and hexadecimal. To convert to decimal, just add up the 1s using their values. The values that are turned on with the binary number of 10110111 are 128 + 32 + 16 + 4 + 2 + 1 = 183. To get the hexadecimal equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By add- ing up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7.

  • Internetworking problems


    Search Results


    • 1. Which fields are contained within an IEEE Ethernet frame header?

      1. Source and destination MAC address
      2. Source and destination network address
      3. Source and destination MAC address and source and destination network address
      4. FCS field

    • Options
    • A. 1 and 4
    • B. 2 only
    • C. 2 and 3 only
    • D. 3 only
    • Discuss
    • 2. How does a host on an Ethernet LAN know when to transmit after a collision has occurred?

      1. In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.
      2. In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.
      3. You can improve the CSMA/CD network by adding more hubs.
      4. After a collision, the station that detected the collision has first priority to resend the lost data.
      5. After a collision, all stations run a random backoff algorithm. When the backoff delay period has expired, all stations have equal priority to transmit data.

    • Options
    • A. 1 and 3
    • B. 2 and 4
    • C. 1,3 and 4
    • D. 2 and 5
    • Discuss
    • 3. Segmentation of a data stream happens at which layer of the OSI model?

    • Options
    • A. Physical
    • B. Data Link
    • C. Network
    • D. Transport
    • Discuss
    • 4. Why does the data communication industry use the layered OSI reference model?

      1. It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting.
      2. It enables equipment from different vendors to use the same electronic components, thus saving research and development funds.
      3. It supports the evolution of multiple competing standards and thus provides business opportunities for equipment manufacturers.
      4. It encourages industry standardization by defining what functions occur at each layer of the model.

    • Options
    • A. 1 only
    • B. 1 and 4
    • C. 2 and 3
    • D. 3 only
    • Discuss
    • 5. What type of RJ45 UTP cable do you use to connect a PC's COM port to a router or switch console port?

    • Options
    • A. Straight-through
    • B. Crossover cable
    • C. Crossover with a CSU/DSU
    • D. Rolled
    • Discuss
    • 6. What type of RJ45 UTP cable is used between switches?

    • Options
    • A. Straight-through
    • B. Crossover cable
    • C. Crossover with a CSU/DSU
    • D. Crossover with a router in between the two switches
    • Discuss
    • 7. Acknowledgments, sequencing, and flow control are characteristics of which OSI layer?

    • Options
    • A. Layer 2
    • B. Layer 3
    • C. Layer 4
    • D. Layer 7
    • Discuss
    • 8. Which of the following types of connections can use full duplex?

      1. Hub to hub
      2. Switch to switch
      3. Host to host
      4. Switch to hub
      5. Switch to host

    • Options
    • A. 1, 2 and 4
    • B. 3 and 4
    • C. 3 and 5
    • D. 2, 3 and 5
    • Discuss
    • 9. Which two statements describe the IP address 10.16.3.65/23?

      1. The subnet address is 10.16.3.0 255.255.254.0.
      2. The lowest host address in the subnet is 10.16.2.1 255.255.254.0.
      3. The last valid host address in the subnet is 10.16.2.254 255.255.254.0.
      4. The broadcast address of the subnet is 10.16.3.255 255.255.254.0.

    • Options
    • A. 1 and 3
    • B. 2 and 4
    • C. 1, 2 and 4
    • D. 2, 3 and 4
    • Discuss
    • 10. Using the following illustration, what would be the IP address of E0 if you were using the eighth subnet? The network ID is 192.168.10.0/28 and you need to use the last available IP address in the range. The zero subnet should not be considered valid for this question.

    • Options
    • A. 192.168.10.142
    • B. 192.168.10.66
    • C. 192.168.100.254
    • D. 192.168.10.143
    • E. 192.168.10.126
    • Discuss


    Comments

    There are no comments.

Enter a new Comment