Quiz 4 Flashcards

1
Q

Which of the following representations of the 2001:0000:35d0:0000:5600:abed:e930:0001 address is invalid?

A)2001:0:35d0:0:5600:abcd:e930:1
B)2001:0000:35d0::5600:abed:e930:0001
C)2001::35d0:0:5600:abed:e930:1
D)2001::35d0:0:56:abed:e930:0001

A

D
Remember that only leading 0s can be removed from the address. Thus 5600 cannot be written as 56

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

How many assignable IP addresses exist in the 172.16.1.10/28 network?

A

14
class A /8 class B /16 class C /24
this is a class c network ip address
/28 has 4 0s so (2^4)-2 = 14

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

Which of the following can automatically assign routable IP addresses to networked devices?

Zeroconf
APIPA
BOOTP
DHCP

A

BOOTP
DHCP

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

How many bits are in an IPv4 address?

A

32

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

How many bits are in an IPv6 address?

A

128

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

What is the result of the binary conversion in the example shown here?
10010110

A

150

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

Which IP addresses assignment method leads to less administrative efforts for Information Technology professionals?

A

DHCP

IP addresses can be assigned by DHCP, which allows for automatic assignment of IP addresses to devices. Assigning IP addresses automatically decreases administrative overhead, reduces errors associated with manual IP address assignment and provides scalability to a network.

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

What do sections A and B refer to in this IP address

11111111 00000000 00000000 00000000
1s section A of the subnet mask
0s section B of the subnet mask

A

Section A is the network portion, and Section B is the host portion.

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

What is the network address for APIPA?

A

169.254.0.0/16

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

What is the result of the binary conversion in the example shown here?

10000000

A

128

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

You have an IP address with a prefix notation of /27. What is the dotted-decimal form of the subnet mask?

A

255.255.255.224
/27 has three extra 1s from /24
11100000
128+64+32 =224

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

Which of these are some of the packet types associated with the NDP process?

A) Router Solicitation, Router Advertisement
B) IPCP configure-request, IPCP configure-ack
C) DHCPDISCOVER, DHCPOFFER
D) Down, init, two-way, exstart, exchange

A

Router Solicitation, Router Advertisement

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

What symbol can be used to represent a group of consecutive 0s in an IPv6 address?

A

Double colon ::

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

You have a subnet mask of 255.255.255.248. What is the prefix notation?

A

/29
class c /24
248-128=120 add 1
120-64=56 add 1
56-32=24 add 1
24-16=8 add 1
8-8=0 add 1

24+5 = 29

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

What standard is commonly used by an IPv6 host to generate its own 64-bit host ID?

A

EUI-64
Automatic generation of a unique host ID is made possible through a process known as EUI-64. This uses the 48-bit MAC address on the device to aid in the generation of the unique 64-bit host ID. This allows you to create an IPv6 network free of DHCP-type services

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

What is the binary equivalent of the decimal number 49?

A

00110001
49>= 128 no
49>= 64 no
49>= 32 yes so 49-32=17
17>=16 yes so 17-16=1
1>=8 no
1>=4 no
1>=2 no
1>=1 yes 1-1=0

17
Q
A