IP & Subnetting
DHCP
Special Addresses
MORE DHCP or IP
100

The number of bits in an IPv4 address

What is 32 bits?

100

The DHCP message a client sends to accept an offered IPv4 address.

What is a broadcast DHCPREQUEST?

100

Two types of devices that are typically assigned static IP addresses.

What are web servers and printers?

100

This type of packet is sent by a DHCP server after receiving a DHCP Discover message?

What is DHCP Offer

200

When IPv4 is configured for a computer on a network, the subnet mask identifies this.

What is the network portion of the IP address?

200

Two steps during which a DHCP-enabled client PC uses broadcast messages when communicating with a DHCP server.  The 4 steps are discover, offer, request, acknowledge.

What are DHCPDISCOVER and DHCPREQUEST? 

(The client always broadcasts, the server always Unicasts).

200

Three ranges of IP addresses reserved for internal private use.

What are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16?

200

Name an advantage of using DHCP to assign addresses to mobile devices

Address leases are temporary and are returned to the pool when the device is turned off.

300

This is the purpose of the subnet mask in conjunction with an IP address.

What is to determine the subnet to which the host belongs?

300

The reason why a computer might be assigned the IP address 169.254.100.88.

What is an unreachable DHCP server?  

(169.254.x.x is a link-local/APIPA address)   :)

300

Name reasons why network admins create subnets - what are the advantages?

What are improves network performance , easier to implement security policies

300

This type of server dynamically assigns an IP address to a host

DHCP Server , woot woot!

400

Name any additional IPv4 addresses that would belong to the same logical network when the subnet mask is 255.255.255.0: 

172.16.45.35, 172.16.45.12, and this one.

What is anything starting with 172.16.45.x

Such as: 172.16.45.56

400

When a device that is configured to use DHCP boots, it does this.

What is the client broadcasts a DHCPDISCOVER message to identify any available DHCP servers?

400

Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?

What is DHCPOFFER?   (Uhh, the quiz incorrectly wants this answer, so everyone will get +10pts on the quiz... if you remember to answer this wrong way you'll get a bonus!)  It's actually a request.

400

Make three statements that describe a DHCP Discover message

The destination IP address is 255.255.255.255 (it's a broadcast)

Comes from a client seeking an IP address. 

All hosts receive the message, but only a DHCP server replies.

500

Name one factor increasing the adoption of IPv6 network addresses?

IoT adds millions of network-ready sensors that need IP addresses.

500

This message is sent by the server to let the client know it is able to use the provided IP information

DHCPACK  (Acknowledge)

500

When the IETF began development of IPv6, what was the goal of implementing this technology?  

to relieve IPv4 address depletion

500

172.19.20.5 is an example of: (loopback, private, experimental, link-local)

172.19.20.5 is a private address