Chapter 3 Flashcards
T or F: A hexadecimal number is a number written in the base 16 number system.
T
T or F: DNS follows a centralized database model, allowing for easier management of DNS records.
F
T or F: ICANN is responsible for restrictions on use of the .com, .org, and .net TLDs
F
T or F: Each organization that provides host services on the public Internet is responsible for providing and maintaining DNS authoritative servers for public access.
T
T or F: An IPv6 address consists of 128 bits that are written as 10 blocks of hexadecimal numbers separated by colons.
F
T or F: At the root level of the DNS hierarchical structure, 13 clusters of root servers hold information used to locate TLD servers.
T
T or F: The 1024 - 65535 range of ports is also known as the “well-known” range.
F
T or F: UDP port 123 is utilized by the Network Time Protocol service.
T
T or F: When using IPv6, two or more nodes on the same link are said to be neighbors.
T
T or F: The FTP protocol utilizes UDP, while TFTP uses TCP for data transmission
F
At the Transport layer of the OSI, what is used to find and communicate with a particular application running on a host?
A. IP addresses
B. MAC addresses
C. port numbers
D. domain names
Port numbers
With a FQDN of ftp1.dallas.mycompany.com, what part is the domain name?
A. ftp1
B. ftp1.dallas.mycompany.
C. ftp1.dallas
D. mycompany.com
mycompany.com
How can you determine the manufacturer of a NIC card based on the MAC address?
A. The first 24 bits, known as the Organizationally Unique Identifier, identify the manufacturer.
B. The middle 24 bits, known as the Organization Universal Identifier, identify the manufacturer.
C. The first 12 bits and last 12 bits combined are known as the Organizationally Unique Identifier.
D. The last 24 bits, known as the Organizationally Unique Identifier, identify the manufacturer.
The first 24 bits, known as the Organizationally Unique Identifier, identify the manufacturer.
What command can you utilize to display TCP/IP configuration information for each network adapter installed?
A. ipconfig /all
B. ipconfig /list
C. ipconfig /show
D. ipconfig /full
ipconfig /all
Which of the following IP addresses would be a loopback IP address?
A. 224.0.0.1
B. 192.168.1.1
C. 127.0.0.1
D. 169.254.0.1
127.0.0.1
What text editor can be used on Linux to view and edit the contents of a configuration file?
A. vim
B. Microsoft Word
C. edit
D. Notepad
Vim