?Match each item with a statement below.

A. resolves IP address to MAC address
B. type of address that is automatically assigned when no DHCP server can be contacted
C. the unit of information used by UDP in the Transport layer
D. resolves computer names to IP addresses
E. dynamically configures IP address
F. protocol in which only e-mail headers are downloaded to the host until the message is opened
G. an extension to IP working at the Internetwork layer that provides security by using authentication and encryption
H. protocol in which e-mail is downloaded to the host computer
I. Transport layer protocol that is connection-oriented and reliable
J. Transport layer protocol that is connectionless


A. ARP
B. APIPA
C. datagram
D. DNS
E. DHCP
F. IMAPv4
G. IPsec
H. POP3
I. TCP
J. UDP

Computer Science & Information Technology

You might also like to view...

Assume that each of the following statements applies to the same program.

a) Write a statement that opens file oldmast.txt for input; use an ifstream object called inOldMaster. b) Write a statement that opens file trans.txt for input; use an ifstream object called inTransaction. c) Write a statement that opens file newmast.txt for output (and creation); use ofstream object outNewMaster. d) Write a statement that reads a record from the file oldmast.txt. The record consists of integer accountNumber, string name and floating-point currentBalance; use ifstream object inOldMaster. e) Write a statement that reads a record from the file trans.txt. The record consists of integer accountNum and floating-point dollarAmount; use ifstream object inTransaction. f) Write a statement that writes a record to the file newmast.txt. The record consists of integer accountNum, string name, and floating-point currentBalance; use ofstream object outNewMaster.

Computer Science & Information Technology

In the Paste Options gallery, select the ________ option to keep the source file's theme and incorporate changes made to the source file

A) Keep Source Formatting & Embed Workbook B) Use Destination Theme & Link Data C) Keep Source Formatting & Link Data D) Use Destination Theme & Embed Workbook

Computer Science & Information Technology

Whenever possible, you should use the default launcher icon so your app looks as uniform as possible with other apps.

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

Computer Science & Information Technology

In a case structure the statement(s) that immediately follow the __________ statement will be executed if there are no matches to any case values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology