A host resource record maps the FQDN of any computer (host) in the domain to itsIP address. Normally, the appropriate host record is dynamically added or updatedwhen the host obtains its IP configuration from DHCP. An A resource record isused on an IPv4 network, and an ________ resource record is used on an IPv6 network
Fill in the blank(s) with correct word
AAAA.If your network is configured to use both IPv4 and IPv6, each host will have both A and AAAA resource records.
Computer Science & Information Technology
You might also like to view...
A program with the set user id bit set will
A. change the username of the person running the program B. run with the effective user id of the owner of the program
Computer Science & Information Technology
What is the output of the following code segment?
``` y = 1; while (y <= 20) y *= 2; cout << y << endl; ```
Computer Science & Information Technology
In the following function, COUNT(B1:B10), B1:B10 is the function's ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
The synchronization process is managed by a(n) ________ that can be installed on your mobile device or PC
Fill in the blank(s) with correct word
Computer Science & Information Technology