E6 IPV4 Flashcards

(57 cards)

1
Q

Describe base 2.

A

It is a numbering system, The digits range from 0 to 1, Each digit represents 1 bit, It is also called a binary

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

Describe base 8.

A

It is a numbering system, The digits range from 0 to 7, Each digit represents 3 bit, It is also called a octal

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

Describe base 10.

A

It is a numbering system, The digits range from 0 to 9, Each digit represents 3 1/3 bit, It is also called a decimal

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

Describe base 16.

A

It is a numbering system, The digits range from 0 to 9 and A to F, Each digit represents 4 bit, It is also called a hexadecimal.

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

Describe base 60.

A

(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

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

Describe base 64.

A

It is a coding system. The characters includes A-Z, a-z, 0-9 and two others. Each character represents 6 bits. It is used for data transmitting as though it were text.

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

Describe base 256.

A

(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.

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

What is an octet?

A

8 bits

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

How many bits in a byte?

A

8

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

How many bits in a nybble?

A

4

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

The number 0755 is assumed to be in what number base?

A

8

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

The number 755 is assumed to be in what number base?

A

10

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

What are the two meanings of kilo?

A

Ten to the third power, and two to the tenth power

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

What are the two meanings of meg?

A

Ten to the sixth power. Two to the 20th power.

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

What are the two meanings of gig?

A

Ten to the ninth power. Two to the 30th power.

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

In a net mask, what do the 1s mean?

A

The 1s indicate the part of the address that is the network number.

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

In a net mask, what do the 0s mean?

A

The 0s indicate the part of the address that is the host number.

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

What is the IPv4 special address range for the local network?

A

0.0.0.0/8

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

What is the Class A Private Address Range?

A

10.0.0.0/8

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

In the Class A Private Address Range, how many (classful) networks are there?

A

1

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

In the Class A Private Address Range, what is the first IP address?

A

10.0.0.0

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

In the Class A Private Address Range, what is the first host address?

A

10.0.0.1

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

In the Class A Private Address Range, what is the last IP address?

A

10.255.255.255

24
Q

In the Class A Private Address Range, what is the last host address?

A

10.255.255.254

25
What is the local host Private Address Range?
127.0.0.0/8
26
What is the Link Local (APIPA) Private Address Range?
169.254.0.0/16
27
How are Link Local (APIPA) addresses assigned?
Each computer pick its own
28
What is the Class B Private Address Range?
172.16.0.0/12
29
In the Class B Private Address Range, how many (classful) networks are there?
16
30
In the Class B Private Address Range, what is the first IP address?
172.16.0.0
31
In the Class B Private Address Range, what is the first host address?
172.16.0.1
32
In the Class B Private Address Range, what is the last IP address?
172.31.255.255
33
In the Class B Private Address Range, what is the last host address?
172.31.255.254
34
What is the Class C Private Address Range?
192.168.0.0/16
35
In the Class C Private Address Range, how many (classful) networks are there?
256
36
In the Class C Private Address Range, what is the first IP address?
192.168.0.0
37
In the Class C Private Address Range, what is the first host address?
192.168.0.1
38
In the Class C Private Address Range, what is the last IP address?
192.168.255.255
39
In the Class C Private Address Range, what is the last host address?
192.168.255.254
40
What is the IPv4 global broadcast address?
255.255.255.255
41
What does CIDR stand for?
classless inter-domain routing
42
What does CIDR notation look like?
a slash followed by a number from 0 - 32, like /21
43
What is the other name for slash notation?
CDIR
44
What is the other name for CIDR?
slash notation
45
What does VLSM stand for?
variable length subnet mask
46
Software port numbers range from 0 up to what number?
65535
47
What is port 21 normally used for?
ftp or file transfer protocol
48
What is port 22 normally used for?
ssh, secure shell
49
What is port 23 normally used for?
telnet
50
What is port 25 normally used for?
email
51
What is port 443 normally used for?
https
52
What is a client?
a computer that makes requests
53
What is a server?
A computer that answers requests.
54
What is the well-known port number for web servers?
80
55
What is the well-known port number for secure web servers?
443
56
What is the well-known port number for file transfer protocol (ftp) servers?
21
57
What is the well-known port number for email servers?
25