DDC - Quiz Compilation Module 1 - Module 5
DDC - Quiz Compilation Module 1 - Module 5
how the IP protocol forwards the packet to the IPv4 addresses are represented by
destination hexadecimal numbers.
18. What is a characteristic of a WAN hub-and- IPv6 addresses are 32 bits in length.
spoke topology? IPv4 addresses are 32 bits in length.
It requires that some of the branch sites be IPv4 addresses are 128 bits in length.
interconnected through point-to-point links.
IPv6 addresses are 64 bits in length.
It requires that every site be interconnected to
each other through point-to-point links. 6. Which IPv4 address format was created for ease
of use by people and is expressed as 201.192.1.14?
All sites require a hub device that connects to
a router. binary
dotted decimal
hexadecimal 11. What is the binary representation for the
decimal number 173?
ASCII
10100111
7. What is the dotted decimal representation of the
IPv4 address 10100101
11001011.00000000.01110001.11010011?
10101101
192.0.0.199
10110101
198.51.100.201
Explanation: decimal 173 = 128 + 0 + 32 + 0 + 8 + 4
203.0.113.211 +0+1
209.165.201.223 12. Given the binary address of 11101100 00010001
00001100 00001010, which address does this
8. What is the decimal equivalent of the binary
represent in dotted decimal format?
number 10010101?
234.17.10.9
149
234.16.12.10
157
236.17.12.6
168
236.17.12.10
192
Explanation: The binary number 11101100 00010001
Explanation: Binary 10010101 maps to 149 in
00001100 00001010 translates to 236.17.12.10.
decimal. 128+16+4+1 = 149
9. What is the decimal equivalent of the hex
number 0x3F? 13. How many binary bits exist within an IPv6
address?
63
32
77
48
87
64
93
128
Explanation:
Hex 0x3F is 63 in decimal. 256
(3*16)+(15*1) = 63
14. What is the binary equivalent of the decimal
10. What is the dotted decimal representation of number 232?
the IPv4 address which is represented as the binary
11101000
string 00001010.01100100.00010101.00000001?
11000110
10.100.21.1
10011000
10.10.20.1
11110010
100.10.11.1
100.21.10.1
Explanation: Converting the binary string of
00001010.01100100.00010101.00000001 to dotted
decimal gives 10.100.21.1