Computer Science: An Overview: Global Edition (12th Edition)

Published by Pearson Higher Education
ISBN 10: 1292061162
ISBN 13: 978-1-29206-116-0

Chapter 4 - Networking and the Internet - Chapter Review Problems - Page 211: 15

Answer

a. 00000000.00000000 b. 00011010.00010011.00000001 c. 00001000.00001100.00010100.00001101

Work Step by Step

The dotted decimal notation represents IP addresses in the IPv4 protocol. To convert the dotted decimal patterns to bit patterns, each decimal value is converted to its corresponding 8-bit binary representation. a. 0.0 - In binary, 0.0 translates to 00000000.00000000. b. 26.19.1 - Converting each decimal to binary: - 26 = 00011010 - 19 = 00010011 - 1 = 00000001 - Concatenating these binary values, we get: 00011010.00010011.00000001. c. 8.12.20.13 - Converting each decimal to binary: - 8 = 00001000 - 12 = 00001100 - 20 = 00010100 - 13 = 00001101 - Concatenating these binary values, we get: 00001000.00001100.00010100.00001101.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.