Chapter 6 Flashcards

1
Q
How many bits does an IPv4 Address consist of?
A) 16
B) 32
C) 64
D) 128
A

B. IPv4 address consists of 32 bits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Identify the network ID section of the following IP address and subnet mask:
A) 10.14
B) 43
C) 10.14.12
D) 14.12.43
A

C) The network ID is the first three octets when using the specified subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Which of the following is a proper subnet mask?
A) 11111111111111111111111100000000
B) 00000000000000000000000011111111
C) 10101010101010101010101010101010
D) 01010101010101010101010101010101
A

A) A subnet is all ones followed by zeros.

255.255.255.0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
What does ARP stand for?
A) Address Reconcliation Process
B) Automated Ranking Protocol
C) Address Resolution Protocol
D) Advanced Resolution Protocl
A

C) ARP stands for Address Resolution Protocol, Which is how a TCP/IP network figures out the MAC address based on the destination IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Identify the class of the following IP address: 146.203.143.101
A) Class A
B) Class B
C) Class C
D) Class D
A

B) Class B: IP address range from 128-191 in the first byte designed for medium-size companies.

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

What does IANA stand for?
A) International Association Numbers Authority
B) International Association Numbing Authority
C) Internet Assigned Numbering Authority
D) Internet Assigned Numbers Authority

A

D. The correct choice for IANA is internet Assigned Numbers Authority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
What is the Maximum number of hosts in a /19 subnet?
A) 254
B) 8192
C) 16382
D) 8190
A

D) The total number of hosts is 8190.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
What is the number 138 in binary?
A) 10001010
B) 10101010
C) 10000111
D) 11001010
A

A) 10001010 is the number 138 in binary.

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

When DHCP discovers fails, what process will the client use to generate an address for itsself?
A) ATAPI (Automatic Temporary Address Program Initiator)
B) APIPA (Automatic Private IP Addressing)
C) ATIPA (Automatic Temporary IP Address)
D) APFBA (Automatic Programmable Fall Back Adress)

A

B) A client uses APIPA (Automatic Private IP Address) to generate an address when DHCP Discover Fails.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
Which of the following is a valid loopback address?
A) 128.0.0.1
B) 127.0.0.0
C)128.0.0.255
D) 127.24.0.1
A

D) 127.24.0.1 - Any Address in the 127.0.0.0/8 subnet will work as loopback.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
What is the correct Formula to determine the number of hosts for a given subnet?
A) 2^x -2
B) /16 - x
C) 2^x + 2
D) 2^x / 2
A

A) 2^x - 2, Where x represents the number of zeroes in the subnet mask.

A subnet mask always has 32 digits, a /16 subnet means you have 16 zeroes left after the 16 ones. EX: 2^16 - 2 = 65,534 total hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
What does DHCP stand for?
A) Dynamic Host Configuration Protocol
B) Don't Help Cops Protocol
C) Dynamic Host Complex Protocol
D) Dynamic Host Configuration path
A

DHCP stand for: Dynamic Host Configuration Protocol.

DHCP automatically assigns an IP address whenever a computer connects to the network.

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

What does DORA Stand for?
A) Dynamic, Offer, Request, Acknowledgment
B) Discover, Offer, Reset, Acknowledgment
C) Discover, Offer, Request, Acknowledgment

A

DORA Stand for: Discover, Offer, Request, Acknowledgment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
DHCP uses UDP ports \_\_ and \_\_?
A) 80 and 48
B) 67 and 68
C) 54 and 55
D) 40 and 41
A

B) DHCP uses UDP ports 67 and 68.

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

What does ARP stand for?

A

Address Resolution Protocol - Is how a TCP/IP network figures out the MAC address based on the destination IP address.

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

All computers on the same network have the same subnet mask and network ID?
A. True
B. False

A

A. True

17
Q

What Class is 1.0.0.0 - 125.255.255.255?

A

Class A - Has a network ID that starts between 1 and 126;

18
Q

What Class is 128.0.0.0 - 191.255.255.255?

A

Class B - Has a network ID that starts between 128 and 191.