Networking Concepts (8) Flashcards
Which of the following Domain Name System (DNS) resource records is used only for reverse name resolution?
AAAA
CNAME
PTR
PTR
Like A and AAAA records, Pointer (PTR) records contain hostnames and IP addresses, but they are used for reverse name resolution—that is, resolving IP addresses into hostnames. A Mail Exchange (MX) record specifies the mail server that the domain should use. Canonical name (CNAME) records specify aliases for a given host name. An AAAA resource record maps a hostname to an IPv6 address for name resolution purposes
Which of the following features is supported by DHCP, but not by BOOTP and RARP?
Dynamic address allocation
Relay agents
Manual address allocation
Dynamic address allocation
Dynamic Host Configuration Protocol (DHCP) can dynamically allocate IP address to clients and reclaim them when their leases expire. Bootstrap Protocol (BOOTP) and Reverse Address Resolution Protocol (RARP) can allocate addresses automatically or manually, but they cannot reclaim them. DHCP and BOOTP both support relay agents
Which of the following message types are exchanged by Dynamic Host Configuration Protocol (DHCP) clients and servers during a successful IP address allocation transaction? (Choose all correct answers.)
DHCPDISCOVER
DHCPOFFER
DHCPINFORM
DHCPACK
DHCPREQUEST
DHCPNAK
DHCPRENEW
DHCPRELEASE
DHCPDISCOVER
DHCPOFFER
DHCPACK
DHCPREQUEST
In a successful DHCP address allocation, the client issues DHCPDISCOVER broadcasts to locate servers, and the servers reply with DHCPOFFER messages containing addresses. Then, the client sends a DHCPREQUEST message to one server accepting an offered address, to which the server replied with a DHCPACK. DHCPNAK messages are only used in unsuccessful transactions, and DHCPRENEW, DHCPRELEASE, and DHCPINFORM messages are not used during the address allocation process
Which of the following message types are exchanged by Dynamic Host Configuration Protocol (DHCP) clients and servers during a successful IP address lease renewal transaction? (Choose all correct answers.)
DHCPDISCOVER
DHCPOFFER
DHCPINFORM
DHCPACK
DHCPREQUEST
DHCPNAK
DHCPRENEW
DHCPRELEASE
DHCPACK
DHCPREQUEST
In a successful DHCP address renewal transaction, the client issues a DHCPDREQUEST message, and the server replies with a DHCPACK. DHCPNAK messages are only used in unsuccessful transactions, and the other message types are not used during the address renewal process
Which of the following is not a protocol used to allocate IP address assignments to clients on a network?
ARP
RARP
BOOTP
ARP
Reverse Address Resolution Protocol (RARP), Bootstrap Protocol (BOOTP), and Dynamic Host Configuration Protocol (DHCP) are all protocols that are designed to allocate IP addresses to clients. Address Resolution Protocol (ARP), on the other hand, resolves existing IP addresses into data link layer MAC (or hardware) addresses
Which of the following best describes what happens when a DNS server receives an iterative name resolution query?
The DNS server responds immediately to the query with the best information it has in its resource records or in its cache or, failing that, with an error message stating that it could not resolve the requested name.
The DNS server attempts to resolve the requested name by checking its own resource records and cache or, failing that, by issuing its own iterative queries to other DNS servers.
The DNS server attempts to resolve the requested name by checking its own resource records and cache or, failing that, by forwarding the name resolution request to another DNS server in a recursive query.
The DNS server responds immediately to the query with the best information it has in its resource records or in its cache or, failing that, with an error message stating that it could not resolve the requested name.
When a DNS server receives an iterative query, it responds immediately with the best information that it has available or with an error message. It does not send queries to other servers
What is the term used to refer to the DNS client mechanism that generates name resolution queries and sends them to DNS servers?
Requestor
Authority
Resolver
Resolver
The client component of the Domain Name System is called the resolver. Requestor is a generic term for any system issuing requests, and only DNS servers can be authorities or forwarders
Which of the following TCP/IP parameters, configured on an end system, specifies the IP address of a device that performs domain name resolution services?
WINS Server Addresses
Default Gateway
DNS Server Addresses
DNS Server Addresses
The DNS Server Addresses parameter contains the addresses of servers that resolve domain names into IP addresses. Windows Internet Name Service (WINS) provides Network Basic Input/Output System (NetBIOS) name resolution. The Default Gateway parameter defines the local router to be used to access other networks. There is no such parameter as Subnet Gateway
Which IP address allocation method is not supported by Dynamic Host Configuration Protocol (DHCP)?
Manual
Dynamic
Stable
Stable
Stable is not a DHCP allocation method. DHCP supports three allocation methods: manual, dynamic, and automatic
On a Dynamic Host Configuration Protocol (DHCP) server, what is the name of the element you create to specify which IP addresses the server should assign to clients?
Range
Scope
Pool
Scope
On a DHCP server, you create a scope that consists of a beginning and an ending IP address. Range, pool, and subnet are not technical terms for DHCP
Why is it necessary to use a relay agent to enable a Dynamic Host Configuration Protocol (DHCP) server to assign IP addresses to clients on other networks? (Choose all correct answers.)
Because DHCP requires a separate license for each subnet
Because clients cannot initiate an address assignment by contacting DHCP servers on other networks directly
Because DHCP must use the Transmission Control Protocol (TCP) to communicate with clients
Because the DHCP address assignment process relies on broadcast transmissions
Because clients cannot initiate an address assignment by contacting DHCP servers on other networks directly
Because the DHCP address assignment process relies on broadcast transmissions
DHCP clients cannot contact servers on different networks to initiate an address assignment. Clients locate DHCP servers by transmitting broadcast messages, and broadcasts are limited to the local network. Relay agents forward the broadcast messages to other networks, enabling the server to assign IP addresses to clients on other subnets. DHCP does not require special licenses. DHCP uses User Datagram Protocol (UDP) transmissions, not TCP
Which of the following Domain Name System (DNS) resource records is used to resolve a hostname into an IPv6 address?
MX
PTR
AAAA
AAAA
An AAAA resource record maps a hostname to an IPv6 address for name resolution purposes. A Mail Exchange (MX) record specifies the mail server that the domain should use. Pointer (PTR) records also contain hostnames and IP addresses, but they are used for reverse name resolution—that is, resolving IP addresses into hostnames. Canonical name (CNAME) records specify aliases for a given hostname
Ralph has configured a server called NE6 to function as a web server. He does not want to change the server’s existing name, but he wants it to be accessible to clients using the name www. What Domain Name System (DNS) modification can Ralph make to accomplish this?
Create an additional A resource record.
Create a new CNAME resource record.
Modify the existing A resource record.
Create a new CNAME resource record.
A canonical name (CNAME) resource record specifies an alternative host name (or alias) for a system already registered in the DNS. By creating a CNAME record specifying the www name, the server can be addressed using either NE6 or www. Creating an additional A resource record will cause the server to be recognized using one name or the other, but not both. Modifying the existing A record will change the hostname. PTR resource records are used only for reverse name resolution
Which of the following options should you configure on a Dynamic Host Configuration Protocol (DHCP) server to supply clients with a default gateway address?
Router
Time Server
Name Server
Router
The Router option specifies the addresses of routers on the local network, including the default gateway router. The Time Server option specifies the addresses of servers providing time signals to the network. The Name Server option specifies the addresses of up to ten name resolution servers (other than DNS servers) on the network. The LPR Server option specifies the addresses of line printer servers on the network
Dynamic Host Configuration Protocol (DHCP) clients rely on which of the following types of transmissions to locate and initiate contact with DHCP servers on the local network?
Unicast
Broadcast
Multicast
Broadcast
DHCP clients use broadcasts to transmit DHCPDISCOVER messages on the local network. DHCP servers are then required to respond to the broadcasts. DHCP clients cannot use unicast, multicast, or anycast messages to initiate contact with DHCP servers because they have no way of learning their addresses