Itn 208 Chapter 7 Review Questions

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Amanda
A
Amanda
Community Contributor
Quizzes Created: 2 | Total Attempts: 333
| Attempts: 191 | Questions: 27
Please wait...
Question 1 / 27
0 %
0/100
Score 0/100
1. The Neighbor Discovery protocol in IPv6 supports stateless autoconfiguration of attached nodes. 

Explanation

The Neighbor Discovery protocol in IPv6 supports stateless autoconfiguration of attached nodes. This means that nodes can automatically configure their IPv6 addresses and other network parameters without the need for a central server or manual configuration. This protocol allows nodes to discover and communicate with their neighbors on the network, making it easier for devices to connect and communicate in an IPv6 network.

Submit
Please wait...
About This Quiz
DHCP Quizzes & Trivia

Explore key networking concepts with the ITN 208 Chapter 7 Review, focusing on IPv6, DHCP, and SLAAC. This quiz assesses understanding of address configuration, DHCP management, and protocol... see moreflags, essential for students and professionals in network administration. see less

2. When a node receives a RA, what flag is required to be set to "on" in order for the node to perform SLAAC?

Explanation

The A Flag, also known as the Autonomous Flag, needs to be set to "on" in order for the node to perform Stateless Address Autoconfiguration (SLAAC). SLAAC is a method used by IPv6 hosts to automatically configure their own unique IPv6 addresses without the need for manual configuration or DHCP servers. The A Flag indicates whether the host is allowed to use SLAAC to generate its own addresses. If the A Flag is set to "off", the host will not perform SLAAC and will instead rely on other methods to obtain its IPv6 address.

Submit
3. What is the process whereby a DNS server higher in the domain name hierarchy confers responsibility for portions of the global DNS database on DNS servers lower in its hierarchy?

Explanation

Delegation authority is the process where a DNS server higher in the domain name hierarchy transfers responsibility for portions of the global DNS database to DNS servers lower in its hierarchy. This allows for the distribution of workload and management of specific portions of the database by different servers, ensuring efficient and reliable functioning of the DNS system.

Submit
4. Which of the following UDP ports numbers are associated with DHCP?

Explanation

UDP (User Datagram Protocol) is a connectionless protocol that operates at the transport layer of the Internet protocol suite. DHCP (Dynamic Host Configuration Protocol) is a network management protocol used to dynamically assign IP addresses and other network configuration parameters to devices on a network. DHCP uses UDP ports 67 and 68 for communication between the DHCP server and client. Therefore, the correct answer is 67 and 68.

Submit
5. DHCP manages only IP addresses

Explanation

DHCP (Dynamic Host Configuration Protocol) does not only manage IP addresses, but also other network configuration settings such as subnet mask, default gateway, and DNS server addresses. It is responsible for automatically assigning and managing these settings to devices on a network, making it easier to configure and manage large networks. Therefore, the statement that DHCP only manages IP addresses is false.

Submit
6. What type of packet does a DHCP server send to a DHCP client in reply to a discover packet?

Explanation

When a DHCP client sends a discover packet to the DHCP server, it is essentially requesting an IP address. In response to this discover packet, the DHCP server sends an offer packet to the client. The offer packet contains the IP address that the server is willing to assign to the client, along with other configuration information such as subnet mask, default gateway, and DNS servers. The client can then choose to accept or decline the offered IP address.

Submit
7. Which DNS resource record is used for IPv6 host addresses? 

Explanation

The DNS resource record used for IPv6 host addresses is AAAA. This record is used to map a domain name to its corresponding IPv6 address. It allows the DNS resolver to find the correct IPv6 address associated with a hostname, enabling communication with IPv6-enabled hosts on the internet.

Submit
8. What kind of DHCP packet does the server send to the client to denote completeion of the DHCP Discovery process?

Explanation

The DHCP server sends a DHCP Acknowledgement (ACK) packet to the client to denote the completion of the DHCP Discovery process. This packet is sent in response to the DHCP Request packet sent by the client after receiving the DHCP Offer packet from the server. The ACK packet confirms that the client's request for an IP address has been accepted and the lease has been granted.

Submit
9. Which of the following UDP port numbers are associated with DHCPv6?

Explanation

The correct answer is 546 and 547. DHCPv6 (Dynamic Host Configuration Protocol version 6) is a network protocol used to configure IPv6 addresses and other network parameters. It operates over UDP (User Datagram Protocol) using port numbers 546 and 547. Port 546 is used by DHCPv6 clients to send requests, while port 547 is used by DHCPv6 servers to receive and respond to those requests.

Submit
10. In a DHCPv6 server, IPv6 addresses are bound to which of the following

Explanation

In a DHCPv6 server, IPv6 addresses are bound to the DUID (DHCP Unique Identifier) of the host. The DUID is a unique identifier assigned to each DHCPv6 client and is used to identify and distinguish clients on the network. By binding the IPv6 address to the DUID, the DHCPv6 server ensures that the client receives the same IPv6 address every time it connects to the network, allowing for consistent communication and network configuration.

Submit
11. Which of the following types of machines is best suited for dynamic IP address assignment? (Hint: Some kinds of machines require persistent IP addresses to remain easy to find on the Internet; others do not.) 

Explanation

Clients are the best suited for dynamic IP address assignment. This is because clients are typically devices that connect to a network, such as computers, smartphones, or tablets. Dynamic IP address assignment allows the network to assign a temporary IP address to each client device when it connects to the network. This allows for efficient use of IP addresses and makes it easier to manage a large number of devices on the network. Servers and routers, on the other hand, often require persistent IP addresses to remain easily accessible on the internet.

Submit
12. IPv6 uses what means to provide source and destination address selection? 

Explanation

IPv6 uses a source address selection algorithm and a destination address selection algorithm to provide source and destination address selection.

Submit
13. How does a DHCP relay forward the DHCP server's reply to a client's initial address request? 

Explanation

A DHCP relay forwards the DHCP server's reply to a client's initial address request by using the MAC layer address for the requester. This means that the relay uses the client's unique MAC address to ensure that the reply is delivered to the correct device. By using the MAC layer address, the relay can accurately route the server's response to the specific client that made the initial request.

Submit
14. How does a DCHP client accept an offer from a DHCP server?

Explanation

The DHCP client accepts an offer from a DHCP server by issuing a DHCP Request packet. This packet is sent by the client to the server to officially request the offered IP address and other configuration parameters. The client includes the server's offer information in the request packet, indicating its acceptance of the offer. This allows the server to reserve and assign the IP address to the client, completing the DHCP lease process.

Submit
15.  An IPv6 address on a host moves from the preferred state to the deprecated state when which of the following events occurs?

Explanation

When the preferred lifetime timer expires, it means that the host can no longer use the IPv6 address for new connections. However, if the valid lifetime timer is still valid, it means that the host can continue to use the IPv6 address for existing connections. Therefore, when the preferred lifetime timer expires and the valid lifetime timer is valid, the IPv6 address moves from the preferred state to the deprecated state.

Submit
16. Which of the following represent a valid DHCP software component

Explanation

A DHCP client is a software component that is responsible for requesting and obtaining IP addresses and other network configuration information from a DHCP server. A DHCP server is a software component that assigns IP addresses and other network configuration information to DHCP clients. A DHCP relay is a software component that forwards DHCP messages between DHCP clients and DHCP servers in different network segments. Therefore, DHCP client, DHCP server, and DHCP relay are all valid DHCP software components.

Submit
17. Which flag is required to be set to "on" in an RA for a host to send a request to a DHCPv6 server

Explanation

The M flag, which stands for Managed address configuration, needs to be set to "on" in an RA (Router Advertisement) for a host to send a request to a DHCPv6 server. This flag indicates that the host should use DHCPv6 to obtain its IPv6 address configuration from a DHCPv6 server.

Submit
18. Which issue explains why DHCP was not traditionally used to manage server and router addresses?

Explanation

Servers and routers often depend on DNS which must be manually updated when addresses change. This means that if DHCP was used to manage server and router addresses, any changes in IP addresses would require manual updates in the DNS system. This would be time-consuming and prone to errors. Therefore, DHCP was not traditionally used for managing server and router addresses to avoid the need for manual updates in the DNS system.

Submit
19. Which of the following terms describes a single group of IP addresses managed by DHCP?

Explanation

An address pool is a range of IP addresses that are managed by a DHCP server and can be assigned to devices on a network. An address scope is another term used to describe a single group of IP addresses managed by DHCP. Both terms refer to the same concept of a range of IP addresses that can be dynamically assigned to devices on a network. Address group and Address superscope are not accurate terms to describe a single group of IP addresses managed by DHCP.

Submit
20. Which of the following best explain why a DHCP Discover packet is broadcast to the local network segment? ( choose all that apply)

Explanation

A DHCP Discover packet is broadcast to the local network segment because the address of a DHCP server is not known. This broadcast allows the client to discover and communicate with a DHCP server, which will assign it an IP address. By broadcasting the packet, the client ensures that it reaches all devices on the network segment, including any potential DHCP servers.

Submit
21. When a node sends an RS, what type of message is it?

Explanation

When a node sends an RS (Router Solicitation), it is sending an anycast message. An anycast message is a type of message that is sent to a group of nodes, but only one node in the group will receive and process the message. In the case of an RS, the message is sent to a group of routers, and only one router in the group will respond with an RA (Router Advertisement). This allows the node to discover the presence and configuration of routers on the network.

Submit
22. When a DHCP server is not available on the same network segment as DHCP client, which techniques permit the DHCP client 's  initial DHCP broadcast requests to be serviced

Explanation

When a DHCP server is not available on the same network segment as the DHCP client, the DHCP client's initial DHCP broadcast requests can be serviced by configuring internal routers to forward DHCP requests from network segments or broadcast domains where DHCP clients reside to segments where DHCP servers reside. This technique allows the DHCP client to reach the DHCP server even if they are not on the same network segment, ensuring that the client can obtain an IP address and other configuration information from the server.

Submit
23. When a node creates a link-local address, which of the following methods for creating an IID can be appended to the well-known link-local prefix fe80::/64? 

Explanation

The well-known link-local prefix fe80::/64 is used for creating link-local addresses. The 64-bit randomly generated address and the 64-bit modified EUI-64 address are both valid methods for creating the Interface Identifier (IID) portion of the link-local address. The 64-bit randomly generated address is generated using a random number generator, while the 64-bit modified EUI-64 address is derived from the MAC address of the network interface card. Both methods provide a unique identifier for the node on the link-local network.

Submit
24. A Windows Server 2012 R2 DHCPv6 server can supply which of the following to a node in response to a DHCPv6 request? (Choose all that apply.)

Explanation

A Windows Server 2012 R2 DHCPv6 server can supply an IPv6 address, a DNS server IPv6 address, and the domain name to a node in response to a DHCPv6 request.

Submit
25. Which of the following represents a valid enhancement found in DHCPv6 or a related enhancement that is part of the basic IPv6 environment?

Explanation

The correct answer includes multiple valid enhancements found in DHCPv6 and related enhancements in the basic IPv6 environment. IPv6 interfaces supporting multiple addresses in DHCPv6 allows for flexibility in assigning and managing addresses. IPv6 nodes listening for address updates supports automatic renumbering, which is important for network maintenance and scalability. DHCPv6 servers and routers being configured to send advertisements in authenticated form enhances security. DHCPv6 can be set up to dynamically update DNS records, which simplifies the management of DNS in IPv6 networks.

Submit
26. On a Windows 10 host, if the host does not receive an RA in response to its RS, what is its next step in the IPv6 address autoconfiguration process? 

Explanation

If a Windows 10 host does not receive a Router Advertisement (RA) in response to its Router Solicitation (RS), its next step in the IPv6 address autoconfiguration process is to send a DHCPv6 solicit message. This message is used to request configuration parameters, including an IPv6 address, from a DHCPv6 server. By sending this message, the host is attempting to obtain the necessary information to configure its IPv6 address.

Submit
27. Which activities occur during the process of IPv6 autoconfiguration? (Choose all that apply.) 

Explanation

During the process of IPv6 autoconfiguration, the node checks its calculated link-local address with a Neighbor Solicitation to ensure that the address is not already in use. The node also makes a Router Solicitation (RS) to obtain Router Advertisements (RAs) from attached routers. These RAs contain important information such as the network prefix, default gateway, and DNS server addresses, which are necessary for the autoconfiguration process. Therefore, both of these activities occur during IPv6 autoconfiguration.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 14, 2017
    Quiz Created by
    Amanda
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The Neighbor Discovery protocol in IPv6 supports stateless...
When a node receives a RA, what flag is required to be set to...
What is the process whereby a DNS server higher in the domain name...
Which of the following UDP ports numbers are associated with DHCP?
DHCP manages only IP addresses
What type of packet does a DHCP server send to a DHCP client in reply...
Which DNS resource record is used for IPv6 host addresses? 
What kind of DHCP packet does the server send to the client to denote...
Which of the following UDP port numbers are associated with DHCPv6?
In a DHCPv6 server, IPv6 addresses are bound to which of the following
Which of the following types of machines is best suited for dynamic IP...
IPv6 uses what means to provide source and destination address...
How does a DHCP relay forward the DHCP server's reply to a client's...
How does a DCHP client accept an offer from a DHCP server?
 An IPv6 address on a host moves from the preferred state to the...
Which of the following represent a valid DHCP software component
Which flag is required to be set to "on" in an RA for a host...
Which issue explains why DHCP was not traditionally used to manage...
Which of the following terms describes a single group of IP addresses...
Which of the following best explain why a DHCP Discover packet is...
When a node sends an RS, what type of message is it?
When a DHCP server is not available on the same network segment as...
When a node creates a link-local address, which of the following...
A Windows Server 2012 R2 DHCPv6 server can supply which of the...
Which of the following represents a valid enhancement found in DHCPv6...
On a Windows 10 host, if the host does not receive an RA in response...
Which activities occur during the process of IPv6 autoconfiguration?...
Alert!

Advertisement