Quiz 4 Flashcards
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
D
Remember that only leading 0s can be removed from the address. Thus 5600 cannot be written as 56
How many assignable IP addresses exist in the 172.16.1.10/28 network?
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
Which of the following can automatically assign routable IP addresses to networked devices?
Zeroconf
APIPA
BOOTP
DHCP
BOOTP
DHCP
How many bits are in an IPv4 address?
32
How many bits are in an IPv6 address?
128
What is the result of the binary conversion in the example shown here?
10010110
150
Which IP addresses assignment method leads to less administrative efforts for Information Technology professionals?
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.
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
Section A is the network portion, and Section B is the host portion.
What is the network address for APIPA?
169.254.0.0/16
What is the result of the binary conversion in the example shown here?
10000000
128
You have an IP address with a prefix notation of /27. What is the dotted-decimal form of the subnet mask?
255.255.255.224
/27 has three extra 1s from /24
11100000
128+64+32 =224
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
Router Solicitation, Router Advertisement
What symbol can be used to represent a group of consecutive 0s in an IPv6 address?
Double colon ::
You have a subnet mask of 255.255.255.248. What is the prefix notation?
/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
What standard is commonly used by an IPv6 host to generate its own 64-bit host ID?
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