Match each term with the correct statement below:

A. a method for identifying resources shared using the SMB protocol
B. protocol that operates at the session layer and has no routing capabilities
C. option contained within the Apache configuration file
D. relational database management system often used in the background of Web applications
E. program the e-mail user uses to read and write e-mails
F. computer name made up of the host name, the domain name, and the name of the TLD
G. an answer to a DNS query provided by the master server for the domain
H. clock that runs independently of any control program running in the CPU
I. estimated time error of the peer clock


A. Universal Naming Convention (UNC)
B. NetBIOS
C. directive
D. MySQL
E. mail user agent
F. FQDN
G. authoritative answer
H. hardware clock
I. jitter

Computer Science & Information Technology

You might also like to view...

If obj1 and obj2 are both objects of a class that uses dynamic memory allocation, but the class does not have an assignment operator, what happens if you execute the following code?

obj1=obj2; a. A syntax error occurs, you can not assign one object to another object without the = operator b. A run-time error occurs, because the C++ system does not know how to do the assignment. c. The pointer(s) to the dynamically declared memory in obj2 are copied to the corresponding pointers in obj1. d. There is a complete and independent copy of all the dynamic memory from obj2 to obj1

Computer Science & Information Technology

Which of the following is a private IPv4 address?

What will be an ideal response?

Computer Science & Information Technology

In MLA style, a(n) ________ is a list of sources used in a research paper and are listed at the end of a document

Fill in the blank(s) with correct word

Computer Science & Information Technology

Windows needs free space on the hard drive for normal operation, for defragmenting the drive, for burning CDs and DVDs, and for a variety of other tasks, so it's important to delete unneeded files occasionally.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology