Which protocol is used to send e-mail over TCP port 25 and is used by clients to send messages?

A. POP3
B. IGMP
C. SMTP
D. TFTP


Answer: C

Computer Science & Information Technology

You might also like to view...

NumberFormat static method ________ returns a NumberFormat that’s used to format a number as a percentage.

a. percent b. getPercentInstance c. percentage d. toPercent

Computer Science & Information Technology

With the ____________________ permission for an NTFS partition, you can give or take away permissions for other accounts.

A. Change B. List C. Read & Execute D. Modify

Computer Science & Information Technology

Most smartphones use operating systems developed by ________.

A. Google and Apple B. Apple and Microsoft C. Microsoft and Google D. Symbian and Apple

Computer Science & Information Technology

What is the value of balance after the following code is executed?

int balance = 10; while (balance >= 1) { if (balance < 9) break; balance = balance - 9; } A. -1 B. 0 C. 1 D. 2

Computer Science & Information Technology