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.