Convert the binary IP address 01110011.11001000.00101100.00000010 to decimal.

Prepare for the NCTI Field Tech III to IV Exam. Study with interactive materials including flashcards and exam-style questions, each with in-depth explanations. Ace your exam and advance your career!

To convert the binary IP address 01110011.11001000.00101100.00000010 to its decimal equivalent, you need to convert each octet (set of 8 bits) individually.

  1. The first octet is 01110011. To convert this to decimal:
  • Calculate:

  • 0 * 2^7 = 0

  • 1 * 2^6 = 64

  • 1 * 2^5 = 32

  • 1 * 2^4 = 16

  • 0 * 2^3 = 0

  • 0 * 2^2 = 0

  • 1 * 2^1 = 2

  • 1 * 2^0 = 1

  • Adding these values together results in: 0 + 64 + 32 + 16 + 0 + 0 + 2 + 1 = 115.

  1. The second octet, 11001000, converts as follows:
  • Calculate:

  • 1 * 2^7 = 128

  • 1 * 2^6 =

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy