6A Flashcards

1
Q

Although any numbering system is possible, ____ are used in electronics and subsequently computers.

A

two

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binary has a base of ____.

A

two

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hexadecimal has a base of _____.

A

sixteen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why do computers use the binary numbering system?

A

Because, the digits, 1 and 0, represent a logic situation of
yes/no, or true/false as well as the electronic state of on/off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The modern binary system was devised by who?

A

Gottfried Leibniz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The modern binary system was devised in what year?

A

1689

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Gottfried Leibniz based his system on
that of the ____ and _____.

A

Chinese and early Egyptians

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Decimal symbols, the numbers 0 through 9 that we use today, are referred to as _________, because the Europeans adopted them from the Arabic form of writing.

A

Arabic numerals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the RADIX?

A

The RADIX is written as a subscript to a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The radix is also referred to as the _____ of the number system.

A

BASE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does LSD stand for when talking about parts of a number?

A

Least Significant Digit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does MSD stand for when talking about parts of a number?

A

Most Significant Digit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the LSD?

A

The digit that carries the least weight (value) is known as the least significant digit (LSD).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In this course, the LSD can safely be assumed to be on the extreme ____ of the number.

A

Right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the MSD?

A

The most significant digit (MSD) is the digit that carries the most weight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It is the digit to the extreme ____ of a number.

A

Left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Although zero has no numerical value, it serves the very important function as a _______ in mathematics.

A

place holder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The decimal system uses digits _ through _ with _ as the base or radix.

A

0 through 9

10 as the base or radix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

In the binary system, ONLY a _ and a _ can occur.

A

0 and a 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

The binary system uses the digits 0 and 1, therefore __ is the radix or base subscript that the binary number system uses.

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

A binary string of ____ binary digits, or bits, can represent any of ___ possible values and can correspond to a variety of different symbols, letters or instructions.

A

8 binary digits

256 possible values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Binary is the method that computers use to “think” but that is very hard for humans to read, so programmers created a special code for talking to computers. It’s called ______________.

A

hexadecimal code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

The hexadecimal number system uses the first ___ Arabic symbols followed by ____ alpha characters to write all numbers.

A

Ten arabic symbols (0-9)

Six alpha characters (A-F)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Since sixteen different symbols are used, the radix or base is ____.

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

As computers get more sophisticated, programming in hexadecimal is being used less and less. One example of how hexadecimal code is still in use is with _____.

A

colors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What is an IP address?

A

Technically, it is the means whereby an entity on a network can be addressed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

An IPVv4 address is made up solely of numbers conventionally written in the form of 32 bits in four groups of eight binary bits referred to as
_____ or ______.

A

Octets or bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

The address format to represent a binary IPV4 address in a more user- friendly manner referred to as ______________.

A

dotted decimal notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Each 32- bit logical address is divided into two main parts - which are?

A

Network Number
Host Number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

An IP address identifies both the _____________ (device/host) and the _________ to which it is attached.

A

individual node

network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

The network number identifies a _____________.

A

specific network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

The network number must be assigned by __________.

A

IANA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What does IANA stand for?

A

Internet Assigned Numbers Authority

34
Q

The host number identifies a _____________ on a network.

A

specific host (or node)

35
Q

The host number is assigned by ______________.

A

By the local network administrator.

36
Q

Each IPv4 address belongs one of _____ classes of IP addresses depending on the number in the first ______.

A

Five classes

First octet

37
Q

What class is 0-126?

A

Class A

38
Q

What class is 128-191?

A

Class B

39
Q

What class is 192-223?

A

Class C

40
Q

What class is 224-239?

A

Class D

41
Q

What class is 240-255?

A

Class E

42
Q

127 is not included because…?

A

It is used in a special number called a loopback address.

43
Q

Only the _____ three classes _______ are used by network
administrators. These are the commonly used classes. The other two, D and E, are reserved.

A

First

A, B and C

44
Q

You define the class of an IP address by looking at its _____ value.

A

first octet value

45
Q

Class A addresses are used for what kind of networks?

A

Large Networks

46
Q

What are some examples of Class A addresses?

A

General Electric, IBM, and the U.S. Postal Service

47
Q

Class A Addresses -

A ___ in the first bit of the first octet, identifies this address
class, and the next ___ bits, identifies the network number. The last ___ bits (3 octets) are used to identify the host or node number.

A

A zero (0) in the first bit of the first octet, identifies this address
class, and the next seven bits, identifies the network number. The last 24 bits (3 octets) are used to identify
the host or node number.

48
Q

Class B addresses are used for what kind of networks?

A

Intermediate sized networks

49
Q

Class B Addresses -

The first ____ of the first octet identify the Class B address and, together with the next __ bits, identify the network number. The last _____ bits (2 octets) identify the host or node number.

A

The first two bits (10) of the first octet identify the Class B address and, together with the next 14 bits, identify the network number. The last sixteen bits (2 octets) identify the host or node number.

50
Q

Class C addresses are used for what kind of networks?

A

Small networks

51
Q

Class C Addresses -

The first ____ bits (110) identify the address class and, together with the next ______ bits, identify the network number. The last _____ bits (1 octet) identify the node number.

A

The first three bits (110) identify the address class and, together with the next twenty-one bits, identify the network number. The last eight bits (1 octet) identify the node number.

52
Q

Class D addresses are used for what kind of networks?

A

Reserved for multicast (designated recipients) addressing.

53
Q

Class D Addresses -

The first ____ bits (1110) identify the address class and, together with the rest of the address, identify the network number. Multicast is a membership addressing function that has ___ host field.

A

The first four bits (1110) identify the address class and, together with the rest of the address, identify the network number. Multicast is a membership addressing function that has no host field.

54
Q

Class E addresses are used for what kind of networks?

A

Reserved for research and development.

55
Q

Class E Addresses -

The first _____ bits (1111) identify the address class and, together with the rest of the address, identify the network number. Octet value ____ is reserved for special use.

A

The first four bits (1111) identify the address class and, together with the rest of the address, identify the network number. Octet value 255 is reserved for special use.

56
Q

Private IP addresses allow network administrators to….?

A

Extend the size of their networks

57
Q

Any IP address ending in ___ is a special broadcast address.

A

255

58
Q

The concept of a private address is like that of a ________________ in an office phone system. Someone who wants to call an individual in a company would dial the company’s public phone number, through which all employees can be reached. Once connected, the caller would enter in the extension number of the person to whom they wished to speak.

A

private extension

59
Q

________ is (by convention) the loopback address used in almost all cases

A

127.0.0.1

60
Q

IPv4 reserves all addresses in the range 127.0.0.0 up to _____________ for use in loopback testing.

A

127.255.255.255

61
Q

IPv6 increases the IP address size from 32 bits to ______ bits.

A

128 bits

62
Q

IPv6 address is written one of three ways - which are?

A

Preferred, compressed, mixed

63
Q

IPv6 addresses are typically composed of two logical parts: which are?

A

64-bit Network Prefix
64-bit Host ID

64
Q

IPv6 addresses consist of _ groups of _ hexadecimal digits. Each group represents 16 bits and are separated by a “:”

A

IPv6 addresses consist of 8 groups of 4 hexadecimal digits. Each group represents 16 bits and are separated by a “:”

65
Q

Where IPv4 text representations of addresses use decimal numbers, IPv6 uses __________.

A

hexadecimal

66
Q

The preferred IPv6 form is written using hexadecimal values to refer to the 128-bit numbers in each address segment separated by a colon. It would be written like ___________, where each X consists of
four 16-bit values.

A

X:X:X:X:X:X:X:X

67
Q

The compressed form simply substitutes ___ strings with _______ to indicate the zeros are “compressed”. This eliminates long strings of zero.

A

The compressed form simply substitutes zero strings with double colons to indicate the zeros are “compressed”. This eliminates long strings of zero.

68
Q

There are some rules to follow when doing compressed IPv6 zero substitutions - what are these rules?

A
  1. First, a substitution can only be done on one “section,” or a full 16-bit group
  2. The double colon can only be used one time in any given address.
  3. a double colon automatically suppresses neighboring leading or trailing zeros in an address.

Therefore, the above address only indicates one set of double colons as a compressed IPv6 address even though there are two sets of zeros.

69
Q

Mixed IPV6 Addressing is useful in environments using both _____ and ______ addresses.

A

is useful in environments using both IPv4 and IPv6 addresses.

70
Q

A mixed address would look like __________________, where “X” represents the hexadecimal values of the six highest-order 16-bit components of an IPv6 address, and “D” represents an IPv4 value that would plug into the four lower-order values of an IPv6 address.

A

A mixed address would look like X:X:X:X:X:X:D.D.D.D, where “X” represents the hexadecimal values of the six highest-order 16-bit components of an IPv6 address, and “D” represents an IPv4 value that would plug into the four lower-order values of an IPv6 address.

71
Q

What is “The Inspection Method”?

A

In the inspection method, since you only use four places,
the largest four-digit binary number you can have is, 1111(2), is equal to the largest single digit hexadecimal number, F(16).

72
Q

The Inspection Method is also referred to as what and why?

A

8421 - because The Binary Weighted Table for the 4 binary
bits equals 8421, respectively.

73
Q

What is “The Inspection Method”?

A

In the inspection method, since you only use four places, the largest four-digit binary number you can have is, 1111(2), is equal to the largest single-digit hexadecimal number, F(16).

74
Q

According to standards set forth in Internet Engineering Task Force (IETF) document ________, there are IPv4 address ranges reserved by the IANA for private internets, and are not publicly routable on the global internet:

A

RFC-1918

75
Q

This IPv4 address range are private IP’s for ONE class A network - what is the range?

A

10.0.0.1 to 10.255.255.255:

76
Q

This IPv4 address range are private IP’s for 16 class B networks - what is the range?

A

172.16.0.1 to 172.31.255.254:

77
Q

This IPv4 address range are private IP’s for 216 class C networks - what is the range?

A

192.168.0.1 to 192.168.255.254:

78
Q

What does “APIPA” stand for?

A

Automatic Private IP Addressing

79
Q

What is the address range for APIPA?

A

169.254.0.0/16

80
Q

IPv6 increases IP address size from IPv4’s ___ bits to
_____ bits.

A

32 bits to 128 bits

81
Q

Logical address is also referred to as?

A

IP address