e6 Flashcards
Exam Question 254 (p.272):
What does a dotted quad number look like?
Acceptable Answer:
It is a format where four numbers, usually in base 10, are connected by
dots. For example, \123.123.123.123”.
Exam Question 255 (p.272):
When an IPv4 address is written in x.x.x.x format, the possible value for
x range from 0 to what?
Acceptable Answer:
255
Exam Question 256 (p.272):
Describe base 2.
Acceptable Answer:
(a) It is a numbering system. (b) The digits range from 0 to 1. (c) Each
digit represents 1 bit. (d) It is also called binary.
Exam Question 257 (p.272):
Describe base 8.
Acceptable Answer:
(a) It is a numbering system. (b) The digits range from 0 to 7. (c) Each
digit represents 3 bits. (d) It is also called octal.
Exam Question 258 (p.272):
Describe base 10.
(a) It is a numbering system. (b) The digits range from 0 to 9. (c) Each digit represents about 3 1/3 bits. (d) It is also called decimal.
Exam Question 259 (p.272):
Describe base 16.
Acceptable Answer:
(a) It is a numbering system. (b) The digits range from 0 to 9 and A to F.
(c) Each digit represents 4 bits. (d) It is also called hex or hexadecimal.
Exam Question 260 (p.272):
Describe base 60.
Acceptable Answer:
(a) It is a numbering system. (b) The digits range from 0 to 59. (c) It is
used for time and angle measurement, including navigation. (d) Because
the digits are multi-character, in writing they are normally separated by
another character.
Exam Question 261 (p.273):
Describe base 64.
Acceptable Answer:
(a) It is a coding system. (b) The characters include A-Z, a-z, 0-9, and two others. (c) Each character represents 6 bits. (d) It is used for transmitting
data as though it were text.
Exam Question 262 (p.273):
Describe base 256.
Acceptable Answer:
(a) It is a numbering system. (b) It uses multi-character ‘digits’ 0-255.
(c) Each digit represents 8 bits. (d) In writing the digits are normally
separated by dots.
Exam Question 263 (p.273):
What is an octet?
Acceptable Answer:
8 bits
Exam Question 264 (p.273):
How many bits in a byte?
8
In networking, a byte is almost always eight bits.
Exam Question 265 (p.273):
How many bits a nybble?
Acceptable Answer:
4
Exam Question 266 (p.273):
What are the two meanings of kilo?
Acceptable Answer:
Ten to the third power, and two to the tenth power.
Exam Question 267 (p.273):
What are the two meanings of meg?
Acceptable Answer:
Ten to the sixth power. Two to the 20th power.
Exam Question 268 (p.273):
What are the two meanings of gig?
Acceptable Answer:
Ten to the ninth power. Two to the 30th power.
Exam Question 269 (p.273):
Convert binary 11110100010000 to octal.
Acceptable Answer:
36420
Exam Question 270 (p.273):
Convert binary 11111111011001011001 to hex.
Acceptable Answer:
FF659
Exam Question 271 (p.273):
Convert octal 16471 to binary.
Acceptable Answer:
1110100111001
Exam Question 272 (p.273):
Convert hex 64209 to binary.
Acceptable Answer:
1100100001000001001
Exam Question 273 (p.273):
Convert decimal 162 to binary.
Acceptable Answer:
10100010
Exam Question 274 (p.273):
Convert binary 10001000 to decimal.
Acceptable Answer:
136
Exam Question 275 (p.273): For 19.19.19.19, what class is it?
Acceptable Answer:
Class A
Exam Question 276 (p.273): For 199.199.199.199, what class is it?
Acceptable Answer:
Class C
Exam Question 277 (p.273):
What does a net mask look like?
Acceptable Answer:
32 bits, with all the 1s rst, then all the 0s.
Exam Question 278 (p.273):
In a net mask, what do the 1s mean?
Acceptable Answer:
The 1s indicate the part of the address that is the network number.
Exam Question 279 (p.273):
In a net mask, what do the 0s mean?
Acceptable Answer:
The 0s indicate the part of the address that is the host number.
Exam Question 280 (p.273):
What is the IPv4 special address range for the local network?
Acceptable Answer:
0.0.0.0/8
Exam Question 281 (p.273):
What is the Class A Private Address Range?
Acceptable Answer:
10.0.0.0/8
Exam Question 282 (p.273):
In the Class A Private Address Range, how many (classful) networks are
there?
Acceptable Answer:
1